ServerPrivateEndpointConnectionProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.PostgreSQL.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateEndpointConnectionProperties : Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointProperty * Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Management.PostgreSQL.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
Azure SDK for .NET