Click or drag to resize

SolidFireElementDeleteQoSPolicy Method (Int64)

You can use the DeleteQoSPolicy method to delete a QoS policy from the system. The QoS settings for all volumes created of modified with this policy are unaffected.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public DeleteQoSPolicyResult DeleteQoSPolicy(
	long QosPolicyID
)

Parameters

QosPolicyID
Type: SystemInt64

Return Value

Type: DeleteQoSPolicyResult

Implements

ISolidFireElementDeleteQoSPolicy(Int64)
See Also