ResourceProviderOperationDisplay interface

Display metadata associated with the operation.

Properties

description

Description of this operation.

operation

Type of operation: read, write, delete, etc.

provider

The resource provider.

resource

Resource on which the operation is performed.

Property Details

description

Description of this operation.

description?: string

Property Value

string

operation

Type of operation: read, write, delete, etc.

operation?: string

Property Value

string

provider

The resource provider.

provider?: string

Property Value

string

resource

Resource on which the operation is performed.

resource?: string

Property Value

string