ManagedInstancePrivateEndpointConnection Class

Definition

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
ManagedInstancePrivateEndpointConnection
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