IFileShareRecommendations Interface
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.
[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) |