public static interface BlobServiceProperties.UpdateStages.WithDeleteRetentionPolicy
| Modifier and Type | Method and Description |
|---|---|
BlobServiceProperties.Update |
withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy)
Specifies deleteRetentionPolicy.
|
BlobServiceProperties.Update |
withDeleteRetentionPolicyDisabled()
Specifies that the delete retention policy is disabled.
|
BlobServiceProperties.Update |
withDeleteRetentionPolicyEnabled(int numDaysEnabled)
Specifies that the delete retention policy is enabled for soft delete.
|
BlobServiceProperties.Update withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy)
deleteRetentionPolicy - The blob service properties for soft deleteBlobServiceProperties.Update withDeleteRetentionPolicyEnabled(int numDaysEnabled)
numDaysEnabled - number of days after soft delete that the blob service properties will actually be deletedBlobServiceProperties.Update withDeleteRetentionPolicyDisabled()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/