IExistingWindowsPlanWithGroup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app definition allowing resource group to be specified when a new app service plan is to be created.
public interface IExistingWindowsPlanWithGroup
type IExistingWindowsPlanWithGroup = interface
Public Interface IExistingWindowsPlanWithGroup
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
Azure SDK for .NET