Skip to main content

certificate_registration_provider

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

Overview

Namecertificate_registration_provider
TypeResource
Idazure.certificate_registration.certificate_registration_provider

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestring:vartype name: str
displayobjectMeta data about operation used for display in portal.
isDataActionboolean:vartype is_data_action: bool
originstring:vartype origin: str
serviceSpecificationobjectResource metrics service provided by Microsoft.Insights resource provider.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_operationsselectImplements Csm operations Api to exposes the list of available Csm Apis under the resource provider. Description 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

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

SELECT
name,
display,
isDataAction,
origin,
serviceSpecification
FROM azure.certificate_registration.certificate_registration_provider
;