Interface GroupableResource.DefinitionStages.WithExistingResourceGroup<T>
- Type Parameters:
T- the next stage of the definition
- All Known Subinterfaces:
Deployment.Definition, Deployment.DefinitionStages.Blank, Deployment.DefinitionStages.WithGroup, GenericResource.Definition, GenericResource.DefinitionStages.WithGroup, GroupableResource.DefinitionStages.WithGroup<T>, GroupableResource.DefinitionStages.WithGroupAndRegion<T>
- Enclosing interface:
GroupableResource.DefinitionStages
public static interface GroupableResource.DefinitionStages.WithExistingResourceGroup<T>
A resource definition allowing an existing resource group to be selected.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the resource with an existing resource group.withExistingResourceGroup(String groupName) Associates the resource with an existing resource group.
-
Method Details
-
withExistingResourceGroup
-
withExistingResourceGroup
Associates the resource with an existing resource group.- Parameters:
group- an existing resource group to put the resource in- Returns:
- the next stage of the definition
-