共用方式為


IWithBlobTypesToFilterFor Interface

Definition

The stage of the management policy rule update allowing to specify the blob types that the rule will apply to.

public interface IWithBlobTypesToFilterFor
type IWithBlobTypesToFilterFor = interface
Public Interface IWithBlobTypesToFilterFor
Derived

Methods

WithBlobTypesToFilterFor(IList<BlobTypes>)

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

WithBlobTypeToFilterFor(BlobTypes)

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

WithBlobTypeToFilterForRemoved(BlobTypes)

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

Applies to