CloudLinkProperties Class

Definition

The properties of a cloud link.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.CloudLinkPropertiesTypeConverter))]
public class CloudLinkProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICloudLinkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.CloudLinkPropertiesTypeConverter))>]
type CloudLinkProperties = class
    interface ICloudLinkProperties
    interface IJsonSerializable
Public Class CloudLinkProperties
Implements ICloudLinkProperties
Inheritance
CloudLinkProperties
Attributes
Implements

Constructors

CloudLinkProperties()

Creates an new CloudLinkProperties instance.

Properties

LinkedCloud

Identifier of the other private cloud participating in the link.

Status

The state of the cloud link.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudLinkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudLinkProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICloudLinkProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudLinkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to