ArmArcScVmmModelFactory.StorageQoSPolicy 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 StorageQoSPolicy.
public static Azure.ResourceManager.ArcScVmm.Models.StorageQoSPolicy StorageQoSPolicy (string name = default, string id = default, long? iopsMaximum = default, long? iopsMinimum = default, long? bandwidthLimit = default, string policyId = default);
static member StorageQoSPolicy : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.ArcScVmm.Models.StorageQoSPolicy
Public Shared Function StorageQoSPolicy (Optional name As String = Nothing, Optional id As String = Nothing, Optional iopsMaximum As Nullable(Of Long) = Nothing, Optional iopsMinimum As Nullable(Of Long) = Nothing, Optional bandwidthLimit As Nullable(Of Long) = Nothing, Optional policyId As String = Nothing) As StorageQoSPolicy
Parameters
- name
- String
The name of the policy.
- id
- String
The ID of the QoS policy.
- policyId
- String
The underlying policy.
Returns
A new StorageQoSPolicy instance for mocking.