_FsrmTemplateApplyOptions Enumeration

 

Defines the options for applying template changes to derived objects.

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

Public Enumeration _FsrmTemplateApplyOptions

Member nameDescription
FsrmTemplateApplyOptions_ApplyToDerivedAll

Apply template changes to all derived objects, whether their properties match the template's or not.

FsrmTemplateApplyOptions_ApplyToDerivedMatching

Apply template changes to derived objects only if the object's properties match the template's properties.

Note that the comparison is made against the template as it exists in the database, not your local copy that has not been committed yet.

Return to top

Community Additions

ADD
Show: