Uses of Class
com.azure.resourcemanager.compute.models.SoftDeletePolicy
Packages that use SoftDeletePolicy
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SoftDeletePolicy in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SoftDeletePolicyModifier and TypeMethodDescriptionGalleryInner.softDeletePolicy()Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.GalleryProperties.softDeletePolicy()Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SoftDeletePolicyModifier and TypeMethodDescriptionGalleryInner.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.GalleryProperties.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery. -
Uses of SoftDeletePolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SoftDeletePolicyModifier and TypeMethodDescriptionstatic SoftDeletePolicySoftDeletePolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SoftDeletePolicy from the JsonReader.GalleryUpdate.softDeletePolicy()Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.SoftDeletePolicy.withIsSoftDeleteEnabled(Boolean isSoftDeleteEnabled) Set the isSoftDeleteEnabled property: Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.Methods in com.azure.resourcemanager.compute.models with parameters of type SoftDeletePolicyModifier and TypeMethodDescriptionGalleryUpdate.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.