1. Packages
  2. Azure Native
  3. API Docs
  4. authorization
  5. getResourceManagementPrivateLink
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.authorization.getResourceManagementPrivateLink

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 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>
    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]
    func LookupResourceManagementPrivateLink(ctx *Context, args *LookupResourceManagementPrivateLinkArgs, opts ...InvokeOption) (*LookupResourceManagementPrivateLinkResult, error)
    func LookupResourceManagementPrivateLinkOutput(ctx *Context, args *LookupResourceManagementPrivateLinkOutputArgs, opts ...InvokeOption) LookupResourceManagementPrivateLinkResultOutput

    > 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)
    }
    public static CompletableFuture<GetResourceManagementPrivateLinkResult> getResourceManagementPrivateLink(GetResourceManagementPrivateLinkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:authorization:getResourceManagementPrivateLink
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    RmplName string
    The name of the resource management private link.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    RmplName string
    The name of the resource management private link.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    rmplName String
    The name of the resource management private link.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    rmplName string
    The name of the resource management private link.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    rmpl_name str
    The name of the resource management private link.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    rmplName 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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi