azure-native.appconfiguration.getPrivateEndpointConnection

Explore with Pulumi AI

Gets the specified private endpoint connection associated with the configuration store. API Version: 2020-06-01.

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(config_store_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(config_store_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:appconfiguration:getPrivateEndpointConnection
  arguments:
    # arguments dictionary

The following arguments are supported:

ConfigStoreName string

The name of the configuration store.

PrivateEndpointConnectionName string

Private endpoint connection name

ResourceGroupName string

The name of the resource group to which the container registry belongs.

ConfigStoreName string

The name of the configuration store.

PrivateEndpointConnectionName string

Private endpoint connection name

ResourceGroupName string

The name of the resource group to which the container registry belongs.

configStoreName String

The name of the configuration store.

privateEndpointConnectionName String

Private endpoint connection name

resourceGroupName String

The name of the resource group to which the container registry belongs.

configStoreName string

The name of the configuration store.

privateEndpointConnectionName string

Private endpoint connection name

resourceGroupName string

The name of the resource group to which the container registry belongs.

config_store_name str

The name of the configuration store.

private_endpoint_connection_name str

Private endpoint connection name

resource_group_name str

The name of the resource group to which the container registry belongs.

configStoreName String

The name of the configuration store.

privateEndpointConnectionName String

Private endpoint connection name

resourceGroupName String

The name of the resource group to which the container registry belongs.

getPrivateEndpointConnection Result

The following output properties are available:

Id string

The resource ID.

Name string

The name of the resource.

PrivateLinkServiceConnectionState Pulumi.AzureNative.AppConfiguration.Outputs.PrivateLinkServiceConnectionStateResponse

A collection of information about the state of the connection between service consumer and provider.

ProvisioningState string

The provisioning status of the private endpoint connection.

Type string

The type of the resource.

PrivateEndpoint Pulumi.AzureNative.AppConfiguration.Outputs.PrivateEndpointResponse

The resource of private endpoint.

Id string

The resource ID.

Name string

The name of the resource.

PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

A collection of information about the state of the connection between service consumer and provider.

ProvisioningState string

The provisioning status of the private endpoint connection.

Type string

The type of the resource.

PrivateEndpoint PrivateEndpointResponse

The resource of private endpoint.

id String

The resource ID.

name String

The name of the resource.

privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

A collection of information about the state of the connection between service consumer and provider.

provisioningState String

The provisioning status of the private endpoint connection.

type String

The type of the resource.

privateEndpoint PrivateEndpointResponse

The resource of private endpoint.

id string

The resource ID.

name string

The name of the resource.

privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

A collection of information about the state of the connection between service consumer and provider.

provisioningState string

The provisioning status of the private endpoint connection.

type string

The type of the resource.

privateEndpoint PrivateEndpointResponse

The resource of private endpoint.

id str

The resource ID.

name str

The name of the resource.

private_link_service_connection_state PrivateLinkServiceConnectionStateResponse

A collection of information about the state of the connection between service consumer and provider.

provisioning_state str

The provisioning status of the private endpoint connection.

type str

The type of the resource.

private_endpoint PrivateEndpointResponse

The resource of private endpoint.

id String

The resource ID.

name String

The name of the resource.

privateLinkServiceConnectionState Property Map

A collection of information about the state of the connection between service consumer and provider.

provisioningState String

The provisioning status of the private endpoint connection.

type String

The type of the resource.

privateEndpoint Property Map

The resource of private endpoint.

Supporting Types

PrivateEndpointResponse

Id string

The resource Id for private endpoint

Id string

The resource Id for private endpoint

id String

The resource Id for private endpoint

id string

The resource Id for private endpoint

id str

The resource Id for private endpoint

id String

The resource Id for private endpoint

PrivateLinkServiceConnectionStateResponse

ActionsRequired string

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

Description string

The private link service connection description.

Status string

The private link service connection status.

ActionsRequired string

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

Description string

The private link service connection description.

Status string

The private link service connection status.

actionsRequired String

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

description String

The private link service connection description.

status String

The private link service connection status.

actionsRequired string

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

description string

The private link service connection description.

status string

The private link service connection status.

actions_required str

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

description str

The private link service connection description.

status str

The private link service connection status.

actionsRequired String

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

description String

The private link service connection description.

status String

The private link service connection status.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0