GroupableResource.DefinitionStages.WithExistingResourceGroup<T> 接口
定义
A resource definition allowing an existing resource group to be selected.
public interface WithExistingResourceGroup<T>
类型参数
- T
the next stage of the definition
方法
withExistingResourceGroup(ResourceGroup group) |
Associates the resource with an existing resource group. |
withExistingResourceGroup(String groupName) |
Associates the resource with an existing resource group. |