Partager via


IAccountLimits Interface

Definition

[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)

Applies to