Bagikan melalui


ServerPrivateEndpointConnectionProperties Constructors

Definition

Overloads

ServerPrivateEndpointConnectionProperties()

Initializes a new instance of the ServerPrivateEndpointConnectionProperties class.

ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)

Initializes a new instance of the ServerPrivateEndpointConnectionProperties class.

ServerPrivateEndpointConnectionProperties()

Initializes a new instance of the ServerPrivateEndpointConnectionProperties class.

public ServerPrivateEndpointConnectionProperties ();
Public Sub New ()

Applies to

ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)

Initializes a new instance of the ServerPrivateEndpointConnectionProperties class.

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

Parameters

privateEndpoint
PrivateEndpointProperty

Private endpoint which the connection belongs to.

privateLinkServiceConnectionState
ServerPrivateLinkServiceConnectionStateProperty

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