Compartilhar via


FrontDoorsOperationsExtensions.CreateOrUpdate Method

Definition

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

public static Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel CreateOrUpdate (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel frontDoorParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel -> Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel
<Extension()>
Public Function CreateOrUpdate (operations As IFrontDoorsOperations, resourceGroupName As String, frontDoorName As String, frontDoorParameters As FrontDoorModel) As 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

Returns

Applies to