WebApp.DefinitionStages.ExistingWindowsPlanWithGroup Interface
public static interface WebApp.DefinitionStages.ExistingWindowsPlanWithGroup
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.WithWindowsAppFramework withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
Parameters:
Returns:
withExistingResourceGroup
public abstract WebApp.DefinitionStages.WithWindowsAppFramework withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
Parameters:
Returns:
withNewResourceGroup
public abstract WebApp.DefinitionStages.WithWindowsAppFramework 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.WithWindowsAppFramework withNewResourceGroup(Creatable
Creates a new resource group to put the resource in, based on the definition specified.
Parameters:
Returns:
withNewResourceGroup
public abstract WebApp.DefinitionStages.WithWindowsAppFramework 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:
Applies to
Azure SDK for Java