Share via


ProviderOperation Class

Operation.

Constructor

ProviderOperation(*, name: str | None = None, display_name: str | None = None, description: str | None = None, origin: str | None = None, properties: MutableMapping[str, Any] | None = None, is_data_action: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The operation name.

Default value: None
display_name
str

The operation display name.

Default value: None
description
str

The operation description.

Default value: None
origin
str

The operation origin.

Default value: None
properties
<xref:JSON>

The operation properties.

Default value: None
is_data_action

The dataAction flag to specify the operation type.

Default value: None

Variables

Name Description
name
str

The operation name.

display_name
str

The operation display name.

description
str

The operation description.

origin
str

The operation origin.

properties
<xref:JSON>

The operation properties.

is_data_action

The dataAction flag to specify the operation type.