CloudServiceOSVersionData Class

Definition

A class representing the CloudServiceOSVersion data model. Describes a cloud service OS version.

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

Properties

Family

The family of this OS version.

FamilyLabel

The family label of this OS version.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsActive

Specifies whether this OS version is active.

IsDefault

Specifies whether this is the default OS version for its family.

Label

The OS version label.

Location

Resource location.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Version

The OS version.

Explicit Interface Implementations

IJsonModel<CloudServiceOSVersionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudServiceOSVersionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudServiceOSVersionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudServiceOSVersionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudServiceOSVersionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to