다음을 통해 공유


PrivateEndpointConnectionRequestProperties Constructors

Definition

Overloads

PrivateEndpointConnectionRequestProperties()

Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.

PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.

PrivateEndpointConnectionRequestProperties()

Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.

public PrivateEndpointConnectionRequestProperties ();
Public Sub New ()

Applies to

PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)

Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.

public PrivateEndpointConnectionRequestProperties (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)

Parameters

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

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

Applies to