FrontDoorOriginGroupCollection.CreateOrUpdateAsync Method

Definition

Creates a new origin group within the specified profile.

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

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.

originGroupName
String

Name of the origin group which is unique within the endpoint.

data
FrontDoorOriginGroupData

Origin group properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

originGroupName or data is null.

Applies to