public static interface GalleryImageVersion.UpdateStages.WithAvailableRegion
| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersion.Update |
withoutRegionAvailability(com.azure.core.management.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(com.azure.core.management.Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
GalleryImageVersion.Update withRegionAvailability(com.azure.core.management.Region region, int replicaCount)
region - the regionreplicaCount - the replication countGalleryImageVersion.Update withRegionAvailability(List<TargetRegion> regions)
regions - the region listGalleryImageVersion.Update withoutRegionAvailability(com.azure.core.management.Region region)
region - the regionCopyright © 2020 Microsoft Corporation. All rights reserved.