@Beta(value=V1_15_0)
public static interface GalleryImageVersion.UpdateStages.WithAvailableRegion
Modifier and Type | Method and Description |
---|---|
GalleryImageVersion.Update |
withoutRegionAvailability(Region region)
Specifies that an image version should be removed from an existing region serving it.
|
GalleryImageVersion.Update |
withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.Update |
withRegionAvailability(Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
@Beta(value=V1_15_0) GalleryImageVersion.Update withRegionAvailability(Region region, int replicaCount)
region
- the region@Beta(value=V1_15_0) GalleryImageVersion.Update withRegionAvailability(List<TargetRegion> regions)
regions
- the region list@Beta(value=V1_15_0) GalleryImageVersion.Update withoutRegionAvailability(Region region)
region
- the regionCopyright © 2019. All rights reserved.