Udostępnij za pośrednictwem


ServiceCorrelation Class

Definition

Creates a particular correlation between services.

public class ServiceCorrelation
type ServiceCorrelation = class
Public Class ServiceCorrelation
Inheritance
ServiceCorrelation

Constructors

ServiceCorrelation()

Initializes a new instance of the ServiceCorrelation class.

ServiceCorrelation(String, String)

Initializes a new instance of the ServiceCorrelation class.

Properties

Scheme

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

ServiceName

Gets or sets the Arm Resource ID of the service that the correlation relationship is established with.

Methods

Validate()

Validate the object.

Applies to