Azure Arc Kubernetes Deploy Mapping Rule Profile Args
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
Link copied to clipboard
constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, helmMappingRuleProfile: Output<HelmMappingRuleProfileArgs>? = null)