Compartilhar via


GatewayApiOperationsExtensions.CreateOrUpdateAsync Método

Definição

Adiciona uma API ao Gateway especificado.

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

Parâmetros

operations
IGatewayApiOperations

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.

gatewayId
String

Identificador de entidade de gateway. Deve ser exclusivo na instância de serviço Gerenciamento de API atual. Não deve ter o valor 'gerenciado'

apiId
String

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

parameters
AssociationContract
cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a