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

366 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.Cluster"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster"
name: "Cluster"
nameWithType: "Cluster"
summary: "An immutable client-side representation of Cluster."
syntax: "public interface **Cluster**"
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.etag()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.etag()"
name: "etag()"
nameWithType: "Cluster.etag()"
summary: "Gets the etag property: The ETag for the resource."
modifiers:
- "abstract"
syntax: "public abstract String etag()"
desc: "Gets 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.models.Cluster.executeScriptActions(com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.executeScriptActions(ExecuteScriptActionParameters parameters)"
name: "executeScriptActions(ExecuteScriptActionParameters parameters)"
nameWithType: "Cluster.executeScriptActions(ExecuteScriptActionParameters parameters)"
summary: "Executes script actions on the specified HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The parameters for executing script actions."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters?alt=com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters&text=ExecuteScriptActionParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void executeScriptActions(ExecuteScriptActionParameters parameters)"
desc: "Executes script actions on the specified HDInsight cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.executeScriptActions(com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.executeScriptActions(ExecuteScriptActionParameters parameters, Context context)"
name: "executeScriptActions(ExecuteScriptActionParameters parameters, Context context)"
nameWithType: "Cluster.executeScriptActions(ExecuteScriptActionParameters parameters, Context context)"
summary: "Executes script actions on the specified HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The parameters for executing script actions."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters?alt=com.azure.resourcemanager.hdinsight.models.ExecuteScriptActionParameters&text=ExecuteScriptActionParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void executeScriptActions(ExecuteScriptActionParameters parameters, Context context)"
desc: "Executes script actions on the specified HDInsight cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.getGatewaySettings()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.getGatewaySettings()"
name: "getGatewaySettings()"
nameWithType: "Cluster.getGatewaySettings()"
summary: "Gets the gateway settings for the specified cluster."
modifiers:
- "abstract"
syntax: "public abstract GatewaySettings getGatewaySettings()"
desc: "Gets the gateway settings for the specified cluster."
returns:
description: "the gateway settings for the specified cluster."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.GatewaySettings?alt=com.azure.resourcemanager.hdinsight.models.GatewaySettings&text=GatewaySettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.getGatewaySettingsWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.getGatewaySettingsWithResponse(Context context)"
name: "getGatewaySettingsWithResponse(Context context)"
nameWithType: "Cluster.getGatewaySettingsWithResponse(Context context)"
summary: "Gets the gateway settings for the specified cluster."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<GatewaySettings> getGatewaySettingsWithResponse(Context context)"
desc: "Gets the gateway settings for the specified cluster."
returns:
description: "the gateway settings for the specified cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.hdinsight.models.GatewaySettings?alt=com.azure.resourcemanager.hdinsight.models.GatewaySettings&text=GatewaySettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.id()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.id()"
name: "id()"
nameWithType: "Cluster.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
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.hdinsight.models.Cluster.identity()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.identity()"
name: "identity()"
nameWithType: "Cluster.identity()"
summary: "Gets the identity property: The identity of the cluster, if configured."
modifiers:
- "abstract"
syntax: "public abstract ClusterIdentity identity()"
desc: "Gets 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.models.Cluster.innerModel()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.innerModel()"
name: "innerModel()"
nameWithType: "Cluster.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>hdinsight.<wbr>fluent.<wbr>models.<wbr>Cluster<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ClusterInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.hdinsight.fluent.models.ClusterInner object."
returns:
description: "the inner object."
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.models.Cluster.location()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.location()"
name: "location()"
nameWithType: "Cluster.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.name()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.name()"
name: "name()"
nameWithType: "Cluster.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.properties()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.properties()"
name: "properties()"
nameWithType: "Cluster.properties()"
summary: "Gets the properties property: The properties of the cluster."
modifiers:
- "abstract"
syntax: "public abstract ClusterGetProperties properties()"
desc: "Gets 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.models.Cluster.refresh()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.refresh()"
name: "refresh()"
nameWithType: "Cluster.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Cluster refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Cluster?alt=com.azure.resourcemanager.hdinsight.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Cluster.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Cluster refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Cluster?alt=com.azure.resourcemanager.hdinsight.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.region()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.region()"
name: "region()"
nameWithType: "Cluster.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.regionName()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.regionName()"
name: "regionName()"
nameWithType: "Cluster.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.resourceGroupName()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Cluster.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.rotateDiskEncryptionKey(com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters)"
name: "rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters)"
nameWithType: "Cluster.rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters)"
summary: "Rotate disk encryption key of the specified HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The parameters for the disk encryption operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters?alt=com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters&text=ClusterDiskEncryptionParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters)"
desc: "Rotate disk encryption key of the specified HDInsight cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.rotateDiskEncryptionKey(com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters, Context context)"
name: "rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters, Context context)"
nameWithType: "Cluster.rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters, Context context)"
summary: "Rotate disk encryption key of the specified HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The parameters for the disk encryption operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters?alt=com.azure.resourcemanager.hdinsight.models.ClusterDiskEncryptionParameters&text=ClusterDiskEncryptionParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void rotateDiskEncryptionKey(ClusterDiskEncryptionParameters parameters, Context context)"
desc: "Rotate disk encryption key of the specified HDInsight cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.systemData()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.systemData()"
name: "systemData()"
nameWithType: "Cluster.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets 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.models.Cluster.tags()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.tags()"
name: "tags()"
nameWithType: "Cluster.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
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;"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.type()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.type()"
name: "type()"
nameWithType: "Cluster.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.update()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.update()"
name: "update()"
nameWithType: "Cluster.update()"
summary: "Begins update for the Cluster resource."
modifiers:
- "abstract"
syntax: "public abstract Cluster.Update update()"
desc: "Begins update for the Cluster resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Cluster.Update?alt=com.azure.resourcemanager.hdinsight.models.Cluster.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.updateGatewaySettings(com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.updateGatewaySettings(UpdateGatewaySettingsParameters parameters)"
name: "updateGatewaySettings(UpdateGatewaySettingsParameters parameters)"
nameWithType: "Cluster.updateGatewaySettings(UpdateGatewaySettingsParameters parameters)"
summary: "Configures the gateway settings on the specified cluster."
modifiers:
- "abstract"
parameters:
- description: "The cluster configurations."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters?alt=com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters&text=UpdateGatewaySettingsParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void updateGatewaySettings(UpdateGatewaySettingsParameters parameters)"
desc: "Configures the gateway settings on the specified cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.updateGatewaySettings(com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.updateGatewaySettings(UpdateGatewaySettingsParameters parameters, Context context)"
name: "updateGatewaySettings(UpdateGatewaySettingsParameters parameters, Context context)"
nameWithType: "Cluster.updateGatewaySettings(UpdateGatewaySettingsParameters parameters, Context context)"
summary: "Configures the gateway settings on the specified cluster."
modifiers:
- "abstract"
parameters:
- description: "The cluster configurations."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters?alt=com.azure.resourcemanager.hdinsight.models.UpdateGatewaySettingsParameters&text=UpdateGatewaySettingsParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void updateGatewaySettings(UpdateGatewaySettingsParameters parameters, Context context)"
desc: "Configures the gateway settings on the specified cluster."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.updateIdentityCertificate(com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters)"
name: "updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters)"
nameWithType: "Cluster.updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters)"
summary: "Updates the cluster identity certificate."
modifiers:
- "abstract"
parameters:
- description: "The cluster configurations."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters?alt=com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters&text=UpdateClusterIdentityCertificateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters)"
desc: "Updates the cluster identity certificate."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.updateIdentityCertificate(com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters, Context context)"
name: "updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters, Context context)"
nameWithType: "Cluster.updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters, Context context)"
summary: "Updates the cluster identity certificate."
modifiers:
- "abstract"
parameters:
- description: "The cluster configurations."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters?alt=com.azure.resourcemanager.hdinsight.models.UpdateClusterIdentityCertificateParameters&text=UpdateClusterIdentityCertificateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void updateIdentityCertificate(UpdateClusterIdentityCertificateParameters parameters, Context context)"
desc: "Updates the cluster identity certificate."
- uid: "com.azure.resourcemanager.hdinsight.models.Cluster.zones()"
fullName: "com.azure.resourcemanager.hdinsight.models.Cluster.zones()"
name: "zones()"
nameWithType: "Cluster.zones()"
summary: "Gets the zones property: The availability zones."
modifiers:
- "abstract"
syntax: "public abstract List<String> zones()"
desc: "Gets 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: "interface"
desc: "An immutable client-side representation of Cluster."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0