PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, PrivateEndpoint, PrivateLinkServiceConnectionState)

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(String, PrivateEndpoint, PrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnection class.

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

Parameters

provisioningState
String

Gets or sets provisioning state of the private endpoint connection. Possible values include: 'Succeeded', 'Deleting', 'Failed', 'Pending'

privateEndpoint
PrivateEndpoint
privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Applies to