Ler em inglês

Partilhar via


PrivateLinkServiceConnectionStateProperty Class

Definition

Connection State of the Private Endpoint Connection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.PrivateLinkServiceConnectionStatePropertyTypeConverter))]
public class PrivateLinkServiceConnectionStateProperty : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.IPrivateLinkServiceConnectionStateProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.PrivateLinkServiceConnectionStatePropertyTypeConverter))>]
type PrivateLinkServiceConnectionStateProperty = class
    interface IPrivateLinkServiceConnectionStateProperty
    interface IJsonSerializable
Public Class PrivateLinkServiceConnectionStateProperty
Implements IPrivateLinkServiceConnectionStateProperty
Inheritance
PrivateLinkServiceConnectionStateProperty
Attributes
Implements

Constructors

Properties

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

Description

The private link service connection description.

Status

The private link service connection status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkServiceConnectionStateProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkServiceConnectionStateProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.IPrivateLinkServiceConnectionStateProperty.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkServiceConnectionStateProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to