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