StorageProperties interface
described the storage properties of the azure large storage instance
Properties
generation | the kind of storage instance |
hardware |
the hardware type of the storage instance |
offering |
the offering type for which the resource is getting provisioned |
provisioning |
State of provisioning of the AzureLargeStorageInstance NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
the billing related information for the resource |
storage |
the storage protocol for which the resource is getting provisioned |
workload |
the workload for which the resource is getting provisioned |
Property Details
generation
the kind of storage instance
generation?: string
Property Value
string
hardwareType
the hardware type of the storage instance
hardwareType?: string
Property Value
string
offeringType
the offering type for which the resource is getting provisioned
offeringType?: string
Property Value
string
provisioningState
State of provisioning of the AzureLargeStorageInstance NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageBillingProperties
the billing related information for the resource
storageBillingProperties?: StorageBillingProperties
Property Value
storageType
the storage protocol for which the resource is getting provisioned
storageType?: string
Property Value
string
workloadType
the workload for which the resource is getting provisioned
workloadType?: string
Property Value
string
Azure SDK for JavaScript