Skip to main content

configurations

Creates, updates, deletes, gets or lists a configurations resource.

Overview

Nameconfigurations
TypeResource
Idazure.hdinsight.configurations

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterName, configurationName, resourceGroupName, subscriptionIdThe configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead.
listSELECTclusterName, resourceGroupName, subscriptionIdGets all configuration information for an HDI cluster.
updateEXECclusterName, configurationName, resourceGroupName, subscriptionIdConfigures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

SELECT examples

Gets all configuration information for an HDI cluster.

SELECT

FROM azure.hdinsight.configurations
WHERE clusterName = '{{ clusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';