Sdílet prostřednictvím


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 ();
Public Sub New ()

Applies to

ServiceCorrelation(String, String)

Initializes a new instance of the ServiceCorrelation class.

public ServiceCorrelation (string scheme, string serviceName);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation : string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation
Public Sub New (scheme As String, serviceName As String)

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