Package version:

Interface ResourceSkusResult

The List Resource Skus operation response.

interface ResourceSkusResult {
    nextLink?: string;
    value: ResourceSku[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus

value: ResourceSku[]

The list of skus available for the subscription.