Uses of Class
com.azure.resourcemanager.compute.models.TargetRegion
-
Packages that use TargetRegion Package Description com.azure.resourcemanager.compute.models 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 TargetRegion Modifier and Type Method Description TargetRegionTargetRegion. withEncryption(EncryptionImages encryption)Set the encryption property: Optional.TargetRegionTargetRegion. withName(String name)Set the name property: The name of the region.TargetRegionTargetRegion. withRegionalReplicaCount(Integer regionalReplicaCount)Set the regionalReplicaCount property: The number of replicas of the Image Version to be created per region.TargetRegionTargetRegion. 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 TargetRegion Modifier and Type Method Description List<TargetRegion>GalleryImageVersion. availableRegions()List<TargetRegion>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 TargetRegion Modifier and Type Method Description GalleryImageVersion.DefinitionStages.WithCreateGalleryImageVersion.DefinitionStages.WithAvailableRegion. withRegionAvailability(List<TargetRegion> regions)Specifies list of regions in which image version needs to be available.GalleryImageVersion.UpdateGalleryImageVersion.UpdateStages.WithAvailableRegion. withRegionAvailability(List<TargetRegion> regions)Specifies list of regions in which image version needs to be available.GalleryApplicationVersionPublishingProfileGalleryApplicationVersionPublishingProfile. withTargetRegions(List<TargetRegion> targetRegions)Set the targetRegions property: The target regions where the Image Version is going to be replicated to.GalleryArtifactPublishingProfileBaseGalleryArtifactPublishingProfileBase. withTargetRegions(List<TargetRegion> targetRegions)Set the targetRegions property: The target regions where the Image Version is going to be replicated to.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withTargetRegions(List<TargetRegion> targetRegions)Set the targetRegions property: The target regions where the Image Version is going to be replicated to.
-