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