CloudServiceInstanceView Class

Definition

InstanceView of CloudService as a whole

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceInstanceViewTypeConverter))]
public class CloudServiceInstanceView : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceInstanceViewTypeConverter))>]
type CloudServiceInstanceView = class
    interface ICloudServiceInstanceView
    interface IJsonSerializable
Public Class CloudServiceInstanceView
Implements ICloudServiceInstanceView
Inheritance
CloudServiceInstanceView
Attributes
Implements

Constructors

CloudServiceInstanceView()

Creates an new CloudServiceInstanceView instance.

Properties

PrivateId

Specifies a list of unique identifiers generated internally for the cloud service.

NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.

RoleInstanceStatusesSummary

The summary.

SdkVersion

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

Statuses

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServiceInstanceView.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServiceInstanceView.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView.

FromJsonString(String)

Creates a new instance of CloudServiceInstanceView, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServiceInstanceView into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to