@Beta(value=V1_15_0)
public static interface GalleryImageVersion.UpdateStages.WithAvailableRegion
| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersion.Update |
withoutRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Specifies that an image version should be removed from an existing region serving it.
|
GalleryImageVersion.Update |
withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.Update |
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.Update withRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region, int replicaCount)
region - the region@Beta(value=V1_15_0) GalleryImageVersion.Update withRegionAvailability(List<TargetRegion> regions)
regions - the region list@Beta(value=V1_15_0) GalleryImageVersion.Update withoutRegionAvailability(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the region/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/