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