다음을 통해 공유


AppPlatformApiPortalCustomDomainCollection.CreateOrUpdate Method

Definition

Create or update the API portal custom domain.

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

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.

domainName
String

The name of the API portal custom domain.

data
AppPlatformApiPortalCustomDomainData

The API portal custom domain for the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

domainName or data is null.

Applies to