IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor Method

Definition

The function that specifies the list of blob types that the rule will apply to.

public Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate WithBlobTypesToFilterFor (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.BlobTypes> blobTypes);
abstract member WithBlobTypesToFilterFor : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.BlobTypes> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
Public Function WithBlobTypesToFilterFor (blobTypes As IList(Of BlobTypes)) As IUpdate

Parameters

blobTypes
IList<BlobTypes>

A list of the types of blob the rule will apply to.

Returns

Applies to