@Beta(value=V1_15_0)
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(Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(Region region, int replicaCount)
region
- the region@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(List<TargetRegion> regions)
regions
- the region listCopyright © 2019. All rights reserved.