DscCompilationJobCreateParameters interface
The parameters supplied to the create compilation job operation.
Properties
configuration | Gets or sets the configuration. |
increment |
If a new build version of NodeConfiguration is required. |
location | Gets or sets the location of the resource. |
name | Gets or sets name of the resource. |
parameters | Gets or sets the parameters of the job. |
tags | Gets or sets the tags attached to the resource. |
Property Details
configuration
Gets or sets the configuration.
configuration: DscConfigurationAssociationProperty
Property Value
incrementNodeConfigurationBuild
If a new build version of NodeConfiguration is required.
incrementNodeConfigurationBuild?: boolean
Property Value
boolean
location
Gets or sets the location of the resource.
location?: string
Property Value
string
name
Gets or sets name of the resource.
name?: string
Property Value
string
parameters
Gets or sets the parameters of the job.
parameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tags
Gets or sets the tags attached to the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript