다음을 통해 공유


FileShareLimits Class

Definition

Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the storage account.

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

Properties

MaxProvisionedBandwidthMiBPerSec

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

MaxProvisionedIops

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.

MinProvisionedIops

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileShareLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileShareLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileShareLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileShareLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileShareLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to