CloudServiceInstanceView Class

Definition

InstanceView of CloudService as a whole.

public class CloudServiceInstanceView : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.CloudServiceInstanceView>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.CloudServiceInstanceView>
type CloudServiceInstanceView = class
    interface IJsonModel<CloudServiceInstanceView>
    interface IPersistableModel<CloudServiceInstanceView>
Public Class CloudServiceInstanceView
Implements IJsonModel(Of CloudServiceInstanceView), IPersistableModel(Of CloudServiceInstanceView)
Inheritance
CloudServiceInstanceView
Implements

Properties

PrivateIds

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.

RoleInstanceStatusesSummary

The summary.

SdkVersion

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

Statuses

Gets the statuses.

Explicit Interface Implementations

IJsonModel<CloudServiceInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudServiceInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudServiceInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudServiceInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudServiceInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to