다음을 통해 공유


PolicyRuleImpl.IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor Method

Definition

The function that specifies a blob type that the rule will apply to.

Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor (Microsoft.Azure.Management.Storage.Fluent.BlobTypes blobType);
abstract member Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor : Microsoft.Azure.Management.Storage.Fluent.BlobTypes -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork
override this.Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor : Microsoft.Azure.Management.Storage.Fluent.BlobTypes -> Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork
Function WithBlobTypeToFilterFor (blobType As BlobTypes) As IPrefixActionFork Implements IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor

Parameters

blobType
BlobTypes

A blob type that the rule will apply to.

Returns

Implements

Applies to