T - the type of the next stage resource definitionpublic static interface Resource.DefinitionWithRegion<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withRegion(Region region)
Specifies the region for the resource.
|
T |
withRegion(String regionName)
Specifies the region for the resource by name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/