PrivateEndpointConnection Class

Definition

The Private Endpoint Connection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
Public Class PrivateEndpointConnection
Inheritance
PrivateEndpointConnection
Attributes

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateLinkServiceConnectionState, PrivateEndpoint, PrivateEndpointConnectionProvisioningState, String, String, String)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Id

Gets private endpoint connection Id

Name

Gets private endpoint connection name

PrivateEndpoint

Gets or sets the resource of private end point.

PrivateLinkServiceConnectionState

Gets or sets a collection of information about the state of the connection between DiskAccess and Virtual Network.

ProvisioningState

Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

Type

Gets private endpoint connection type

Methods

Validate()

Validate the object.

Applies to