Package version:

Interface ResourceSkuCapabilities

Describes The SKU capabilities object.

interface ResourceSkuCapabilities {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

An invariant to describe the feature. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

An invariant if the feature is measured by quantity. NOTE: This property will not be serialized. It can only be populated by the server.