ResourceElementTemplate interface
The resource element template object.
Properties
depends |
The depends on profile. |
name | Name of the resource element template. |
resource |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
dependsOnProfile
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"