Compartilhar via


ServersOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza um servidor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Server> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IServersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.Server parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IServersOperations * string * string * Microsoft.Azure.Management.Sql.Models.Server * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Server>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IServersOperations, resourceGroupName As String, serverName As String, parameters As Server, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Server)

Parâmetros

operations
IServersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName
String

O nome do servidor.

parameters
Server

O estado do recurso de servidor solicitado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a