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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET