PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection ();
Public Sub New ()

Applies to

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection : Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint * Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection
Public Sub New (Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing)

Parameters

privateEndpoint
PrivateEndpoint

Properties of the private endpoint object.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Approval state of the private link connection.

provisioningState
String

Provisioning state of the private endpoint connection. Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', 'Failed', 'Disconnected'

Applies to