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