CloudServiceInstanceView Constructors

Definition

Overloads

CloudServiceInstanceView()

Initializes a new instance of the CloudServiceInstanceView class.

CloudServiceInstanceView(InstanceViewStatusesSummary, String, IList<String>, IList<ResourceInstanceViewStatus>)

Initializes a new instance of the CloudServiceInstanceView class.

CloudServiceInstanceView()

Initializes a new instance of the CloudServiceInstanceView class.

public CloudServiceInstanceView ();
Public Sub New ()

Applies to

CloudServiceInstanceView(InstanceViewStatusesSummary, String, IList<String>, IList<ResourceInstanceViewStatus>)

Initializes a new instance of the CloudServiceInstanceView class.

public CloudServiceInstanceView (Microsoft.Azure.Management.Compute.Models.InstanceViewStatusesSummary roleInstance = default, string sdkVersion = default, System.Collections.Generic.IList<string> privateIds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView : Microsoft.Azure.Management.Compute.Models.InstanceViewStatusesSummary * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView
Public Sub New (Optional roleInstance As InstanceViewStatusesSummary = Nothing, Optional sdkVersion As String = Nothing, Optional privateIds As IList(Of String) = Nothing, Optional statuses As IList(Of ResourceInstanceViewStatus) = Nothing)

Parameters

sdkVersion
String

The version of the SDK that was used to generate the package for the cloud service.

privateIds
IList<String>

Specifies a list of unique identifiers generated internally for the cloud service. <br /><br /> NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.

Applies to