Partager via


AccountLimits Class

Definition

Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountLimitsTypeConverter))]
public class AccountLimits : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountLimits
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountLimitsTypeConverter))>]
type AccountLimits = class
    interface IAccountLimits
    interface IJsonSerializable
Public Class AccountLimits
Implements IAccountLimits
Inheritance
AccountLimits
Attributes
Implements

Constructors

Name Description
AccountLimits()

Creates an new AccountLimits instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountLimits.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountLimits.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountLimits.

FromJsonString(String)

Creates a new instance of AccountLimits, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountLimits into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to