다음을 통해 공유


PolicyRuleImpl.IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved Method

Definition

The function that specifies to remove a blob type that the rule will apply to.

Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved (Microsoft.Azure.Management.Storage.Fluent.BlobTypes blobType);
abstract member Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved : Microsoft.Azure.Management.Storage.Fluent.BlobTypes -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved : Microsoft.Azure.Management.Storage.Fluent.BlobTypes -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
Function WithBlobTypeToFilterForRemoved (blobType As BlobTypes) As IUpdate Implements IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved

Parameters

blobType
BlobTypes

The blob type that you wish the rule to no longer apply to.

Returns

Implements

Applies to