ArmDataFactoryModelFactory.DataFactoryPrivateEndpointConnectionProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET