INewAppServicePlanWithGroup Interface

Definition

A function app definition allowing resource group to be specified when a new app service plan is to be created.

public interface INewAppServicePlanWithGroup
type INewAppServicePlanWithGroup = interface
Public Interface INewAppServicePlanWithGroup

Methods

WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

WithNewResourceGroup()

Creates a new resource group to put the resource in. The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.

WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

WithNewResourceGroup(String)

Creates a new resource group to put the resource in. The group will be created in the same location as the resource.

Applies to