Uses of Class
com.azure.resourcemanager.compute.models.TargetRegion
Packages that use TargetRegion
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of TargetRegion in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return TargetRegionModifier and TypeMethodDescriptionstatic TargetRegionTargetRegion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TargetRegion from the JsonReader.TargetRegion.withEncryption(EncryptionImages encryption) Set the encryption property: Optional.TargetRegion.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: Contains the flag setting to hide an image when users specify version='latest'.Set the name property: The name of the region.TargetRegion.withRegionalReplicaCount(Integer regionalReplicaCount) Set the regionalReplicaCount property: The number of replicas of the Image Version to be created per region.TargetRegion.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type TargetRegionModifier and TypeMethodDescriptionGalleryImageVersion.availableRegions()GalleryArtifactPublishingProfileBase.targetRegions()Get the targetRegions property: The target regions where the Image Version is going to be replicated to.Method parameters in com.azure.resourcemanager.compute.models 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.GalleryApplicationVersionPublishingProfile.withTargetRegions(List<TargetRegion> targetRegions) Set the targetRegions property: The target regions where the Image Version is going to be replicated to.GalleryArtifactPublishingProfileBase.withTargetRegions(List<TargetRegion> targetRegions) Set the targetRegions property: The target regions where the Image Version is going to be replicated to.GalleryImageVersionPublishingProfile.withTargetRegions(List<TargetRegion> targetRegions) Set the targetRegions property: The target regions where the Image Version is going to be replicated to.