PSServiceCorrelation Class

Definition

public class PSServiceCorrelation : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation
type PSServiceCorrelation = class
    inherit ServiceCorrelation
Public Class PSServiceCorrelation
Inherits ServiceCorrelation
Inheritance
PSServiceCorrelation

Constructors

PSServiceCorrelation(ServiceCorrelation)
PSServiceCorrelation(String, String)

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'

(Inherited from ServiceCorrelation)
ServiceName

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

(Inherited from ServiceCorrelation)

Methods

Validate()

Validate the object.

(Inherited from ServiceCorrelation)

Applies to