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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript