ArmResourceDefinitionResourceElementTemplateDetails interface

The arm resource definition resource element template details.

Extends

Properties

configuration

The resource element template type.

resourceElementType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

dependsOnProfile

The depends on profile.

name

Name of the resource element template.

Property Details

configuration

The resource element template type.

configuration?: ArmResourceDefinitionResourceElementTemplate

Property Value

resourceElementType

Polymorphic discriminator, which specifies the different types this object can be

resourceElementType: "ArmResourceDefinition"

Property Value

"ArmResourceDefinition"

Inherited Property Details

dependsOnProfile

The depends on profile.

dependsOnProfile?: DependsOnProfile

Property Value

Inherited From ResourceElementTemplate.dependsOnProfile

name

Name of the resource element template.

name?: string

Property Value

string

Inherited From ResourceElementTemplate.name