Share via


FileServiceAccountLimits Class

Definition

Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage account.

public class FileServiceAccountLimits : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.FileServiceAccountLimits>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.FileServiceAccountLimits>
type FileServiceAccountLimits = class
    interface IJsonModel<FileServiceAccountLimits>
    interface IPersistableModel<FileServiceAccountLimits>
Public Class FileServiceAccountLimits
Implements IJsonModel(Of FileServiceAccountLimits), IPersistableModel(Of FileServiceAccountLimits)
Inheritance
FileServiceAccountLimits
Implements

Properties

MaxFileShares

The maximum number of file shares limit for the storage account.

MaxProvisionedBandwidthMiBPerSec

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

MaxProvisionedIops

The maximum provisioned IOPS limit for the storage account.

MaxProvisionedStorageGiB

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileServiceAccountLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FileServiceAccountLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileServiceAccountLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileServiceAccountLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FileServiceAccountLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to