_FsrmTemplateApplyOptions Enumeration

 

Defines the options for applying template changes to derived objects.

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

Syntax

public enum _FsrmTemplateApplyOptions
public enum class _FsrmTemplateApplyOptions
type _FsrmTemplateApplyOptions
Public Enumeration _FsrmTemplateApplyOptions

Members

Member name Description
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.

See Also

CommitAndUpdateDerived
CommitAndUpdateDerived
Microsoft.Storage Namespace

Return to top