PrivateEndpointConnectionItem Constructors

Definition

Overloads

PrivateEndpointConnectionItem()

Initializes a new instance of the PrivateEndpointConnectionItem class.

PrivateEndpointConnectionItem(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnectionItem class.

PrivateEndpointConnectionItem()

Initializes a new instance of the PrivateEndpointConnectionItem class.

public PrivateEndpointConnectionItem ();
Public Sub New ()

Applies to

PrivateEndpointConnectionItem(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnectionItem class.

public PrivateEndpointConnectionItem (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.PrivateEndpointConnectionItem : Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint * Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem
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