Share via


ServerPrivateLinkServiceConnectionStateProperty Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPrivateLinkServiceConnectionStatePropertyTypeConverter))]
public class ServerPrivateLinkServiceConnectionStateProperty : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateLinkServiceConnectionStateProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPrivateLinkServiceConnectionStatePropertyTypeConverter))>]
type ServerPrivateLinkServiceConnectionStateProperty = class
    interface IServerPrivateLinkServiceConnectionStateProperty
    interface IJsonSerializable
Public Class ServerPrivateLinkServiceConnectionStateProperty
Implements IServerPrivateLinkServiceConnectionStateProperty
Inheritance
ServerPrivateLinkServiceConnectionStateProperty
Attributes
Implements

Constructors

ServerPrivateLinkServiceConnectionStateProperty()

Creates an new ServerPrivateLinkServiceConnectionStateProperty instance.

Properties

ActionsRequired

The actions required for private link service connection.

Description

The private link service connection description.

Status

The private link service connection status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerPrivateLinkServiceConnectionStateProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerPrivateLinkServiceConnectionStateProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateLinkServiceConnectionStateProperty.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerPrivateLinkServiceConnectionStateProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to