@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(com.microsoft.azure.management.resources.fluentcore.arm.Region region,
int replicaCount)
Specifies a region in which image version needs to be available.
|
@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region, int replicaCount)
region - the region@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withRegionAvailability(List<TargetRegion> regions)
regions - the region list/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/