Condividi tramite


IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved(BlobTypes) Method

Definition

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

public Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate WithBlobTypeToFilterForRemoved (Microsoft.Azure.Management.Storage.Fluent.BlobTypes blobType);
abstract member WithBlobTypeToFilterForRemoved : Microsoft.Azure.Management.Storage.Fluent.BlobTypes -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
Public Function WithBlobTypeToFilterForRemoved (blobType As BlobTypes) As IUpdate

Parameters

blobType
BlobTypes

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

Returns

Applies to