Udostępnij za pośrednictwem


FrontDoorsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel frontDoorParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IFrontDoorsOperations, resourceGroupName As String, frontDoorName As String, frontDoorParameters As FrontDoorModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FrontDoorModel)

Parameters

operations
IFrontDoorsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

frontDoorName
String

Name of the Front Door which is globally unique.

frontDoorParameters
FrontDoorModel
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to