CloudServiceInstanceView 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
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
- roleInstance
- InstanceViewStatusesSummary
- sdkVersion
- String
The version of the SDK that was used to generate the package for the cloud service.
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.
- statuses
- IList<ResourceInstanceViewStatus>