HDInsightClusterResource.UpdateConfigurationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the HTTP settings on the specified cluster. This API is not recommended and might be removed in the future. Please consider using Update cluster configurations API instead. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> UpdateConfigurationAsync(Azure.WaitUntil waitUntil, string configurationName, System.Collections.Generic.IDictionary<string,string> clusterConfiguration, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateConfigurationAsync : Azure.WaitUntil * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.UpdateConfigurationAsync : Azure.WaitUntil * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function UpdateConfigurationAsync (waitUntil As WaitUntil, configurationName As String, clusterConfiguration As IDictionary(Of String, String), Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation.
- configurationName
- String
The name of the cluster configuration.
- clusterConfiguration
- IDictionary<String,String>
The cluster configurations.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configurationName is an empty string, and was expected to be non-empty.
configurationName or clusterConfiguration is null.