operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.web_pubsub.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation with format: {provider}/{resource}/{operation} |
display | object | The object that describes a operation. |
isDataAction | boolean | If the operation is a data action. (for data plane rbac) |
origin | string | Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. |
properties | object | Extra Operation properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available REST API operations of the Microsoft.SignalRService provider. |
SELECT
examples
Lists all of the available REST API operations of the Microsoft.SignalRService provider.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.web_pubsub.operations
;