Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryProperties
Packages that use GalleryProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryPropertiesModifier and TypeMethodDescriptionstatic GalleryPropertiesGalleryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryProperties from the JsonReader.GalleryProperties.withDescription(String description) Set the description property: The description of this Shared Image Gallery resource.GalleryProperties.withIdentifier(GalleryIdentifier identifier) Set the identifier property: Describes the gallery unique name.GalleryProperties.withSharingProfile(SharingProfile sharingProfile) Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryProperties.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.