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

PrivateLinkConnectionState Class

Definition

The state of a private link connection

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkConnectionStateTypeConverter))]
public class PrivateLinkConnectionState : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkConnectionState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkConnectionStateTypeConverter))>]
type PrivateLinkConnectionState = class
    interface IPrivateLinkConnectionState
    interface IJsonSerializable
Public Class PrivateLinkConnectionState
Implements IPrivateLinkConnectionState
Inheritance
PrivateLinkConnectionState
Attributes
Implements

Constructors

PrivateLinkConnectionState()

Creates an new PrivateLinkConnectionState instance.

Properties

ActionsRequired

ActionsRequired for a private link connection

Description

Description of a private link connection

Status

Status of a private link connection

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkConnectionState.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkConnectionState.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkConnectionState.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkConnectionState into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to