StoragePoolOperationDisplay Class

Metadata about an operation.

All required parameters must be populated in order to send to Azure.

Inheritance
StoragePoolOperationDisplay

Constructor

StoragePoolOperationDisplay(*, provider: str, resource: str, operation: str, description: str, **kwargs)

Parameters

provider
str
Required

Required. Localized friendly form of the resource provider name.

resource
str
Required

Required. Localized friendly form of the resource type related to this action/operation.

operation
str
Required

Required. Localized friendly name for the operation, as it should be shown to the user.

description
str
Required

Required. Localized friendly description for the operation, as it should be shown to the user.