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