Storage interface
Storage properties of a server
Properties
| auto |
Flag to enable / disable Storage Auto grow for flexible server. |
| iops | Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS |
| storage |
Max storage allowed for a server. |
| throughput | Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS |
| tier | Name of storage tier for IOPS. |
| type | Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified |
Property Details
autoGrow
Flag to enable / disable Storage Auto grow for flexible server.
autoGrow?: string
Property Value
string
iops
Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS
iops?: number
Property Value
number
storageSizeGB
Max storage allowed for a server.
storageSizeGB?: number
Property Value
number
throughput
Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS
throughput?: number
Property Value
number
tier
Name of storage tier for IOPS.
tier?: string
Property Value
string
type
Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified
type?: string
Property Value
string