ArmStorageModelFactory.FileShareRecommendations Method
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.
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
public static Azure.ResourceManager.Storage.Models.FileShareRecommendations FileShareRecommendations(int? baseIops = default, double? ioScalar = default, int? baseBandwidthMiBPerSec = default, double? bandwidthScalar = default);
static member FileShareRecommendations : Nullable<int> * Nullable<double> * Nullable<int> * Nullable<double> -> Azure.ResourceManager.Storage.Models.FileShareRecommendations
Public Shared Function FileShareRecommendations (Optional baseIops As Nullable(Of Integer) = Nothing, Optional ioScalar As Nullable(Of Double) = Nothing, Optional baseBandwidthMiBPerSec As Nullable(Of Integer) = Nothing, Optional bandwidthScalar As Nullable(Of Double) = Nothing) As FileShareRecommendations
Parameters
The scalar for IO in the file share provisioned IOPS recommendation formula.
The base bandwidth in the file share provisioned bandwidth recommendation formula.
The scalar for bandwidth in the file share provisioned bandwidth recommendation formula.
Returns
A new FileShareRecommendations instance for mocking.