IFileShareLimits 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.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) |