Share via


Image.DefinitionStages.WithAvailableRegions Interface

public static interface Image.DefinitionStages.WithAvailableRegions

The stage of the Image definition allowing to specify availableRegions.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAvailableRegions(List<String> availableRegions)

Specifies the availableRegions property: The available regions of the image in the shared gallery..

Method Details

withAvailableRegions

public abstract Image.DefinitionStages.WithCreate withAvailableRegions(List<String> availableRegions)

Specifies the availableRegions property: The available regions of the image in the shared gallery..

Parameters:

availableRegions - The available regions of the image in the shared gallery.

Returns:

the next definition stage.

Applies to