Partager via


IFileShareLimits Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to