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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET