ResourceProviderOperation interface

Results of the request to list operations.

Properties

display

Display metadata associated with the operation.

isDataAction

Indicates whether the operation applies to data-plane.

name

Operation name, in format of {provider}/{resource}/{operation}.

Property Details

display

Display metadata associated with the operation.

display?: ResourceProviderOperationDisplay

Property Value

isDataAction

Indicates whether the operation applies to data-plane.

isDataAction?: string

Property Value

string

name

Operation name, in format of {provider}/{resource}/{operation}.

name?: string

Property Value

string