IAccountLimits Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountLimitsTypeConverter))]
public interface IAccountLimits : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountLimitsTypeConverter))>]
type IAccountLimits = interface
interface IJsonSerializable
Public Interface IAccountLimits
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| MaxFileShare |
The maximum number of file shares limit for the storage account. |
| MaxProvisionedBandwidthMiBPerSec |
The maximum provisioned bandwidth limit in mebibytes per second for the storage account. |
| MaxProvisionedIop |
The maximum provisioned IOPS limit for the storage account. |
| MaxProvisionedStorageGiB |
The maximum provisioned storage quota limit in gibibytes for the storage account. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |