Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.authorization.getResourceManagementPrivateLink
Explore with Pulumi AI
Get a resource management private link(resource-level). 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:
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Rmpl
Name string The name of the resource management private link.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Rmpl
Name string The name of the resource management private link.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- rmpl
Name String The name of the resource management private link.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- rmpl
Name 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.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- rmpl
Name 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
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
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
Resource
Management 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
Resource
Management 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
- Private
Endpoint List<string>Connections The private endpoint connections.
- Private
Endpoint []stringConnections The private endpoint connections.
- private
Endpoint List<String>Connections The private endpoint connections.
- private
Endpoint string[]Connections The private endpoint connections.
- private_
endpoint_ Sequence[str]connections The private endpoint connections.
- private
Endpoint List<String>Connections The private endpoint connections.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0