OperationDisplay Class
The object that describes the operation.
Constructor
OperationDisplay(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
Friendly name of the resource provider. |
|
operation
|
The operation type. |
|
resource
|
The resource type on which the operation is performed. |
|
description
|
The friendly name of the operation. |
Attributes
description
The friendly name of the operation.
description: str | None
operation
The operation type.
operation: str | None
provider
Friendly name of the resource provider.
provider: str | None
resource
The resource type on which the operation is performed.
resource: str | None