RoleInstanceInstanceView 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
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
- 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.
- statuses
- IList<ResourceInstanceViewStatus>
Applies to
Azure SDK for .NET