Operations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:operations> attribute.
Constructor
Operations(*args, **kwargs)
Methods
| get |
Get operation. |
get
Get operation.
get(location_name: str, name: str, **kwargs: Any) -> OperationResult
Parameters
| Name | Description |
|---|---|
|
location_name
Required
|
The name of the location. Required. |
|
name
Required
|
The name of the operation. Required. |
Returns
| Type | Description |
|---|---|
|
OperationResult or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.devtestlabs.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv125\\Lib\\site-packages\\azure\\mgmt\\devtestlabs\\models\\__init__.py'>