public static interface WebApp.DefinitionStages.ExistingLinuxPlanWithGroup
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithLinuxAppFramework |
withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
withNewResourceGroup()
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
WebApp.DefinitionStages.WithLinuxAppFramework |
withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithLinuxAppFramework withExistingResourceGroup(String groupName)
groupName - the name of an existing resource group to put this resource in.WebApp.DefinitionStages.WithLinuxAppFramework withExistingResourceGroup(ResourceGroup group)
group - an existing resource group to put the resource inWebApp.DefinitionStages.WithLinuxAppFramework withNewResourceGroup(String name)
The group will be created in the same location as the resource.
name - the name of the new groupWebApp.DefinitionStages.WithLinuxAppFramework withNewResourceGroup()
The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.
WebApp.DefinitionStages.WithLinuxAppFramework withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
groupDefinition - a creatable definition for a new resource groupVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.