ServiceCorrelation Class
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.
Creates a particular correlation between services.
public class ServiceCorrelation
type ServiceCorrelation = class
Public Class ServiceCorrelation
- Inheritance
-
ServiceCorrelation
Constructors
ServiceCorrelation() |
Initializes a new instance of the ServiceCorrelation class. |
ServiceCorrelation(String, String) |
Initializes a new instance of the ServiceCorrelation class. |
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' |
ServiceName |
Gets or sets the Arm Resource ID of the service that the correlation relationship is established with. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET