DscCompilationJobCreateParameters interface
提供给创建编译作业操作的参数。
属性
| configuration | 获取或设置配置。 |
| increment |
如果需要新版本的 NodeConfiguration。 |
| location | 获取或设置资源的位置。 |
| name | 获取或设置资源的名称。 |
| parameters | 获取或设置作业的参数。 |
| tags | 获取或设置附加到资源的标记。 |
属性详细信息
configuration
incrementNodeConfigurationBuild
如果需要新版本的 NodeConfiguration。
incrementNodeConfigurationBuild?: boolean
属性值
boolean
location
获取或设置资源的位置。
location?: string
属性值
string
name
获取或设置资源的名称。
name?: string
属性值
string
parameters
获取或设置作业的参数。
parameters?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
tags
获取或设置附加到资源的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}