ResourceProviderOperation interface
Supported operation of this resource provider.
Properties
display | Display metadata associated with the operation. |
is |
Is a data action. |
name | Operation name, in format of {provider}/{resource}/{operation} |
properties | Properties of the operation |
Property Details
display
Display metadata associated with the operation.
display?: ResourceProviderOperationDisplay
Property Value
isDataAction
Is a data action.
isDataAction?: boolean
Property Value
boolean
name
Operation name, in format of {provider}/{resource}/{operation}
name?: string
Property Value
string