Uses of Class
com.microsoft.azure.management.compute.TargetRegion
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of TargetRegion in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionGalleryImageVersion.availableRegions()
GalleryArtifactPublishingProfileBase.targetRegions()
Get the target regions where the Image Version is going to be replicated to.Modifier 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.