StorageContainerProperties 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.
Properties under the storage container resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.StorageContainerPropertiesTypeConverter))]
public class StorageContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.StorageContainerPropertiesTypeConverter))>]
type StorageContainerProperties = class
interface IStorageContainerProperties
interface IJsonSerializable
Public Class StorageContainerProperties
Implements IStorageContainerProperties
- Inheritance
-
StorageContainerProperties
- Attributes
- Implements
Constructors
StorageContainerProperties() |
Creates an new StorageContainerProperties instance. |
Properties
Path |
Path of the storage container on the disk |
ProvisioningState |
Provisioning state of the storage container. |
ProvisioningStatus |
The status of the operation performed on the storage container [Succeeded, Failed, InProgress] |
ProvisioningStatusOperationId |
The ID of the operation performed on the storage container |
StatusAvailableSizeMb |
Amount of space available on the disk in MB |
StatusContainerSizeMb |
Total size of the disk in MB |
StatusErrorCode |
StorageContainer provisioning error code |
StatusErrorMessage |
Descriptive error message |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageContainerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageContainerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainerProperties. |
FromJsonString(String) |
Creates a new instance of StorageContainerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageContainerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |