Compartilhar via


BackendOperationsExtensions.CreateOrUpdateAsync Método

Definição

Cria ou atualiza um back-end.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.BackendContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, Microsoft.Azure.Management.ApiManagement.Models.BackendContract parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.BackendContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.BackendContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBackendOperations, resourceGroupName As String, serviceName As String, backendId As String, parameters As BackendContract, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackendContract)

Parâmetros

operations
IBackendOperations

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

backendId
String

Identificador da entidade Back-end. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

parameters
BackendContract

Criar parâmetros.

ifMatch
String

ETag da Entidade. Não é necessário ao criar uma entidade, mas necessário ao atualizar uma entidade.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a