OperationDetail Class

Operation detail payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
OperationDetail

Constructor

OperationDetail(*, name: Optional[str] = None, is_data_action: Optional[bool] = None, display: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.OperationDisplay] = None, origin: Optional[str] = None, properties: Optional[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.OperationProperties] = None, **kwargs)

Variables

name
str

Name of the operation.

is_data_action
bool

Indicates whether the operation is a data action.

display
OperationDisplay

Display of the operation.

action_type
str or ActionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Possible values include: "Internal".

origin
str

Origin of the operation.

properties
OperationProperties

Properties of the operation.