T - the next stage of the definitionpublic static interface GroupableResource.DefinitionStages.WithExistingResourceGroup<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
T |
withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
T withExistingResourceGroup(String groupName)
groupName - the name of an existing resource group to put this resource in.T withExistingResourceGroup(ResourceGroup group)
group - an existing resource group to put the resource in/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/