Uses of Class
com.azure.resourcemanager.compute.models.TargetRegion
Packages that use TargetRegion
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of TargetRegion in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type TargetRegionModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.targetLocations()Get the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type TargetRegionModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.GalleryInVMAccessControlProfileVersionProperties.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to. -
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.withAdditionalReplicaSets(List<AdditionalReplicaSet> additionalReplicaSets) Set the additionalReplicaSets property: List of storage sku with replica count to create direct drive replicas.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()Gets the regions in which the image version is available.GalleryInVMAccessControlProfileVersionUpdate.targetLocations()Get the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.GalleryResourceProfileVersionPropertiesBase.targetLocations()Get the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.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.GalleryInVMAccessControlProfileVersionUpdate.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.GalleryResourceProfileVersionPropertiesBase.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.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.