Compartilhar via


GlobalSchemaOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria novo ou atualiza o esquema especificado existente da instância de serviço Gerenciamento de API.

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

Parâmetros

operations
IGlobalSchemaOperations

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.

schemaId
String

Identificador de ID de esquema. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

parameters
GlobalSchemaContract

Criar ou atualizar 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