Partilhar via


PrivateEndpointConnectionProperties Constructors

Definition

Overloads

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, String, PrivateEndpoint)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

public PrivateEndpointConnectionProperties ();
Public Sub New ()

Applies to

PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, String, PrivateEndpoint)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

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

Parameters

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
String

The current provisioning state. Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed', 'Succeeded'

privateEndpoint
PrivateEndpoint

The resource of private endpoint.

Applies to