IConfigurationsOperations.BeginEnablingHttpAsync 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.
Begin enabling HTTP on the specified 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)
Parameters
- resourceGroupName
- String
Required. The name of the resource group.
- clusterName
- String
Required. The name of the cluster.
- username
- String
Required. The HTTP username.
- password
- String
Required. The HTTP password.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The cluster long running operation response.
- Attributes
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET