ApiManagementSkusResult 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 NOTE: This property will not be serialized. It can only be populated by the server. |
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 NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The list of skus available for the subscription.
value: ApiManagementSku[]