다음을 통해 공유


IWithBlobTypesToFilterFor Interface

Definition

The stage of the management policy rule definition 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.

Applies to