CloudLink Constructors
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.
Overloads
CloudLink() |
Initializes a new instance of the CloudLink class. |
CloudLink(String, String, String, String, String) |
Initializes a new instance of the CloudLink class. |
CloudLink()
Initializes a new instance of the CloudLink class.
public CloudLink ();
Public Sub New ()
Applies to
CloudLink(String, String, String, String, String)
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
Azure SDK for .NET