certificate_registration_provider
Creates, updates, deletes, gets or lists a certificate_registration_provider resource.
Overview
| Name | certificate_registration_provider |
| Type | Resource |
| Id | azure.certificate_registration.certificate_registration_provider |
Fields
The following fields are returned by SELECT queries:
- list_operations
| Name | Datatype | Description |
|---|---|---|
name | string | :vartype name: str |
display | object | Meta data about operation used for display in portal. |
isDataAction | boolean | :vartype is_data_action: bool |
origin | string | :vartype origin: str |
serviceSpecification | object | Resource metrics service provided by Microsoft.Insights resource provider. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_operations | select | 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. |
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.
| Name | Datatype | Description |
|---|
SELECT examples
- list_operations
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
;