Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.web_pubsub.operations

Fields

NameDatatypeDescription
namestringName of the operation with format: {provider}/{resource}/{operation}
displayobjectThe object that describes a operation.
isDataActionbooleanIf the operation is a data action. (for data plane rbac)
originstringOptional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
propertiesobjectExtra Operation properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;