Interface GroupableResource.DefinitionStages.WithNewResourceGroup<T>

    • Method Detail

      • withNewResourceGroup

        T withNewResourceGroup​(String name)
        Creates a new resource group to put the resource in.

        The group will be created in the same location as the resource.

        Parameters:
        name - the name of the new group
        Returns:
        the next stage of the definition
      • withNewResourceGroup

        T withNewResourceGroup()
        Creates a new resource group to put the resource in.

        The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.

        Returns:
        the next stage of the definition