Interface GalleryImage.DefinitionStages.WithLocation
-
- All Known Subinterfaces:
GalleryImage.Definition
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithLocationThe stage of the gallery image definition allowing to specify location of the image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithIdentifierwithLocation(com.azure.core.management.Region location)Specifies location.GalleryImage.DefinitionStages.WithIdentifierwithLocation(String location)Specifies location.
-
-
-
Method Detail
-
withLocation
GalleryImage.DefinitionStages.WithIdentifier withLocation(String location)
Specifies location.- Parameters:
location- resource location- Returns:
- the next definition stage
-
withLocation
GalleryImage.DefinitionStages.WithIdentifier withLocation(com.azure.core.management.Region location)
Specifies location.- Parameters:
location- resource location- Returns:
- the next definition stage
-
-