ResourceProviderOperation interface
Supported operation of this resource provider.
Properties
| display | Display metadata associated with the operation. |
| is |
The flag that indicates whether the operation applies to data plane. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Operation name, in format of {provider}/{resource}/{operation} |
| origin | Origin of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
Display metadata associated with the operation.
display?: ResourceProviderOperationDisplay
Property Value
isDataAction
The flag that indicates whether the operation applies to data plane. NOTE: This property will not be serialized. It can only be populated by the server.
isDataAction?: boolean
Property Value
boolean
name
Operation name, in format of {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
Origin of the operation NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string