Partilhar via


OperationDisplay Class

Display metadata associated with the operation.

Inheritance
msrest.serialization.Model
OperationDisplay

Constructor

OperationDisplay(*, provider: str | None = None, resource: str | None = None, operation: str | None = None, description: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
provider
str

Operation resource provider name.

resource
str

Resource on which the operation is performed.

operation
str

Localized friendly name for the operation.

description
str

Operation description.

Variables

Name Description
provider
str

Operation resource provider name.

resource
str

Resource on which the operation is performed.

operation
str

Localized friendly name for the operation.

description
str

Operation description.