Uses of Class
com.azure.resourcemanager.elasticsan.models.DeleteRetentionPolicy
Packages that use DeleteRetentionPolicy
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of DeleteRetentionPolicy in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return DeleteRetentionPolicyModifier and TypeMethodDescriptionVolumeGroupInner.deleteRetentionPolicy()
Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupProperties.deleteRetentionPolicy()
Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupUpdateProperties.deleteRetentionPolicy()
Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type DeleteRetentionPolicyModifier and TypeMethodDescriptionVolumeGroupInner.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupProperties.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupUpdateProperties.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources. -
Uses of DeleteRetentionPolicy in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return DeleteRetentionPolicyModifier and TypeMethodDescriptionVolumeGroup.deleteRetentionPolicy()
Gets the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupUpdate.deleteRetentionPolicy()
Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.static DeleteRetentionPolicy
DeleteRetentionPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeleteRetentionPolicy from the JsonReader.DeleteRetentionPolicy.withPolicyState
(PolicyState policyState) Set the policyState property: The policyState property.DeleteRetentionPolicy.withRetentionPeriodDays
(Integer retentionPeriodDays) Set the retentionPeriodDays property: The number of days to retain the resources after deletion.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type DeleteRetentionPolicyModifier and TypeMethodDescriptionVolumeGroup.DefinitionStages.WithDeleteRetentionPolicy.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Specifies the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources..VolumeGroup.UpdateStages.WithDeleteRetentionPolicy.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Specifies the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.VolumeGroupUpdate.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.