Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.aad_b2c.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists the operations available from this provider.
check_name_availabilityEXECsubscriptionId, data__countryCode, data__nameChecks the availability and validity of a domain name for the tenant.

SELECT examples

Lists the operations available from this provider.

SELECT
name,
display,
isDataAction,
origin
FROM azure.aad_b2c.operations
;