AzureArcKubernetesHelmApplication interface
Azure arc kubernetes helm application configurations.
- Extends
Properties
artifact |
Azure arc kubernetes 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 arc kubernetes artifact profile.
artifactProfile?: AzureArcKubernetesArtifactProfile
Property Value
artifactType
Polymorphic discriminator, which specifies the different types this object can be
artifactType: "HelmPackage"
Property Value
"HelmPackage"
deployParametersMappingRuleProfile
Deploy mapping rule profile.
deployParametersMappingRuleProfile?: AzureArcKubernetesDeployMappingRuleProfile
Property Value
Inherited Property Details
dependsOnProfile
Depends on profile definition.
dependsOnProfile?: DependsOnProfile
Property Value
Inherited From AzureArcKubernetesNetworkFunctionApplication.dependsOnProfile
name
The name of the network function application.
name?: string
Property Value
string
Inherited From AzureArcKubernetesNetworkFunctionApplication.name
Azure SDK for JavaScript