public static interface GalleryImageVersion.DefinitionStages.WithAvailableRegion
| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersion.DefinitionStages.WithCreate |
withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.DefinitionStages.WithCreate |
withRegionAvailability(com.azure.core.management.Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(com.azure.core.management.Region region, int replicaCount)
region - the regionreplicaCount - the replication countGalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(List<TargetRegion> regions)
regions - the region listCopyright © 2020 Microsoft Corporation. All rights reserved.