IFileServiceUsage 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.FileServiceUsageTypeConverter))]
public interface IFileServiceUsage : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileServiceUsageTypeConverter))>]
type IFileServiceUsage = interface
interface IJsonSerializable
interface IResource
Public Interface IFileServiceUsage
Implements IResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BurstingConstantBurstFloorIops |
The guaranteed floor of burst IOPS for small file shares. |
| BurstingConstantBurstIoScalar |
The scalar against provisioned IOPS in the file share included burst IOPS formula. |
| BurstingConstantBurstTimeframeSecond |
The time frame for bursting in seconds in the file share maximum burst credits for IOPS formula. |
| FileShareLimitMaxProvisionedBandwidthMiBPerSec |
The maximum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. |
| FileShareLimitMaxProvisionedIops |
The maximum provisioned IOPS limit for a file share in the storage account. |
| FileShareLimitMaxProvisionedStorageGiB |
The maximum provisioned storage quota limit in gibibytes for a file share in the storage account. |
| FileShareLimitMinProvisionedBandwidthMiBPerSec |
The minimum provisioned bandwidth limit in mebibytes per second for a file share in the storage account. |
| FileShareLimitMinProvisionedIops |
The minimum provisioned IOPS limit for a file share in the storage account. |
| FileShareLimitMinProvisionedStorageGiB |
The minimum provisioned storage quota limit in gibibytes for a file share in the storage account. |
| FileShareRecommendationBandwidthScalar |
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. |
| FileShareRecommendationBaseBandwidthMiBPerSec |
The base bandwidth in the file share provisioned bandwidth recommendation formula. |
| FileShareRecommendationBaseIops |
The base IOPS in the file share provisioned IOPS recommendation formula. |
| FileShareRecommendationIoScalar |
The scalar for IO in the file share provisioned IOPS recommendation formula. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
| LiveShareFileShareCount |
The total number of file shares. |
| LiveShareProvisionedBandwidthMiBPerSec |
The total provisioned bandwidth in mebibytes per second. |
| LiveShareProvisionedIops |
The total provisioned IOPS. |
| LiveShareProvisionedStorageGiB |
The total provisioned storage quota in gibibytes. |
| Name |
The name of the resource (Inherited from IResource) |
| SoftDeletedShareFileShareCount |
The total number of file shares. |
| SoftDeletedShareProvisionedBandwidthMiBPerSec |
The total provisioned bandwidth in mebibytes per second. |
| SoftDeletedShareProvisionedIops |
The total provisioned IOPS. |
| SoftDeletedShareProvisionedStorageGiB |
The total provisioned storage quota in gibibytes. |
| StorageAccountLimitMaxFileShare |
The maximum number of file shares limit for the storage account. |
| StorageAccountLimitMaxProvisionedBandwidthMiBPerSec |
The maximum provisioned bandwidth limit in mebibytes per second for the storage account. |
| StorageAccountLimitMaxProvisionedIops |
The maximum provisioned IOPS limit for the storage account. |
| StorageAccountLimitMaxProvisionedStorageGiB |
The maximum provisioned storage quota limit in gibibytes for the storage account. |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |