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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.authorization.getResourceManagementPrivateLink
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 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>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)
public static Output<GetResourceManagementPrivateLinkResult> getResourceManagementPrivateLink(GetResourceManagementPrivateLinkArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:authorization:getResourceManagementPrivateLink
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- RmplName string
- The name of the resource management private link.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- RmplName string
- The name of the resource management private link.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- rmplName String
- The name of the resource management private link.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- rmplName string
- The name of the resource management private link.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- rmpl_name str
- The name of the resource management private link.
- resourceGroup StringName 
- 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.Azure Native. Authorization. Outputs. Resource Management Private Link Endpoint Connections Response 
- Type string
- The operation type.
- Location string
- the region of the rmpl
- Id string
- The rmplResourceID.
- Name string
- The rmpl Name.
- Properties
ResourceManagement Private Link Endpoint Connections Response 
- Type string
- The operation type.
- Location string
- the region of the rmpl
- id String
- The rmplResourceID.
- name String
- The rmpl Name.
- properties
ResourceManagement Private Link Endpoint Connections Response 
- type String
- The operation type.
- location String
- the region of the rmpl
- id string
- The rmplResourceID.
- name string
- The rmpl Name.
- properties
ResourceManagement Private Link Endpoint Connections Response 
- type string
- The operation type.
- location string
- the region of the rmpl
- id str
- The rmplResourceID.
- name str
- The rmpl Name.
- properties
ResourceManagement Private Link Endpoint Connections Response 
- 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      
- PrivateEndpoint List<string>Connections 
- The private endpoint connections.
- PrivateEndpoint []stringConnections 
- The private endpoint connections.
- privateEndpoint List<String>Connections 
- The private endpoint connections.
- privateEndpoint string[]Connections 
- The private endpoint connections.
- private_endpoint_ Sequence[str]connections 
- The private endpoint connections.
- privateEndpoint List<String>Connections 
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi