PrivateEndpointConnectionProperties 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
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'