Uses of Class
com.azure.resourcemanager.storage.models.RestorePolicyProperties
Packages that use RestorePolicyProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
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 RestorePolicyPropertiesModifier and TypeMethodDescriptionBlobServicePropertiesInner.restorePolicy()Get the restorePolicy property: The blob service properties for blob restore policy.BlobServicePropertiesProperties.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 RestorePolicyPropertiesModifier and TypeMethodDescriptionBlobServicePropertiesInner.withRestorePolicy(RestorePolicyProperties restorePolicy) Set the restorePolicy property: The blob service properties for blob restore policy.BlobServicePropertiesProperties.withRestorePolicy(RestorePolicyProperties restorePolicy) Set the restorePolicy property: The blob service properties for blob restore policy. -
Uses of RestorePolicyProperties in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type RestorePolicyPropertiesModifier and TypeClassDescriptionfinal classThe blob service properties for blob restore policy.Methods in com.azure.resourcemanager.storage.models that return RestorePolicyPropertiesModifier and TypeMethodDescriptionstatic RestorePolicyPropertiesRestorePolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePolicyProperties from the JsonReader.Set the days property: how long this blob can be restored.RestorePolicyProperties.withEnabled(boolean enabled) Set the enabled property: Blob restore is enabled if set to true.