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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.datafactory.getPrivateEndpointConnection
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets a private endpoint connection Azure REST API version: 2018-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(factory_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(factory_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:datafactory:getPrivateEndpointConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Factory
Name string - The factory name.
- Private
Endpoint stringConnection Name - The private endpoint connection name.
- Resource
Group stringName - The resource group name.
- Factory
Name string - The factory name.
- Private
Endpoint stringConnection Name - The private endpoint connection name.
- Resource
Group stringName - The resource group name.
- factory
Name String - The factory name.
- private
Endpoint StringConnection Name - The private endpoint connection name.
- resource
Group StringName - The resource group name.
- factory
Name string - The factory name.
- private
Endpoint stringConnection Name - The private endpoint connection name.
- resource
Group stringName - The resource group name.
- factory_
name str - The factory name.
- private_
endpoint_ strconnection_ name - The private endpoint connection name.
- resource_
group_ strname - The resource group name.
- factory
Name String - The factory name.
- private
Endpoint StringConnection Name - The private endpoint connection name.
- resource
Group StringName - The resource group name.
getPrivateEndpointConnection Result
The following output properties are available:
- Etag string
- Etag identifies change in the resource.
- Id string
- The resource identifier.
- Name string
- The resource name.
- Properties
Pulumi.
Azure Native. Data Factory. Outputs. Remote Private Endpoint Connection Response - Core resource properties
- Type string
- The resource type.
- Etag string
- Etag identifies change in the resource.
- Id string
- The resource identifier.
- Name string
- The resource name.
- Properties
Remote
Private Endpoint Connection Response - Core resource properties
- Type string
- The resource type.
- etag String
- Etag identifies change in the resource.
- id String
- The resource identifier.
- name String
- The resource name.
- properties
Remote
Private Endpoint Connection Response - Core resource properties
- type String
- The resource type.
- etag string
- Etag identifies change in the resource.
- id string
- The resource identifier.
- name string
- The resource name.
- properties
Remote
Private Endpoint Connection Response - Core resource properties
- type string
- The resource type.
- etag str
- Etag identifies change in the resource.
- id str
- The resource identifier.
- name str
- The resource name.
- properties
Remote
Private Endpoint Connection Response - Core resource properties
- type str
- The resource type.
- etag String
- Etag identifies change in the resource.
- id String
- The resource identifier.
- name String
- The resource name.
- properties Property Map
- Core resource properties
- type String
- The resource type.
Supporting Types
ArmIdWrapperResponse
- Id string
- Id string
- id String
- id string
- id str
- id String
PrivateLinkConnectionStateResponse
- Actions
Required string - ActionsRequired for a private link connection
- Description string
- Description of a private link connection
- Status string
- Status of a private link connection
- Actions
Required string - ActionsRequired for a private link connection
- Description string
- Description of a private link connection
- Status string
- Status of a private link connection
- actions
Required String - ActionsRequired for a private link connection
- description String
- Description of a private link connection
- status String
- Status of a private link connection
- actions
Required string - ActionsRequired for a private link connection
- description string
- Description of a private link connection
- status string
- Status of a private link connection
- actions_
required str - ActionsRequired for a private link connection
- description str
- Description of a private link connection
- status str
- Status of a private link connection
- actions
Required String - ActionsRequired for a private link connection
- description String
- Description of a private link connection
- status String
- Status of a private link connection
RemotePrivateEndpointConnectionResponse
- Provisioning
State string - Private
Endpoint Pulumi.Azure Native. Data Factory. Inputs. Arm Id Wrapper Response - PrivateEndpoint of a remote private endpoint connection
- Private
Link Pulumi.Service Connection State Azure Native. Data Factory. Inputs. Private Link Connection State Response - The state of a private link connection
- Provisioning
State string - Private
Endpoint ArmId Wrapper Response - PrivateEndpoint of a remote private endpoint connection
- Private
Link PrivateService Connection State Link Connection State Response - The state of a private link connection
- provisioning
State String - private
Endpoint ArmId Wrapper Response - PrivateEndpoint of a remote private endpoint connection
- private
Link PrivateService Connection State Link Connection State Response - The state of a private link connection
- provisioning
State string - private
Endpoint ArmId Wrapper Response - PrivateEndpoint of a remote private endpoint connection
- private
Link PrivateService Connection State Link Connection State Response - The state of a private link connection
- provisioning_
state str - private_
endpoint ArmId Wrapper Response - PrivateEndpoint of a remote private endpoint connection
- private_
link_ Privateservice_ connection_ state Link Connection State Response - The state of a private link connection
- provisioning
State String - private
Endpoint Property Map - PrivateEndpoint of a remote private endpoint connection
- private
Link Property MapService Connection State - The state of a private link connection
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi