Share via


ServiceCorrelation Constructors

Definition

Overloads

ServiceCorrelation()

Initializes a new instance of the ServiceCorrelation class.

ServiceCorrelation(String, String)

Initializes a new instance of the ServiceCorrelation class.

ServiceCorrelation()

Initializes a new instance of the ServiceCorrelation class.

public ServiceCorrelation ();

Applies to

ServiceCorrelation(String, String)

Initializes a new instance of the ServiceCorrelation class.

public ServiceCorrelation (string scheme, string serviceName);

Parameters

scheme
String

The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. Possible values include: 'AlignedAffinity', 'NonAlignedAffinity'

serviceName
String

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

Applies to