ServiceCorrelationArgs

data class ServiceCorrelationArgs(val scheme: Output<Either<String, ServiceCorrelationScheme>>, val serviceName: Output<String>) : ConvertibleToJava<ServiceCorrelationArgs>

Creates a particular correlation between services.

Constructors

Link copied to clipboard
constructor(scheme: Output<Either<String, ServiceCorrelationScheme>>, serviceName: Output<String>)

Properties

Link copied to clipboard
val scheme: Output<Either<String, ServiceCorrelationScheme>>

The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.

Link copied to clipboard
val serviceName: Output<String>

The Arm Resource ID of the service that the correlation relationship is established with.

Functions

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