Share via


HciVmGalleryImageProvisioningStatus Class

Definition

The status of the operation performed on the gallery image.

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

Properties

OperationId

The ID of the operation performed on the gallery image.

Status

The status of the operation performed on the gallery image [Succeeded, Failed, InProgress].

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmGalleryImageProvisioningStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmGalleryImageProvisioningStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmGalleryImageProvisioningStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmGalleryImageProvisioningStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmGalleryImageProvisioningStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to