RoleInstanceInstanceView Constructors

Definition

Overloads

RoleInstanceInstanceView()

Initializes a new instance of the RoleInstanceInstanceView class.

RoleInstanceInstanceView(Nullable<Int32>, Nullable<Int32>, String, IList<ResourceInstanceViewStatus>)

Initializes a new instance of the RoleInstanceInstanceView class.

RoleInstanceInstanceView()

Initializes a new instance of the RoleInstanceInstanceView class.

public RoleInstanceInstanceView ();
Public Sub New ()

Applies to

RoleInstanceInstanceView(Nullable<Int32>, Nullable<Int32>, String, IList<ResourceInstanceViewStatus>)

Initializes a new instance of the RoleInstanceInstanceView class.

public RoleInstanceInstanceView (int? platformUpdateDomain = default, int? platformFaultDomain = default, string privateId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView : Nullable<int> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView
Public Sub New (Optional platformUpdateDomain As Nullable(Of Integer) = Nothing, Optional platformFaultDomain As Nullable(Of Integer) = Nothing, Optional privateId As String = Nothing, Optional statuses As IList(Of ResourceInstanceViewStatus) = Nothing)

Parameters

platformUpdateDomain
Nullable<Int32>

The Update Domain.

platformFaultDomain
Nullable<Int32>

The Fault Domain.

privateId
String

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

Applies to