provider_resource_types
Creates, updates, deletes, gets or lists a provider_resource_types
resource.
Overview
Name | provider_resource_types |
Type | Resource |
Id | azure.resources.provider_resource_types |
Fields
Name | Datatype | Description |
---|---|---|
aliases | array | The aliases that are supported by this resource type. |
apiProfiles | array | The API profiles for the resource provider. |
apiVersions | array | The API version. |
capabilities | string | The additional capabilities offered by this resource type. |
defaultApiVersion | string | The default API version. |
locationMappings | array | The location mappings that are supported by this resource type. |
locations | array | The collection of locations where this resource type can be created. |
properties | object | The properties. |
resourceType | string | The resource type. |
zoneMappings | array |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceProviderNamespace, subscriptionId | List the resource types for a specified resource provider. |
SELECT
examples
List the resource types for a specified resource provider.
SELECT
aliases,
apiProfiles,
apiVersions,
capabilities,
defaultApiVersion,
locationMappings,
locations,
properties,
resourceType,
zoneMappings
FROM azure.resources.provider_resource_types
WHERE resourceProviderNamespace = '{{ resourceProviderNamespace }}'
AND subscriptionId = '{{ subscriptionId }}';