Partager via


FileServiceUsageProperties Class

Definition

File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula.

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

Constructors

Name Description
FileServiceUsageProperties()

Creates an new FileServiceUsageProperties instance.

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.

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.

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileServiceUsageProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileServiceUsageProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileServiceUsageProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to