Interface GroupableResource.DefinitionStages.WithExistingResourceGroup<T>

    • Method Detail

      • withExistingResourceGroup

        T withExistingResourceGroup​(String groupName)
        Associates the resource with an existing resource group.
        Parameters:
        groupName - the name of an existing resource group to put this resource in.
        Returns:
        the next stage of the definition
      • withExistingResourceGroup

        T withExistingResourceGroup​(ResourceGroup group)
        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