Skip to main content

domain_registration_provider_operations

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

Overview

Namedomain_registration_provider_operations
TypeResource
Idazure.app_service.domain_registration_provider_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestring
displayobjectMeta data about operation used for display in portal.
isDataActionboolean
originstring
propertiesobjectProperties available for a Microsoft.Web resource provider operation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectDescription for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.app_service.domain_registration_provider_operations
;