ServiceCorrelationDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET