Freigeben über


IConfigurationsOperations.BeginEnablingHttpAsync Methode

Definition

Achtung

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

Beginnen Sie mit der Aktivierung von HTTP für den angegebenen Cluster.

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

Parameter

resourceGroupName
String

Erforderlich. Der Name der Ressourcengruppe.

clusterName
String

Erforderlich. Der Name des Clusters.

username
String

Erforderlich. Der HTTP-Benutzername.

password
String

Erforderlich. Das HTTP-Kennwort.

cancellationToken
CancellationToken

Abbruchtoken.

Gibt zurück

Die Antwort auf den Clustervorgang mit langer Ausführungsdauer.

Attribute

Gilt für: