AzureOperatorNexusNetworkFunctionImageApplication interface
Azure Operator Distributed Services network function image application definition.
- Extends
Properties
artifact |
Azure Operator Distributed Services image 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 image artifact profile.
artifactProfile?: AzureOperatorNexusImageArtifactProfile
Property Value
artifactType
Polymorphic discriminator, which specifies the different types this object can be
artifactType: "ImageFile"
Property Value
"ImageFile"
deployParametersMappingRuleProfile
Deploy mapping rule profile.
deployParametersMappingRuleProfile?: AzureOperatorNexusImageDeployMappingRuleProfile
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