你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationsOperationsExtensions.DisableHttpAsync 方法

定义

注意

This operation is deprecated. Please do not use it any longer.

在指定的群集上禁用 HTTP。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task DisableHttpAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DisableHttpAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DisableHttpAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

operations
IConfigurationsOperations

对 Microsoft.Azure.Management.HDInsight.IClusterOperations 的引用。

resourceGroupName
String

必需。 资源组的名称。

clusterName
String

必需。 群集的名称。

cancellationToken
CancellationToken

返回

群集长时间运行的操作响应。

属性

适用于