Click or drag to resize

SolidFireElementCreateQoSPolicyAsync Method (CreateQoSPolicyRequest, CancellationToken)

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(
	CreateQoSPolicyRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiCreateQoSPolicyRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskCreateQoSPolicyResult

Implements

ISolidFireElementCreateQoSPolicyAsync(CreateQoSPolicyRequest, CancellationToken)
See Also