ArmPureStorageBlockModelFactory.StoragePoolLimits 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.
Limits used for storage pool creation.
public static Azure.ResourceManager.PureStorageBlock.Models.StoragePoolLimits StoragePoolLimits(Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits provisionedBandwidthMbPerSec = default, Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits provisionedIops = default, System.Collections.Generic.IEnumerable<string> physicalAvailabilityZones = default);
static member StoragePoolLimits : Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits * Azure.ResourceManager.PureStorageBlock.Models.PropertyValueRangeLimits * seq<string> -> Azure.ResourceManager.PureStorageBlock.Models.StoragePoolLimits
Public Shared Function StoragePoolLimits (Optional provisionedBandwidthMbPerSec As PropertyValueRangeLimits = Nothing, Optional provisionedIops As PropertyValueRangeLimits = Nothing, Optional physicalAvailabilityZones As IEnumerable(Of String) = Nothing) As StoragePoolLimits
Parameters
- provisionedBandwidthMbPerSec
- PropertyValueRangeLimits
Allowed provisioned bandwidth range for a storage pool, in MB/s.
- provisionedIops
- PropertyValueRangeLimits
Allowed provisioned IOPS range for a storage pool, as a number of operations.
- physicalAvailabilityZones
- IEnumerable<String>
List of physical availability zones in the region in which storage pools can be deployed; some Azure regions do not support the necessary resources in all availability zones.
Returns
A new StoragePoolLimits instance for mocking.