StorageEditionCapability interface
Storage edition capability
- Extends
Properties
default |
Default storage size in MB for storage edition NOTE: This property will not be serialized. It can only be populated by the server. |
name | Storage edition name NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
Flexible server supported storage range in MB NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
reason | The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
defaultStorageSizeMb
Default storage size in MB for storage edition NOTE: This property will not be serialized. It can only be populated by the server.
defaultStorageSizeMb?: number
Property Value
number
name
Storage edition name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
supportedStorageMb
Flexible server supported storage range in MB NOTE: This property will not be serialized. It can only be populated by the server.
supportedStorageMb?: StorageMbCapability[]
Property Value
Inherited Property Details
reason
The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
Inherited From CapabilityBase.reason
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
Property Value
Inherited From CapabilityBase.status