IServerKeysOperations.BeginCreateOrUpdateWithHttpMessagesAsync Method

Definition

Creates or updates a MySQL Server key.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.MySQL.Models.ServerKey>> BeginCreateOrUpdateWithHttpMessagesAsync (string serverName, string keyName, Microsoft.Azure.Management.MySQL.Models.ServerKey parameters, string resourceGroupName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.MySQL.Models.ServerKey * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.MySQL.Models.ServerKey>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (serverName As String, keyName As String, parameters As ServerKey, resourceGroupName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ServerKey))

Parameters

serverName
String

The name of the server.

keyName
String

The name of the MySQL Server key to be operated on (updated or created).

parameters
ServerKey

The requested MySQL Server key resource state.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to