OperationDisplay Class

The object that represents the operation.

Inheritance
OperationDisplay

Constructor

OperationDisplay(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

provider
str

Service provider: Microsoft.Subscription.

resource
str

Resource on which the operation is performed: Profile, endpoint, etc.

operation
str

Operation type: Read, write, delete, etc.

description
str

Localized friendly description for the operation.