CloudLink Constructors

Definition

Overloads

CloudLink()

Initializes a new instance of the CloudLink class.

CloudLink(String, String, String, String, String)

Initializes a new instance of the CloudLink class.

Initializes a new instance of the CloudLink class.

public CloudLink ();
Public Sub New ()

Applies to

Initializes a new instance of the CloudLink class.

public CloudLink (string id = default, string name = default, string type = default, string status = default, string linkedCloud = default);
new Microsoft.Azure.Management.Avs.Models.CloudLink : string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.CloudLink
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional status As String = Nothing, Optional linkedCloud As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

status
String

The state of the cloud link. Possible values include: 'Active', 'Building', 'Deleting', 'Failed', 'Disconnected'

linkedCloud
String

Identifier of the other private cloud participating in the link.

Applies to