1. Packages
  2. Azure Native
  3. API Docs
  4. authorization
  5. getResourceManagementPrivateLink
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.authorization.getResourceManagementPrivateLink

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get a resource management private link(resource-level).

Uses 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:

AzureApiVersion string
The Azure API version of the resource.
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
AzureApiVersion string
The Azure API version of the resource.
Id string
The rmplResourceID.
Name string
The rmpl Name.
Properties ResourceManagementPrivateLinkEndpointConnectionsResponse
Type string
The operation type.
Location string
the region of the rmpl
azureApiVersion String
The Azure API version of the resource.
id String
The rmplResourceID.
name String
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type String
The operation type.
location String
the region of the rmpl
azureApiVersion string
The Azure API version of the resource.
id string
The rmplResourceID.
name string
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type string
The operation type.
location string
the region of the rmpl
azure_api_version str
The Azure API version of the resource.
id str
The rmplResourceID.
name str
The rmpl Name.
properties ResourceManagementPrivateLinkEndpointConnectionsResponse
type str
The operation type.
location str
the region of the rmpl
azureApiVersion String
The Azure API version of the resource.
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 pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi