Configurations interface
Interface representing a Configurations.
Methods
begin |
Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead. |
begin |
Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead. |
get(string, string, string, Configurations |
The 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. |
list(string, string, Configurations |
Gets all configuration information for an HDI cluster. |
Method Details
beginUpdate(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)
Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.
function beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
- configurationName
-
string
The name of the cluster configuration.
- parameters
-
{[propertyName: string]: string}
The cluster configurations.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginUpdateAndWait(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)
Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
- configurationName
-
string
The name of the cluster configuration.
- parameters
-
{[propertyName: string]: string}
The cluster configurations.
The options parameters.
Returns
Promise<void>
get(string, string, string, ConfigurationsGetOptionalParams)
The 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.
function get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
- configurationName
-
string
The name of the cluster configuration.
- options
- ConfigurationsGetOptionalParams
The options parameters.
Returns
Promise<ConfigurationsGetResponse>
list(string, string, ConfigurationsListOptionalParams)
Gets all configuration information for an HDI cluster.
function list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ClusterConfigurations>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
- options
- ConfigurationsListOptionalParams
The options parameters.
Returns
Promise<ClusterConfigurations>