Compartilhar via


OperationDefinition Class

The definition of a configuration store operation.

Inheritance
azure.mgmt.appconfiguration._serialization.Model
OperationDefinition

Constructor

OperationDefinition(*, name: str | None = None, is_data_action: bool | None = None, display: _models.OperationDefinitionDisplay | None = None, origin: str | None = None, properties: _models.OperationProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

is_data_action

Indicates whether the operation is a data action.

display

The display information for the configuration store operation.

origin
str

Origin of the operation.

properties

Properties of the operation.

Variables

Name Description
name
str

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

is_data_action

Indicates whether the operation is a data action.

display

The display information for the configuration store operation.

origin
str

Origin of the operation.

properties

Properties of the operation.