Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryProperties
-
Packages that use GalleryProperties Package Description com.azure.resourcemanager.compute.fluent.models 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 GalleryProperties Modifier and Type Method Description GalleryPropertiesGalleryProperties. withDescription(String description)Set the description property: The description of this Shared Image Gallery resource.GalleryPropertiesGalleryProperties. withIdentifier(GalleryIdentifier identifier)Set the identifier property: Describes the gallery unique name.GalleryPropertiesGalleryProperties. withSharingProfile(SharingProfile sharingProfile)Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryPropertiesGalleryProperties. withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.
-