Operation Class

Storage REST API operation definition.

Inheritance
azure.mgmt.storage._serialization.Model
Operation

Constructor

Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, origin: str | None = None, service_specification: _models.ServiceSpecification | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

The origin of operations.

service_specification

One property of operation, include metric specifications.

Variables

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

The origin of operations.

service_specification

One property of operation, include metric specifications.