Interface Resource.DefinitionWithRegion<T>
-
- Type Parameters:
T- the type of the next stage resource definition
- All Known Subinterfaces:
GenericResource.Definition,GenericResource.DefinitionStages.Blank,ResourceGroup.Definition,ResourceGroup.DefinitionStages.Blank
- Enclosing interface:
- Resource
public static interface Resource.DefinitionWithRegion<T>A resource definition allowing a location be selected for the resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithRegion(Region region)Specifies the region for the resource.TwithRegion(String regionName)Specifies the region for the resource by name.
-