azure-native.authorization.getPrivateLinkAssociation
Explore with Pulumi AI
Get a single private link association Azure REST API version: 2020-05-01.
Using getPrivateLinkAssociation
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 getPrivateLinkAssociation(args: GetPrivateLinkAssociationArgs, opts?: InvokeOptions): Promise<GetPrivateLinkAssociationResult>
function getPrivateLinkAssociationOutput(args: GetPrivateLinkAssociationOutputArgs, opts?: InvokeOptions): Output<GetPrivateLinkAssociationResult>
def get_private_link_association(group_id: Optional[str] = None,
pla_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPrivateLinkAssociationResult
def get_private_link_association_output(group_id: Optional[pulumi.Input[str]] = None,
pla_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPrivateLinkAssociationResult]
func LookupPrivateLinkAssociation(ctx *Context, args *LookupPrivateLinkAssociationArgs, opts ...InvokeOption) (*LookupPrivateLinkAssociationResult, error)
func LookupPrivateLinkAssociationOutput(ctx *Context, args *LookupPrivateLinkAssociationOutputArgs, opts ...InvokeOption) LookupPrivateLinkAssociationResultOutput
> Note: This function is named LookupPrivateLinkAssociation
in the Go SDK.
public static class GetPrivateLinkAssociation
{
public static Task<GetPrivateLinkAssociationResult> InvokeAsync(GetPrivateLinkAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetPrivateLinkAssociationResult> Invoke(GetPrivateLinkAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPrivateLinkAssociationResult> getPrivateLinkAssociation(GetPrivateLinkAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:authorization:getPrivateLinkAssociation
arguments:
# arguments dictionary
The following arguments are supported:
getPrivateLinkAssociation Result
The following output properties are available:
- Id string
The plaResourceID.
- Name string
The pla name.
- Properties
Pulumi.
Azure Native. Authorization. Outputs. Private Link Association Properties Expanded Response The private link association properties.
- Type string
The operation type.
- Id string
The plaResourceID.
- Name string
The pla name.
- Properties
Private
Link Association Properties Expanded Response The private link association properties.
- Type string
The operation type.
- id String
The plaResourceID.
- name String
The pla name.
- properties
Private
Link Association Properties Expanded Response The private link association properties.
- type String
The operation type.
- id string
The plaResourceID.
- name string
The pla name.
- properties
Private
Link Association Properties Expanded Response The private link association properties.
- type string
The operation type.
- id str
The plaResourceID.
- name str
The pla name.
- properties
Private
Link Association Properties Expanded Response The private link association properties.
- type str
The operation type.
- id String
The plaResourceID.
- name String
The pla name.
- properties Property Map
The private link association properties.
- type String
The operation type.
Supporting Types
PrivateLinkAssociationPropertiesExpandedResponse
- Private
Link string The rmpl Resource ID.
- Public
Network stringAccess - Scope string
The scope of the private link association.
- Tenant
ID string The TenantID.
- Private
Link string The rmpl Resource ID.
- Public
Network stringAccess - Scope string
The scope of the private link association.
- Tenant
ID string The TenantID.
- private
Link String The rmpl Resource ID.
- public
Network StringAccess - scope String
The scope of the private link association.
- tenant
ID String The TenantID.
- private
Link string The rmpl Resource ID.
- public
Network stringAccess - scope string
The scope of the private link association.
- tenant
ID string The TenantID.
- private_
link str The rmpl Resource ID.
- public_
network_ straccess - scope str
The scope of the private link association.
- tenant_
id str The TenantID.
- private
Link String The rmpl Resource ID.
- public
Network StringAccess - scope String
The scope of the private link association.
- tenant
ID String The TenantID.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0