modules/deploy/dsc/ext/PsGallery/xReleaseManagement.1.0.0.0/DSCResources/MSFT_xTokenize/MSFT_xTokenize.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xTokenize")] class MSFT_xTokenize : OMI_BaseResource { [key, Description("Path under which a search will be performed to locate files to transform.")] String path; [Write, Description("A flag to indicate if a recursive search of the path should be performed. The default value is false.")] Boolean recurse; [Write, Description("Defines the pattern to use when searching for files. The default value is '*.*'.")] String searchPattern; [Write, EmbeddedInstance("MSFT_KeyValuePair"), Description("A hash table of tokens with their values.")] String tokens[]; [Write, Description("A flag indicating if a token file is provided. Tokenization can occur with or without a token file. The default value is true")] Boolean useTokenFiles; }; |