Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.event_hubs.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation
propertiesobjectProperties of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Event Hub REST API operations.

SELECT examples

Lists all of the available Event Hub REST API operations.

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.event_hubs.operations
;