ResourceSkusResultOutput interface
The List Resource Skus operation response.
Properties
| next |
The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus |
| value | The list of skus available for the subscription. |
Property Details
nextLink
The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus
nextLink?: string
Property Value
string
value
The list of skus available for the subscription.
value: ResourceSkuOutput[]