AppPlatformGatewayCollection.CreateOrUpdateAsync Method

Definition

Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
  • Operation Id: Gateways_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string gatewayName, Azure.ResourceManager.AppPlatform.AppPlatformGatewayData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, gatewayName As String, data As AppPlatformGatewayData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AppPlatformGatewayResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

gatewayName
String

The name of Spring Cloud Gateway.

data
AppPlatformGatewayData

The gateway for the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

gatewayName is an empty string, and was expected to be non-empty.

gatewayName or data is null.

Applies to