ArmPureStorageBlockModelFactory.PerformancePolicyLimits 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.
Initializes a new instance of PerformancePolicyLimits.
public static Azure.ResourceManager.PureStorageBlock.Models.PerformancePolicyLimits PerformancePolicyLimits(Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits iopsLimit = default, Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits bandwidthLimit = default);
static member PerformancePolicyLimits : Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits * Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits -> Azure.ResourceManager.PureStorageBlock.Models.PerformancePolicyLimits
Public Shared Function PerformancePolicyLimits (Optional iopsLimit As PropertyValueRangeLimits = Nothing, Optional bandwidthLimit As PropertyValueRangeLimits = Nothing) As PerformancePolicyLimits
Parameters
- iopsLimit
- PropertyValueRangeLimits
internal.
- bandwidthLimit
- PropertyValueRangeLimits
internal.
Returns
A new PerformancePolicyLimits instance for mocking.