Share via


IFsrmClassifierModuleImplementation.UseRulesAndDefinitions Method (IFsrmCollection, IFsrmCollection)

 

Specifies the collection of rules and relevant property definitions the classifier should expect to process.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void UseRulesAndDefinitions(
    IFsrmCollection Rules,
    IFsrmCollection propertyDefinitions
)
void UseRulesAndDefinitions(
    IFsrmCollection^ Rules,
    IFsrmCollection^ propertyDefinitions
)
abstract UseRulesAndDefinitions : 
        Rules:IFsrmCollection *
        propertyDefinitions:IFsrmCollection -> unit
Sub UseRulesAndDefinitions (
    Rules As IFsrmCollection,
    propertyDefinitions As IFsrmCollection
)

Parameters

See Also

IFsrmCollection
IFsrmClassifierModuleImplementation Interface
Microsoft.Storage Namespace

Return to top