Package version:

Interface StorageQosPolicyDetails

The StorageQoSPolicyDetails definition.

interface StorageQosPolicyDetails {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

The ID of the QoS policy.

name?: string

The name of the policy.