ComputeNodeExtensionOperations Class
ComputeNodeExtensionOperations 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.objectComputeNodeExtensionOperations
Constructor
ComputeNodeExtensionOperations(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-01-01.15.0".
Methods
| get |
Gets information about the specified Compute Node Extension. |
| list |
Lists the Compute Nodes Extensions in the specified Pool. |
get
Gets information about the specified Compute Node Extension.
get(pool_id, node_id, extension_name, compute_node_extension_get_options=None, custom_headers=None, raw=False, **operation_config)
Parameters
- extension_name
- str
The name of the of the Compute Node Extension that you want to get information about.
- compute_node_extension_get_options
- ComputeNodeExtensionGetOptions
Additional parameters for the operation
- operation_config
Operation configuration overrides.
Returns
NodeVMExtension or ClientRawResponse if raw=true
Return type
Exceptions
list
Lists the Compute Nodes Extensions in the specified Pool.
list(pool_id, node_id, compute_node_extension_list_options=None, custom_headers=None, raw=False, **operation_config)
Parameters
- compute_node_extension_list_options
- ComputeNodeExtensionListOptions
Additional parameters for the operation
- operation_config
Operation configuration overrides.
Returns
An iterator like instance of NodeVMExtension
Return type
Exceptions
Attributes
models
models = <module 'azure.batch.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\batch\\models\\__init__.py'>
Feedback
Submit and view feedback for