Share via


ArmDataFactoryModelFactory.DataFactoryPrivateEndpointConnectionProperties Method

Definition

Initializes a new instance of DataFactoryPrivateEndpointConnectionProperties.

public static Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateEndpointConnectionProperties DataFactoryPrivateEndpointConnectionProperties (string provisioningState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.DataFactory.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default);
static member DataFactoryPrivateEndpointConnectionProperties : string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.DataFactory.Models.PrivateLinkConnectionState -> Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateEndpointConnectionProperties
Public Shared Function DataFactoryPrivateEndpointConnectionProperties (Optional provisioningState As String = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing) As DataFactoryPrivateEndpointConnectionProperties

Parameters

provisioningState
String
privateEndpointId
ResourceIdentifier

PrivateEndpoint of a remote private endpoint connection.

privateLinkServiceConnectionState
PrivateLinkConnectionState

The state of a private link connection.

Returns

A new DataFactoryPrivateEndpointConnectionProperties instance for mocking.

Applies to