FileServiceAccountUsage Class
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.
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares and soft-deleted shares in the account.
public class FileServiceAccountUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.FileServiceAccountUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.FileServiceAccountUsage>
type FileServiceAccountUsage = class
interface IJsonModel<FileServiceAccountUsage>
interface IPersistableModel<FileServiceAccountUsage>
Public Class FileServiceAccountUsage
Implements IJsonModel(Of FileServiceAccountUsage), IPersistableModel(Of FileServiceAccountUsage)
- Inheritance
-
FileServiceAccountUsage
- Implements
Properties
LiveShares |
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account. |
SoftDeletedShares |
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FileServiceAccountUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FileServiceAccountUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FileServiceAccountUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FileServiceAccountUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FileServiceAccountUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |