Uses of Class
com.microsoft.azure.management.compute.TargetRegion
Packages that use TargetRegion
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of TargetRegion in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return TargetRegionModifier and TypeMethodDescriptionTargetRegion.withEncryption
(EncryptionImages encryption) Set the encryption value.Set the name of the region.TargetRegion.withRegionalReplicaCount
(Integer regionalReplicaCount) Set the number of replicas of the Image Version to be created per region.TargetRegion.withStorageAccountType
(StorageAccountType storageAccountType) Set specifies the storage account type to be used to store the image.Methods in com.microsoft.azure.management.compute that return types with arguments of type TargetRegionModifier and TypeMethodDescriptionGalleryImageVersion.availableRegions()
GalleryArtifactPublishingProfileBase.targetRegions()
Get the target regions where the Image Version is going to be replicated to.Method parameters in com.microsoft.azure.management.compute with type arguments of type TargetRegionModifier and TypeMethodDescriptionGalleryImageVersion.DefinitionStages.WithAvailableRegion.withRegionAvailability
(List<TargetRegion> regions) Specifies list of regions in which image version needs to be available.GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability
(List<TargetRegion> regions) Specifies list of regions in which image version needs to be available.GalleryArtifactPublishingProfileBase.withTargetRegions
(List<TargetRegion> targetRegions) Set the target regions where the Image Version is going to be replicated to.