AzureOperatorNexusArmTemplateDeployMappingRuleProfileArgs

data class AzureOperatorNexusArmTemplateDeployMappingRuleProfileArgs(val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, val templateMappingRuleProfile: Output<ArmTemplateMappingRuleProfileArgs>? = null) : ConvertibleToJava<AzureOperatorNexusArmTemplateDeployMappingRuleProfileArgs>

Azure Operator Distributed Services template deploy mapping rule profile.

Constructors

constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, templateMappingRuleProfile: Output<ArmTemplateMappingRuleProfileArgs>? = null)

Properties

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

The application enablement.

Link copied to clipboard

The template mapping rule profile.

Functions

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