다음을 통해 공유


PolicyRuleImpl.IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor Method

Definition

The function that specifies the list of blob types that the rule will apply to.

Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.BlobTypes> blobTypes);
abstract member Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.BlobTypes> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork
override this.Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.BlobTypes> -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork
Function WithBlobTypesToFilterFor (blobTypes As IList(Of BlobTypes)) As IPrefixActionFork Implements IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor

Parameters

blobTypes
IList<BlobTypes>

A list of the types of blob the rule will apply to.

Returns

Implements

Applies to