ProviderResourceType interface
Resource type managed by the resource provider.
Properties
aliases | The aliases that are supported by this resource type. |
api |
The API version. |
capabilities | The additional capabilities offered 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
apiVersions
The API version.
apiVersions?: string[]
Property Value
string[]
capabilities
The additional capabilities offered by this resource type.
capabilities?: string
Property Value
string
locations
The collection of locations where this resource type can be created.
locations?: string[]
Property Value
string[]
properties
The properties.
properties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
resourceType
The resource type.
resourceType?: string
Property Value
string