ArmPureStorageBlockModelFactory.PureStorageIopsUsage 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 PureStorageIopsUsage.
public static Azure.ResourceManager.PureStorageBlock.Models.PureStorageIopsUsage PureStorageIopsUsage(long current = 0, long provisioned = 0, long max = 0);
static member PureStorageIopsUsage : int64 * int64 * int64 -> Azure.ResourceManager.PureStorageBlock.Models.PureStorageIopsUsage
Public Shared Function PureStorageIopsUsage (Optional current As Long = 0, Optional provisioned As Long = 0, Optional max As Long = 0) As PureStorageIopsUsage
Parameters
- current
- Int64
Current number of IOPS (maximum value over the last 10 minutes).
- provisioned
- Int64
IOPS value currently provisioned for the storage pool.
- max
- Int64
Maximum IOPS value that can be provisioned for the storage pool.
Returns
A new PureStorageIopsUsage instance for mocking.