共用方式為


CdnOriginGroupCollection.CreateOrUpdateAsync Method

Definition

Creates a new origin group within the specified endpoint.

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

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
CdnOriginGroupData

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