Azure Operator Nexus Arm Template Deploy Mapping Rule Profile Args
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
Link copied to clipboard
constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, templateMappingRuleProfile: Output<ArmTemplateMappingRuleProfileArgs>? = null)