IConfigurationsOperations.EnableHttpAsync メソッド

定義

注意事項

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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> EnableHttpAsync (string resourceGroupName, string clusterName, string username, string password, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member EnableHttpAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function EnableHttpAsync (resourceGroupName As String, clusterName As String, username As String, password As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

必須。 リソース グループの名前。

clusterName
String

必須。 クラスターの名前です。

username
String

必須。 HTTP ユーザー名。

password
String

必須。 HTTP パスワード。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

クラスターの実行時間の長い操作応答。

属性

適用対象