AzureArcKubernetesDeployMappingRuleProfileArgs

data class AzureArcKubernetesDeployMappingRuleProfileArgs(val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, val helmMappingRuleProfile: Output<HelmMappingRuleProfileArgs>? = null) : ConvertibleToJava<AzureArcKubernetesDeployMappingRuleProfileArgs>

Azure arc kubernetes deploy mapping rule profile.

Constructors

constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, helmMappingRuleProfile: Output<HelmMappingRuleProfileArgs>? = null)

Properties

Link copied to clipboard
val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null

The application enablement.

Link copied to clipboard

The helm mapping rule profile.

Functions

Link copied to clipboard
open override fun toJava(): AzureArcKubernetesDeployMappingRuleProfileArgs