MigrationClusterProperties 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.
Represents a properties of a cluster that is part of a migration.
public class MigrationClusterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.Models.MigrationClusterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.Models.MigrationClusterProperties>
type MigrationClusterProperties = class
interface IJsonModel<MigrationClusterProperties>
interface IPersistableModel<MigrationClusterProperties>
Public Class MigrationClusterProperties
Implements IJsonModel(Of MigrationClusterProperties), IPersistableModel(Of MigrationClusterProperties)
- Inheritance
-
MigrationClusterProperties
- Implements
Properties
DataIngestionUri |
The public data ingestion URL of the cluster. |
Id |
The resource ID of the cluster. |
Role |
The role of the cluster in the migration process. |
Uri |
The public URL of the cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MigrationClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MigrationClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MigrationClusterProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MigrationClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MigrationClusterProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET