azure.mgmt.compute.v2017_09_01.operations module

class azure.mgmt.compute.v2017_09_01.operations.ResourceSkusOperations(*args, **kwargs)[source]

Bases: object

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through ComputeManagementClient’s resource_skus attribute.

list(**kwargs: Any) Iterable[ResourceSku][source]

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Returns:

An iterator like instance of either ResourceSku or the result of cls(response)

Return type:

ItemPaged[ResourceSku]

Raises:

HttpResponseError

models = <module 'azure.mgmt.compute.v2017_09_01.models' from '/mnt/vss/_work/1/s/sdk/compute/azure-mgmt-compute/.tox/sphinx/lib/python3.11/site-packages/azure/mgmt/compute/v2017_09_01/models/__init__.py'>