T - the next stage of the definitionpublic static interface GroupableResource.DefinitionStages.WithNewResourceGroup<T> extends GroupableResource.DefinitionStages.WithCreatableResourceGroup<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withNewResourceGroup()
Creates a new resource group to put the resource in.
|
T |
withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
withNewResourceGroupT withNewResourceGroup(String name)
The group will be created in the same location as the resource.
name - the name of the new groupT 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.
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.