ServiceCorrelationDescription 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 sealed class ServiceCorrelationDescription
type ServiceCorrelationDescription = class
Public NotInheritable Class ServiceCorrelationDescription
- Inheritance
-
ServiceCorrelationDescription
Constructors
ServiceCorrelationDescription() |
Initializes a new instance of the ServiceCorrelationDescription class. |
Properties
Scheme |
Gets or sets the ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. |
ServiceName |
Gets or sets the name of the service that you want to establish the correlation relationship with. |
Methods
ToString() |
Returns a string of the ServiceCorrelationDescription in the form 'ServiceName', 'Scheme' |
Applies to
Azure SDK for .NET