Uses of Class
com.azure.resourcemanager.storage.models.RestorePolicyProperties
-
Packages that use RestorePolicyProperties Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of RestorePolicyProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return RestorePolicyProperties Modifier and Type Method Description RestorePolicyPropertiesBlobServicePropertiesInner. restorePolicy()Get the restorePolicy property: The blob service properties for blob restore policy.RestorePolicyPropertiesBlobServicePropertiesProperties. restorePolicy()Get the restorePolicy property: The blob service properties for blob restore policy.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type RestorePolicyProperties Modifier and Type Method Description BlobServicePropertiesInnerBlobServicePropertiesInner. withRestorePolicy(RestorePolicyProperties restorePolicy)Set the restorePolicy property: The blob service properties for blob restore policy.BlobServicePropertiesPropertiesBlobServicePropertiesProperties. withRestorePolicy(RestorePolicyProperties restorePolicy)Set the restorePolicy property: The blob service properties for blob restore policy. -
Uses of RestorePolicyProperties in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return RestorePolicyProperties Modifier and Type Method Description RestorePolicyPropertiesRestorePolicyProperties. withDays(Integer days)Set the days property: how long this blob can be restored.RestorePolicyPropertiesRestorePolicyProperties. withEnabled(boolean enabled)Set the enabled property: Blob restore is enabled if set to true.
-