共用方式為


ServiceCorrelationDescription Constructors

Definition

Overloads

ServiceCorrelationDescription()

Initializes a new instance of the ServiceCorrelationDescription class.

ServiceCorrelationDescription(String, String)

Initializes a new instance of the ServiceCorrelationDescription class.

ServiceCorrelationDescription()

Initializes a new instance of the ServiceCorrelationDescription class.

public ServiceCorrelationDescription ();
Public Sub New ()

Applies to

ServiceCorrelationDescription(String, String)

Initializes a new instance of the ServiceCorrelationDescription class.

public ServiceCorrelationDescription (string scheme, string serviceName);
new Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription : string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription
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: 'Invalid', 'Affinity', 'AlignedAffinity', 'NonAlignedAffinity'

serviceName
String

The name of the service that the correlation relationship is established with.

Applies to