共用方式為


FrontDoorCustomDomainCollection.CreateOrUpdate Method

Definition

Creates a new domain within the specified profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Operation Id: FrontDoorCustomDomains_Create
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorCustomDomainResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string customDomainName, Azure.ResourceManager.Cdn.FrontDoorCustomDomainData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.FrontDoorCustomDomainData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.FrontDoorCustomDomainData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, customDomainName As String, data As FrontDoorCustomDomainData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FrontDoorCustomDomainResource)

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.

customDomainName
String

Name of the domain under the profile which is unique globally.

data
FrontDoorCustomDomainData

Domain properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

customDomainName or data is null.

Applies to