FrontDoorCollection.CreateOrUpdate Method

Definition

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}
  • Operation Id: FrontDoors_CreateOrUpdate
  • Default Api Version: 2021-06-01
  • Resource: FrontDoorResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string frontDoorName, Azure.ResourceManager.FrontDoor.FrontDoorData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.FrontDoor.FrontDoorData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.FrontDoor.FrontDoorData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, frontDoorName As String, data As FrontDoorData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FrontDoorResource)

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.

frontDoorName
String

Name of the Front Door which is globally unique.

data
FrontDoorData

Front Door properties needed to create a new Front Door.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

frontDoorName or data is null.

Applies to