ResourceProviderOperationDefinition interface
Describes the Resource Provider Operation.
Properties
display | Details about the operations |
is |
Indicates whether the operation is data action or not. |
name | Resource provider operation name. |
Property Details
display
Details about the operations
display?: ResourceProviderOperationDisplay
Property Value
isDataAction
Indicates whether the operation is data action or not.
isDataAction?: boolean
Property Value
boolean
name
Resource provider operation name.
name?: string
Property Value
string