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

186 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner"
name: "ClusterInner"
nameWithType: "ClusterInner"
summary: "The HDInsight cluster."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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 **ClusterInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.ClusterInner()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.ClusterInner()"
name: "ClusterInner()"
nameWithType: "ClusterInner.ClusterInner()"
summary: "Creates an instance of Cluster<wbr>Inner class."
syntax: "public ClusterInner()"
desc: "Creates an instance of ClusterInner class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.etag()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.etag()"
name: "etag()"
nameWithType: "ClusterInner.etag()"
summary: "Get the etag property: The ETag for the resource."
syntax: "public String etag()"
desc: "Get the etag property: The ETag for the resource."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.identity()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.identity()"
name: "identity()"
nameWithType: "ClusterInner.identity()"
summary: "Get the identity property: The identity of the cluster, if configured."
syntax: "public ClusterIdentity identity()"
desc: "Get the identity property: The identity of the cluster, if configured."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterIdentity?alt=com.azure.resourcemanager.hdinsight.models.ClusterIdentity&text=ClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.properties()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.properties()"
name: "properties()"
nameWithType: "ClusterInner.properties()"
summary: "Get the properties property: The properties of the cluster."
syntax: "public ClusterGetProperties properties()"
desc: "Get the properties property: The properties of the cluster."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterGetProperties?alt=com.azure.resourcemanager.hdinsight.models.ClusterGetProperties&text=ClusterGetProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.systemData()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.systemData()"
name: "systemData()"
nameWithType: "ClusterInner.systemData()"
summary: "Get the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Metadata pertaining to creation and last modification of the resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.validate()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.validate()"
name: "validate()"
nameWithType: "ClusterInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withEtag(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withEtag(String etag)"
name: "withEtag(String etag)"
nameWithType: "ClusterInner.withEtag(String etag)"
summary: "Set the etag property: The ETag for the resource."
parameters:
- description: "the etag value to set."
name: "etag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterInner withEtag(String etag)"
desc: "Set the etag property: The ETag for the resource."
returns:
description: "the ClusterInner object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withIdentity(com.azure.resourcemanager.hdinsight.models.ClusterIdentity)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withIdentity(ClusterIdentity identity)"
name: "withIdentity(ClusterIdentity identity)"
nameWithType: "ClusterInner.withIdentity(ClusterIdentity identity)"
summary: "Set the identity property: The identity of the cluster, if configured."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterIdentity?alt=com.azure.resourcemanager.hdinsight.models.ClusterIdentity&text=ClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterInner withIdentity(ClusterIdentity identity)"
desc: "Set the identity property: The identity of the cluster, if configured."
returns:
description: "the ClusterInner object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ClusterInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withProperties(com.azure.resourcemanager.hdinsight.models.ClusterGetProperties)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withProperties(ClusterGetProperties properties)"
name: "withProperties(ClusterGetProperties properties)"
nameWithType: "ClusterInner.withProperties(ClusterGetProperties properties)"
summary: "Set the properties property: The properties of the cluster."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterGetProperties?alt=com.azure.resourcemanager.hdinsight.models.ClusterGetProperties&text=ClusterGetProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterInner withProperties(ClusterGetProperties properties)"
desc: "Set the properties property: The properties of the cluster."
returns:
description: "the ClusterInner object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ClusterInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ClusterInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withZones(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.withZones(List<String> zones)"
name: "withZones(List<String> zones)"
nameWithType: "ClusterInner.withZones(List<String> zones)"
summary: "Set the zones property: The availability zones."
parameters:
- description: "the zones value to set."
name: "zones"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ClusterInner withZones(List<String> zones)"
desc: "Set the zones property: The availability zones."
returns:
description: "the ClusterInner object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.zones()"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner.zones()"
name: "zones()"
nameWithType: "ClusterInner.zones()"
summary: "Get the zones property: The availability zones."
syntax: "public List<String> zones()"
desc: "Get the zones property: The availability zones."
returns:
description: "the zones value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "class"
desc: "The HDInsight cluster."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0