Dela via


FrontDoorRuleSetCollection.CreateOrUpdate Method

Definition

Creates a new rule set within the specified profile.

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

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.

ruleSetName
String

Name of the rule set under the profile which is unique globally.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ruleSetName is null.

Applies to