Interface GalleryImage.DefinitionStages.WithLocation
- All Known Subinterfaces:
GalleryImage.Definition
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithLocation
The stage of the gallery image definition allowing to specify location of the image.
-
Method Summary
Modifier and TypeMethodDescriptionwithLocation
(Region location) Specifies location.withLocation
(String location) Specifies location.
-
Method Details
-
withLocation
Specifies location.- Parameters:
location
- resource location- Returns:
- the next definition stage
-
withLocation
Specifies location.- Parameters:
location
- resource location- Returns:
- the next definition stage
-