DeploymentOperationsOperations Class
DeploymentOperationsOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectDeploymentOperationsOperations
Constructor
DeploymentOperationsOperations(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
- models
Alias to model classes used in this operation group.
Methods
| get |
Gets a deployments operation. |
| get_at_subscription_scope |
Gets a deployments operation. |
| list |
Gets all deployments operations for a deployment. |
| list_at_subscription_scope |
Gets all deployments operations for a deployment. |
get
Gets a deployments operation.
async get(resource_group_name: str, deployment_name: str, operation_id: str, **kwargs: Any) -> azure.mgmt.resource.resources.v2018_05_01.models._models_py3.DeploymentOperation
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DeploymentOperation, or the result of cls(response)
Return type
Exceptions
get_at_subscription_scope
Gets a deployments operation.
async get_at_subscription_scope(deployment_name: str, operation_id: str, **kwargs: Any) -> azure.mgmt.resource.resources.v2018_05_01.models._models_py3.DeploymentOperation
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DeploymentOperation, or the result of cls(response)
Return type
Exceptions
list
Gets all deployments operations for a deployment.
list(resource_group_name: str, deployment_name: str, top: Optional[int] = None, **kwargs: Any) -> AsyncIterable[azure.mgmt.resource.resources.v2018_05_01.models._models_py3.DeploymentOperationsListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DeploymentOperationsListResult or the result of cls(response)
Return type
Exceptions
list_at_subscription_scope
Gets all deployments operations for a deployment.
list_at_subscription_scope(deployment_name: str, top: Optional[int] = None, **kwargs: Any) -> AsyncIterable[azure.mgmt.resource.resources.v2018_05_01.models._models_py3.DeploymentOperationsListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DeploymentOperationsListResult or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.resource.resources.v2018_05_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\resource\\resources\\v2018_05_01\\models\\__init__.py'>
Feedback
Submit and view feedback for