Interface GroupableResource.DefinitionStages.WithGroup<T>
-
- Type Parameters:
T- the next stage of the definition
- All Superinterfaces:
GroupableResource.DefinitionStages.WithCreatableResourceGroup<T>,GroupableResource.DefinitionStages.WithExistingResourceGroup<T>,GroupableResource.DefinitionStages.WithNewResourceGroup<T>
- All Known Subinterfaces:
GenericResource.Definition,GenericResource.DefinitionStages.WithGroup
- Enclosing interface:
- GroupableResource.DefinitionStages
public static interface GroupableResource.DefinitionStages.WithGroup<T> extends GroupableResource.DefinitionStages.WithExistingResourceGroup<T>, GroupableResource.DefinitionStages.WithNewResourceGroup<T>
A resource definition allowing a resource group to be selected.Region of the groupable resource will be used for new resource group
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
-
-