Interface GalleryImageVersion.DefinitionStages.WithAvailableRegion
-
- All Known Subinterfaces:
GalleryImageVersion.Definition,GalleryImageVersion.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImageVersion.DefinitionStages
public static interface GalleryImageVersion.DefinitionStages.WithAvailableRegionThe stage of image version definition allowing to specify the regions in which the image version has to be available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImageVersion.DefinitionStages.WithCreatewithRegionAvailability(com.azure.core.management.Region region, int replicaCount)Specifies a region in which image version needs to be available.GalleryImageVersion.DefinitionStages.WithCreatewithRegionAvailability(List<TargetRegion> regions)Specifies list of regions in which image version needs to be available.
-
-
-
Method Detail
-
withRegionAvailability
GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(com.azure.core.management.Region region, int replicaCount)
Specifies a region in which image version needs to be available.- Parameters:
region- the regionreplicaCount- the replication count- Returns:
- the next definition stage
-
withRegionAvailability
GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.- Parameters:
regions- the region list- Returns:
- the next definition stage
-
-