Leggere in inglese

Condividi tramite


ManagedServiceCorrelation Class

Definition

Creates a particular correlation between services.

public class ManagedServiceCorrelation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceCorrelation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceCorrelation>
Inheritance
ManagedServiceCorrelation
Implements

Constructors

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.

Methods

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