NetworkFunctionDefinitionResourceElementTemplateDetails interface
The network function definition resource element template details.
- Extends
Properties
configuration | The resource element template type. |
resource |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
depends |
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: "NetworkFunctionDefinition"
Property Value
"NetworkFunctionDefinition"
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