PrivateEndpointConnectionProperties Constructors

Definition

Overloads

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties(PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, String)

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(PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, String)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

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

Parameters

privateEndpoint
PrivateEndpointProperty

Private endpoint which the connection belongs to.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

Connection state of the private endpoint connection.

provisioningState
String

State of the private endpoint connection. Possible values include: 'Approving', 'Ready', 'Dropping', 'Failed', 'Rejecting'

Applies to