ConfigurationsOperationsExtensions.UpdateAsync 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.
Caution
This operation is deprecated. Please do not use it any longer.
Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task UpdateAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string configurationName, System.Collections.Generic.IDictionary<string,string> parameters, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member UpdateAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, configurationName As String, parameters As IDictionary(Of String, String), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IConfigurationsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- clusterName
- String
The name of the cluster.
- configurationName
- String
The name of the cluster configuration.
- parameters
- IDictionary<String,String>
The cluster configurations.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Attributes
Applies to
Azure SDK for .NET