azure-native.migrate.getPrivateEndpointConnection

Get information related to a specific private endpoint connection in the project. Returns a json object of type ‘privateEndpointConnections’ as specified in the models section. API Version: 2019-10-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(private_endpoint_connection_name: Optional[str] = None,
                                    project_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPrivateEndpointConnectionResult
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
                                    project_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:migrate:getPrivateEndpointConnection
  arguments:
    # arguments dictionary

The following arguments are supported:

PrivateEndpointConnectionName string

Unique name of a private endpoint connection within a project.

ProjectName string

Name of the Azure Migrate project.

ResourceGroupName string

Name of the Azure Resource Group that project is part of.

PrivateEndpointConnectionName string

Unique name of a private endpoint connection within a project.

ProjectName string

Name of the Azure Migrate project.

ResourceGroupName string

Name of the Azure Resource Group that project is part of.

privateEndpointConnectionName String

Unique name of a private endpoint connection within a project.

projectName String

Name of the Azure Migrate project.

resourceGroupName String

Name of the Azure Resource Group that project is part of.

privateEndpointConnectionName string

Unique name of a private endpoint connection within a project.

projectName string

Name of the Azure Migrate project.

resourceGroupName string

Name of the Azure Resource Group that project is part of.

private_endpoint_connection_name str

Unique name of a private endpoint connection within a project.

project_name str

Name of the Azure Migrate project.

resource_group_name str

Name of the Azure Resource Group that project is part of.

privateEndpointConnectionName String

Unique name of a private endpoint connection within a project.

projectName String

Name of the Azure Migrate project.

resourceGroupName String

Name of the Azure Resource Group that project is part of.

getPrivateEndpointConnection Result

The following output properties are available:

Id string

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

Name string

Name of the private endpoint endpoint connection.

Properties Pulumi.AzureNative.Migrate.Outputs.PrivateEndpointConnectionPropertiesResponse

Properties of the private endpoint endpoint connection.

Type string

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

ETag string

For optimistic concurrency control.

Id string

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

Name string

Name of the private endpoint endpoint connection.

Properties PrivateEndpointConnectionPropertiesResponse

Properties of the private endpoint endpoint connection.

Type string

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

ETag string

For optimistic concurrency control.

id String

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

name String

Name of the private endpoint endpoint connection.

properties PrivateEndpointConnectionPropertiesResponse

Properties of the private endpoint endpoint connection.

type String

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

eTag String

For optimistic concurrency control.

id string

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

name string

Name of the private endpoint endpoint connection.

properties PrivateEndpointConnectionPropertiesResponse

Properties of the private endpoint endpoint connection.

type string

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

eTag string

For optimistic concurrency control.

id str

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

name str

Name of the private endpoint endpoint connection.

properties PrivateEndpointConnectionPropertiesResponse

Properties of the private endpoint endpoint connection.

type str

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

e_tag str

For optimistic concurrency control.

id String

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

name String

Name of the private endpoint endpoint connection.

properties Property Map

Properties of the private endpoint endpoint connection.

type String

Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].

eTag String

For optimistic concurrency control.

Supporting Types

PrivateEndpointConnectionPropertiesResponse

PrivateEndpoint Pulumi.AzureNative.Migrate.Inputs.ResourceIdResponse

ARM id for the private endpoint resource corresponding to the connection.

ProvisioningState string

Indicates whether there is an ongoing operation on the private endpoint.

PrivateLinkServiceConnectionState Pulumi.AzureNative.Migrate.Inputs.PrivateLinkServiceConnectionStateResponse

State of the private endpoint connection.

PrivateEndpoint ResourceIdResponse

ARM id for the private endpoint resource corresponding to the connection.

ProvisioningState string

Indicates whether there is an ongoing operation on the private endpoint.

PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

State of the private endpoint connection.

privateEndpoint ResourceIdResponse

ARM id for the private endpoint resource corresponding to the connection.

provisioningState String

Indicates whether there is an ongoing operation on the private endpoint.

privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

State of the private endpoint connection.

privateEndpoint ResourceIdResponse

ARM id for the private endpoint resource corresponding to the connection.

provisioningState string

Indicates whether there is an ongoing operation on the private endpoint.

privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse

State of the private endpoint connection.

private_endpoint ResourceIdResponse

ARM id for the private endpoint resource corresponding to the connection.

provisioning_state str

Indicates whether there is an ongoing operation on the private endpoint.

private_link_service_connection_state PrivateLinkServiceConnectionStateResponse

State of the private endpoint connection.

privateEndpoint Property Map

ARM id for the private endpoint resource corresponding to the connection.

provisioningState String

Indicates whether there is an ongoing operation on the private endpoint.

privateLinkServiceConnectionState Property Map

State of the private endpoint connection.

PrivateLinkServiceConnectionStateResponse

ActionsRequired string

Actions required on the private endpoint connection.

Description string

Description of the private endpoint connection.

Status string

Connection status of the private endpoint connection.

ActionsRequired string

Actions required on the private endpoint connection.

Description string

Description of the private endpoint connection.

Status string

Connection status of the private endpoint connection.

actionsRequired String

Actions required on the private endpoint connection.

description String

Description of the private endpoint connection.

status String

Connection status of the private endpoint connection.

actionsRequired string

Actions required on the private endpoint connection.

description string

Description of the private endpoint connection.

status string

Connection status of the private endpoint connection.

actions_required str

Actions required on the private endpoint connection.

description str

Description of the private endpoint connection.

status str

Connection status of the private endpoint connection.

actionsRequired String

Actions required on the private endpoint connection.

description String

Description of the private endpoint connection.

status String

Connection status of the private endpoint connection.

ResourceIdResponse

Id string
Id string
id String
id string
id str
id String

Package Details

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