AzureArcKubernetesHelmApplicationResponse

data class AzureArcKubernetesHelmApplicationResponse(val artifactProfile: AzureArcKubernetesArtifactProfileResponse? = null, val artifactType: String, val dependsOnProfile: DependsOnProfileResponse? = null, val deployParametersMappingRuleProfile: AzureArcKubernetesDeployMappingRuleProfileResponse? = null, val name: String? = null)

Azure arc kubernetes helm application configurations.

Constructors

constructor(artifactProfile: AzureArcKubernetesArtifactProfileResponse? = null, artifactType: String, dependsOnProfile: DependsOnProfileResponse? = null, deployParametersMappingRuleProfile: AzureArcKubernetesDeployMappingRuleProfileResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure arc kubernetes artifact profile.

Link copied to clipboard

The artifact type. Expected value is 'HelmPackage'.

Link copied to clipboard

Depends on profile definition.

Link copied to clipboard
val name: String? = null

The name of the network function application.