AzureOperatorNexusNetworkFunctionArmTemplateApplication interface
Azure Operator Distributed Services network function Template application definition.
- Extends
Properties
artifact |
Azure Operator Distributed Services Template artifact profile. |
artifact |
Polymorphic discriminator, which specifies the different types this object can be |
deploy |
Deploy mapping rule profile. |
Inherited Properties
depends |
Depends on profile definition. |
name | The name of the network function application. |
Property Details
artifactProfile
Azure Operator Distributed Services Template artifact profile.
artifactProfile?: AzureOperatorNexusArmTemplateArtifactProfile
Property Value
artifactType
Polymorphic discriminator, which specifies the different types this object can be
artifactType: "ArmTemplate"
Property Value
"ArmTemplate"
deployParametersMappingRuleProfile
Deploy mapping rule profile.
deployParametersMappingRuleProfile?: AzureOperatorNexusArmTemplateDeployMappingRuleProfile
Property Value
Inherited Property Details
dependsOnProfile
Depends on profile definition.
dependsOnProfile?: DependsOnProfile
Property Value
Inherited From AzureOperatorNexusNetworkFunctionApplication.dependsOnProfile
name
The name of the network function application.
name?: string
Property Value
string
Inherited From AzureOperatorNexusNetworkFunctionApplication.name
Azure SDK for JavaScript