다음을 통해 공유


FileServiceAccountUsageElements Class

Definition

Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.

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

Properties

FileShareCount

The total number of file shares.

ProvisionedBandwidthMiBPerSec

The total provisioned bandwidth in mebibytes per second.

ProvisionedIops

The total provisioned IOPS.

ProvisionedStorageGiB

The total provisioned storage quota in gibibytes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileServiceAccountUsageElements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileServiceAccountUsageElements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileServiceAccountUsageElements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileServiceAccountUsageElements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileServiceAccountUsageElements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to