共用方式為


PolicyRuleImpl.IWithPrefixesToFilterFor.WithPrefixToFilterFor(String) Method

Definition

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

Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate IWithPrefixesToFilterFor.WithPrefixToFilterFor (string prefix);
abstract member Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithPrefixesToFilterFor.WithPrefixToFilterFor : string -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithPrefixesToFilterFor.WithPrefixToFilterFor : string -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
Function WithPrefixToFilterFor (prefix As String) As IUpdate Implements IWithPrefixesToFilterFor.WithPrefixToFilterFor

Parameters

prefix
String

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

Returns

Implements

Applies to