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

PrivateEndpointConnection Class

Definition

A private endpoint connection class.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
    interface IPrivateEndpointConnection
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection, IValidates
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Creates an new PrivateEndpointConnection instance.

Properties

Id

Gets or sets the identifier.

Name

Gets or sets the name.

PrivateEndpointId

The private endpoint identifier.

PrivateLinkServiceConnectionStateActionsRequired

The required actions.

PrivateLinkServiceConnectionStateDescription

The description.

PrivateLinkServiceConnectionStateStatus

The status.

ProvisioningState

The provisioning state.

ResourceGroupName

Gets the resource group name

Type

Gets or sets the type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnection.

FromJsonString(String)

Creates a new instance of PrivateEndpointConnection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to