OperationDisplay Class
Metadata associated with the operation.
Constructor
OperationDisplay(*, description: str | None = None, provider: str | None = None, resource: str | None = None, operation: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
The description of the operation. Default value: None
|
provider
|
The name of the provider. Default value: None
|
resource
|
The name of the resource type on which the operation is performed. Default value: None
|
operation
|
The type of operation: get, read, delete, etc. Default value: None
|