SkusOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:skus> attribute.
Constructor
SkusOperations(*args, **kwargs)
Methods
list |
Lists the available SKUs supported by Microsoft.Storage for given subscription. |
list
Lists the available SKUs supported by Microsoft.Storage for given subscription.
list(**kwargs: Any) -> Iterable[Sku]
Returns
Type | Description |
---|---|
An iterator like instance of either Sku or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.storage.v2017_10_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\azure\\mgmt\\storage\\v2017_10_01\\models\\__init__.py'>
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python