ResourceElementTemplate interface

The resource element template object.

Properties

dependsOnProfile

The depends on profile.

name

Name of the resource element template.

resourceElementType

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

Property Details

dependsOnProfile

The depends on profile.

dependsOnProfile?: DependsOnProfile

Property Value

name

Name of the resource element template.

name?: string

Property Value

string

resourceElementType

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

resourceElementType: "ArmResourceDefinition" | "NetworkFunctionDefinition"

Property Value

"ArmResourceDefinition" | "NetworkFunctionDefinition"