Share via


StorageMbCapability interface

Storage size (in MB) capability.

Extends

Properties

defaultIopsTier

Default IOPS for this tier and storage size. NOTE: This property will not be serialized. It can only be populated by the server.

maximumStorageSizeMb

Maximum supported size (in MB) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

storageSizeMb

Minimum supported size (in MB) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

supportedIops

Minimum IOPS supported by the storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedIopsTiers

List of all supported storage tiers for this tier and storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaximumIops

Maximum IOPS supported by the storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaximumThroughput

Maximum supported throughput (in MB/s) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

supportedThroughput

Minimum supported throughput (in MB/s) of storage. 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

defaultIopsTier

Default IOPS for this tier and storage size. NOTE: This property will not be serialized. It can only be populated by the server.

defaultIopsTier?: string

Property Value

string

maximumStorageSizeMb

Maximum supported size (in MB) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

maximumStorageSizeMb?: number

Property Value

number

storageSizeMb

Minimum supported size (in MB) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

storageSizeMb?: number

Property Value

number

supportedIops

Minimum IOPS supported by the storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedIops?: number

Property Value

number

supportedIopsTiers

List of all supported storage tiers for this tier and storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedIopsTiers?: StorageTierCapability[]

Property Value

supportedMaximumIops

Maximum IOPS supported by the storage size. NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaximumIops?: number

Property Value

number

supportedMaximumThroughput

Maximum supported throughput (in MB/s) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaximumThroughput?: number

Property Value

number

supportedThroughput

Minimum supported throughput (in MB/s) of storage. NOTE: This property will not be serialized. It can only be populated by the server.

supportedThroughput?: number

Property Value

number

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