官术网_书友最值得收藏!

Hardcoded data

Configuration data can be hardcoded inside DSC configuration files, but this is not optimal in most cases. You will mostly use this for static sets of information or to reduce redundant code, as shown in the following code snippet:

    configuration FooBar
{
$features = @('Web-Server', 'Web-Asp-Net45')

Foreach($feature in $features){
WindowsFeature "Install$($feature)"
{
Name = $feature
}
}
}
主站蜘蛛池模板: 常德市| 剑阁县| 陕西省| 镇原县| 五常市| 金寨县| 陈巴尔虎旗| 昌图县| 晋州市| 连南| 比如县| 卫辉市| 松潘县| 广德县| 巴南区| 拜泉县| 筠连县| 锡林郭勒盟| 威海市| 独山县| 喀喇沁旗| 翁源县| 营口市| 桐庐县| 巫溪县| 墨竹工卡县| 陈巴尔虎旗| 松阳县| 苍溪县| 衡阳县| 烟台市| 宜城市| 梅州市| 新昌县| 土默特右旗| 奉贤区| 永城市| 汝南县| 固镇县| 棋牌| 香港|