ProviderResourceType interface
Resource type managed by the resource provider.
Properties
| aliases | The aliases that are supported by this resource type. |
| api |
The API profiles for the resource provider. |
| api |
The API version. |
| capabilities | The additional capabilities offered by this resource type. |
| default |
The default API version. |
| location |
The location mappings that are supported by this resource type. |
| locations | The collection of locations where this resource type can be created. |
| properties | The properties. |
| resource |
The resource type. |
| zone |
Property Details
aliases
apiProfiles
apiVersions
The API version.
apiVersions?: string[]
Property Value
string[]
capabilities
The additional capabilities offered by this resource type.
capabilities?: string
Property Value
string
defaultApiVersion
The default API version.
defaultApiVersion?: string
Property Value
string
locationMappings
The location mappings that are supported by this resource type.
locationMappings?: ProviderExtendedLocation[]
Property Value
locations
The collection of locations where this resource type can be created.
locations?: string[]
Property Value
string[]
properties
The properties.
properties?: Record<string, string>
Property Value
Record<string, string>
resourceType
The resource type.
resourceType?: string
Property Value
string