다음을 통해 공유


ClusterMigrateContent Class

Definition

A cluster migrate request.

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

Constructors

ClusterMigrateContent(String)

Initializes a new instance of ClusterMigrateContent.

Properties

ClusterResourceId

Resource ID of the destination cluster or kusto pool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterMigrateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterMigrateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterMigrateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterMigrateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterMigrateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to