Share via


IWithPrefixesToFilterFor.WithPrefixesToFilterFor(IList<String>) Method

Definition

The function that specifies the list of prefixes for the blobs that the rule will apply to.

public Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate WithPrefixesToFilterFor (System.Collections.Generic.IList<string> prefixes);
abstract member WithPrefixesToFilterFor : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
Public Function WithPrefixesToFilterFor (prefixes As IList(Of String)) As IUpdate

Parameters

prefixes
IList<String>

A list of the prefixes for the blobs that the rule will apply to.

Returns

Applies to