다음을 통해 공유


FileShareRecommendations Class

Definition

Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.

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

Properties

BandwidthScalar

The scalar for bandwidth in the file share provisioned bandwidth recommendation formula.

BaseBandwidthMiBPerSec

The base bandwidth in the file share provisioned bandwidth recommendation formula.

BaseIops

The base IOPS in the file share provisioned IOPS recommendation formula.

IoScalar

The scalar for IO in the file share provisioned IOPS recommendation formula.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileShareRecommendations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileShareRecommendations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileShareRecommendations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileShareRecommendations>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileShareRecommendations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to