1. Packages
  2. Azure Native
  3. API Docs
  4. purview
  5. getPrivateEndpointConnection
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.purview.getPrivateEndpointConnection

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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Get a private endpoint connection Azure REST API version: 2021-12-01.

    Other available API versions: 2021-07-01, 2023-05-01-preview.

    Using getPrivateEndpointConnection

    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 getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: InvokeOptions): Promise<GetPrivateEndpointConnectionResult>
    function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: InvokeOptions): Output<GetPrivateEndpointConnectionResult>
    def get_private_endpoint_connection(account_name: Optional[str] = None,
                                        private_endpoint_connection_name: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetPrivateEndpointConnectionResult
    def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[str]] = None,
                                        private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetPrivateEndpointConnectionResult]
    func LookupPrivateEndpointConnection(ctx *Context, args *LookupPrivateEndpointConnectionArgs, opts ...InvokeOption) (*LookupPrivateEndpointConnectionResult, error)
    func LookupPrivateEndpointConnectionOutput(ctx *Context, args *LookupPrivateEndpointConnectionOutputArgs, opts ...InvokeOption) LookupPrivateEndpointConnectionResultOutput

    > Note: This function is named LookupPrivateEndpointConnection in the Go SDK.

    public static class GetPrivateEndpointConnection 
    {
        public static Task<GetPrivateEndpointConnectionResult> InvokeAsync(GetPrivateEndpointConnectionArgs args, InvokeOptions? opts = null)
        public static Output<GetPrivateEndpointConnectionResult> Invoke(GetPrivateEndpointConnectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPrivateEndpointConnectionResult> getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:purview:getPrivateEndpointConnection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the account.
    PrivateEndpointConnectionName string
    Name of the private endpoint connection.
    ResourceGroupName string
    The resource group name.
    AccountName string
    The name of the account.
    PrivateEndpointConnectionName string
    Name of the private endpoint connection.
    ResourceGroupName string
    The resource group name.
    accountName String
    The name of the account.
    privateEndpointConnectionName String
    Name of the private endpoint connection.
    resourceGroupName String
    The resource group name.
    accountName string
    The name of the account.
    privateEndpointConnectionName string
    Name of the private endpoint connection.
    resourceGroupName string
    The resource group name.
    account_name str
    The name of the account.
    private_endpoint_connection_name str
    Name of the private endpoint connection.
    resource_group_name str
    The resource group name.
    accountName String
    The name of the account.
    privateEndpointConnectionName String
    Name of the private endpoint connection.
    resourceGroupName String
    The resource group name.

    getPrivateEndpointConnection Result

    The following output properties are available:

    Id string
    Gets or sets the identifier.
    Name string
    Gets or sets the name.
    ProvisioningState string
    The provisioning state.
    SystemData Pulumi.AzureNative.Purview.Outputs.ProxyResourceResponseSystemData
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Gets or sets the type.
    PrivateEndpoint Pulumi.AzureNative.Purview.Outputs.PrivateEndpointResponse
    The private endpoint information.
    PrivateLinkServiceConnectionState Pulumi.AzureNative.Purview.Outputs.PrivateLinkServiceConnectionStateResponse
    The private link service connection state.
    Id string
    Gets or sets the identifier.
    Name string
    Gets or sets the name.
    ProvisioningState string
    The provisioning state.
    SystemData ProxyResourceResponseSystemData
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Gets or sets the type.
    PrivateEndpoint PrivateEndpointResponse
    The private endpoint information.
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The private link service connection state.
    id String
    Gets or sets the identifier.
    name String
    Gets or sets the name.
    provisioningState String
    The provisioning state.
    systemData ProxyResourceResponseSystemData
    Metadata pertaining to creation and last modification of the resource.
    type String
    Gets or sets the type.
    privateEndpoint PrivateEndpointResponse
    The private endpoint information.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The private link service connection state.
    id string
    Gets or sets the identifier.
    name string
    Gets or sets the name.
    provisioningState string
    The provisioning state.
    systemData ProxyResourceResponseSystemData
    Metadata pertaining to creation and last modification of the resource.
    type string
    Gets or sets the type.
    privateEndpoint PrivateEndpointResponse
    The private endpoint information.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    The private link service connection state.
    id str
    Gets or sets the identifier.
    name str
    Gets or sets the name.
    provisioning_state str
    The provisioning state.
    system_data ProxyResourceResponseSystemData
    Metadata pertaining to creation and last modification of the resource.
    type str
    Gets or sets the type.
    private_endpoint PrivateEndpointResponse
    The private endpoint information.
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    The private link service connection state.
    id String
    Gets or sets the identifier.
    name String
    Gets or sets the name.
    provisioningState String
    The provisioning state.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    Gets or sets the type.
    privateEndpoint Property Map
    The private endpoint information.
    privateLinkServiceConnectionState Property Map
    The private link service connection state.

    Supporting Types

    PrivateEndpointResponse

    Id string
    The private endpoint identifier.
    Id string
    The private endpoint identifier.
    id String
    The private endpoint identifier.
    id string
    The private endpoint identifier.
    id str
    The private endpoint identifier.
    id String
    The private endpoint identifier.

    PrivateLinkServiceConnectionStateResponse

    ActionsRequired string
    The required actions.
    Description string
    The description.
    Status string
    The status.
    ActionsRequired string
    The required actions.
    Description string
    The description.
    Status string
    The status.
    actionsRequired String
    The required actions.
    description String
    The description.
    status String
    The status.
    actionsRequired string
    The required actions.
    description string
    The description.
    status string
    The status.
    actions_required str
    The required actions.
    description str
    The description.
    status str
    The status.
    actionsRequired String
    The required actions.
    description String
    The description.
    status String
    The status.

    ProxyResourceResponseSystemData

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of the last modification the resource (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of the last modification the resource (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of the last modification the resource (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of the last modification the resource (UTC).
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of the last modification the resource (UTC).
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of the last modification the resource (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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.38.0 published on Monday, Apr 22, 2024 by Pulumi