Azure Native
getPrivateEndpointConnection
A private endpoint connection class. API Version: 2020-12-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:
- Account
Name string The name of the account.
- Private
Endpoint stringConnection Name Name of the private endpoint connection.
- Resource
Group stringName The resource group name.
- Account
Name string The name of the account.
- Private
Endpoint stringConnection Name Name of the private endpoint connection.
- Resource
Group stringName The resource group name.
- account
Name String The name of the account.
- private
Endpoint StringConnection Name Name of the private endpoint connection.
- resource
Group StringName The resource group name.
- account
Name string The name of the account.
- private
Endpoint stringConnection Name Name of the private endpoint connection.
- resource
Group stringName The resource group name.
- account_
name str The name of the account.
- private_
endpoint_ strconnection_ name Name of the private endpoint connection.
- resource_
group_ strname The resource group name.
- account
Name String The name of the account.
- private
Endpoint StringConnection Name Name of the private endpoint connection.
- resource
Group StringName 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.
- Provisioning
State string The provisioning state.
- Type string
Gets or sets the type.
- Private
Endpoint Pulumi.Azure Native. Purview. Outputs. Private Endpoint Response The private endpoint information.
- Private
Link Pulumi.Service Connection State Azure Native. Purview. Outputs. Private Link Service Connection State Response The private link service connection state.
- Id string
Gets or sets the identifier.
- Name string
Gets or sets the name.
- Provisioning
State string The provisioning state.
- Type string
Gets or sets the type.
- Private
Endpoint PrivateEndpoint Response The private endpoint information.
- Private
Link PrivateService Connection State Link Service Connection State Response The private link service connection state.
- id String
Gets or sets the identifier.
- name String
Gets or sets the name.
- provisioning
State String The provisioning state.
- type String
Gets or sets the type.
- private
Endpoint PrivateEndpoint Response The private endpoint information.
- private
Link PrivateService Connection State Link Service Connection State Response The private link service connection state.
- id string
Gets or sets the identifier.
- name string
Gets or sets the name.
- provisioning
State string The provisioning state.
- type string
Gets or sets the type.
- private
Endpoint PrivateEndpoint Response The private endpoint information.
- private
Link PrivateService Connection State Link Service Connection State Response 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.
- type str
Gets or sets the type.
- private_
endpoint PrivateEndpoint Response The private endpoint information.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response The private link service connection state.
- id String
Gets or sets the identifier.
- name String
Gets or sets the name.
- provisioning
State String The provisioning state.
- type String
Gets or sets the type.
- private
Endpoint Property Map The private endpoint information.
- private
Link Property MapService Connection State 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
- Actions
Required string The required actions.
- Description string
The description.
- Status string
The status.
- Actions
Required string The required actions.
- Description string
The description.
- Status string
The status.
- actions
Required String The required actions.
- description String
The description.
- status String
The status.
- actions
Required 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.
- actions
Required String The required actions.
- description String
The description.
- status String
The status.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0