HciVmStorageContainerProvisioningStatus Class
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.
Storage container provisioning status.
public class HciVmStorageContainerProvisioningStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmStorageContainerProvisioningStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmStorageContainerProvisioningStatus>
type HciVmStorageContainerProvisioningStatus = class
interface IJsonModel<HciVmStorageContainerProvisioningStatus>
interface IPersistableModel<HciVmStorageContainerProvisioningStatus>
Public Class HciVmStorageContainerProvisioningStatus
Implements IJsonModel(Of HciVmStorageContainerProvisioningStatus), IPersistableModel(Of HciVmStorageContainerProvisioningStatus)
- Inheritance
-
HciVmStorageContainerProvisioningStatus
- Implements
Properties
OperationId |
The ID of the operation performed on the storage container. |
Status |
The status of the operation performed on the storage container [Succeeded, Failed, InProgress]. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmStorageContainerProvisioningStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmStorageContainerProvisioningStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmStorageContainerProvisioningStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmStorageContainerProvisioningStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmStorageContainerProvisioningStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |