Operation Class
Details of a REST API operation, returned from the Resource Provider Operations API.
Constructor
Operation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action". |
|
is_data_action
|
Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. |
|
display
|
Localized display information for this particular operation. |
Attributes
display
Localized display information for this particular operation.
display: _models.OperationDisplay | None
is_data_action
Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
is_data_action: bool | None
name
The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".
name: str | None