ManagedInstancePrivateEndpointConnectionProperties 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
ManagedInstancePrivateEndpointConnectionProperties() |
Initializes a new instance of the ManagedInstancePrivateEndpointConnectionProperties class. |
ManagedInstancePrivateEndpointConnectionProperties(ManagedInstancePrivateEndpointProperty, ManagedInstancePrivateLinkServiceConnectionStateProperty, String) |
Initializes a new instance of the ManagedInstancePrivateEndpointConnectionProperties class. |
ManagedInstancePrivateEndpointConnectionProperties()
Initializes a new instance of the ManagedInstancePrivateEndpointConnectionProperties class.
public ManagedInstancePrivateEndpointConnectionProperties ();
Public Sub New ()
Applies to
ManagedInstancePrivateEndpointConnectionProperties(ManagedInstancePrivateEndpointProperty, ManagedInstancePrivateLinkServiceConnectionStateProperty, String)
Initializes a new instance of the ManagedInstancePrivateEndpointConnectionProperties class.
public ManagedInstancePrivateEndpointConnectionProperties (Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties : Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointProperty * Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As ManagedInstancePrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As ManagedInstancePrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing)
Parameters
- privateEndpoint
- ManagedInstancePrivateEndpointProperty
Private endpoint which the connection belongs to.
- privateLinkServiceConnectionState
- ManagedInstancePrivateLinkServiceConnectionStateProperty
Connection State of the Private Endpoint Connection.
- provisioningState
- String
State of the Private Endpoint Connection.
Applies to
Azure SDK for .NET