CloudLinkProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a cloud link.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.CloudLinkPropertiesTypeConverter))]
public class CloudLinkProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ICloudLinkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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. |
ProvisioningState |
The provisioning state of the resource. |
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.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() |