你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSPrivateEndpointConnection Class

Definition

Initializes a new instance of the PrivateEndpointConnection class.

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

Constructors

PSPrivateEndpointConnection(String, String, String, PSPrivateEndpointProperty, PSPrivateLinkServiceConnectionStateProperty, String)

Initializes a new instance of the PrivateEndpointConnection class.

Properties

Id

Gets azure resource Id

Name

Gets azure resource name

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 azure resource type

Methods

Validate()

Validate the object.

Applies to