T - the type of the next stage resource definitionpublic static interface Resource.DefinitionWithRegion<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withRegion(com.azure.core.management.Region region)
Specifies the region for the resource.
|
T |
withRegion(String regionName)
Specifies the region for the resource by name.
|
T withRegion(String regionName)
regionName - The name of the region for the resourceT withRegion(com.azure.core.management.Region region)
region - The location for the resourceCopyright © 2021 Microsoft Corporation. All rights reserved.