Share via


PrivateCloud.ExternalCloudLinks Property

Definition

Gets array of cloud link IDs from other clouds that connect to this one

[Newtonsoft.Json.JsonProperty(PropertyName="properties.externalCloudLinks")]
public System.Collections.Generic.IList<string> ExternalCloudLinks { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.externalCloudLinks")>]
member this.ExternalCloudLinks : System.Collections.Generic.IList<string>
Public ReadOnly Property ExternalCloudLinks As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to