Click or drag to resize

SolidFireElementCreateQoSPolicyAsync Method (CancellationToken, String, QoS)

You can use the CreateQoSPolicy method to create a QoSPolicy object that you can later apply to a volume upon creation or modification. A QoS policy has a unique ID, a name, and QoS settings.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateQoSPolicyResult> CreateQoSPolicyAsync(
	CancellationToken cancellationToken,
	string Name,
	QoS Qos
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Name
Type: SystemString
Qos
Type: SolidFire.Element.ApiQoS

Return Value

Type: TaskCreateQoSPolicyResult

Implements

ISolidFireElementCreateQoSPolicyAsync(CancellationToken, String, QoS)
See Also