ServiceCorrelationDescription Class

Definition

Creates a particular correlation between services.

public class ServiceCorrelationDescription
public class ServiceCorrelationDescription : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.ServiceCorrelationDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.ServiceCorrelationDescription>
type ServiceCorrelationDescription = class
type ServiceCorrelationDescription = class
    interface IJsonModel<ServiceCorrelationDescription>
    interface IPersistableModel<ServiceCorrelationDescription>
Public Class ServiceCorrelationDescription
Public Class ServiceCorrelationDescription
Implements IJsonModel(Of ServiceCorrelationDescription), IPersistableModel(Of ServiceCorrelationDescription)
Inheritance
ServiceCorrelationDescription
Implements

Constructors

ServiceCorrelationDescription(ServiceCorrelationScheme, String)

Initializes a new instance of ServiceCorrelationDescription.

Properties

Scheme

The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.

ServiceName

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

Explicit Interface Implementations

IJsonModel<ServiceCorrelationDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceCorrelationDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceCorrelationDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceCorrelationDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceCorrelationDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to