Share via


OperationInfo Class

Information about an operation.

Constructor

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

Keyword-Only Parameters

Name Description
provider
str

Name of the provider.

Default value: None
resource
str

Name of the resource type.

Default value: None
operation
str

Name of the operation.

Default value: None
description
str

Description of the operation.

Default value: None

Variables

Name Description
provider
str

Name of the provider.

resource
str

Name of the resource type.

operation
str

Name of the operation.

description
str

Description of the operation.