AvailableSkusResult interface
The available skus operation response.
Properties
next |
Link for the next set of skus. |
value | List of available skus. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Link for the next set of skus.
nextLink?: string
Property Value
string
value
List of available skus. NOTE: This property will not be serialized. It can only be populated by the server.
value?: SkuInformation[]