Skip to main content

provider_resource_types

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

Overview

Nameprovider_resource_types
TypeResource
Idazure.resources.provider_resource_types

Fields

NameDatatypeDescription
aliasesarrayThe aliases that are supported by this resource type.
apiProfilesarrayThe API profiles for the resource provider.
apiVersionsarrayThe API version.
capabilitiesstringThe additional capabilities offered by this resource type.
defaultApiVersionstringThe default API version.
locationMappingsarrayThe location mappings that are supported by this resource type.
locationsarrayThe collection of locations where this resource type can be created.
propertiesobjectThe properties.
resourceTypestringThe resource type.
zoneMappingsarray

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceProviderNamespace, subscriptionIdList 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 }}';