DscCompilationJobListResult interface
The response model for the list job operation.
Properties
next |
Gets or sets the next link. |
value | Gets or sets a list of Dsc Compilation jobs. |
Property Details
nextLink
Gets or sets the next link.
nextLink?: string
Property Value
string
value
Gets or sets a list of Dsc Compilation jobs.
value?: DscCompilationJob[]
Property Value
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript