OperationDefinition Class

The definition of a configuration store operation.

Inheritance
OperationDefinition

Constructor

OperationDefinition(*, name: Optional[str] = None, is_data_action: Optional[bool] = None, display: Optional[azure.mgmt.appconfiguration.models._models_py3.OperationDefinitionDisplay] = None, origin: Optional[str] = None, properties: Optional[azure.mgmt.appconfiguration.models._models_py3.OperationProperties] = None, **kwargs)

Variables

name
str

Operation name: {provider}/{resource}/{operation}.

is_data_action
bool

Indicates whether the operation is a data action.

display
OperationDefinitionDisplay

The display information for the configuration store operation.

origin
str

Origin of the operation.

properties
OperationProperties

Properties of the operation.