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}