Share via


FileShareRecommendations Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileShareRecommendationsTypeConverter))]
public class FileShareRecommendations : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileShareRecommendations
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileShareRecommendationsTypeConverter))>]
type FileShareRecommendations = class
    interface IFileShareRecommendations
    interface IJsonSerializable
Public Class FileShareRecommendations
Implements IFileShareRecommendations
Inheritance
FileShareRecommendations
Attributes
Implements

Constructors

FileShareRecommendations()

Creates an new FileShareRecommendations instance.

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.

BaseIop

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileShareRecommendations.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileShareRecommendations.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileShareRecommendations.

FromJsonString(String)

Creates a new instance of FileShareRecommendations, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileShareRecommendations into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to