Partager via


FileShareLimits Class

Definition

Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account.

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

Constructors

Name Description
FileShareLimits()

Creates an new FileShareLimits instance.

Properties

Name Description
MaxProvisionedBandwidthMiBPerSec

The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.

MaxProvisionedIop

The maximum provisioned IOPS limit for a file share in the storage account.

MaxProvisionedStorageGiB

The maximum provisioned storage quota limit in gibibytes for a file share in the storage account.

MinProvisionedBandwidthMiBPerSec

The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account.

MinProvisionedIop

The minimum provisioned IOPS limit for a file share in the storage account.

MinProvisionedStorageGiB

The minimum provisioned storage quota limit in gibibytes for a file share in the storage account.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileShareLimits.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileShareLimits.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileShareLimits into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to