ManagedServiceCorrelation Class

Definition

Creates a particular correlation between services.

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

Constructors

ManagedServiceCorrelation(ManagedServiceCorrelationScheme, String)

Initializes a new instance of ManagedServiceCorrelation.

Properties

Scheme

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

ServiceName

The Arm Resource ID of the service that the correlation relationship is established with.

Explicit Interface Implementations

IJsonModel<ManagedServiceCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedServiceCorrelation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServiceCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedServiceCorrelation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServiceCorrelation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to