다음을 통해 공유


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.Definition.IWithRuleActions IWithPrefixesToFilterFor.WithPrefixesToFilterFor (System.Collections.Generic.IList<string> prefixes);
abstract member Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor.WithPrefixesToFilterFor : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
override this.Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor.WithPrefixesToFilterFor : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
Function WithPrefixesToFilterFor (prefixes As IList(Of String)) As IWithRuleActions 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