Uses of Class
com.azure.resourcemanager.compute.models.SoftDeletePolicy
-
Packages that use SoftDeletePolicy Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SoftDeletePolicy Modifier and Type Method Description SoftDeletePolicyGalleryInner. softDeletePolicy()Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.SoftDeletePolicyGalleryProperties. 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 SoftDeletePolicy Modifier and Type Method Description GalleryInnerGalleryInner. withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.GalleryPropertiesGalleryProperties. 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 SoftDeletePolicy Modifier and Type Method Description SoftDeletePolicyGalleryUpdate. softDeletePolicy()Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.SoftDeletePolicySoftDeletePolicy. 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 SoftDeletePolicy Modifier and Type Method Description GalleryUpdateGalleryUpdate. withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.
-