Partager via


AppPlatformGatewayCollection.CreateOrUpdate Méthode

Définition

Créez la passerelle Spring Cloud Gateway par défaut ou mettez à jour la passerelle Spring Cloud existante.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
  • IdGateways_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string gatewayName, Azure.ResourceManager.AppPlatform.AppPlatformGatewayData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformGatewayData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformGatewayData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, gatewayName As String, data As AppPlatformGatewayData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformGatewayResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

gatewayName
String

Nom de Spring Cloud Gateway.

data
AppPlatformGatewayData

Passerelle pour l’opération de création ou de mise à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

gatewayName est une chaîne vide et devait être non vide.

gatewayName ou data est null.

S’applique à