ResourceSkusResult Class

The List Resource Skus operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
ResourceSkusResult

Constructor

ResourceSkusResult(*, value: List[azure.mgmt.compute.v2019_04_01.models._models_py3.ResourceSku], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[ResourceSku]
Required

Required. The list of skus available for the subscription.

next_link
str
Required

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