다음을 통해 공유


PolicyRuleImpl.IWithPrefixesToFilterFor.WithPrefixesToFilterFor Method

Definition

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

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

Parameters

prefixes
IList<String>

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

Returns

Implements

Applies to