Interface GroupableResource.DefinitionStages.WithCreatableResourceGroup<T>
- Type Parameters:
T- the next stage of the definition
- All Known Subinterfaces:
GenericResource.Definition,GenericResource.DefinitionStages.WithGroup,GroupableResource.DefinitionStages.WithGroup<T>,GroupableResource.DefinitionStages.WithGroupAndRegion<T>,GroupableResource.DefinitionStages.WithNewResourceGroup<T>,GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion<T>
- Enclosing interface:
GroupableResource.DefinitionStages
public static interface GroupableResource.DefinitionStages.WithCreatableResourceGroup<T>
A resource definition allowing a new creatable resource group to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.
-
Method Details
-
withNewResourceGroup
Creates a new resource group to put the resource in, based on the definition specified.- Parameters:
groupDefinition- a creatable definition for a new resource group- Returns:
- the next stage of the definition
-