Uses of Class
com.azure.resourcemanager.compute.models.GalleryTargetExtendedLocation
-
Packages that use GalleryTargetExtendedLocation Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryTargetExtendedLocation in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryTargetExtendedLocation Modifier and Type Method Description GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withEncryption(EncryptionImages encryption)Set the encryption property: Optional.GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withExtendedLocation(GalleryExtendedLocation extendedLocation)Set the extendedLocation property: The name of the extended location.GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withExtendedLocationReplicaCount(Integer extendedLocationReplicaCount)Set the extendedLocationReplicaCount property: The number of replicas of the Image Version to be created per extended location.GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withName(String name)Set the name property: The name of the region.GalleryTargetExtendedLocationGalleryTargetExtendedLocation. 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 GalleryTargetExtendedLocation Modifier and Type Method Description List<GalleryTargetExtendedLocation>GalleryArtifactPublishingProfileBase. targetExtendedLocations()Get the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryTargetExtendedLocation Modifier and Type Method Description GalleryApplicationVersionPublishingProfileGalleryApplicationVersionPublishingProfile. withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations)Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryArtifactPublishingProfileBaseGalleryArtifactPublishingProfileBase. withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations)Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations)Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.
-