Uses of Class
com.azure.resourcemanager.compute.models.GalleryResourceProfileVersionPropertiesBase
Packages that use GalleryResourceProfileVersionPropertiesBase
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryResourceProfileVersionPropertiesBase in com.azure.resourcemanager.compute.fluent.models
Subclasses of GalleryResourceProfileVersionPropertiesBase in com.azure.resourcemanager.compute.fluent.modelsModifier and TypeClassDescriptionfinal classDescribes the properties of an inVMAccessControlProfile version. -
Uses of GalleryResourceProfileVersionPropertiesBase in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryResourceProfileVersionPropertiesBaseModifier and TypeMethodDescriptionGalleryResourceProfileVersionPropertiesBase.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryResourceProfileVersionPropertiesBase from the JsonReader.GalleryResourceProfileVersionPropertiesBase.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.GalleryResourceProfileVersionPropertiesBase.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.