你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup Interface
public static interface WebApp.DefinitionStages.ExistingLinuxPlanWithGroup
A web app definition allowing resource group to be specified when a new app service plan is to be created.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group. |
abstract
With |
withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group. |
abstract
With |
withNewResourceGroup()
Creates a new resource group to put the resource in. |
abstract
With |
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified. |
abstract
With |
withNewResourceGroup(String name)
Creates a new resource group to put the resource in. |
Method Details
withExistingResourceGroup
public abstract WebApp.DefinitionStages.WithLinuxAppFramework withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
Parameters:
Returns:
withExistingResourceGroup
public abstract WebApp.DefinitionStages.WithLinuxAppFramework withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
Parameters:
Returns:
withNewResourceGroup
public abstract WebApp.DefinitionStages.WithLinuxAppFramework 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.
Returns:
withNewResourceGroup
public abstract WebApp.DefinitionStages.WithLinuxAppFramework withNewResourceGroup(Creatable
Creates a new resource group to put the resource in, based on the definition specified.
Parameters:
Returns:
withNewResourceGroup
public abstract WebApp.DefinitionStages.WithLinuxAppFramework withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
The group will be created in the same location as the resource.
Parameters:
Returns: