ProviderResourceType interface

Resource type managed by the resource provider.

Properties

aliases

The aliases that are supported by this resource type.

apiVersions

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.

resourceType

The resource type.

zoneMappings

Property Details

aliases

The aliases that are supported by this resource type.

aliases?: Alias[]

Property Value

Alias[]

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

zoneMappings

zoneMappings?: ZoneMapping[]

Property Value