Condividi tramite


IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor Method

Definition

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

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

Parameters

blobTypes
IList<BlobTypes>

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

Returns

Applies to