ServiceCorrelation 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
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.