IWithPrefixesToFilterFor.WithPrefixToFilterFor(String) Method

Definition

The function that specifies a prefix for the blobs that the rule will apply to.

public Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions WithPrefixToFilterFor (string prefix);
abstract member WithPrefixToFilterFor : string -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
Public Function WithPrefixToFilterFor (prefix As String) As IWithRuleActions

Parameters

prefix
String

A prefix for the blobs that the rule will apply to.

Returns

Applies to