Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.mobile_network.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that represents the operation.
isDataActionbooleanIndicates whether the operation applies to data-plane.

Methods

NameAccessible byRequired ParamsDescription
listSELECTGets a list of the operations.

SELECT examples

Gets a list of the operations.

SELECT
name,
display,
isDataAction
FROM azure.mobile_network.operations
;