public static interface FunctionApp.DefinitionStages.NewAppServicePlanWithGroup
Modifier and Type | Method and Description |
---|---|
FunctionApp.DefinitionStages.WithCreate |
withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
FunctionApp.DefinitionStages.WithCreate |
withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
FunctionApp.DefinitionStages.WithCreate |
withNewResourceGroup()
Creates a new resource group to put the resource in.
|
FunctionApp.DefinitionStages.WithCreate |
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
FunctionApp.DefinitionStages.WithCreate |
withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
FunctionApp.DefinitionStages.WithCreate withExistingResourceGroup(String groupName)
groupName
- the name of an existing resource group to put this resource in.FunctionApp.DefinitionStages.WithCreate withExistingResourceGroup(ResourceGroup group)
group
- an existing resource group to put the resource inFunctionApp.DefinitionStages.WithCreate withNewResourceGroup(String name)
The group will be created in the same location as the resource.
name
- the name of the new groupFunctionApp.DefinitionStages.WithCreate 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.
FunctionApp.DefinitionStages.WithCreate withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
groupDefinition
- a creatable definition for a new resource groupCopyright © 2019. All rights reserved.