AppPlatformApiPortalCollection.CreateOrUpdate Method

Definition

Create the default API portal or update the existing API portal.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Operation Id: ApiPortals_CreateOrUpdate
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformApiPortalResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string apiPortalName, Azure.ResourceManager.AppPlatform.AppPlatformApiPortalData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformApiPortalData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformApiPortalData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, apiPortalName As String, data As AppPlatformApiPortalData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformApiPortalResource)

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.

apiPortalName
String

The name of API portal.

data
AppPlatformApiPortalData

The API portal for the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

apiPortalName or data is null.

Applies to