共用方式為


BlobServicePropertiesImpl.IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled Method

Definition

Specifies that the delete retention policy is enabled for soft delete.

Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled (int numDaysEnabled);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled : int -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled : int -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate
Function WithDeleteRetentionPolicyEnabled (numDaysEnabled As Integer) As IUpdate Implements IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled

Parameters

numDaysEnabled
Int32

Number of days after soft delete that the blob service properties will actually be deleted.

Returns

Implements

Applies to