azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

85 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties"
name: "MigrationClusterProperties"
nameWithType: "MigrationClusterProperties"
summary: "Represents a properties of a cluster that is part of a migration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MigrationClusterProperties**"
constructors:
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.MigrationClusterProperties()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.MigrationClusterProperties()"
name: "MigrationClusterProperties()"
nameWithType: "MigrationClusterProperties.MigrationClusterProperties()"
summary: "Creates an instance of Migration<wbr>Cluster<wbr>Properties class."
syntax: "public MigrationClusterProperties()"
desc: "Creates an instance of MigrationClusterProperties class."
methods:
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.dataIngestionUri()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.dataIngestionUri()"
name: "dataIngestionUri()"
nameWithType: "MigrationClusterProperties.dataIngestionUri()"
summary: "Get the data<wbr>Ingestion<wbr>Uri property: The public data ingestion URL of the cluster."
syntax: "public String dataIngestionUri()"
desc: "Get the dataIngestionUri property: The public data ingestion URL of the cluster."
returns:
description: "the dataIngestionUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.id()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.id()"
name: "id()"
nameWithType: "MigrationClusterProperties.id()"
summary: "Get the id property: The resource ID of the cluster."
syntax: "public String id()"
desc: "Get the id property: The resource ID of the cluster."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.role()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.role()"
name: "role()"
nameWithType: "MigrationClusterProperties.role()"
summary: "Get the role property: The role of the cluster in the migration process."
syntax: "public MigrationClusterRole role()"
desc: "Get the role property: The role of the cluster in the migration process."
returns:
description: "the role value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.MigrationClusterRole?alt=com.azure.resourcemanager.kusto.models.MigrationClusterRole&text=MigrationClusterRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.uri()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.uri()"
name: "uri()"
nameWithType: "MigrationClusterProperties.uri()"
summary: "Get the uri property: The public URL of the cluster."
syntax: "public String uri()"
desc: "Get the uri property: The public URL of the cluster."
returns:
description: "the uri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.validate()"
fullName: "com.azure.resourcemanager.kusto.models.MigrationClusterProperties.validate()"
name: "validate()"
nameWithType: "MigrationClusterProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Represents a properties of a cluster that is part of a migration."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0