Operation Class

Network REST API operation definition.

Inheritance
azure.mgmt.network._serialization.Model
Operation

Constructor

Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, origin: str | None = None, service_specification: _models.OperationPropertiesFormatServiceSpecification | 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

Origin of the operation.

service_specification

Specification of the service.

Variables

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

Origin of the operation.

service_specification

Specification of the service.