AzureOperatorNexusImageDeployMappingRuleProfileArgs

data class AzureOperatorNexusImageDeployMappingRuleProfileArgs(val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, val imageMappingRuleProfile: Output<ImageMappingRuleProfileArgs>? = null) : ConvertibleToJava<AzureOperatorNexusImageDeployMappingRuleProfileArgs>

Azure Operator Distributed Services image deploy mapping rule profile.

Constructors

constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, imageMappingRuleProfile: Output<ImageMappingRuleProfileArgs>? = null)

Properties

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

The application enablement.

Link copied to clipboard

The vhd mapping rule profile.

Functions

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