1. Packages
  2. Azure Native v2
  3. API Docs
  4. authorization
  5. getResourceManagementPrivateLink
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.authorization.getResourceManagementPrivateLink

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get a resource management private link(resource-level). Azure REST API version: 2020-05-01.

Using getResourceManagementPrivateLink

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getResourceManagementPrivateLink(args: GetResourceManagementPrivateLinkArgs, opts?: InvokeOptions): Promise<GetResourceManagementPrivateLinkResult>
function getResourceManagementPrivateLinkOutput(args: GetResourceManagementPrivateLinkOutputArgs, opts?: InvokeOptions): Output<GetResourceManagementPrivateLinkResult>
Copy
def get_resource_management_private_link(resource_group_name: Optional[str] = None,
                                         rmpl_name: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetResourceManagementPrivateLinkResult
def get_resource_management_private_link_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                         rmpl_name: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetResourceManagementPrivateLinkResult]
Copy
func LookupResourceManagementPrivateLink(ctx *Context, args *LookupResourceManagementPrivateLinkArgs, opts ...InvokeOption) (*LookupResourceManagementPrivateLinkResult, error)
func LookupResourceManagementPrivateLinkOutput(ctx *Context, args *LookupResourceManagementPrivateLinkOutputArgs, opts ...InvokeOption) LookupResourceManagementPrivateLinkResultOutput
Copy

> Note: This function is named LookupResourceManagementPrivateLink in the Go SDK.

public static class GetResourceManagementPrivateLink 
{
    public static Task<GetResourceManagementPrivateLinkResult> InvokeAsync(GetResourceManagementPrivateLinkArgs args, InvokeOptions? opts = null)
    public static Output<GetResourceManagementPrivateLinkResult> Invoke(GetResourceManagementPrivateLinkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetResourceManagementPrivateLinkResult> getResourceManagementPrivateLink(GetResourceManagementPrivateLinkArgs args, InvokeOptions options)
public static Output<GetResourceManagementPrivateLinkResult> getResourceManagementPrivateLink(GetResourceManagementPrivateLinkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:authorization:getResourceManagementPrivateLink
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
RmplName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource management private link.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
RmplName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource management private link.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
rmplName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource management private link.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
rmplName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource management private link.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
rmpl_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource management private link.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
rmplName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource management private link.

getResourceManagementPrivateLink Result

The following output properties are available:

Id string
The rmplResourceID.
Name string
The rmpl Name.
Properties Pulumi.AzureNative.Authorization.Outputs.ResourceManagementPrivateLinkEndpointConnectionsResponse
Type string
The operation type.
Location string
the region of the rmpl
Id string
The rmplResourceID.
Name string
The rmpl Name.
Properties ResourceManagementPrivateLinkEndpointConnectionsResponse
Type string
The operation type.
Location string
the region of the rmpl
id String
The rmplResourceID.
name String
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type String
The operation type.
location String
the region of the rmpl
id string
The rmplResourceID.
name string
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type string
The operation type.
location string
the region of the rmpl
id str
The rmplResourceID.
name str
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type str
The operation type.
location str
the region of the rmpl
id String
The rmplResourceID.
name String
The rmpl Name.
properties Property Map
type String
The operation type.
location String
the region of the rmpl

Supporting Types

ResourceManagementPrivateLinkEndpointConnectionsResponse

PrivateEndpointConnections List<string>
The private endpoint connections.
PrivateEndpointConnections []string
The private endpoint connections.
privateEndpointConnections List<String>
The private endpoint connections.
privateEndpointConnections string[]
The private endpoint connections.
private_endpoint_connections Sequence[str]
The private endpoint connections.
privateEndpointConnections List<String>
The private endpoint connections.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi