GalleryImageVersion.DefinitionStages.WithAvailableRegion Interface
public static interface GalleryImageVersion.DefinitionStages.WithAvailableRegion
The stage of image version definition allowing to specify the regions in which the image version has to be available.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withRegionAvailability(Region region, int replicaCount)
Specifies a region in which image version needs to be available. |
abstract
With |
withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available. |
Method Details
withRegionAvailability
public abstract GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(Region region, int replicaCount)
Specifies a region in which image version needs to be available.
Parameters:
Returns:
withRegionAvailability
public abstract GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(List
Specifies list of regions in which image version needs to be available.
Parameters:
Returns:
Applies to
Azure SDK for Java