Operation interface
Details of a REST API operation, returned from the Resource Provider Operations API.
Properties
display | Localized display information for this particular operation. |
is |
Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action". NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
Localized display information for this particular operation.
display?: OperationDisplay
Property Value
isDataAction
Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. NOTE: This property will not be serialized. It can only be populated by the server.
isDataAction?: boolean
Property Value
boolean
name
The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action". NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string