ArmPureStorageBlockModelFactory.PureStorageBandwidthUsage 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 PureStorageBandwidthUsage.
public static Azure.ResourceManager.PureStorageBlock.Models.PureStorageBandwidthUsage PureStorageBandwidthUsage(long current = 0, long provisioned = 0, long max = 0);
static member PureStorageBandwidthUsage : int64 * int64 * int64 -> Azure.ResourceManager.PureStorageBlock.Models.PureStorageBandwidthUsage
Public Shared Function PureStorageBandwidthUsage (Optional current As Long = 0, Optional provisioned As Long = 0, Optional max As Long = 0) As PureStorageBandwidthUsage
Parameters
- current
- Int64
Number of bytes written and read per second (maximum value over the last 10 minutes).
- provisioned
- Int64
Bandwidth value currently provisioned for the storage pool, in MB/s.
- max
- Int64
Maximum bandwidth value that can be provisioned for the storage pool.
Returns
A new PureStorageBandwidthUsage instance for mocking.