Share via


IExistingLinuxPlanWithGroup Interface

Definition

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

public interface IExistingLinuxPlanWithGroup
type IExistingLinuxPlanWithGroup = interface
Public Interface IExistingLinuxPlanWithGroup

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