AccountOperations Class
AccountOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Inheritance
-
builtins.objectAccountOperations
Constructor
AccountOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- api_version
The API version to use for the request. Constant value: "2022-10-01.16.0".
Methods
list_pool_node_counts |
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query. |
list_supported_images |
Lists all Virtual Machine Images supported by the Azure Batch service. |
list_pool_node_counts
Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.
list_pool_node_counts(account_list_pool_node_counts_options=None, custom_headers=None, raw=False, **operation_config)
Parameters
- account_list_pool_node_counts_options
- AccountListPoolNodeCountsOptions
Additional parameters for the operation
- operation_config
Operation configuration overrides.
Returns
An iterator like instance of PoolNodeCounts
Return type
Exceptions
list_supported_images
Lists all Virtual Machine Images supported by the Azure Batch service.
list_supported_images(account_list_supported_images_options=None, custom_headers=None, raw=False, **operation_config)
Parameters
- account_list_supported_images_options
- AccountListSupportedImagesOptions
Additional parameters for the operation
- operation_config
Operation configuration overrides.
Returns
An iterator like instance of ImageInformation
Return type
Exceptions
Attributes
models
models = <module 'azure.batch.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.3\\x64\\Lib\\site-packages\\azure\\batch\\models\\__init__.py'>
Feedback
Submit and view feedback for