| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RestorePolicyProperties |
BlobServicePropertiesInner.restorePolicy()
Get the restorePolicy property: The blob service properties for blob restore policy.
|
| Modifier and Type | Method and Description |
|---|---|
BlobServicePropertiesInner |
BlobServicePropertiesInner.withRestorePolicy(RestorePolicyProperties restorePolicy)
Set the restorePolicy property: The blob service properties for blob restore policy.
|
| Modifier and Type | Method and Description |
|---|---|
RestorePolicyProperties |
RestorePolicyProperties.withDays(Integer days)
Set the days property: how long this blob can be restored.
|
RestorePolicyProperties |
RestorePolicyProperties.withEnabled(boolean enabled)
Set the enabled property: Blob restore is enabled if set to true.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.