OperationDetail interface
Service REST API operation.
Properties
action |
Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. NOTE: This property will not be serialized. It can only be populated by the server. |
display | Display of the 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 | Name of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
origin | Default value is 'user,system'. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Properties of the operation |
Property Details
actionType
Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. NOTE: This property will not be serialized. It can only be populated by the server.
actionType?: string
Property Value
string
display
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
Name of the operation NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
Default value is 'user,system'. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string