MigrationClusterProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.MigrationClusterProperties

public final class MigrationClusterProperties

Represents a properties of a cluster that is part of a migration.

Constructor Summary

Constructor Description
MigrationClusterProperties()

Creates an instance of MigrationClusterProperties class.

Method Summary

Modifier and Type Method and Description
String dataIngestionUri()

Get the dataIngestionUri property: The public data ingestion URL of the cluster.

String id()

Get the id property: The resource ID of the cluster.

MigrationClusterRole role()

Get the role property: The role of the cluster in the migration process.

String uri()

Get the uri property: The public URL of the cluster.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MigrationClusterProperties

public MigrationClusterProperties()

Creates an instance of MigrationClusterProperties class.

Method Details

dataIngestionUri

public String dataIngestionUri()

Get the dataIngestionUri property: The public data ingestion URL of the cluster.

Returns:

the dataIngestionUri value.

id

public String id()

Get the id property: The resource ID of the cluster.

Returns:

the id value.

role

public MigrationClusterRole role()

Get the role property: The role of the cluster in the migration process.

Returns:

the role value.

uri

public String uri()

Get the uri property: The public URL of the cluster.

Returns:

the uri value.

validate

public void validate()

Validates the instance.

Applies to