Partager via


IFileShareRecommendations Interface

Definition

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

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to