ManagedInstancePrivateEndpointConnection Class
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.
A private endpoint connection
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedInstancePrivateEndpointConnection : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedInstancePrivateEndpointConnection = class
inherit ProxyResource
Public Class ManagedInstancePrivateEndpointConnection
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ManagedInstancePrivateEndpointConnection() |
Initializes a new instance of the ManagedInstancePrivateEndpointConnection class. |
ManagedInstancePrivateEndpointConnection(String, String, String, ManagedInstancePrivateEndpointProperty, ManagedInstancePrivateLinkServiceConnectionStateProperty, String) |
Initializes a new instance of the ManagedInstancePrivateEndpointConnection class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
PrivateEndpoint |
Gets or sets private endpoint which the connection belongs to. |
PrivateLinkServiceConnectionState |
Gets or sets connection State of the Private Endpoint Connection. |
ProvisioningState |
Gets state of the Private Endpoint Connection. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET