@azure/arm-automation 10.1.0 → 11.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +80 -83
- package/dist/index.js +17879 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/automationClient.d.ts +70 -0
- package/dist-esm/src/automationClient.d.ts.map +1 -0
- package/dist-esm/src/automationClient.js +155 -0
- package/dist-esm/src/automationClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +4393 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +412 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +184 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +6683 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +106 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +811 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/activityOperations.d.ts +50 -0
- package/dist-esm/src/operations/activityOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/activityOperations.js +188 -0
- package/dist-esm/src/operations/activityOperations.js.map +1 -0
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist-esm/src/operations/agentRegistrationInformation.js +86 -0
- package/dist-esm/src/operations/agentRegistrationInformation.js.map +1 -0
- package/dist-esm/src/operations/automationAccountOperations.d.ts +83 -0
- package/dist-esm/src/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/automationAccountOperations.js +359 -0
- package/dist-esm/src/operations/automationAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +73 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +285 -0
- package/dist-esm/src/operations/certificateOperations.js.map +1 -0
- package/dist-esm/src/operations/connectionOperations.d.ts +73 -0
- package/dist-esm/src/operations/connectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/connectionOperations.js +286 -0
- package/dist-esm/src/operations/connectionOperations.js.map +1 -0
- package/dist-esm/src/operations/connectionTypeOperations.d.ts +64 -0
- package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/connectionTypeOperations.js +242 -0
- package/dist-esm/src/operations/connectionTypeOperations.js.map +1 -0
- package/dist-esm/src/operations/credentialOperations.d.ts +73 -0
- package/dist-esm/src/operations/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/credentialOperations.js +279 -0
- package/dist-esm/src/operations/credentialOperations.js.map +1 -0
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAutomationAccounts.js +46 -0
- package/dist-esm/src/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/dscCompilationJobOperations.js +300 -0
- package/dist-esm/src/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist-esm/src/operations/dscCompilationJobStream.js +55 -0
- package/dist-esm/src/operations/dscCompilationJobStream.js.map +1 -0
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/dscConfigurationOperations.js +427 -0
- package/dist-esm/src/operations/dscConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js +310 -0
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operations/dscNodeOperations.d.ts +64 -0
- package/dist-esm/src/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/dscNodeOperations.js +253 -0
- package/dist-esm/src/operations/dscNodeOperations.js.map +1 -0
- package/dist-esm/src/operations/fields.d.ts +34 -0
- package/dist-esm/src/operations/fields.d.ts.map +1 -0
- package/dist-esm/src/operations/fields.js +111 -0
- package/dist-esm/src/operations/fields.js.map +1 -0
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +293 -0
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist-esm/src/operations/hybridRunbookWorkers.js +320 -0
- package/dist-esm/src/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +46 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +53 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/jobOperations.d.ts +96 -0
- package/dist-esm/src/operations/jobOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/jobOperations.js +365 -0
- package/dist-esm/src/operations/jobOperations.js.map +1 -0
- package/dist-esm/src/operations/jobScheduleOperations.d.ts +64 -0
- package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/jobScheduleOperations.js +241 -0
- package/dist-esm/src/operations/jobScheduleOperations.js.map +1 -0
- package/dist-esm/src/operations/jobStreamOperations.d.ts +50 -0
- package/dist-esm/src/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/jobStreamOperations.js +182 -0
- package/dist-esm/src/operations/jobStreamOperations.js.map +1 -0
- package/dist-esm/src/operations/keys.d.ts +20 -0
- package/dist-esm/src/operations/keys.d.ts.map +1 -0
- package/dist-esm/src/operations/keys.js +53 -0
- package/dist-esm/src/operations/keys.js.map +1 -0
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedWorkspaceOperations.js +53 -0
- package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist-esm/src/operations/moduleOperations.d.ts +73 -0
- package/dist-esm/src/operations/moduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/moduleOperations.js +285 -0
- package/dist-esm/src/operations/moduleOperations.js.map +1 -0
- package/dist-esm/src/operations/nodeCountInformation.d.ts +21 -0
- package/dist-esm/src/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist-esm/src/operations/nodeCountInformation.js +55 -0
- package/dist-esm/src/operations/nodeCountInformation.js.map +1 -0
- package/dist-esm/src/operations/nodeReports.d.ts +59 -0
- package/dist-esm/src/operations/nodeReports.d.ts.map +1 -0
- package/dist-esm/src/operations/nodeReports.js +212 -0
- package/dist-esm/src/operations/nodeReports.js.map +1 -0
- package/dist-esm/src/operations/objectDataTypes.d.ts +52 -0
- package/dist-esm/src/operations/objectDataTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/objectDataTypes.js +188 -0
- package/dist-esm/src/operations/objectDataTypes.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +307 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +30 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +96 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/python2Package.d.ts +73 -0
- package/dist-esm/src/operations/python2Package.d.ts.map +1 -0
- package/dist-esm/src/operations/python2Package.js +285 -0
- package/dist-esm/src/operations/python2Package.js.map +1 -0
- package/dist-esm/src/operations/runbookDraftOperations.d.ts +56 -0
- package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/runbookDraftOperations.js +214 -0
- package/dist-esm/src/operations/runbookDraftOperations.js.map +1 -0
- package/dist-esm/src/operations/runbookOperations.d.ts +99 -0
- package/dist-esm/src/operations/runbookOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/runbookOperations.js +403 -0
- package/dist-esm/src/operations/runbookOperations.js.map +1 -0
- package/dist-esm/src/operations/scheduleOperations.d.ts +73 -0
- package/dist-esm/src/operations/scheduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/scheduleOperations.js +286 -0
- package/dist-esm/src/operations/scheduleOperations.js.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +96 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +95 -0
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/softwareUpdateConfigurations.js +174 -0
- package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist-esm/src/operations/sourceControlOperations.d.ts +73 -0
- package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/sourceControlOperations.js +285 -0
- package/dist-esm/src/operations/sourceControlOperations.js.map +1 -0
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js +233 -0
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js +203 -0
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist-esm/src/operations/statisticsOperations.d.ts +30 -0
- package/dist-esm/src/operations/statisticsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/statisticsOperations.js +99 -0
- package/dist-esm/src/operations/statisticsOperations.js.map +1 -0
- package/dist-esm/src/operations/testJobOperations.d.ts +54 -0
- package/dist-esm/src/operations/testJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/testJobOperations.js +186 -0
- package/dist-esm/src/operations/testJobOperations.js.map +1 -0
- package/dist-esm/src/operations/testJobStreams.d.ts +50 -0
- package/dist-esm/src/operations/testJobStreams.d.ts.map +1 -0
- package/dist-esm/src/operations/testJobStreams.js +188 -0
- package/dist-esm/src/operations/testJobStreams.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +30 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +99 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operations/variableOperations.d.ts +73 -0
- package/dist-esm/src/operations/variableOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/variableOperations.js +285 -0
- package/dist-esm/src/operations/variableOperations.js.map +1 -0
- package/dist-esm/src/operations/watcherOperations.d.ts +89 -0
- package/dist-esm/src/operations/watcherOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/watcherOperations.js +345 -0
- package/dist-esm/src/operations/watcherOperations.js.map +1 -0
- package/dist-esm/src/operations/webhookOperations.d.ts +80 -0
- package/dist-esm/src/operations/webhookOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/webhookOperations.js +315 -0
- package/dist-esm/src/operations/webhookOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/activityOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fields.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fields.js +9 -0
- package/dist-esm/src/operationsInterfaces/fields.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +53 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keys.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/keys.js +9 -0
- package/dist-esm/src/operationsInterfaces/keys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/moduleOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodeReports.js +9 -0
- package/dist-esm/src/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/python2Package.js +9 -0
- package/dist-esm/src/operationsInterfaces/python2Package.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/runbookOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/testJobOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/testJobStreams.js +9 -0
- package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/variableOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/watcherOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webhookOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist-esm/test/automation_examples.d.ts +4 -0
- package/dist-esm/test/automation_examples.d.ts.map +1 -0
- package/dist-esm/test/automation_examples.js +137 -0
- package/dist-esm/test/automation_examples.js.map +1 -0
- package/package.json +78 -24
- package/review/arm-automation.api.md +3783 -0
- package/rollup.config.js +115 -30
- package/src/automationClient.ts +342 -114
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +4131 -6860
- package/src/models/mappers.ts +3993 -3782
- package/src/models/parameters.ts +645 -183
- package/src/operations/activityOperations.ts +173 -118
- package/src/operations/agentRegistrationInformation.ts +64 -100
- package/src/operations/automationAccountOperations.ts +285 -317
- package/src/operations/certificateOperations.ts +234 -253
- package/src/operations/connectionOperations.ts +235 -256
- package/src/operations/connectionTypeOperations.ts +209 -216
- package/src/operations/credentialOperations.ts +234 -259
- package/src/operations/deletedAutomationAccounts.ts +64 -0
- package/src/operations/dscCompilationJobOperations.ts +308 -220
- package/src/operations/dscCompilationJobStream.ts +41 -58
- package/src/operations/dscConfigurationOperations.ts +444 -293
- package/src/operations/dscNodeConfigurationOperations.ts +294 -201
- package/src/operations/dscNodeOperations.ts +221 -216
- package/src/operations/fields.ts +115 -49
- package/src/operations/hybridRunbookWorkerGroupOperations.ts +256 -192
- package/src/operations/hybridRunbookWorkers.ts +436 -0
- package/src/operations/index.ts +24 -22
- package/src/operations/jobOperations.ts +298 -393
- package/src/operations/jobScheduleOperations.ts +208 -210
- package/src/operations/jobStreamOperations.ts +174 -129
- package/src/operations/keys.ts +39 -54
- package/src/operations/linkedWorkspaceOperations.ts +40 -54
- package/src/operations/moduleOperations.ts +234 -253
- package/src/operations/nodeCountInformation.ts +43 -55
- package/src/operations/nodeReports.ts +198 -179
- package/src/operations/objectDataTypes.ts +201 -85
- package/src/operations/operations.ts +66 -42
- package/src/operations/privateEndpointConnections.ts +437 -0
- package/src/operations/privateLinkResources.ts +132 -0
- package/src/operations/python2Package.ts +234 -253
- package/src/operations/runbookDraftOperations.ts +193 -195
- package/src/operations/runbookOperations.ts +360 -338
- package/src/operations/scheduleOperations.ts +235 -254
- package/src/operations/softwareUpdateConfigurationMachineRuns.ts +69 -98
- package/src/operations/softwareUpdateConfigurationRuns.ts +67 -94
- package/src/operations/softwareUpdateConfigurations.ts +110 -179
- package/src/operations/sourceControlOperations.ts +235 -255
- package/src/operations/sourceControlSyncJobOperations.ts +202 -165
- package/src/operations/sourceControlSyncJobStreams.ts +191 -120
- package/src/operations/statisticsOperations.ts +98 -51
- package/src/operations/testJobOperations.ts +130 -222
- package/src/operations/testJobStreams.ts +172 -118
- package/src/operations/usages.ts +98 -50
- package/src/operations/variableOperations.ts +235 -254
- package/src/operations/watcherOperations.ts +278 -337
- package/src/operations/webhookOperations.ts +257 -298
- package/src/operationsInterfaces/activityOperations.ts +48 -0
- package/src/operationsInterfaces/agentRegistrationInformation.ts +43 -0
- package/src/operationsInterfaces/automationAccountOperations.ts +92 -0
- package/src/operationsInterfaces/certificateOperations.ts +94 -0
- package/src/operationsInterfaces/connectionOperations.ts +94 -0
- package/src/operationsInterfaces/connectionTypeOperations.ts +76 -0
- package/src/operationsInterfaces/credentialOperations.ts +94 -0
- package/src/operationsInterfaces/deletedAutomationAccounts.ts +23 -0
- package/src/operationsInterfaces/dscCompilationJobOperations.ts +100 -0
- package/src/operationsInterfaces/dscCompilationJobStream.ts +29 -0
- package/src/operationsInterfaces/dscConfigurationOperations.ts +124 -0
- package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +91 -0
- package/src/operationsInterfaces/dscNodeOperations.ts +76 -0
- package/src/operationsInterfaces/fields.ts +30 -0
- package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +94 -0
- package/src/operationsInterfaces/hybridRunbookWorkers.ts +104 -0
- package/src/operationsInterfaces/index.ts +53 -0
- package/src/operationsInterfaces/jobOperations.ts +134 -0
- package/src/operationsInterfaces/jobScheduleOperations.ts +76 -0
- package/src/operationsInterfaces/jobStreamOperations.ts +48 -0
- package/src/operationsInterfaces/keys.ts +27 -0
- package/src/operationsInterfaces/linkedWorkspaceOperations.ts +27 -0
- package/src/operationsInterfaces/moduleOperations.ts +94 -0
- package/src/operationsInterfaces/nodeCountInformation.ts +30 -0
- package/src/operationsInterfaces/nodeReports.ts +65 -0
- package/src/operationsInterfaces/objectDataTypes.ts +47 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +29 -0
- package/src/operationsInterfaces/python2Package.ts +94 -0
- package/src/operationsInterfaces/runbookDraftOperations.ts +97 -0
- package/src/operationsInterfaces/runbookOperations.ts +144 -0
- package/src/operationsInterfaces/scheduleOperations.ts +94 -0
- package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +43 -0
- package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +42 -0
- package/src/operationsInterfaces/softwareUpdateConfigurations.ts +74 -0
- package/src/operationsInterfaces/sourceControlOperations.ts +94 -0
- package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +68 -0
- package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +52 -0
- package/src/operationsInterfaces/statisticsOperations.ts +29 -0
- package/src/operationsInterfaces/testJobOperations.ts +89 -0
- package/src/operationsInterfaces/testJobStreams.ts +48 -0
- package/src/operationsInterfaces/usages.ts +26 -0
- package/src/operationsInterfaces/variableOperations.ts +94 -0
- package/src/operationsInterfaces/watcherOperations.ts +121 -0
- package/src/operationsInterfaces/webhookOperations.ts +107 -0
- package/tsconfig.json +14 -6
- package/types/arm-automation.d.ts +6596 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-automation.js +0 -15758
- package/dist/arm-automation.js.map +0 -1
- package/dist/arm-automation.min.js +0 -1
- package/dist/arm-automation.min.js.map +0 -1
- package/esm/automationClient.d.ts +0 -67
- package/esm/automationClient.d.ts.map +0 -1
- package/esm/automationClient.js +0 -81
- package/esm/automationClient.js.map +0 -1
- package/esm/automationClientContext.d.ts +0 -25
- package/esm/automationClientContext.d.ts.map +0 -1
- package/esm/automationClientContext.js +0 -67
- package/esm/automationClientContext.js.map +0 -1
- package/esm/models/activityOperationsMappers.d.ts +0 -2
- package/esm/models/activityOperationsMappers.d.ts.map +0 -1
- package/esm/models/activityOperationsMappers.js +0 -9
- package/esm/models/activityOperationsMappers.js.map +0 -1
- package/esm/models/agentRegistrationInformationMappers.d.ts +0 -2
- package/esm/models/agentRegistrationInformationMappers.d.ts.map +0 -1
- package/esm/models/agentRegistrationInformationMappers.js +0 -9
- package/esm/models/agentRegistrationInformationMappers.js.map +0 -1
- package/esm/models/automationAccountOperationsMappers.d.ts +0 -2
- package/esm/models/automationAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/automationAccountOperationsMappers.js +0 -9
- package/esm/models/automationAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -9
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/connectionOperationsMappers.d.ts +0 -2
- package/esm/models/connectionOperationsMappers.d.ts.map +0 -1
- package/esm/models/connectionOperationsMappers.js +0 -9
- package/esm/models/connectionOperationsMappers.js.map +0 -1
- package/esm/models/connectionTypeOperationsMappers.d.ts +0 -2
- package/esm/models/connectionTypeOperationsMappers.d.ts.map +0 -1
- package/esm/models/connectionTypeOperationsMappers.js +0 -9
- package/esm/models/connectionTypeOperationsMappers.js.map +0 -1
- package/esm/models/credentialOperationsMappers.d.ts +0 -2
- package/esm/models/credentialOperationsMappers.d.ts.map +0 -1
- package/esm/models/credentialOperationsMappers.js +0 -9
- package/esm/models/credentialOperationsMappers.js.map +0 -1
- package/esm/models/dscCompilationJobOperationsMappers.d.ts +0 -2
- package/esm/models/dscCompilationJobOperationsMappers.d.ts.map +0 -1
- package/esm/models/dscCompilationJobOperationsMappers.js +0 -9
- package/esm/models/dscCompilationJobOperationsMappers.js.map +0 -1
- package/esm/models/dscCompilationJobStreamMappers.d.ts +0 -2
- package/esm/models/dscCompilationJobStreamMappers.d.ts.map +0 -1
- package/esm/models/dscCompilationJobStreamMappers.js +0 -9
- package/esm/models/dscCompilationJobStreamMappers.js.map +0 -1
- package/esm/models/dscConfigurationOperationsMappers.d.ts +0 -2
- package/esm/models/dscConfigurationOperationsMappers.d.ts.map +0 -1
- package/esm/models/dscConfigurationOperationsMappers.js +0 -9
- package/esm/models/dscConfigurationOperationsMappers.js.map +0 -1
- package/esm/models/dscNodeConfigurationOperationsMappers.d.ts +0 -2
- package/esm/models/dscNodeConfigurationOperationsMappers.d.ts.map +0 -1
- package/esm/models/dscNodeConfigurationOperationsMappers.js +0 -9
- package/esm/models/dscNodeConfigurationOperationsMappers.js.map +0 -1
- package/esm/models/dscNodeOperationsMappers.d.ts +0 -2
- package/esm/models/dscNodeOperationsMappers.d.ts.map +0 -1
- package/esm/models/dscNodeOperationsMappers.js +0 -9
- package/esm/models/dscNodeOperationsMappers.js.map +0 -1
- package/esm/models/fieldsMappers.d.ts +0 -2
- package/esm/models/fieldsMappers.d.ts.map +0 -1
- package/esm/models/fieldsMappers.js +0 -9
- package/esm/models/fieldsMappers.js.map +0 -1
- package/esm/models/hybridRunbookWorkerGroupOperationsMappers.d.ts +0 -2
- package/esm/models/hybridRunbookWorkerGroupOperationsMappers.d.ts.map +0 -1
- package/esm/models/hybridRunbookWorkerGroupOperationsMappers.js +0 -9
- package/esm/models/hybridRunbookWorkerGroupOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -7233
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/jobOperationsMappers.d.ts +0 -2
- package/esm/models/jobOperationsMappers.d.ts.map +0 -1
- package/esm/models/jobOperationsMappers.js +0 -9
- package/esm/models/jobOperationsMappers.js.map +0 -1
- package/esm/models/jobScheduleOperationsMappers.d.ts +0 -2
- package/esm/models/jobScheduleOperationsMappers.d.ts.map +0 -1
- package/esm/models/jobScheduleOperationsMappers.js +0 -9
- package/esm/models/jobScheduleOperationsMappers.js.map +0 -1
- package/esm/models/jobStreamOperationsMappers.d.ts +0 -2
- package/esm/models/jobStreamOperationsMappers.d.ts.map +0 -1
- package/esm/models/jobStreamOperationsMappers.js +0 -9
- package/esm/models/jobStreamOperationsMappers.js.map +0 -1
- package/esm/models/keysMappers.d.ts +0 -2
- package/esm/models/keysMappers.d.ts.map +0 -1
- package/esm/models/keysMappers.js +0 -9
- package/esm/models/keysMappers.js.map +0 -1
- package/esm/models/linkedWorkspaceOperationsMappers.d.ts +0 -2
- package/esm/models/linkedWorkspaceOperationsMappers.d.ts.map +0 -1
- package/esm/models/linkedWorkspaceOperationsMappers.js +0 -9
- package/esm/models/linkedWorkspaceOperationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -168
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -6524
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/moduleOperationsMappers.d.ts +0 -2
- package/esm/models/moduleOperationsMappers.d.ts.map +0 -1
- package/esm/models/moduleOperationsMappers.js +0 -9
- package/esm/models/moduleOperationsMappers.js.map +0 -1
- package/esm/models/nodeCountInformationMappers.d.ts +0 -2
- package/esm/models/nodeCountInformationMappers.d.ts.map +0 -1
- package/esm/models/nodeCountInformationMappers.js +0 -9
- package/esm/models/nodeCountInformationMappers.js.map +0 -1
- package/esm/models/nodeReportsMappers.d.ts +0 -2
- package/esm/models/nodeReportsMappers.d.ts.map +0 -1
- package/esm/models/nodeReportsMappers.js +0 -9
- package/esm/models/nodeReportsMappers.js.map +0 -1
- package/esm/models/objectDataTypesMappers.d.ts +0 -2
- package/esm/models/objectDataTypesMappers.d.ts.map +0 -1
- package/esm/models/objectDataTypesMappers.js +0 -9
- package/esm/models/objectDataTypesMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -48
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -498
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/python2PackageMappers.d.ts +0 -2
- package/esm/models/python2PackageMappers.d.ts.map +0 -1
- package/esm/models/python2PackageMappers.js +0 -9
- package/esm/models/python2PackageMappers.js.map +0 -1
- package/esm/models/runbookDraftOperationsMappers.d.ts +0 -2
- package/esm/models/runbookDraftOperationsMappers.d.ts.map +0 -1
- package/esm/models/runbookDraftOperationsMappers.js +0 -9
- package/esm/models/runbookDraftOperationsMappers.js.map +0 -1
- package/esm/models/runbookOperationsMappers.d.ts +0 -2
- package/esm/models/runbookOperationsMappers.d.ts.map +0 -1
- package/esm/models/runbookOperationsMappers.js +0 -9
- package/esm/models/runbookOperationsMappers.js.map +0 -1
- package/esm/models/scheduleOperationsMappers.d.ts +0 -2
- package/esm/models/scheduleOperationsMappers.d.ts.map +0 -1
- package/esm/models/scheduleOperationsMappers.js +0 -9
- package/esm/models/scheduleOperationsMappers.js.map +0 -1
- package/esm/models/softwareUpdateConfigurationMachineRunsMappers.d.ts +0 -2
- package/esm/models/softwareUpdateConfigurationMachineRunsMappers.d.ts.map +0 -1
- package/esm/models/softwareUpdateConfigurationMachineRunsMappers.js +0 -9
- package/esm/models/softwareUpdateConfigurationMachineRunsMappers.js.map +0 -1
- package/esm/models/softwareUpdateConfigurationRunsMappers.d.ts +0 -2
- package/esm/models/softwareUpdateConfigurationRunsMappers.d.ts.map +0 -1
- package/esm/models/softwareUpdateConfigurationRunsMappers.js +0 -9
- package/esm/models/softwareUpdateConfigurationRunsMappers.js.map +0 -1
- package/esm/models/softwareUpdateConfigurationsMappers.d.ts +0 -2
- package/esm/models/softwareUpdateConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/softwareUpdateConfigurationsMappers.js +0 -9
- package/esm/models/softwareUpdateConfigurationsMappers.js.map +0 -1
- package/esm/models/sourceControlOperationsMappers.d.ts +0 -2
- package/esm/models/sourceControlOperationsMappers.d.ts.map +0 -1
- package/esm/models/sourceControlOperationsMappers.js +0 -9
- package/esm/models/sourceControlOperationsMappers.js.map +0 -1
- package/esm/models/sourceControlSyncJobOperationsMappers.d.ts +0 -2
- package/esm/models/sourceControlSyncJobOperationsMappers.d.ts.map +0 -1
- package/esm/models/sourceControlSyncJobOperationsMappers.js +0 -9
- package/esm/models/sourceControlSyncJobOperationsMappers.js.map +0 -1
- package/esm/models/sourceControlSyncJobStreamsMappers.d.ts +0 -2
- package/esm/models/sourceControlSyncJobStreamsMappers.d.ts.map +0 -1
- package/esm/models/sourceControlSyncJobStreamsMappers.js +0 -9
- package/esm/models/sourceControlSyncJobStreamsMappers.js.map +0 -1
- package/esm/models/statisticsOperationsMappers.d.ts +0 -2
- package/esm/models/statisticsOperationsMappers.d.ts.map +0 -1
- package/esm/models/statisticsOperationsMappers.js +0 -9
- package/esm/models/statisticsOperationsMappers.js.map +0 -1
- package/esm/models/testJobOperationsMappers.d.ts +0 -2
- package/esm/models/testJobOperationsMappers.d.ts.map +0 -1
- package/esm/models/testJobOperationsMappers.js +0 -9
- package/esm/models/testJobOperationsMappers.js.map +0 -1
- package/esm/models/testJobStreamsMappers.d.ts +0 -2
- package/esm/models/testJobStreamsMappers.d.ts.map +0 -1
- package/esm/models/testJobStreamsMappers.js +0 -9
- package/esm/models/testJobStreamsMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js +0 -9
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/models/variableOperationsMappers.d.ts +0 -2
- package/esm/models/variableOperationsMappers.d.ts.map +0 -1
- package/esm/models/variableOperationsMappers.js +0 -9
- package/esm/models/variableOperationsMappers.js.map +0 -1
- package/esm/models/watcherOperationsMappers.d.ts +0 -2
- package/esm/models/watcherOperationsMappers.d.ts.map +0 -1
- package/esm/models/watcherOperationsMappers.js +0 -9
- package/esm/models/watcherOperationsMappers.js.map +0 -1
- package/esm/models/webhookOperationsMappers.d.ts +0 -2
- package/esm/models/webhookOperationsMappers.d.ts.map +0 -1
- package/esm/models/webhookOperationsMappers.js +0 -9
- package/esm/models/webhookOperationsMappers.js.map +0 -1
- package/esm/operations/activityOperations.d.ts +0 -82
- package/esm/operations/activityOperations.d.ts.map +0 -1
- package/esm/operations/activityOperations.js +0 -121
- package/esm/operations/activityOperations.js.map +0 -1
- package/esm/operations/agentRegistrationInformation.d.ts +0 -58
- package/esm/operations/agentRegistrationInformation.d.ts.map +0 -1
- package/esm/operations/agentRegistrationInformation.js +0 -95
- package/esm/operations/agentRegistrationInformation.js.map +0 -1
- package/esm/operations/automationAccountOperations.d.ts +0 -174
- package/esm/operations/automationAccountOperations.d.ts.map +0 -1
- package/esm/operations/automationAccountOperations.js +0 -272
- package/esm/operations/automationAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -154
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -228
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/connectionOperations.d.ts +0 -154
- package/esm/operations/connectionOperations.d.ts.map +0 -1
- package/esm/operations/connectionOperations.js +0 -231
- package/esm/operations/connectionOperations.js.map +0 -1
- package/esm/operations/connectionTypeOperations.d.ts +0 -130
- package/esm/operations/connectionTypeOperations.d.ts.map +0 -1
- package/esm/operations/connectionTypeOperations.js +0 -191
- package/esm/operations/connectionTypeOperations.js.map +0 -1
- package/esm/operations/credentialOperations.d.ts +0 -154
- package/esm/operations/credentialOperations.d.ts.map +0 -1
- package/esm/operations/credentialOperations.js +0 -228
- package/esm/operations/credentialOperations.js.map +0 -1
- package/esm/operations/dscCompilationJobOperations.d.ts +0 -124
- package/esm/operations/dscCompilationJobOperations.d.ts.map +0 -1
- package/esm/operations/dscCompilationJobOperations.js +0 -214
- package/esm/operations/dscCompilationJobOperations.js.map +0 -1
- package/esm/operations/dscCompilationJobStream.d.ts +0 -37
- package/esm/operations/dscCompilationJobStream.d.ts.map +0 -1
- package/esm/operations/dscCompilationJobStream.js +0 -60
- package/esm/operations/dscCompilationJobStream.js.map +0 -1
- package/esm/operations/dscConfigurationOperations.d.ts +0 -175
- package/esm/operations/dscConfigurationOperations.d.ts.map +0 -1
- package/esm/operations/dscConfigurationOperations.js +0 -273
- package/esm/operations/dscConfigurationOperations.js.map +0 -1
- package/esm/operations/dscNodeConfigurationOperations.d.ts +0 -121
- package/esm/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/esm/operations/dscNodeConfigurationOperations.js +0 -214
- package/esm/operations/dscNodeConfigurationOperations.js.map +0 -1
- package/esm/operations/dscNodeOperations.d.ts +0 -127
- package/esm/operations/dscNodeOperations.d.ts.map +0 -1
- package/esm/operations/dscNodeOperations.js +0 -193
- package/esm/operations/dscNodeOperations.js.map +0 -1
- package/esm/operations/fields.d.ts +0 -40
- package/esm/operations/fields.d.ts.map +0 -1
- package/esm/operations/fields.js +0 -62
- package/esm/operations/fields.js.map +0 -1
- package/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -127
- package/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/esm/operations/hybridRunbookWorkerGroupOperations.js +0 -188
- package/esm/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/esm/operations/index.d.ts +0 -42
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -51
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/jobOperations.d.ts +0 -223
- package/esm/operations/jobOperations.d.ts.map +0 -1
- package/esm/operations/jobOperations.js +0 -335
- package/esm/operations/jobOperations.js.map +0 -1
- package/esm/operations/jobScheduleOperations.d.ts +0 -127
- package/esm/operations/jobScheduleOperations.d.ts.map +0 -1
- package/esm/operations/jobScheduleOperations.js +0 -188
- package/esm/operations/jobScheduleOperations.js.map +0 -1
- package/esm/operations/jobStreamOperations.d.ts +0 -82
- package/esm/operations/jobStreamOperations.d.ts.map +0 -1
- package/esm/operations/jobStreamOperations.js +0 -125
- package/esm/operations/jobStreamOperations.js.map +0 -1
- package/esm/operations/keys.d.ts +0 -34
- package/esm/operations/keys.d.ts.map +0 -1
- package/esm/operations/keys.js +0 -58
- package/esm/operations/keys.js.map +0 -1
- package/esm/operations/linkedWorkspaceOperations.d.ts +0 -34
- package/esm/operations/linkedWorkspaceOperations.d.ts.map +0 -1
- package/esm/operations/linkedWorkspaceOperations.js +0 -58
- package/esm/operations/linkedWorkspaceOperations.js.map +0 -1
- package/esm/operations/moduleOperations.d.ts +0 -154
- package/esm/operations/moduleOperations.d.ts.map +0 -1
- package/esm/operations/moduleOperations.js +0 -228
- package/esm/operations/moduleOperations.js.map +0 -1
- package/esm/operations/nodeCountInformation.d.ts +0 -34
- package/esm/operations/nodeCountInformation.d.ts.map +0 -1
- package/esm/operations/nodeCountInformation.js +0 -59
- package/esm/operations/nodeCountInformation.js.map +0 -1
- package/esm/operations/nodeReports.d.ts +0 -109
- package/esm/operations/nodeReports.d.ts.map +0 -1
- package/esm/operations/nodeReports.js +0 -162
- package/esm/operations/nodeReports.js.map +0 -1
- package/esm/operations/objectDataTypes.d.ts +0 -64
- package/esm/operations/objectDataTypes.d.ts.map +0 -1
- package/esm/operations/objectDataTypes.js +0 -95
- package/esm/operations/objectDataTypes.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/python2Package.d.ts +0 -154
- package/esm/operations/python2Package.d.ts.map +0 -1
- package/esm/operations/python2Package.js +0 -228
- package/esm/operations/python2Package.js.map +0 -1
- package/esm/operations/runbookDraftOperations.d.ts +0 -106
- package/esm/operations/runbookDraftOperations.d.ts.map +0 -1
- package/esm/operations/runbookDraftOperations.js +0 -207
- package/esm/operations/runbookDraftOperations.js.map +0 -1
- package/esm/operations/runbookOperations.d.ts +0 -200
- package/esm/operations/runbookOperations.d.ts.map +0 -1
- package/esm/operations/runbookOperations.js +0 -320
- package/esm/operations/runbookOperations.js.map +0 -1
- package/esm/operations/scheduleOperations.d.ts +0 -154
- package/esm/operations/scheduleOperations.d.ts.map +0 -1
- package/esm/operations/scheduleOperations.js +0 -229
- package/esm/operations/scheduleOperations.js.map +0 -1
- package/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -61
- package/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/esm/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
- package/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/esm/operations/softwareUpdateConfigurationRuns.d.ts +0 -58
- package/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/esm/operations/softwareUpdateConfigurationRuns.js +0 -96
- package/esm/operations/softwareUpdateConfigurationRuns.js.map +0 -1
- package/esm/operations/softwareUpdateConfigurations.d.ts +0 -118
- package/esm/operations/softwareUpdateConfigurations.d.ts.map +0 -1
- package/esm/operations/softwareUpdateConfigurations.js +0 -170
- package/esm/operations/softwareUpdateConfigurations.js.map +0 -1
- package/esm/operations/sourceControlOperations.d.ts +0 -154
- package/esm/operations/sourceControlOperations.d.ts.map +0 -1
- package/esm/operations/sourceControlOperations.js +0 -229
- package/esm/operations/sourceControlOperations.js.map +0 -1
- package/esm/operations/sourceControlSyncJobOperations.d.ts +0 -112
- package/esm/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/esm/operations/sourceControlSyncJobOperations.js +0 -163
- package/esm/operations/sourceControlSyncJobOperations.js.map +0 -1
- package/esm/operations/sourceControlSyncJobStreams.d.ts +0 -88
- package/esm/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/esm/operations/sourceControlSyncJobStreams.js +0 -126
- package/esm/operations/sourceControlSyncJobStreams.js.map +0 -1
- package/esm/operations/statisticsOperations.d.ts +0 -34
- package/esm/operations/statisticsOperations.d.ts.map +0 -1
- package/esm/operations/statisticsOperations.js +0 -59
- package/esm/operations/statisticsOperations.js.map +0 -1
- package/esm/operations/testJobOperations.d.ts +0 -136
- package/esm/operations/testJobOperations.d.ts.map +0 -1
- package/esm/operations/testJobOperations.js +0 -192
- package/esm/operations/testJobOperations.js.map +0 -1
- package/esm/operations/testJobStreams.d.ts +0 -82
- package/esm/operations/testJobStreams.d.ts.map +0 -1
- package/esm/operations/testJobStreams.js +0 -122
- package/esm/operations/testJobStreams.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -34
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -58
- package/esm/operations/usages.js.map +0 -1
- package/esm/operations/variableOperations.d.ts +0 -154
- package/esm/operations/variableOperations.d.ts.map +0 -1
- package/esm/operations/variableOperations.js +0 -228
- package/esm/operations/variableOperations.js.map +0 -1
- package/esm/operations/watcherOperations.d.ts +0 -202
- package/esm/operations/watcherOperations.d.ts.map +0 -1
- package/esm/operations/watcherOperations.js +0 -291
- package/esm/operations/watcherOperations.js.map +0 -1
- package/esm/operations/webhookOperations.d.ts +0 -175
- package/esm/operations/webhookOperations.d.ts.map +0 -1
- package/esm/operations/webhookOperations.js +0 -265
- package/esm/operations/webhookOperations.js.map +0 -1
- package/src/automationClientContext.ts +0 -74
- package/src/models/activityOperationsMappers.ts +0 -17
- package/src/models/agentRegistrationInformationMappers.ts +0 -14
- package/src/models/automationAccountOperationsMappers.ts +0 -60
- package/src/models/certificateOperationsMappers.ts +0 -60
- package/src/models/connectionOperationsMappers.ts +0 -60
- package/src/models/connectionTypeOperationsMappers.ts +0 -15
- package/src/models/credentialOperationsMappers.ts +0 -61
- package/src/models/dscCompilationJobOperationsMappers.ts +0 -60
- package/src/models/dscCompilationJobStreamMappers.ts +0 -13
- package/src/models/dscConfigurationOperationsMappers.ts +0 -61
- package/src/models/dscNodeConfigurationOperationsMappers.ts +0 -59
- package/src/models/dscNodeOperationsMappers.ts +0 -60
- package/src/models/fieldsMappers.ts +0 -13
- package/src/models/hybridRunbookWorkerGroupOperationsMappers.ts +0 -16
- package/src/models/jobOperationsMappers.ts +0 -60
- package/src/models/jobScheduleOperationsMappers.ts +0 -16
- package/src/models/jobStreamOperationsMappers.ts +0 -13
- package/src/models/keysMappers.ts +0 -13
- package/src/models/linkedWorkspaceOperationsMappers.ts +0 -12
- package/src/models/moduleOperationsMappers.ts +0 -60
- package/src/models/nodeCountInformationMappers.ts +0 -14
- package/src/models/nodeReportsMappers.ts +0 -17
- package/src/models/objectDataTypesMappers.ts +0 -13
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/python2PackageMappers.ts +0 -60
- package/src/models/runbookDraftOperationsMappers.ts +0 -18
- package/src/models/runbookOperationsMappers.ts +0 -62
- package/src/models/scheduleOperationsMappers.ts +0 -60
- package/src/models/softwareUpdateConfigurationMachineRunsMappers.ts +0 -15
- package/src/models/softwareUpdateConfigurationRunsMappers.ts +0 -16
- package/src/models/softwareUpdateConfigurationsMappers.ts +0 -60
- package/src/models/sourceControlOperationsMappers.ts +0 -61
- package/src/models/sourceControlSyncJobOperationsMappers.ts +0 -15
- package/src/models/sourceControlSyncJobStreamsMappers.ts +0 -14
- package/src/models/statisticsOperationsMappers.ts +0 -13
- package/src/models/testJobOperationsMappers.ts +0 -13
- package/src/models/testJobStreamsMappers.ts +0 -13
- package/src/models/usagesMappers.ts +0 -14
- package/src/models/variableOperationsMappers.ts +0 -60
- package/src/models/watcherOperationsMappers.ts +0 -59
- package/src/models/webhookOperationsMappers.ts +0 -60
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-automation.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/automationAccountOperationsMappers.ts","../src/models/parameters.ts","../src/operations/automationAccountOperations.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/statisticsOperationsMappers.ts","../src/operations/statisticsOperations.ts","../src/models/usagesMappers.ts","../src/operations/usages.ts","../src/models/keysMappers.ts","../src/operations/keys.ts","../src/models/certificateOperationsMappers.ts","../src/operations/certificateOperations.ts","../src/models/connectionOperationsMappers.ts","../src/operations/connectionOperations.ts","../src/models/connectionTypeOperationsMappers.ts","../src/operations/connectionTypeOperations.ts","../src/models/credentialOperationsMappers.ts","../src/operations/credentialOperations.ts","../src/models/dscConfigurationOperationsMappers.ts","../src/operations/dscConfigurationOperations.ts","../src/models/hybridRunbookWorkerGroupOperationsMappers.ts","../src/operations/hybridRunbookWorkerGroupOperations.ts","../src/models/jobScheduleOperationsMappers.ts","../src/operations/jobScheduleOperations.ts","../src/models/linkedWorkspaceOperationsMappers.ts","../src/operations/linkedWorkspaceOperations.ts","../src/models/activityOperationsMappers.ts","../src/operations/activityOperations.ts","../src/models/moduleOperationsMappers.ts","../src/operations/moduleOperations.ts","../src/models/objectDataTypesMappers.ts","../src/operations/objectDataTypes.ts","../src/models/fieldsMappers.ts","../src/operations/fields.ts","../src/models/scheduleOperationsMappers.ts","../src/operations/scheduleOperations.ts","../src/models/variableOperationsMappers.ts","../src/operations/variableOperations.ts","../src/models/webhookOperationsMappers.ts","../src/operations/webhookOperations.ts","../src/models/watcherOperationsMappers.ts","../src/operations/watcherOperations.ts","../src/models/softwareUpdateConfigurationsMappers.ts","../src/operations/softwareUpdateConfigurations.ts","../src/models/softwareUpdateConfigurationRunsMappers.ts","../src/operations/softwareUpdateConfigurationRuns.ts","../src/models/softwareUpdateConfigurationMachineRunsMappers.ts","../src/operations/softwareUpdateConfigurationMachineRuns.ts","../src/models/sourceControlOperationsMappers.ts","../src/operations/sourceControlOperations.ts","../src/models/sourceControlSyncJobOperationsMappers.ts","../src/operations/sourceControlSyncJobOperations.ts","../src/models/sourceControlSyncJobStreamsMappers.ts","../src/operations/sourceControlSyncJobStreams.ts","../src/models/jobOperationsMappers.ts","../src/operations/jobOperations.ts","../src/models/jobStreamOperationsMappers.ts","../src/operations/jobStreamOperations.ts","../src/models/agentRegistrationInformationMappers.ts","../src/operations/agentRegistrationInformation.ts","../src/models/dscNodeOperationsMappers.ts","../src/operations/dscNodeOperations.ts","../src/models/nodeReportsMappers.ts","../src/operations/nodeReports.ts","../src/models/dscCompilationJobOperationsMappers.ts","../src/operations/dscCompilationJobOperations.ts","../src/models/dscCompilationJobStreamMappers.ts","../src/operations/dscCompilationJobStream.ts","../src/models/dscNodeConfigurationOperationsMappers.ts","../src/operations/dscNodeConfigurationOperations.ts","../src/models/nodeCountInformationMappers.ts","../src/operations/nodeCountInformation.ts","../src/models/runbookDraftOperationsMappers.ts","../src/operations/runbookDraftOperations.ts","../src/models/runbookOperationsMappers.ts","../src/operations/runbookOperations.ts","../src/models/testJobStreamsMappers.ts","../src/operations/testJobStreams.ts","../src/models/testJobOperationsMappers.ts","../src/operations/testJobOperations.ts","../src/models/python2PackageMappers.ts","../src/operations/python2Package.ts","../src/automationClientContext.ts","../src/automationClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The account SKU.\n */\nexport interface Sku {\n /**\n * Gets or sets the SKU name of the account. Possible values include: 'Free', 'Basic'\n */\n name: SkuNameEnum;\n /**\n * Gets or sets the SKU family.\n */\n family?: string;\n /**\n * Gets or sets the SKU capacity.\n */\n capacity?: number;\n}\n\n/**\n * The core properties of ARM resources\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource Id for the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for a ARM tracked top level resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The Azure Region where the resource lives\n */\n location?: string;\n}\n\n/**\n * Definition of the automation account type.\n */\nexport interface AutomationAccount extends TrackedResource {\n /**\n * Gets or sets the SKU of account.\n */\n sku?: Sku;\n /**\n * Gets or sets the last modified by.\n */\n lastModifiedBy?: string;\n /**\n * Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: AutomationAccountState;\n /**\n * Gets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n}\n\n/**\n * The parameters supplied to the create or update automation account operation.\n */\nexport interface AutomationAccountCreateOrUpdateParameters {\n /**\n * Gets or sets account SKU.\n */\n sku?: Sku;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Provider, Resource and Operation values\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Automation\n */\n provider?: string;\n /**\n * Resource on which the operation is performed: Runbooks, Jobs etc.\n */\n resource?: string;\n /**\n * Operation type: Read, write, delete, etc.\n */\n operation?: string;\n}\n\n/**\n * Automation REST API operation\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Provider, Resource and Operation values\n */\n display?: OperationDisplay;\n}\n\n/**\n * Definition of the statistic.\n */\nexport interface Statistics {\n /**\n * Gets the property value of the statistic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly counterProperty?: string;\n /**\n * Gets the value of the statistic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly counterValue?: number;\n /**\n * Gets the startTime of the statistic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * Gets the endTime of the statistic.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * Gets the id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * Definition of usage counter name.\n */\nexport interface UsageCounterName {\n /**\n * Gets or sets the usage counter name.\n */\n value?: string;\n /**\n * Gets or sets the localized usage counter name.\n */\n localizedValue?: string;\n}\n\n/**\n * Definition of Usage.\n */\nexport interface Usage {\n /**\n * Gets or sets the id of the resource.\n */\n id?: string;\n /**\n * Gets or sets the usage counter name.\n */\n name?: UsageCounterName;\n /**\n * Gets or sets the usage unit name.\n */\n unit?: string;\n /**\n * Gets or sets the current usage value.\n */\n currentValue?: number;\n /**\n * Gets or sets max limit. -1 for unlimited\n */\n limit?: number;\n /**\n * Gets or sets the throttle status.\n */\n throttleStatus?: string;\n}\n\n/**\n * Automation key which is used to register a DSC Node\n */\nexport interface Key {\n /**\n * Automation key name. Possible values include: 'Primary', 'Secondary'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keyName?: AutomationKeyName;\n /**\n * Automation key permissions. Possible values include: 'Read', 'Full'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly permissions?: AutomationKeyPermissions;\n /**\n * Value of the Automation Key used for registration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n}\n\n/**\n * An interface representing KeyListResult.\n */\nexport interface KeyListResult {\n /**\n * Lists the automation keys.\n */\n keys?: Key[];\n}\n\n/**\n * The parameters supplied to the update automation account operation.\n */\nexport interface AutomationAccountUpdateParameters {\n /**\n * Gets or sets account SKU.\n */\n sku?: Sku;\n /**\n * Gets or sets the name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * ARM proxy resource.\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * Error response of an operation failure\n */\nexport interface ErrorResponse {\n /**\n * Error code\n */\n code?: string;\n /**\n * Error message indicating why the operation failed.\n */\n message?: string;\n}\n\n/**\n * The parameters supplied to the create or update or replace certificate operation.\n */\nexport interface CertificateCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the certificate.\n */\n name: string;\n /**\n * Gets or sets the base64 encoded value of the certificate.\n */\n base64Value: string;\n /**\n * Gets or sets the description of the certificate.\n */\n description?: string;\n /**\n * Gets or sets the thumbprint of the certificate.\n */\n thumbprint?: string;\n /**\n * Gets or sets the is exportable flag of the certificate.\n */\n isExportable?: boolean;\n}\n\n/**\n * Definition of the certificate.\n */\nexport interface Certificate extends ProxyResource {\n /**\n * Gets the thumbprint of the certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly thumbprint?: string;\n /**\n * Gets the expiry time of the certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly expiryTime?: Date;\n /**\n * Gets the is exportable flag of the certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isExportable?: boolean;\n /**\n * Gets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the update certificate operation.\n */\nexport interface CertificateUpdateParameters {\n /**\n * Gets or sets the name of the certificate.\n */\n name?: string;\n /**\n * Gets or sets the description of the certificate.\n */\n description?: string;\n}\n\n/**\n * The connection type property associated with the entity.\n */\nexport interface ConnectionTypeAssociationProperty {\n /**\n * Gets or sets the name of the connection type.\n */\n name?: string;\n}\n\n/**\n * The parameters supplied to the create or update connection operation.\n */\nexport interface ConnectionCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the connection.\n */\n name: string;\n /**\n * Gets or sets the description of the connection.\n */\n description?: string;\n /**\n * Gets or sets the connectionType of the connection.\n */\n connectionType: ConnectionTypeAssociationProperty;\n /**\n * Gets or sets the field definition properties of the connection.\n */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of the connection.\n */\nexport interface Connection extends ProxyResource {\n /**\n * Gets or sets the connectionType of the connection.\n */\n connectionType?: ConnectionTypeAssociationProperty;\n /**\n * Gets the field definition values of the connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fieldDefinitionValues?: { [propertyName: string]: string };\n /**\n * Gets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the update connection operation.\n */\nexport interface ConnectionUpdateParameters {\n /**\n * Gets or sets the name of the connection.\n */\n name?: string;\n /**\n * Gets or sets the description of the connection.\n */\n description?: string;\n /**\n * Gets or sets the field definition values of the connection.\n */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of the connection fields.\n */\nexport interface FieldDefinition {\n /**\n * Gets or sets the isEncrypted flag of the connection field definition.\n */\n isEncrypted?: boolean;\n /**\n * Gets or sets the isOptional flag of the connection field definition.\n */\n isOptional?: boolean;\n /**\n * Gets or sets the type of the connection field definition.\n */\n type: string;\n}\n\n/**\n * Definition of the connection type.\n */\nexport interface ConnectionType {\n /**\n * Gets the id of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Gets the name of the connection type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Gets or sets a Boolean value to indicate if the connection type is global.\n */\n isGlobal?: boolean;\n /**\n * Gets the field definitions of the connection type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fieldDefinitions?: { [propertyName: string]: FieldDefinition };\n /**\n * Gets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the create or update connection type operation.\n */\nexport interface ConnectionTypeCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the connection type.\n */\n name: string;\n /**\n * Gets or sets a Boolean value to indicate if the connection type is global.\n */\n isGlobal?: boolean;\n /**\n * Gets or sets the field definitions of the connection type.\n */\n fieldDefinitions: { [propertyName: string]: FieldDefinition };\n}\n\n/**\n * The parameters supplied to the create or update credential operation.\n */\nexport interface CredentialCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the credential.\n */\n name: string;\n /**\n * Gets or sets the user name of the credential.\n */\n userName: string;\n /**\n * Gets or sets the password of the credential.\n */\n password: string;\n /**\n * Gets or sets the description of the credential.\n */\n description?: string;\n}\n\n/**\n * Definition of the credential.\n */\nexport interface Credential extends ProxyResource {\n /**\n * Gets the user name of the credential.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userName?: string;\n /**\n * Gets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the Update credential operation.\n */\nexport interface CredentialUpdateParameters {\n /**\n * Gets or sets the name of the credential.\n */\n name?: string;\n /**\n * Gets or sets the user name of the credential.\n */\n userName?: string;\n /**\n * Gets or sets the password of the credential.\n */\n password?: string;\n /**\n * Gets or sets the description of the credential.\n */\n description?: string;\n}\n\n/**\n * Definition of the runbook property type.\n */\nexport interface ContentHash {\n /**\n * Gets or sets the content hash algorithm used to hash the content.\n */\n algorithm: string;\n /**\n * Gets or sets expected hash value of the content.\n */\n value: string;\n}\n\n/**\n * Definition of the content source.\n */\nexport interface ContentSource {\n /**\n * Gets or sets the hash.\n */\n hash?: ContentHash;\n /**\n * Gets or sets the content source type. Possible values include: 'embeddedContent', 'uri'\n */\n type?: ContentSourceType;\n /**\n * Gets or sets the value of the content. This is based on the content source type.\n */\n value?: string;\n /**\n * Gets or sets the version of the content.\n */\n version?: string;\n}\n\n/**\n * Definition of the configuration parameter type.\n */\nexport interface DscConfigurationParameter {\n /**\n * Gets or sets the type of the parameter.\n */\n type?: string;\n /**\n * Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.\n */\n isMandatory?: boolean;\n /**\n * Get or sets the position of the parameter.\n */\n position?: number;\n /**\n * Gets or sets the default value of parameter.\n */\n defaultValue?: string;\n}\n\n/**\n * The parameters supplied to the create or update configuration operation.\n */\nexport interface DscConfigurationCreateOrUpdateParameters {\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the source.\n */\n source: ContentSource;\n /**\n * Gets or sets the configuration parameters.\n */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /**\n * Gets or sets the description of the configuration.\n */\n description?: string;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of the configuration type.\n */\nexport interface DscConfiguration extends TrackedResource {\n /**\n * Gets or sets the provisioning state of the configuration. Possible values include: 'Succeeded'\n */\n provisioningState?: DscConfigurationProvisioningState;\n /**\n * Gets or sets the job count of the configuration.\n */\n jobCount?: number;\n /**\n * Gets or sets the configuration parameters.\n */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /**\n * Gets or sets the source.\n */\n source?: ContentSource;\n /**\n * Gets or sets the state of the configuration. Possible values include: 'New', 'Edit',\n * 'Published'\n */\n state?: DscConfigurationState;\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets the number of compiled node configurations.\n */\n nodeConfigurationCount?: number;\n /**\n * Gets or sets the description.\n */\n description?: string;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n}\n\n/**\n * The parameters supplied to the create or update configuration operation.\n */\nexport interface DscConfigurationUpdateParameters {\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the source.\n */\n source: ContentSource;\n /**\n * Gets or sets the configuration parameters.\n */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /**\n * Gets or sets the description of the configuration.\n */\n description?: string;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of RunAs credential to use for hybrid worker.\n */\nexport interface RunAsCredentialAssociationProperty {\n /**\n * Gets or sets the name of the credential.\n */\n name?: string;\n}\n\n/**\n * Definition of hybrid runbook worker.\n */\nexport interface HybridRunbookWorker {\n /**\n * Gets or sets the worker machine name.\n */\n name?: string;\n /**\n * Gets or sets the assigned machine IP address.\n */\n ip?: string;\n /**\n * Gets or sets the registration time of the worker machine.\n */\n registrationTime?: Date;\n /**\n * Last Heartbeat from the Worker\n */\n lastSeenDateTime?: Date;\n}\n\n/**\n * Definition of hybrid runbook worker group.\n */\nexport interface HybridRunbookWorkerGroup {\n /**\n * Gets or sets the id of the resource.\n */\n id?: string;\n /**\n * Gets or sets the name of the group.\n */\n name?: string;\n /**\n * Gets or sets the list of hybrid runbook workers.\n */\n hybridRunbookWorkers?: HybridRunbookWorker[];\n /**\n * Sets the credential of a worker group.\n */\n credential?: RunAsCredentialAssociationProperty;\n /**\n * Type of the HybridWorkerGroup. Possible values include: 'User', 'System'\n */\n groupType?: GroupTypeEnum;\n}\n\n/**\n * Parameters supplied to the update operation.\n */\nexport interface HybridRunbookWorkerGroupUpdateParameters {\n /**\n * Sets the credential of a worker group.\n */\n credential?: RunAsCredentialAssociationProperty;\n}\n\n/**\n * The schedule property associated with the entity.\n */\nexport interface ScheduleAssociationProperty {\n /**\n * Gets or sets the name of the Schedule.\n */\n name?: string;\n}\n\n/**\n * The runbook property associated with the entity.\n */\nexport interface RunbookAssociationProperty {\n /**\n * Gets or sets the name of the runbook.\n */\n name?: string;\n}\n\n/**\n * Definition of the job schedule.\n */\nexport interface JobSchedule {\n /**\n * Gets the id of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Gets the name of the variable.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Gets or sets the id of job schedule.\n */\n jobScheduleId?: string;\n /**\n * Gets or sets the schedule.\n */\n schedule?: ScheduleAssociationProperty;\n /**\n * Gets or sets the runbook.\n */\n runbook?: RunbookAssociationProperty;\n /**\n * Gets or sets the hybrid worker group that the scheduled job should run on.\n */\n runOn?: string;\n /**\n * Gets or sets the parameters of the job schedule.\n */\n parameters?: { [propertyName: string]: string };\n}\n\n/**\n * The parameters supplied to the create job schedule operation.\n */\nexport interface JobScheduleCreateParameters {\n /**\n * Gets or sets the schedule.\n */\n schedule: ScheduleAssociationProperty;\n /**\n * Gets or sets the runbook.\n */\n runbook: RunbookAssociationProperty;\n /**\n * Gets or sets the hybrid worker group that the scheduled job should run on.\n */\n runOn?: string;\n /**\n * Gets or sets a list of job properties.\n */\n parameters?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of the linked workspace.\n */\nexport interface LinkedWorkspace {\n /**\n * Gets the id of the linked workspace.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * Definition of the activity parameter validation set.\n */\nexport interface ActivityParameterValidationSet {\n /**\n * Gets or sets the name of the activity parameter validation set member.\n */\n memberValue?: string;\n}\n\n/**\n * Definition of the activity parameter.\n */\nexport interface ActivityParameter {\n /**\n * Gets or sets the name of the activity parameter.\n */\n name?: string;\n /**\n * Gets or sets the type of the activity parameter.\n */\n type?: string;\n /**\n * Gets or sets a Boolean value that indicates true if the parameter is required. If the value is\n * false, the parameter is optional.\n */\n isMandatory?: boolean;\n /**\n * Gets or sets a Boolean value that indicates true if the parameter is dynamic.\n */\n isDynamic?: boolean;\n /**\n * Gets or sets the position of the activity parameter.\n */\n position?: number;\n /**\n * Gets or sets a Boolean value that indicates true if the parameter can take values from the\n * incoming pipeline objects. This setting is used if the cmdlet must access the complete input\n * object. false indicates that the parameter cannot take values from the complete input object.\n */\n valueFromPipeline?: boolean;\n /**\n * Gets or sets a Boolean value that indicates true if the parameter can be filled from a\n * property of the incoming pipeline object that has the same name as this parameter. false\n * indicates that the parameter cannot be filled from the incoming pipeline object property with\n * the same name.\n */\n valueFromPipelineByPropertyName?: boolean;\n /**\n * Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the\n * remaining command-line arguments that are associated with this parameter in the form of an\n * array. false if the cmdlet parameter does not accept all the remaining argument values.\n */\n valueFromRemainingArguments?: boolean;\n /**\n * Gets or sets the description of the activity parameter.\n */\n description?: string;\n /**\n * Gets or sets the validation set of activity parameter.\n */\n validationSet?: ActivityParameterValidationSet[];\n}\n\n/**\n * Definition of the activity parameter set.\n */\nexport interface ActivityParameterSet {\n /**\n * Gets or sets the name of the activity parameter set.\n */\n name?: string;\n /**\n * Gets or sets the parameters of the activity parameter set.\n */\n parameters?: ActivityParameter[];\n}\n\n/**\n * Definition of the activity output type.\n */\nexport interface ActivityOutputType {\n /**\n * Gets or sets the name of the activity output type.\n */\n name?: string;\n /**\n * Gets or sets the type of the activity output type.\n */\n type?: string;\n}\n\n/**\n * Definition of the activity.\n */\nexport interface Activity {\n /**\n * Gets or sets the id of the resource.\n */\n id?: string;\n /**\n * Gets the name of the activity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Gets or sets the user name of the activity.\n */\n definition?: string;\n /**\n * Gets or sets the parameter sets of the activity.\n */\n parameterSets?: ActivityParameterSet[];\n /**\n * Gets or sets the output types of the activity.\n */\n outputTypes?: ActivityOutputType[];\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * Definition of the module error info type.\n */\nexport interface ModuleErrorInfo {\n /**\n * Gets or sets the error code.\n */\n code?: string;\n /**\n * Gets or sets the error message.\n */\n message?: string;\n}\n\n/**\n * Definition of the content link.\n */\nexport interface ContentLink {\n /**\n * Gets or sets the uri of the runbook content.\n */\n uri?: string;\n /**\n * Gets or sets the hash.\n */\n contentHash?: ContentHash;\n /**\n * Gets or sets the version of the content.\n */\n version?: string;\n}\n\n/**\n * Definition of the module type.\n */\nexport interface Module extends TrackedResource {\n /**\n * Gets or sets the isGlobal flag of the module.\n */\n isGlobal?: boolean;\n /**\n * Gets or sets the version of the module.\n */\n version?: string;\n /**\n * Gets or sets the size in bytes of the module.\n */\n sizeInBytes?: number;\n /**\n * Gets or sets the activity count of the module.\n */\n activityCount?: number;\n /**\n * Gets or sets the provisioning state of the module. Possible values include: 'Created',\n * 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved',\n * 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored',\n * 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed',\n * 'Cancelled', 'Updating'\n */\n provisioningState?: ModuleProvisioningState;\n /**\n * Gets or sets the contentLink of the module.\n */\n contentLink?: ContentLink;\n /**\n * Gets or sets the error info of the module.\n */\n error?: ModuleErrorInfo;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n /**\n * Gets or sets type of module, if its composite or not.\n */\n isComposite?: boolean;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n}\n\n/**\n * The parameters supplied to the create or update module operation.\n */\nexport interface ModuleCreateOrUpdateParameters {\n /**\n * Gets or sets the module content link.\n */\n contentLink: ContentLink;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The parameters supplied to the update module operation.\n */\nexport interface ModuleUpdateParameters {\n /**\n * Gets or sets the module content link.\n */\n contentLink?: ContentLink;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Information about a field of a type.\n */\nexport interface TypeField {\n /**\n * Gets or sets the name of the field.\n */\n name?: string;\n /**\n * Gets or sets the type of the field.\n */\n type?: string;\n}\n\n/**\n * The properties of the create advanced schedule monthly occurrence.\n */\nexport interface AdvancedScheduleMonthlyOccurrence {\n /**\n * Occurrence of the week within the month. Must be between 1 and 5\n */\n occurrence?: number;\n /**\n * Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday,\n * sunday. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',\n * 'Saturday', 'Sunday'\n */\n day?: ScheduleDay;\n}\n\n/**\n * The properties of the create Advanced Schedule.\n */\nexport interface AdvancedSchedule {\n /**\n * Days of the week that the job should execute on.\n */\n weekDays?: string[];\n /**\n * Days of the month that the job should execute on. Must be between 1 and 31.\n */\n monthDays?: number[];\n /**\n * Occurrences of days within a month.\n */\n monthlyOccurrences?: AdvancedScheduleMonthlyOccurrence[];\n}\n\n/**\n * The parameters supplied to the create or update schedule operation.\n */\nexport interface ScheduleCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the Schedule.\n */\n name: string;\n /**\n * Gets or sets the description of the schedule.\n */\n description?: string;\n /**\n * Gets or sets the start time of the schedule.\n */\n startTime: Date;\n /**\n * Gets or sets the end time of the schedule.\n */\n expiryTime?: Date;\n /**\n * Gets or sets the interval of the schedule.\n */\n interval?: any;\n /**\n * Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month'\n */\n frequency: ScheduleFrequency;\n /**\n * Gets or sets the time zone of the schedule.\n */\n timeZone?: string;\n /**\n * Gets or sets the AdvancedSchedule.\n */\n advancedSchedule?: AdvancedSchedule;\n}\n\n/**\n * Definition of schedule parameters.\n */\nexport interface ScheduleProperties {\n /**\n * Gets or sets the start time of the schedule.\n */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTimeOffsetMinutes?: number;\n /**\n * Gets or sets the end time of the schedule.\n */\n expiryTime?: Date;\n /**\n * Gets or sets the expiry time's offset in minutes.\n */\n expiryTimeOffsetMinutes?: number;\n /**\n * Gets or sets a value indicating whether this schedule is enabled. Default value: false.\n */\n isEnabled?: boolean;\n /**\n * Gets or sets the next run time of the schedule.\n */\n nextRun?: Date;\n /**\n * Gets or sets the next run time's offset in minutes.\n */\n nextRunOffsetMinutes?: number;\n /**\n * Gets or sets the interval of the schedule.\n */\n interval?: number;\n /**\n * Gets or sets the frequency of the schedule. Possible values include: 'OneTime', 'Day', 'Hour',\n * 'Week', 'Month'\n */\n frequency?: ScheduleFrequency;\n /**\n * Gets or sets the time zone of the schedule.\n */\n timeZone?: string;\n /**\n * Gets or sets the advanced schedule.\n */\n advancedSchedule?: AdvancedSchedule;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * Definition of the schedule.\n */\nexport interface Schedule extends ProxyResource {\n /**\n * Gets or sets the start time of the schedule.\n */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTimeOffsetMinutes?: number;\n /**\n * Gets or sets the end time of the schedule.\n */\n expiryTime?: Date;\n /**\n * Gets or sets the expiry time's offset in minutes.\n */\n expiryTimeOffsetMinutes?: number;\n /**\n * Gets or sets a value indicating whether this schedule is enabled. Default value: false.\n */\n isEnabled?: boolean;\n /**\n * Gets or sets the next run time of the schedule.\n */\n nextRun?: Date;\n /**\n * Gets or sets the next run time's offset in minutes.\n */\n nextRunOffsetMinutes?: number;\n /**\n * Gets or sets the interval of the schedule.\n */\n interval?: number;\n /**\n * Gets or sets the frequency of the schedule. Possible values include: 'OneTime', 'Day', 'Hour',\n * 'Week', 'Month'\n */\n frequency?: ScheduleFrequency;\n /**\n * Gets or sets the time zone of the schedule.\n */\n timeZone?: string;\n /**\n * Gets or sets the advanced schedule.\n */\n advancedSchedule?: AdvancedSchedule;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the update schedule operation.\n */\nexport interface ScheduleUpdateParameters {\n /**\n * Gets or sets the name of the Schedule.\n */\n name?: string;\n /**\n * Gets or sets the description of the schedule.\n */\n description?: string;\n /**\n * Gets or sets a value indicating whether this schedule is enabled.\n */\n isEnabled?: boolean;\n}\n\n/**\n * The parameters supplied to the create or update variable operation.\n */\nexport interface VariableCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the variable.\n */\n name: string;\n /**\n * Gets or sets the value of the variable.\n */\n value?: string;\n /**\n * Gets or sets the description of the variable.\n */\n description?: string;\n /**\n * Gets or sets the encrypted flag of the variable.\n */\n isEncrypted?: boolean;\n}\n\n/**\n * Definition of the variable.\n */\nexport interface Variable extends ProxyResource {\n /**\n * Gets or sets the value of the variable.\n */\n value?: string;\n /**\n * Gets or sets the encrypted flag of the variable.\n */\n isEncrypted?: boolean;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the update variable operation.\n */\nexport interface VariableUpdateParameters {\n /**\n * Gets or sets the name of the variable.\n */\n name?: string;\n /**\n * Gets or sets the value of the variable.\n */\n value?: string;\n /**\n * Gets or sets the description of the variable.\n */\n description?: string;\n}\n\n/**\n * Definition of the webhook type.\n */\nexport interface Webhook extends ProxyResource {\n /**\n * Gets or sets the value of the enabled flag of the webhook. Default value: false.\n */\n isEnabled?: boolean;\n /**\n * Gets or sets the webhook uri.\n */\n uri?: string;\n /**\n * Gets or sets the expiry time.\n */\n expiryTime?: Date;\n /**\n * Gets or sets the last invoked time.\n */\n lastInvokedTime?: Date;\n /**\n * Gets or sets the parameters of the job that is created when the webhook calls the runbook it\n * is associated with.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the runbook the webhook is associated with.\n */\n runbook?: RunbookAssociationProperty;\n /**\n * Gets or sets the name of the hybrid worker group the webhook job will run on.\n */\n runOn?: string;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Details of the user who last modified the Webhook\n */\n lastModifiedBy?: string;\n /**\n * Gets or sets the description.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the update webhook operation.\n */\nexport interface WebhookUpdateParameters {\n /**\n * Gets or sets the name of the webhook.\n */\n name?: string;\n /**\n * Gets or sets the value of the enabled flag of webhook.\n */\n isEnabled?: boolean;\n /**\n * Gets or sets the name of the hybrid worker group the webhook job will run on.\n */\n runOn?: string;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the description of the webhook.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the create or update webhook operation.\n */\nexport interface WebhookCreateOrUpdateParameters {\n /**\n * Gets or sets the name of the webhook.\n */\n name: string;\n /**\n * Gets or sets the value of the enabled flag of webhook.\n */\n isEnabled?: boolean;\n /**\n * Gets or sets the uri.\n */\n uri?: string;\n /**\n * Gets or sets the expiry time.\n */\n expiryTime?: Date;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the runbook.\n */\n runbook?: RunbookAssociationProperty;\n /**\n * Gets or sets the name of the hybrid worker group the webhook job will run on.\n */\n runOn?: string;\n}\n\n/**\n * Definition of the watcher type.\n */\nexport interface Watcher extends TrackedResource {\n /**\n * Gets or sets the frequency at which the watcher is invoked.\n */\n executionFrequencyInSeconds?: number;\n /**\n * Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing\n * runbook.\n */\n scriptName?: string;\n /**\n * Gets or sets the parameters of the script.\n */\n scriptParameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the name of the hybrid worker group the watcher will run on.\n */\n scriptRunOn?: string;\n /**\n * Gets the current status of the watcher.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Gets or sets the creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Details of the user who last modified the watcher.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedBy?: string;\n /**\n * Gets or sets the description.\n */\n description?: string;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n}\n\n/**\n * An interface representing WatcherUpdateParameters.\n */\nexport interface WatcherUpdateParameters {\n /**\n * Gets or sets the frequency at which the watcher is invoked.\n */\n executionFrequencyInSeconds?: number;\n /**\n * Gets or sets the name of the resource.\n */\n name?: string;\n}\n\n/**\n * Windows specific update configuration.\n */\nexport interface WindowsProperties {\n /**\n * Update classification included in the software update configuration. A comma separated string\n * with required values. Possible values include: 'Unclassified', 'Critical', 'Security',\n * 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', 'Updates'\n */\n includedUpdateClassifications?: WindowsUpdateClasses;\n /**\n * KB numbers excluded from the software update configuration.\n */\n excludedKbNumbers?: string[];\n /**\n * KB numbers included from the software update configuration.\n */\n includedKbNumbers?: string[];\n /**\n * Reboot setting for the software update configuration.\n */\n rebootSetting?: string;\n}\n\n/**\n * Linux specific update configuration.\n */\nexport interface LinuxProperties {\n /**\n * Update classifications included in the software update configuration. Possible values include:\n * 'Unclassified', 'Critical', 'Security', 'Other'\n */\n includedPackageClassifications?: LinuxUpdateClasses;\n /**\n * packages excluded from the software update configuration.\n */\n excludedPackageNameMasks?: string[];\n /**\n * packages included from the software update configuration.\n */\n includedPackageNameMasks?: string[];\n /**\n * Reboot setting for the software update configuration.\n */\n rebootSetting?: string;\n}\n\n/**\n * Tag filter information for the VM.\n */\nexport interface TagSettingsProperties {\n /**\n * Dictionary of tags with its list of values.\n */\n tags?: { [propertyName: string]: string[] };\n /**\n * Filter VMs by Any or All specified tags. Possible values include: 'All', 'Any'\n */\n filterOperator?: TagOperators;\n}\n\n/**\n * Azure query for the update configuration.\n */\nexport interface AzureQueryProperties {\n /**\n * List of Subscription or Resource Group ARM Ids.\n */\n scope?: string[];\n /**\n * List of locations to scope the query to.\n */\n locations?: string[];\n /**\n * Tag settings for the VM.\n */\n tagSettings?: TagSettingsProperties;\n}\n\n/**\n * Non Azure query for the update configuration.\n */\nexport interface NonAzureQueryProperties {\n /**\n * Log Analytics Saved Search name.\n */\n functionAlias?: string;\n /**\n * Workspace Id for Log Analytics in which the saved Search is resided.\n */\n workspaceId?: string;\n}\n\n/**\n * Group specific to the update configuration.\n */\nexport interface TargetProperties {\n /**\n * List of Azure queries in the software update configuration.\n */\n azureQueries?: AzureQueryProperties[];\n /**\n * List of non Azure queries in the software update configuration.\n */\n nonAzureQueries?: NonAzureQueryProperties[];\n}\n\n/**\n * Update specific properties of the software update configuration.\n */\nexport interface UpdateConfiguration {\n /**\n * operating system of target machines. Possible values include: 'Windows', 'Linux'\n */\n operatingSystem: OperatingSystemType;\n /**\n * Windows specific update configuration.\n */\n windows?: WindowsProperties;\n /**\n * Linux specific update configuration.\n */\n linux?: LinuxProperties;\n /**\n * Maximum time allowed for the software update configuration run. Duration needs to be specified\n * using the format PT[n]H[n]M[n]S as per ISO8601\n */\n duration?: string;\n /**\n * List of azure resource Ids for azure virtual machines targeted by the software update\n * configuration.\n */\n azureVirtualMachines?: string[];\n /**\n * List of names of non-azure machines targeted by the software update configuration.\n */\n nonAzureComputerNames?: string[];\n /**\n * Group targets for the software update configuration.\n */\n targets?: TargetProperties;\n}\n\n/**\n * Task properties of the software update configuration.\n */\nexport interface TaskProperties {\n /**\n * Gets or sets the parameters of the task.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the name of the runbook.\n */\n source?: string;\n}\n\n/**\n * Task properties of the software update configuration.\n */\nexport interface SoftwareUpdateConfigurationTasks {\n /**\n * Pre task properties.\n */\n preTask?: TaskProperties;\n /**\n * Post task properties.\n */\n postTask?: TaskProperties;\n}\n\n/**\n * Software update configuration properties.\n */\nexport interface SoftwareUpdateConfiguration extends BaseResource {\n /**\n * Resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource Id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * update specific properties for the Software update configuration\n */\n updateConfiguration: UpdateConfiguration;\n /**\n * Schedule information for the Software update configuration\n */\n scheduleInfo: ScheduleProperties;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Details of provisioning error\n */\n error?: ErrorResponse;\n /**\n * Creation time of the resource, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedBy?: string;\n /**\n * Tasks information for the Software update configuration.\n */\n tasks?: SoftwareUpdateConfigurationTasks;\n}\n\n/**\n * object returned when requesting a collection of software update configuration\n */\nexport interface CollectionItemUpdateConfiguration {\n /**\n * List of azure resource Ids for azure virtual machines targeted by the software update\n * configuration.\n */\n azureVirtualMachines?: string[];\n /**\n * Maximum time allowed for the software update configuration run. Duration needs to be specified\n * using the format PT[n]H[n]M[n]S as per ISO8601\n */\n duration?: string;\n}\n\n/**\n * Software update configuration collection item properties.\n */\nexport interface SoftwareUpdateConfigurationCollectionItem {\n /**\n * Name of the software update configuration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Update specific properties of the software update configuration.\n */\n updateConfiguration?: CollectionItemUpdateConfiguration;\n /**\n * execution frequency of the schedule associated with the software update configuration.\n * Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month'\n */\n frequency?: ScheduleFrequency;\n /**\n * the start time of the update.\n */\n startTime?: Date;\n /**\n * Creation time of the software update configuration, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Last time software update configuration was modified, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * ext run time of the update.\n */\n nextRun?: Date;\n}\n\n/**\n * result of listing all software update configuration\n */\nexport interface SoftwareUpdateConfigurationListResult {\n /**\n * outer object returned when listing all software update configurations\n */\n value?: SoftwareUpdateConfigurationCollectionItem[];\n}\n\n/**\n * Software update configuration Run Navigation model.\n */\nexport interface UpdateConfigurationNavigation {\n /**\n * Name of the software update configuration triggered the software update configuration run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n}\n\n/**\n * Task properties of the software update configuration.\n */\nexport interface SoftareUpdateConfigurationRunTaskProperties {\n /**\n * The status of the task.\n */\n status?: string;\n /**\n * The name of the source of the task.\n */\n source?: string;\n /**\n * The job id of the task.\n */\n jobId?: string;\n}\n\n/**\n * Software update configuration run tasks model.\n */\nexport interface SoftareUpdateConfigurationRunTasks {\n /**\n * Pre task properties.\n */\n preTask?: SoftareUpdateConfigurationRunTaskProperties;\n /**\n * Post task properties.\n */\n postTask?: SoftareUpdateConfigurationRunTaskProperties;\n}\n\n/**\n * Software update configuration Run properties.\n */\nexport interface SoftwareUpdateConfigurationRun {\n /**\n * Name of the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * software update configuration triggered this run\n */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Configured duration for the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly configuredDuration?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly osType?: string;\n /**\n * Start time of the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * Number of computers in the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly computerCount?: number;\n /**\n * Number of computers with failed status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failedCount?: number;\n /**\n * Creation time of the resource, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedBy?: string;\n /**\n * Software update configuration tasks triggered in this run\n */\n tasks?: SoftareUpdateConfigurationRunTasks;\n}\n\n/**\n * result of listing all software update configuration runs\n */\nexport interface SoftwareUpdateConfigurationRunListResult {\n /**\n * outer object returned when listing all software update configuration runs\n */\n value?: SoftwareUpdateConfigurationRun[];\n /**\n * link to next page of results.\n */\n nextLink?: string;\n}\n\n/**\n * Software update configuration machine run job navigation properties.\n */\nexport interface JobNavigation {\n /**\n * Id of the job associated with the software update configuration run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * Software update configuration machine run model.\n */\nexport interface SoftwareUpdateConfigurationMachineRun {\n /**\n * Name of the software update configuration machine run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration machine run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * name of the updated computer\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetComputer?: string;\n /**\n * type of the updated computer.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetComputerType?: string;\n /**\n * software update configuration triggered this run\n */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration machine run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly osType?: string;\n /**\n * correlation id of the software update configuration machine run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly correlationId?: string;\n /**\n * source computer id of the software update configuration machine run\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sourceComputerId?: string;\n /**\n * Start time of the software update configuration machine run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration machine run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * configured duration for the software update configuration run.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly configuredDuration?: string;\n /**\n * Job associated with the software update configuration machine run\n */\n job?: JobNavigation;\n /**\n * Creation time of the resource, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * createdBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * lastModifiedBy property, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedBy?: string;\n /**\n * Details of provisioning error\n */\n error?: ErrorResponse;\n}\n\n/**\n * result of listing all software update configuration machine runs\n */\nexport interface SoftwareUpdateConfigurationMachineRunListResult {\n /**\n * outer object returned when listing all software update configuration machine runs\n */\n value?: SoftwareUpdateConfigurationMachineRun[];\n /**\n * link to next page of results.\n */\n nextLink?: string;\n}\n\n/**\n * Definition of the source control.\n */\nexport interface SourceControl extends ProxyResource {\n /**\n * The repo url of the source control.\n */\n repoUrl?: string;\n /**\n * The repo branch of the source control. Include branch as empty string for VsoTfvc.\n */\n branch?: string;\n /**\n * The folder path of the source control.\n */\n folderPath?: string;\n /**\n * The auto sync of the source control. Default is false.\n */\n autoSync?: boolean;\n /**\n * The auto publish of the source control. Default is true.\n */\n publishRunbook?: boolean;\n /**\n * The source type. Must be one of VsoGit, VsoTfvc, GitHub. Possible values include: 'VsoGit',\n * 'VsoTfvc', 'GitHub'\n */\n sourceType?: SourceType;\n /**\n * The description.\n */\n description?: string;\n /**\n * The creation time.\n */\n creationTime?: Date;\n /**\n * The last modified time.\n */\n lastModifiedTime?: Date;\n}\n\n/**\n * An interface representing SourceControlSecurityTokenProperties.\n */\nexport interface SourceControlSecurityTokenProperties {\n /**\n * The access token.\n */\n accessToken?: string;\n /**\n * The refresh token.\n */\n refreshToken?: string;\n /**\n * The token type. Must be either PersonalAccessToken or Oauth. Possible values include:\n * 'PersonalAccessToken', 'Oauth'\n */\n tokenType?: TokenType;\n}\n\n/**\n * The parameters supplied to the update source control operation.\n */\nexport interface SourceControlUpdateParameters {\n /**\n * The repo branch of the source control.\n */\n branch?: string;\n /**\n * The folder path of the source control. Path must be relative.\n */\n folderPath?: string;\n /**\n * The auto sync of the source control. Default is false.\n */\n autoSync?: boolean;\n /**\n * The auto publish of the source control. Default is true.\n */\n publishRunbook?: boolean;\n /**\n * The authorization token for the repo of the source control.\n */\n securityToken?: SourceControlSecurityTokenProperties;\n /**\n * The user description of the source control.\n */\n description?: string;\n}\n\n/**\n * The parameters supplied to the create or update source control operation.\n */\nexport interface SourceControlCreateOrUpdateParameters {\n /**\n * The repo url of the source control.\n */\n repoUrl?: string;\n /**\n * The repo branch of the source control. Include branch as empty string for VsoTfvc.\n */\n branch?: string;\n /**\n * The folder path of the source control. Path must be relative.\n */\n folderPath?: string;\n /**\n * The auto async of the source control. Default is false.\n */\n autoSync?: boolean;\n /**\n * The auto publish of the source control. Default is true.\n */\n publishRunbook?: boolean;\n /**\n * The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive. Possible values\n * include: 'VsoGit', 'VsoTfvc', 'GitHub'\n */\n sourceType?: SourceType;\n /**\n * The authorization token for the repo of the source control.\n */\n securityToken?: SourceControlSecurityTokenProperties;\n /**\n * The user description of the source control.\n */\n description?: string;\n}\n\n/**\n * Definition of the source control sync job.\n */\nexport interface SourceControlSyncJob {\n /**\n * Resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The source control sync job id.\n */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The provisioning state of the job. Possible values include: 'Completed', 'Failed', 'Running'\n */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * The sync type. Possible values include: 'PartialSync', 'FullSync'\n */\n syncType?: SyncType;\n}\n\n/**\n * The parameters supplied to the create source control sync job operation.\n */\nexport interface SourceControlSyncJobCreateParameters {\n /**\n * The commit id of the source control sync job. If not syncing to a commitId, enter an empty\n * string.\n */\n commitId: string;\n}\n\n/**\n * Definition of the source control sync job.\n */\nexport interface SourceControlSyncJobById {\n /**\n * The id of the job.\n */\n id?: string;\n /**\n * The source control sync job id.\n */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The provisioning state of the job. Possible values include: 'Completed', 'Failed', 'Running'\n */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * The sync type. Possible values include: 'PartialSync', 'FullSync'\n */\n syncType?: SyncType;\n /**\n * The exceptions that occurred while running the sync job.\n */\n exception?: string;\n}\n\n/**\n * Definition of the source control sync job stream.\n */\nexport interface SourceControlSyncJobStream {\n /**\n * Resource id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The sync job stream id.\n */\n sourceControlSyncJobStreamId?: string;\n /**\n * The summary of the sync job stream.\n */\n summary?: string;\n /**\n * The time of the sync job stream.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly time?: Date;\n /**\n * The type of the sync job stream. Possible values include: 'Error', 'Output'\n */\n streamType?: StreamType;\n}\n\n/**\n * Definition of the source control sync job stream by id.\n */\nexport interface SourceControlSyncJobStreamById {\n /**\n * Resource id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The sync job stream id.\n */\n sourceControlSyncJobStreamId?: string;\n /**\n * The summary of the sync job stream.\n */\n summary?: string;\n /**\n * The time of the sync job stream.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly time?: Date;\n /**\n * The type of the sync job stream. Possible values include: 'Error', 'Output'\n */\n streamType?: StreamType;\n /**\n * The text of the sync job stream.\n */\n streamText?: string;\n /**\n * The values of the job stream.\n */\n value?: { [propertyName: string]: any };\n}\n\n/**\n * Definition of the job stream.\n */\nexport interface JobStream {\n /**\n * Gets or sets the id of the resource.\n */\n id?: string;\n /**\n * Gets or sets the id of the job stream.\n */\n jobStreamId?: string;\n /**\n * Gets or sets the creation time of the job.\n */\n time?: Date;\n /**\n * Gets or sets the stream type. Possible values include: 'Progress', 'Output', 'Warning',\n * 'Error', 'Debug', 'Verbose', 'Any'\n */\n streamType?: JobStreamType;\n /**\n * Gets or sets the stream text.\n */\n streamText?: string;\n /**\n * Gets or sets the summary.\n */\n summary?: string;\n /**\n * Gets or sets the values of the job stream.\n */\n value?: { [propertyName: string]: any };\n}\n\n/**\n * Definition of the job.\n */\nexport interface Job extends ProxyResource {\n /**\n * Gets or sets the runbook.\n */\n runbook?: RunbookAssociationProperty;\n /**\n * Gets or sets the job started by.\n */\n startedBy?: string;\n /**\n * Gets or sets the runOn which specifies the group name where the job is to be executed.\n */\n runOn?: string;\n /**\n * Gets or sets the id of the job.\n */\n jobId?: string;\n /**\n * Gets or sets the creation time of the job.\n */\n creationTime?: Date;\n /**\n * Gets or sets the status of the job. Possible values include: 'New', 'Activating', 'Running',\n * 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending',\n * 'Stopping', 'Resuming', 'Removing'\n */\n status?: JobStatus;\n /**\n * Gets or sets the status details of the job.\n */\n statusDetails?: string;\n /**\n * Gets or sets the start time of the job.\n */\n startTime?: Date;\n /**\n * Gets or sets the end time of the job.\n */\n endTime?: Date;\n /**\n * Gets or sets the exception of the job.\n */\n exception?: string;\n /**\n * Gets or sets the last modified time of the job.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the last status modified time of the job.\n */\n lastStatusModifiedTime?: Date;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * The current provisioning state of the job. Possible values include: 'Failed', 'Succeeded',\n * 'Suspended', 'Processing'\n */\n provisioningState?: JobProvisioningState;\n}\n\n/**\n * Job collection item properties.\n */\nexport interface JobCollectionItem extends ProxyResource {\n /**\n * The runbook association.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly runbook?: RunbookAssociationProperty;\n /**\n * The id of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobId?: string;\n /**\n * The creation time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The status of the job. Possible values include: 'New', 'Activating', 'Running', 'Completed',\n * 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping',\n * 'Resuming', 'Removing'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: JobStatus;\n /**\n * The start time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * The last modified time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The provisioning state of a resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Specifies the runOn group name where the job was executed.\n */\n runOn?: string;\n}\n\n/**\n * The parameters supplied to the create job operation.\n */\nexport interface JobCreateParameters {\n /**\n * Gets or sets the runbook.\n */\n runbook?: RunbookAssociationProperty;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the runOn which specifies the group name where the job is to be executed.\n */\n runOn?: string;\n}\n\n/**\n * Definition of the dsc node report error type.\n */\nexport interface DscReportError {\n /**\n * Gets or sets the source of the error.\n */\n errorSource?: string;\n /**\n * Gets or sets the resource ID which generated the error.\n */\n resourceId?: string;\n /**\n * Gets or sets the error code.\n */\n errorCode?: string;\n /**\n * Gets or sets the error message.\n */\n errorMessage?: string;\n /**\n * Gets or sets the locale of the error.\n */\n locale?: string;\n /**\n * Gets or sets the error details.\n */\n errorDetails?: string;\n}\n\n/**\n * Navigation for DSC Report Resource.\n */\nexport interface DscReportResourceNavigation {\n /**\n * Gets or sets the ID of the resource to navigate to.\n */\n resourceId?: string;\n}\n\n/**\n * Definition of the DSC Report Resource.\n */\nexport interface DscReportResource {\n /**\n * Gets or sets the ID of the resource.\n */\n resourceId?: string;\n /**\n * Gets or sets the source info of the resource.\n */\n sourceInfo?: string;\n /**\n * Gets or sets the Resource Navigation values for resources the resource depends on.\n */\n dependsOn?: DscReportResourceNavigation[];\n /**\n * Gets or sets the module name of the resource.\n */\n moduleName?: string;\n /**\n * Gets or sets the module version of the resource.\n */\n moduleVersion?: string;\n /**\n * Gets or sets the name of the resource.\n */\n resourceName?: string;\n /**\n * Gets or sets the error of the resource.\n */\n error?: string;\n /**\n * Gets or sets the status of the resource.\n */\n status?: string;\n /**\n * Gets or sets the duration in seconds for the resource.\n */\n durationInSeconds?: number;\n /**\n * Gets or sets the start date of the resource.\n */\n startDate?: Date;\n}\n\n/**\n * Definition of the DSC Meta Configuration.\n */\nexport interface DscMetaConfiguration {\n /**\n * Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.\n */\n configurationModeFrequencyMins?: number;\n /**\n * Gets or sets the RebootNodeIfNeeded value of the meta configuration.\n */\n rebootNodeIfNeeded?: boolean;\n /**\n * Gets or sets the ConfigurationMode value of the meta configuration.\n */\n configurationMode?: string;\n /**\n * Gets or sets the ActionAfterReboot value of the meta configuration.\n */\n actionAfterReboot?: string;\n /**\n * Gets or sets the CertificateId value of the meta configuration.\n */\n certificateId?: string;\n /**\n * Gets or sets the RefreshFrequencyMins value of the meta configuration.\n */\n refreshFrequencyMins?: number;\n /**\n * Gets or sets the AllowModuleOverwrite value of the meta configuration.\n */\n allowModuleOverwrite?: boolean;\n}\n\n/**\n * Definition of the dsc node report type.\n */\nexport interface DscNodeReport {\n /**\n * Gets or sets the end time of the node report.\n */\n endTime?: Date;\n /**\n * Gets or sets the lastModifiedTime of the node report.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the start time of the node report.\n */\n startTime?: Date;\n /**\n * Gets or sets the type of the node report.\n */\n type?: string;\n /**\n * Gets or sets the id of the node report.\n */\n reportId?: string;\n /**\n * Gets or sets the status of the node report.\n */\n status?: string;\n /**\n * Gets or sets the refreshMode of the node report.\n */\n refreshMode?: string;\n /**\n * Gets or sets the rebootRequested of the node report.\n */\n rebootRequested?: string;\n /**\n * Gets or sets the reportFormatVersion of the node report.\n */\n reportFormatVersion?: string;\n /**\n * Gets or sets the configurationVersion of the node report.\n */\n configurationVersion?: string;\n /**\n * Gets or sets the id.\n */\n id?: string;\n /**\n * Gets or sets the errors for the node report.\n */\n errors?: DscReportError[];\n /**\n * Gets or sets the resource for the node report.\n */\n resources?: DscReportResource[];\n /**\n * Gets or sets the metaConfiguration of the node at the time of the report.\n */\n metaConfiguration?: DscMetaConfiguration;\n /**\n * Gets or sets the hostname of the node that sent the report.\n */\n hostName?: string;\n /**\n * Gets or sets the IPv4 address of the node that sent the report.\n */\n iPV4Addresses?: string[];\n /**\n * Gets or sets the IPv6 address of the node that sent the report.\n */\n iPV6Addresses?: string[];\n /**\n * Gets or sets the number of resource in the node report.\n */\n numberOfResources?: number;\n /**\n * Gets or sets the unparsed errors for the node report.\n */\n rawErrors?: string;\n}\n\n/**\n * Definition of the agent registration keys.\n */\nexport interface AgentRegistrationKeys {\n /**\n * Gets or sets the primary key.\n */\n primary?: string;\n /**\n * Gets or sets the secondary key.\n */\n secondary?: string;\n}\n\n/**\n * Definition of the agent registration information type.\n */\nexport interface AgentRegistration {\n /**\n * Gets or sets the dsc meta configuration.\n */\n dscMetaConfiguration?: string;\n /**\n * Gets or sets the dsc server endpoint.\n */\n endpoint?: string;\n /**\n * Gets or sets the agent registration keys.\n */\n keys?: AgentRegistrationKeys;\n /**\n * Gets or sets the id.\n */\n id?: string;\n}\n\n/**\n * The dsc extensionHandler property associated with the node\n */\nexport interface DscNodeExtensionHandlerAssociationProperty {\n /**\n * Gets or sets the name of the extension handler.\n */\n name?: string;\n /**\n * Gets or sets the version of the extension handler.\n */\n version?: string;\n}\n\n/**\n * Definition of a DscNode\n */\nexport interface DscNode extends ProxyResource {\n /**\n * Gets or sets the last seen time of the node.\n */\n lastSeen?: Date;\n /**\n * Gets or sets the registration time of the node.\n */\n registrationTime?: Date;\n /**\n * Gets or sets the ip of the node.\n */\n ip?: string;\n /**\n * Gets or sets the account id of the node.\n */\n accountId?: string;\n /**\n * Gets or sets the name of the dsc node configuration.\n */\n dscNodeName?: string;\n /**\n * Gets or sets the status of the node.\n */\n status?: string;\n /**\n * Gets or sets the node id.\n */\n nodeId?: string;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n /**\n * Gets the total number of records matching filter criteria.\n */\n totalCount?: number;\n /**\n * Gets or sets the list of extensionHandler properties for a Node.\n */\n extensionHandler?: DscNodeExtensionHandlerAssociationProperty[];\n}\n\n/**\n * The parameters supplied to the regenerate keys operation.\n */\nexport interface AgentRegistrationRegenerateKeyParameter {\n /**\n * Gets or sets the agent registration key name - primary or secondary. Possible values include:\n * 'primary', 'secondary'\n */\n keyName: AgentRegistrationKeyName;\n}\n\n/**\n * An interface representing DscNodeUpdateParametersProperties.\n */\nexport interface DscNodeUpdateParametersProperties {\n /**\n * Gets or sets the name of the dsc node configuration.\n */\n name?: string;\n}\n\n/**\n * The parameters supplied to the update dsc node operation.\n */\nexport interface DscNodeUpdateParameters {\n /**\n * Gets or sets the id of the dsc node.\n */\n nodeId?: string;\n properties?: DscNodeUpdateParametersProperties;\n}\n\n/**\n * The Dsc configuration property associated with the entity.\n */\nexport interface DscConfigurationAssociationProperty {\n /**\n * Gets or sets the name of the Dsc configuration.\n */\n name?: string;\n}\n\n/**\n * Definition of the Dsc Compilation job.\n */\nexport interface DscCompilationJob extends ProxyResource {\n /**\n * Gets or sets the configuration.\n */\n configuration?: DscConfigurationAssociationProperty;\n /**\n * Gets the compilation job started by.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startedBy?: string;\n /**\n * Gets the id of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobId?: string;\n /**\n * Gets the creation time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The current provisioning state of the job. Possible values include: 'Failed', 'Succeeded',\n * 'Suspended', 'Processing'\n */\n provisioningState?: JobProvisioningState;\n /**\n * Gets or sets the runOn which specifies the group name where the job is to be executed.\n */\n runOn?: string;\n /**\n * Gets or sets the status of the job. Possible values include: 'New', 'Activating', 'Running',\n * 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending',\n * 'Stopping', 'Resuming', 'Removing'\n */\n status?: JobStatus;\n /**\n * Gets or sets the status details of the job.\n */\n statusDetails?: string;\n /**\n * Gets the start time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * Gets the end time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * Gets the exception of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exception?: string;\n /**\n * Gets the last modified time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets the last status modified time of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastStatusModifiedTime?: Date;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n}\n\n/**\n * The parameters supplied to the create compilation job operation.\n */\nexport interface DscCompilationJobCreateParameters {\n /**\n * Gets or sets the configuration.\n */\n configuration: DscConfigurationAssociationProperty;\n /**\n * Gets or sets the parameters of the job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * If a new build version of NodeConfiguration is required.\n */\n incrementNodeConfigurationBuild?: boolean;\n /**\n * Gets or sets name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Definition of the dsc node configuration.\n */\nexport interface DscNodeConfiguration extends ProxyResource {\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the configuration of the node.\n */\n configuration?: DscConfigurationAssociationProperty;\n /**\n * Source of node configuration.\n */\n source?: string;\n /**\n * Number of nodes with this node configuration assigned\n */\n nodeCount?: number;\n /**\n * If a new build version of NodeConfiguration is required.\n */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/**\n * The parameters supplied to the create or update node configuration operation.\n */\nexport interface DscNodeConfigurationCreateOrUpdateParameters {\n /**\n * Gets or sets the source.\n */\n source: ContentSource;\n /**\n * Gets or sets the configuration of the node.\n */\n configuration: DscConfigurationAssociationProperty;\n /**\n * If a new build version of NodeConfiguration is required.\n */\n incrementNodeConfigurationBuild?: boolean;\n /**\n * Name of the node configuration.\n */\n name?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An interface representing NodeCountProperties.\n */\nexport interface NodeCountProperties {\n /**\n * Gets the count for the name\n */\n count?: number;\n}\n\n/**\n * Number of nodes based on the Filter\n */\nexport interface NodeCount {\n /**\n * Gets the name of a count type\n */\n name?: string;\n properties?: NodeCountProperties;\n}\n\n/**\n * Gets the count of nodes by count type\n */\nexport interface NodeCounts {\n /**\n * Gets an array of counts\n */\n value?: NodeCount[];\n /**\n * Gets the total number of records matching countType criteria.\n */\n totalCount?: number;\n}\n\n/**\n * Definition of the runbook parameter type.\n */\nexport interface RunbookParameter {\n /**\n * Gets or sets the type of the parameter.\n */\n type?: string;\n /**\n * Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.\n */\n isMandatory?: boolean;\n /**\n * Get or sets the position of the parameter.\n */\n position?: number;\n /**\n * Gets or sets the default value of parameter.\n */\n defaultValue?: string;\n}\n\n/**\n * An interface representing RunbookDraft.\n */\nexport interface RunbookDraft {\n /**\n * Gets or sets whether runbook is in edit mode.\n */\n inEdit?: boolean;\n /**\n * Gets or sets the draft runbook content link.\n */\n draftContentLink?: ContentLink;\n /**\n * Gets or sets the creation time of the runbook draft.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time of the runbook draft.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the runbook draft parameters.\n */\n parameters?: { [propertyName: string]: RunbookParameter };\n /**\n * Gets or sets the runbook output types.\n */\n outputTypes?: string[];\n}\n\n/**\n * Definition of the runbook type.\n */\nexport interface Runbook extends TrackedResource {\n /**\n * Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph',\n * 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'\n */\n runbookType?: RunbookTypeEnum;\n /**\n * Gets or sets the published runbook content link.\n */\n publishContentLink?: ContentLink;\n /**\n * Gets or sets the state of the runbook. Possible values include: 'New', 'Edit', 'Published'\n */\n state?: RunbookState;\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the option to log activity trace of the runbook.\n */\n logActivityTrace?: number;\n /**\n * Gets or sets the job count of the runbook.\n */\n jobCount?: number;\n /**\n * Gets or sets the runbook parameters.\n */\n parameters?: { [propertyName: string]: RunbookParameter };\n /**\n * Gets or sets the runbook output types.\n */\n outputTypes?: string[];\n /**\n * Gets or sets the draft runbook properties.\n */\n draft?: RunbookDraft;\n /**\n * Gets or sets the provisioning state of the runbook. Possible values include: 'Succeeded'\n */\n provisioningState?: RunbookProvisioningState;\n /**\n * Gets or sets the last modified by.\n */\n lastModifiedBy?: string;\n /**\n * Gets or sets the creation time.\n */\n creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the description.\n */\n description?: string;\n /**\n * Gets or sets the etag of the resource.\n */\n etag?: string;\n}\n\n/**\n * The parameters supplied to the create or update runbook operation.\n */\nexport interface RunbookCreateOrUpdateParameters {\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph',\n * 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'\n */\n runbookType: RunbookTypeEnum;\n /**\n * Gets or sets the draft runbook properties.\n */\n draft?: RunbookDraft;\n /**\n * Gets or sets the published runbook content link.\n */\n publishContentLink?: ContentLink;\n /**\n * Gets or sets the description of the runbook.\n */\n description?: string;\n /**\n * Gets or sets the activity-level tracing options of the runbook.\n */\n logActivityTrace?: number;\n /**\n * Gets or sets the name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The parameters supplied to the update runbook operation.\n */\nexport interface RunbookUpdateParameters {\n /**\n * Gets or sets the description of the runbook.\n */\n description?: string;\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the activity-level tracing options of the runbook.\n */\n logActivityTrace?: number;\n /**\n * Gets or sets the name of the resource.\n */\n name?: string;\n /**\n * Gets or sets the location of the resource.\n */\n location?: string;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The response model for the undo edit runbook operation.\n */\nexport interface RunbookDraftUndoEditResult {\n /**\n * Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted',\n * 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent',\n * 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther',\n * 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect',\n * 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound',\n * 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout',\n * 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge',\n * 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable',\n * 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway',\n * 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'\n */\n statusCode?: HttpStatusCode;\n requestId?: string;\n}\n\n/**\n * The parameters supplied to the create test job operation.\n */\nexport interface TestJobCreateParameters {\n /**\n * Gets or sets the parameters of the test job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * Gets or sets the runOn which specifies the group name where the job is to be executed.\n */\n runOn?: string;\n}\n\n/**\n * Definition of the test job.\n */\nexport interface TestJob {\n /**\n * Gets or sets the creation time of the test job.\n */\n creationTime?: Date;\n /**\n * Gets or sets the status of the test job.\n */\n status?: string;\n /**\n * Gets or sets the status details of the test job.\n */\n statusDetails?: string;\n /**\n * Gets or sets the runOn which specifies the group name where the job is to be executed.\n */\n runOn?: string;\n /**\n * Gets or sets the start time of the test job.\n */\n startTime?: Date;\n /**\n * Gets or sets the end time of the test job.\n */\n endTime?: Date;\n /**\n * Gets or sets the exception of the test job.\n */\n exception?: string;\n /**\n * Gets or sets the last modified time of the test job.\n */\n lastModifiedTime?: Date;\n /**\n * Gets or sets the last status modified time of the test job.\n */\n lastStatusModifiedTime?: Date;\n /**\n * Gets or sets the parameters of the test job.\n */\n parameters?: { [propertyName: string]: string };\n /**\n * The activity-level tracing options of the runbook.\n */\n logActivityTrace?: number;\n}\n\n/**\n * The parameters supplied to the create or update draft runbook properties.\n */\nexport interface RunbookCreateOrUpdateDraftProperties {\n /**\n * Gets or sets verbose log option.\n */\n logVerbose?: boolean;\n /**\n * Gets or sets progress log option.\n */\n logProgress?: boolean;\n /**\n * Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph',\n * 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'\n */\n runbookType: RunbookTypeEnum;\n /**\n * Gets or sets the draft runbook properties.\n */\n draft: RunbookDraft;\n /**\n * Gets or sets the description of the runbook.\n */\n description?: string;\n /**\n * Gets or sets the activity-level tracing options of the runbook.\n */\n logActivityTrace?: number;\n}\n\n/**\n * The parameters supplied to the create or update runbook operation.\n */\nexport interface RunbookCreateOrUpdateDraftParameters {\n /**\n * Content of the Runbook.\n */\n runbookContent: string;\n}\n\n/**\n * The parameters supplied to the create or update module operation.\n */\nexport interface PythonPackageCreateParameters {\n /**\n * Gets or sets the module content link.\n */\n contentLink: ContentLink;\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The parameters supplied to the update module operation.\n */\nexport interface PythonPackageUpdateParameters {\n /**\n * Gets or sets the tags attached to the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StatisticsListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DscConfigurationUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The create or update parameters for configuration.\n */\n parameters?: DscConfigurationUpdateParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DscConfigurationListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n /**\n * The number of rows to skip.\n */\n skip?: number;\n /**\n * The the number of rows to take.\n */\n top?: number;\n /**\n * Return total rows.\n */\n inlinecount?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface HybridRunbookWorkerGroupListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobScheduleListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface WebhookListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface WatcherListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationsCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationsGetByNameOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationRunsGetByIdOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationRunsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n /**\n * The filter to apply on the operation. You can use the following filters: 'properties/osType',\n * 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'\n */\n filter?: string;\n /**\n * Number of entries you skip before returning results\n */\n skip?: string;\n /**\n * Maximum number of entries returned in the results collection\n */\n top?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SoftwareUpdateConfigurationMachineRunsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n /**\n * The filter to apply on the operation. You can use the following filters: 'properties/osType',\n * 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'\n */\n filter?: string;\n /**\n * number of entries you skip before returning results\n */\n skip?: string;\n /**\n * Maximum number of entries returned in the results collection\n */\n top?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SourceControlListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SourceControlSyncJobListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SourceControlSyncJobStreamsListBySyncJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobGetOutputOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobGetRunbookContentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobSuspendOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobStopOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobResumeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobListByAutomationAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobStreamGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobStreamListByJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobStreamListByJobNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Identifies this specific client request.\n */\n clientRequestId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DscNodeListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n /**\n * The number of rows to skip.\n */\n skip?: number;\n /**\n * The the number of rows to take.\n */\n top?: number;\n /**\n * Return total rows.\n */\n inlinecount?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface NodeReportsListByNodeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DscCompilationJobListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DscNodeConfigurationListByAutomationAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n /**\n * The number of rows to skip.\n */\n skip?: number;\n /**\n * The the number of rows to take.\n */\n top?: number;\n /**\n * Return total rows.\n */\n inlinecount?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TestJobStreamsListByTestJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * An interface representing AutomationClientOptions.\n */\nexport interface AutomationClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for ReplaceContent operation.\n */\nexport interface RunbookDraftReplaceContentHeaders {\n /**\n * URL to query for status of the operation.\n */\n location: string;\n}\n\n/**\n * Defines headers for Publish operation.\n */\nexport interface RunbookPublishHeaders {\n /**\n * URL to query for status of the operation.\n */\n location: string;\n}\n\n/**\n * @interface\n * The response model for the list account operation.\n * @extends Array<AutomationAccount>\n */\nexport interface AutomationAccountListResult extends Array<AutomationAccount> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list of Automation operations\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n}\n\n/**\n * @interface\n * The response model for the list statistics operation.\n * @extends Array<Statistics>\n */\nexport interface StatisticsListResult extends Array<Statistics> {\n}\n\n/**\n * @interface\n * The response model for the get usage operation.\n * @extends Array<Usage>\n */\nexport interface UsageListResult extends Array<Usage> {\n}\n\n/**\n * @interface\n * The response model for the list certificate operation.\n * @extends Array<Certificate>\n */\nexport interface CertificateListResult extends Array<Certificate> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list connection operation.\n * @extends Array<Connection>\n */\nexport interface ConnectionListResult extends Array<Connection> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list connection type operation.\n * @extends Array<ConnectionType>\n */\nexport interface ConnectionTypeListResult extends Array<ConnectionType> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list credential operation.\n * @extends Array<Credential>\n */\nexport interface CredentialListResult extends Array<Credential> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list configuration operation.\n * @extends Array<DscConfiguration>\n */\nexport interface DscConfigurationListResult extends Array<DscConfiguration> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n /**\n * Gets the total number of configurations matching filter criteria.\n */\n totalCount?: number;\n}\n\n/**\n * @interface\n * The response model for the list hybrid runbook worker groups.\n * @extends Array<HybridRunbookWorkerGroup>\n */\nexport interface HybridRunbookWorkerGroupsListResult extends Array<HybridRunbookWorkerGroup> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list job schedule operation.\n * @extends Array<JobSchedule>\n */\nexport interface JobScheduleListResult extends Array<JobSchedule> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list activity operation.\n * @extends Array<Activity>\n */\nexport interface ActivityListResult extends Array<Activity> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list module operation.\n * @extends Array<Module>\n */\nexport interface ModuleListResult extends Array<Module> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list fields operation.\n * @extends Array<TypeField>\n */\nexport interface TypeFieldListResult extends Array<TypeField> {\n}\n\n/**\n * @interface\n * The response model for the list schedule operation.\n * @extends Array<Schedule>\n */\nexport interface ScheduleListResult extends Array<Schedule> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list variables operation.\n * @extends Array<Variable>\n */\nexport interface VariableListResult extends Array<Variable> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list webhook operation.\n * @extends Array<Webhook>\n */\nexport interface WebhookListResult extends Array<Webhook> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list watcher operation.\n * @extends Array<Watcher>\n */\nexport interface WatcherListResult extends Array<Watcher> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list source controls operation.\n * @extends Array<SourceControl>\n */\nexport interface SourceControlListResult extends Array<SourceControl> {\n /**\n * The next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list source control sync jobs operation.\n * @extends Array<SourceControlSyncJob>\n */\nexport interface SourceControlSyncJobListResult extends Array<SourceControlSyncJob> {\n /**\n * The next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list source control sync job streams operation.\n * @extends Array<SourceControlSyncJobStream>\n */\nexport interface SourceControlSyncJobStreamsListBySyncJob extends Array<SourceControlSyncJobStream> {\n /**\n * The next link.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list job operation.\n * @extends Array<JobCollectionItem>\n */\nexport interface JobListResultV2 extends Array<JobCollectionItem> {\n /**\n * The link to the next page.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list job stream operation.\n * @extends Array<JobStream>\n */\nexport interface JobStreamListResult extends Array<JobStream> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list dsc nodes operation.\n * @extends Array<DscNode>\n */\nexport interface DscNodeListResult extends Array<DscNode> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n /**\n * Gets the total number of nodes matching filter criteria.\n */\n totalCount?: number;\n}\n\n/**\n * @interface\n * The response model for the list dsc nodes operation.\n * @extends Array<DscNodeReport>\n */\nexport interface DscNodeReportListResult extends Array<DscNodeReport> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list job operation.\n * @extends Array<DscCompilationJob>\n */\nexport interface DscCompilationJobListResult extends Array<DscCompilationJob> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response model for the list job operation.\n * @extends Array<DscNodeConfiguration>\n */\nexport interface DscNodeConfigurationListResult extends Array<DscNodeConfiguration> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n /**\n * Gets or sets the total rows in query.\n */\n totalCount?: number;\n}\n\n/**\n * @interface\n * The response model for the list runbook operation.\n * @extends Array<Runbook>\n */\nexport interface RunbookListResult extends Array<Runbook> {\n /**\n * Gets or sets the next link.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for SkuNameEnum.\n * Possible values include: 'Free', 'Basic'\n * @readonly\n * @enum {string}\n */\nexport type SkuNameEnum = 'Free' | 'Basic';\n\n/**\n * Defines values for AutomationAccountState.\n * Possible values include: 'Ok', 'Unavailable', 'Suspended'\n * @readonly\n * @enum {string}\n */\nexport type AutomationAccountState = 'Ok' | 'Unavailable' | 'Suspended';\n\n/**\n * Defines values for AutomationKeyName.\n * Possible values include: 'Primary', 'Secondary'\n * @readonly\n * @enum {string}\n */\nexport type AutomationKeyName = 'Primary' | 'Secondary';\n\n/**\n * Defines values for AutomationKeyPermissions.\n * Possible values include: 'Read', 'Full'\n * @readonly\n * @enum {string}\n */\nexport type AutomationKeyPermissions = 'Read' | 'Full';\n\n/**\n * Defines values for ContentSourceType.\n * Possible values include: 'embeddedContent', 'uri'\n * @readonly\n * @enum {string}\n */\nexport type ContentSourceType = 'embeddedContent' | 'uri';\n\n/**\n * Defines values for DscConfigurationProvisioningState.\n * Possible values include: 'Succeeded'\n * @readonly\n * @enum {string}\n */\nexport type DscConfigurationProvisioningState = 'Succeeded';\n\n/**\n * Defines values for DscConfigurationState.\n * Possible values include: 'New', 'Edit', 'Published'\n * @readonly\n * @enum {string}\n */\nexport type DscConfigurationState = 'New' | 'Edit' | 'Published';\n\n/**\n * Defines values for GroupTypeEnum.\n * Possible values include: 'User', 'System'\n * @readonly\n * @enum {string}\n */\nexport type GroupTypeEnum = 'User' | 'System';\n\n/**\n * Defines values for ModuleProvisioningState.\n * Possible values include: 'Created', 'Creating', 'StartingImportModuleRunbook',\n * 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated',\n * 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored',\n * 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Cancelled', 'Updating'\n * @readonly\n * @enum {string}\n */\nexport type ModuleProvisioningState = 'Created' | 'Creating' | 'StartingImportModuleRunbook' | 'RunningImportModuleRunbook' | 'ContentRetrieved' | 'ContentDownloaded' | 'ContentValidated' | 'ConnectionTypeImported' | 'ContentStored' | 'ModuleDataStored' | 'ActivitiesStored' | 'ModuleImportRunbookComplete' | 'Succeeded' | 'Failed' | 'Cancelled' | 'Updating';\n\n/**\n * Defines values for ScheduleDay.\n * Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday',\n * 'Sunday'\n * @readonly\n * @enum {string}\n */\nexport type ScheduleDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';\n\n/**\n * Defines values for ScheduleFrequency.\n * Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month'\n * @readonly\n * @enum {string}\n */\nexport type ScheduleFrequency = 'OneTime' | 'Day' | 'Hour' | 'Week' | 'Month';\n\n/**\n * Defines values for OperatingSystemType.\n * Possible values include: 'Windows', 'Linux'\n * @readonly\n * @enum {string}\n */\nexport type OperatingSystemType = 'Windows' | 'Linux';\n\n/**\n * Defines values for WindowsUpdateClasses.\n * Possible values include: 'Unclassified', 'Critical', 'Security', 'UpdateRollup', 'FeaturePack',\n * 'ServicePack', 'Definition', 'Tools', 'Updates'\n * @readonly\n * @enum {string}\n */\nexport type WindowsUpdateClasses = 'Unclassified' | 'Critical' | 'Security' | 'UpdateRollup' | 'FeaturePack' | 'ServicePack' | 'Definition' | 'Tools' | 'Updates';\n\n/**\n * Defines values for LinuxUpdateClasses.\n * Possible values include: 'Unclassified', 'Critical', 'Security', 'Other'\n * @readonly\n * @enum {string}\n */\nexport type LinuxUpdateClasses = 'Unclassified' | 'Critical' | 'Security' | 'Other';\n\n/**\n * Defines values for TagOperators.\n * Possible values include: 'All', 'Any'\n * @readonly\n * @enum {string}\n */\nexport type TagOperators = 'All' | 'Any';\n\n/**\n * Defines values for SourceType.\n * Possible values include: 'VsoGit', 'VsoTfvc', 'GitHub'\n * @readonly\n * @enum {string}\n */\nexport type SourceType = 'VsoGit' | 'VsoTfvc' | 'GitHub';\n\n/**\n * Defines values for TokenType.\n * Possible values include: 'PersonalAccessToken', 'Oauth'\n * @readonly\n * @enum {string}\n */\nexport type TokenType = 'PersonalAccessToken' | 'Oauth';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Completed', 'Failed', 'Running'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Completed' | 'Failed' | 'Running';\n\n/**\n * Defines values for SyncType.\n * Possible values include: 'PartialSync', 'FullSync'\n * @readonly\n * @enum {string}\n */\nexport type SyncType = 'PartialSync' | 'FullSync';\n\n/**\n * Defines values for StreamType.\n * Possible values include: 'Error', 'Output'\n * @readonly\n * @enum {string}\n */\nexport type StreamType = 'Error' | 'Output';\n\n/**\n * Defines values for JobStreamType.\n * Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'\n * @readonly\n * @enum {string}\n */\nexport type JobStreamType = 'Progress' | 'Output' | 'Warning' | 'Error' | 'Debug' | 'Verbose' | 'Any';\n\n/**\n * Defines values for JobStatus.\n * Possible values include: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped',\n * 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing'\n * @readonly\n * @enum {string}\n */\nexport type JobStatus = 'New' | 'Activating' | 'Running' | 'Completed' | 'Failed' | 'Stopped' | 'Blocked' | 'Suspended' | 'Disconnected' | 'Suspending' | 'Stopping' | 'Resuming' | 'Removing';\n\n/**\n * Defines values for JobProvisioningState.\n * Possible values include: 'Failed', 'Succeeded', 'Suspended', 'Processing'\n * @readonly\n * @enum {string}\n */\nexport type JobProvisioningState = 'Failed' | 'Succeeded' | 'Suspended' | 'Processing';\n\n/**\n * Defines values for AgentRegistrationKeyName.\n * Possible values include: 'primary', 'secondary'\n * @readonly\n * @enum {string}\n */\nexport type AgentRegistrationKeyName = 'primary' | 'secondary';\n\n/**\n * Defines values for RunbookTypeEnum.\n * Possible values include: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell',\n * 'GraphPowerShellWorkflow', 'GraphPowerShell'\n * @readonly\n * @enum {string}\n */\nexport type RunbookTypeEnum = 'Script' | 'Graph' | 'PowerShellWorkflow' | 'PowerShell' | 'GraphPowerShellWorkflow' | 'GraphPowerShell';\n\n/**\n * Defines values for RunbookState.\n * Possible values include: 'New', 'Edit', 'Published'\n * @readonly\n * @enum {string}\n */\nexport type RunbookState = 'New' | 'Edit' | 'Published';\n\n/**\n * Defines values for RunbookProvisioningState.\n * Possible values include: 'Succeeded'\n * @readonly\n * @enum {string}\n */\nexport type RunbookProvisioningState = 'Succeeded';\n\n/**\n * Defines values for HttpStatusCode.\n * Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted',\n * 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices',\n * 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod',\n * 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest',\n * 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable',\n * 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired',\n * 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType',\n * 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError',\n * 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout',\n * 'HttpVersionNotSupported'\n * @readonly\n * @enum {string}\n */\nexport type HttpStatusCode = 'Continue' | 'SwitchingProtocols' | 'OK' | 'Created' | 'Accepted' | 'NonAuthoritativeInformation' | 'NoContent' | 'ResetContent' | 'PartialContent' | 'MultipleChoices' | 'Ambiguous' | 'MovedPermanently' | 'Moved' | 'Found' | 'Redirect' | 'SeeOther' | 'RedirectMethod' | 'NotModified' | 'UseProxy' | 'Unused' | 'TemporaryRedirect' | 'RedirectKeepVerb' | 'BadRequest' | 'Unauthorized' | 'PaymentRequired' | 'Forbidden' | 'NotFound' | 'MethodNotAllowed' | 'NotAcceptable' | 'ProxyAuthenticationRequired' | 'RequestTimeout' | 'Conflict' | 'Gone' | 'LengthRequired' | 'PreconditionFailed' | 'RequestEntityTooLarge' | 'RequestUriTooLong' | 'UnsupportedMediaType' | 'RequestedRangeNotSatisfiable' | 'ExpectationFailed' | 'UpgradeRequired' | 'InternalServerError' | 'NotImplemented' | 'BadGateway' | 'ServiceUnavailable' | 'GatewayTimeout' | 'HttpVersionNotSupported';\n\n/**\n * Defines values for CountType.\n * Possible values include: 'status', 'nodeconfiguration'\n * @readonly\n * @enum {string}\n */\nexport type CountType = 'status' | 'nodeconfiguration';\n\n/**\n * Contains response data for the update operation.\n */\nexport type AutomationAccountUpdateResponse = AutomationAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccount;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type AutomationAccountCreateOrUpdateResponse = AutomationAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccount;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AutomationAccountGetResponse = AutomationAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccount;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type AutomationAccountListByResourceGroupResponse = AutomationAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AutomationAccountListResponse = AutomationAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type AutomationAccountListByResourceGroupNextResponse = AutomationAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AutomationAccountListNextResponse = AutomationAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AutomationAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type StatisticsListByAutomationAccountResponse = StatisticsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StatisticsListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type UsagesListByAutomationAccountResponse = UsageListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UsageListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type KeysListByAutomationAccountResponse = KeyListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: KeyListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CertificateGetResponse = Certificate & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Certificate;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type CertificateCreateOrUpdateResponse = Certificate & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Certificate;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type CertificateUpdateResponse = Certificate & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Certificate;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type CertificateListByAutomationAccountResponse = CertificateListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CertificateListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type CertificateListByAutomationAccountNextResponse = CertificateListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CertificateListResult;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type ConnectionDeleteMethodResponse = Connection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Connection;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ConnectionGetResponse = Connection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Connection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ConnectionCreateOrUpdateResponse = Connection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Connection;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ConnectionUpdateResponse = Connection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Connection;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type ConnectionListByAutomationAccountResponse = ConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ConnectionTypeGetResponse = ConnectionType & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionType;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ConnectionTypeCreateOrUpdateResponse = ConnectionType & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionType;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type ConnectionTypeListByAutomationAccountResponse = ConnectionTypeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionTypeListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type ConnectionTypeListByAutomationAccountNextResponse = ConnectionTypeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConnectionTypeListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CredentialGetResponse = Credential & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Credential;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type CredentialCreateOrUpdateResponse = Credential & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Credential;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type CredentialUpdateResponse = Credential & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Credential;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type CredentialListByAutomationAccountResponse = CredentialListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CredentialListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type CredentialListByAutomationAccountNextResponse = CredentialListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CredentialListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DscConfigurationGetResponse = DscConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DscConfigurationCreateOrUpdateResponse = DscConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscConfiguration;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DscConfigurationUpdateResponse = DscConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscConfiguration;\n };\n};\n\n/**\n * Contains response data for the getContent operation.\n */\nexport type DscConfigurationGetContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse;\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type DscConfigurationListByAutomationAccountResponse = DscConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type DscConfigurationListByAutomationAccountNextResponse = DscConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type HybridRunbookWorkerGroupGetResponse = HybridRunbookWorkerGroup & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: HybridRunbookWorkerGroup;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type HybridRunbookWorkerGroupUpdateResponse = HybridRunbookWorkerGroup & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: HybridRunbookWorkerGroup;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type HybridRunbookWorkerGroupListByAutomationAccountResponse = HybridRunbookWorkerGroupsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: HybridRunbookWorkerGroupsListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type HybridRunbookWorkerGroupListByAutomationAccountNextResponse = HybridRunbookWorkerGroupsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: HybridRunbookWorkerGroupsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type JobScheduleGetResponse = JobSchedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobSchedule;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type JobScheduleCreateResponse = JobSchedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobSchedule;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type JobScheduleListByAutomationAccountResponse = JobScheduleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobScheduleListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type JobScheduleListByAutomationAccountNextResponse = JobScheduleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobScheduleListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type LinkedWorkspaceGetResponse = LinkedWorkspace & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LinkedWorkspace;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ActivityGetResponse = Activity & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Activity;\n };\n};\n\n/**\n * Contains response data for the listByModule operation.\n */\nexport type ActivityListByModuleResponse = ActivityListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ActivityListResult;\n };\n};\n\n/**\n * Contains response data for the listByModuleNext operation.\n */\nexport type ActivityListByModuleNextResponse = ActivityListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ActivityListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ModuleGetResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ModuleCreateOrUpdateResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ModuleUpdateResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type ModuleListByAutomationAccountResponse = ModuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ModuleListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type ModuleListByAutomationAccountNextResponse = ModuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ModuleListResult;\n };\n};\n\n/**\n * Contains response data for the listFieldsByModuleAndType operation.\n */\nexport type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TypeFieldListResult;\n };\n};\n\n/**\n * Contains response data for the listFieldsByType operation.\n */\nexport type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TypeFieldListResult;\n };\n};\n\n/**\n * Contains response data for the listByType operation.\n */\nexport type FieldsListByTypeResponse = TypeFieldListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TypeFieldListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ScheduleCreateOrUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ScheduleUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ScheduleGetResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type ScheduleListByAutomationAccountResponse = ScheduleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type ScheduleListByAutomationAccountNextResponse = ScheduleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type VariableCreateOrUpdateResponse = Variable & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Variable;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type VariableUpdateResponse = Variable & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Variable;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type VariableGetResponse = Variable & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Variable;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type VariableListByAutomationAccountResponse = VariableListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VariableListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type VariableListByAutomationAccountNextResponse = VariableListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VariableListResult;\n };\n};\n\n/**\n * Contains response data for the generateUri operation.\n */\nexport type WebhookGenerateUriResponse = {\n /**\n * The parsed response body.\n */\n body: string;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: string;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WebhookGetResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type WebhookCreateOrUpdateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type WebhookUpdateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type WebhookListByAutomationAccountResponse = WebhookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebhookListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type WebhookListByAutomationAccountNextResponse = WebhookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebhookListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type WatcherCreateOrUpdateResponse = Watcher & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Watcher;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WatcherGetResponse = Watcher & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Watcher;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type WatcherUpdateResponse = Watcher & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Watcher;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type WatcherListByAutomationAccountResponse = WatcherListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WatcherListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type WatcherListByAutomationAccountNextResponse = WatcherListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WatcherListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type SoftwareUpdateConfigurationsCreateResponse = SoftwareUpdateConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfiguration;\n };\n};\n\n/**\n * Contains response data for the getByName operation.\n */\nexport type SoftwareUpdateConfigurationsGetByNameResponse = SoftwareUpdateConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SoftwareUpdateConfigurationsListResponse = SoftwareUpdateConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the getById operation.\n */\nexport type SoftwareUpdateConfigurationRunsGetByIdResponse = SoftwareUpdateConfigurationRun & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfigurationRun;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SoftwareUpdateConfigurationRunsListResponse = SoftwareUpdateConfigurationRunListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfigurationRunListResult;\n };\n};\n\n/**\n * Contains response data for the getById operation.\n */\nexport type SoftwareUpdateConfigurationMachineRunsGetByIdResponse = SoftwareUpdateConfigurationMachineRun & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfigurationMachineRun;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SoftwareUpdateConfigurationMachineRunsListResponse = SoftwareUpdateConfigurationMachineRunListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SoftwareUpdateConfigurationMachineRunListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SourceControlCreateOrUpdateResponse = SourceControl & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControl;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type SourceControlUpdateResponse = SourceControl & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControl;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SourceControlGetResponse = SourceControl & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControl;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type SourceControlListByAutomationAccountResponse = SourceControlListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type SourceControlListByAutomationAccountNextResponse = SourceControlListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type SourceControlSyncJobCreateResponse = SourceControlSyncJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SourceControlSyncJobGetResponse = SourceControlSyncJobById & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobById;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type SourceControlSyncJobListByAutomationAccountResponse = SourceControlSyncJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type SourceControlSyncJobListByAutomationAccountNextResponse = SourceControlSyncJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobListResult;\n };\n};\n\n/**\n * Contains response data for the listBySyncJob operation.\n */\nexport type SourceControlSyncJobStreamsListBySyncJobResponse = SourceControlSyncJobStreamsListBySyncJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobStreamsListBySyncJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SourceControlSyncJobStreamsGetResponse = SourceControlSyncJobStreamById & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobStreamById;\n };\n};\n\n/**\n * Contains response data for the listBySyncJobNext operation.\n */\nexport type SourceControlSyncJobStreamsListBySyncJobNextResponse = SourceControlSyncJobStreamsListBySyncJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceControlSyncJobStreamsListBySyncJob;\n };\n};\n\n/**\n * Contains response data for the getOutput operation.\n */\nexport type JobGetOutputResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse;\n};\n\n/**\n * Contains response data for the getRunbookContent operation.\n */\nexport type JobGetRunbookContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse;\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type JobGetResponse = Job & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Job;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type JobCreateResponse = Job & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Job;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type JobListByAutomationAccountResponse = JobListResultV2 & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobListResultV2;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type JobListByAutomationAccountNextResponse = JobListResultV2 & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobListResultV2;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type JobStreamGetResponse = JobStream & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStream;\n };\n};\n\n/**\n * Contains response data for the listByJob operation.\n */\nexport type JobStreamListByJobResponse = JobStreamListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStreamListResult;\n };\n};\n\n/**\n * Contains response data for the listByJobNext operation.\n */\nexport type JobStreamListByJobNextResponse = JobStreamListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStreamListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AgentRegistrationInformationGetResponse = AgentRegistration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AgentRegistration;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AgentRegistration;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type DscNodeDeleteMethodResponse = DscNode & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNode;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DscNodeGetResponse = DscNode & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNode;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DscNodeUpdateResponse = DscNode & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNode;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type DscNodeListByAutomationAccountResponse = DscNodeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type DscNodeListByAutomationAccountNextResponse = DscNodeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeListResult;\n };\n};\n\n/**\n * Contains response data for the listByNode operation.\n */\nexport type NodeReportsListByNodeResponse = DscNodeReportListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeReportListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type NodeReportsGetResponse = DscNodeReport & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeReport;\n };\n};\n\n/**\n * Contains response data for the getContent operation.\n */\nexport type NodeReportsGetContentResponse = {\n /**\n * The parsed response body.\n */\n body: any;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: any;\n };\n};\n\n/**\n * Contains response data for the listByNodeNext operation.\n */\nexport type NodeReportsListByNodeNextResponse = DscNodeReportListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeReportListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type DscCompilationJobCreateResponse = DscCompilationJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscCompilationJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DscCompilationJobGetResponse = DscCompilationJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscCompilationJob;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type DscCompilationJobListByAutomationAccountResponse = DscCompilationJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscCompilationJobListResult;\n };\n};\n\n/**\n * Contains response data for the getStream operation.\n */\nexport type DscCompilationJobGetStreamResponse = JobStream & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStream;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type DscCompilationJobBeginCreateResponse = DscCompilationJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscCompilationJob;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type DscCompilationJobListByAutomationAccountNextResponse = DscCompilationJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscCompilationJobListResult;\n };\n};\n\n/**\n * Contains response data for the listByJob operation.\n */\nexport type DscCompilationJobStreamListByJobResponse = JobStreamListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStreamListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DscNodeConfigurationGetResponse = DscNodeConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DscNodeConfigurationCreateOrUpdateResponse = DscNodeConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeConfiguration;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type DscNodeConfigurationListByAutomationAccountResponse = DscNodeConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DscNodeConfigurationBeginCreateOrUpdateResponse = DscNodeConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeConfiguration;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type DscNodeConfigurationListByAutomationAccountNextResponse = DscNodeConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DscNodeConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type NodeCountInformationGetResponse = NodeCounts & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NodeCounts;\n };\n};\n\n/**\n * Contains response data for the getContent operation.\n */\nexport type RunbookDraftGetContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse;\n};\n\n/**\n * Contains response data for the replaceContent operation.\n */\nexport type RunbookDraftReplaceContentResponse = RunbookDraftReplaceContentHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: RunbookDraftReplaceContentHeaders;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RunbookDraftGetResponse = RunbookDraft & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunbookDraft;\n };\n};\n\n/**\n * Contains response data for the undoEdit operation.\n */\nexport type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunbookDraftUndoEditResult;\n };\n};\n\n/**\n * Contains response data for the publish operation.\n */\nexport type RunbookPublishResponse = RunbookPublishHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: RunbookPublishHeaders;\n };\n};\n\n/**\n * Contains response data for the getContent operation.\n */\nexport type RunbookGetContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always undefined in node.js.\n */\n blobBody?: Promise<Blob>;\n\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always undefined in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse;\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RunbookGetResponse = Runbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Runbook;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type RunbookCreateOrUpdateResponse = Runbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Runbook;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type RunbookUpdateResponse = Runbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Runbook;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type RunbookListByAutomationAccountResponse = RunbookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunbookListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type RunbookListByAutomationAccountNextResponse = RunbookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunbookListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TestJobStreamsGetResponse = JobStream & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStream;\n };\n};\n\n/**\n * Contains response data for the listByTestJob operation.\n */\nexport type TestJobStreamsListByTestJobResponse = JobStreamListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStreamListResult;\n };\n};\n\n/**\n * Contains response data for the listByTestJobNext operation.\n */\nexport type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: JobStreamListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type TestJobCreateResponse = TestJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TestJobGetResponse = TestJob & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type Python2PackageGetResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type Python2PackageCreateOrUpdateResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type Python2PackageUpdateResponse = Module & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Module;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccount operation.\n */\nexport type Python2PackageListByAutomationAccountResponse = ModuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ModuleListResult;\n };\n};\n\n/**\n * Contains response data for the listByAutomationAccountNext operation.\n */\nexport type Python2PackageListByAutomationAccountNextResponse = ModuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ModuleListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationAccount: msRest.CompositeMapper = {\n serializedName: \"AutomationAccount\",\n type: {\n name: \"Composite\",\n className: \"AutomationAccount\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationAccountCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"AutomationAccountCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AutomationAccountCreateOrUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const Statistics: msRest.CompositeMapper = {\n serializedName: \"Statistics\",\n type: {\n name: \"Composite\",\n className: \"Statistics\",\n modelProperties: {\n counterProperty: {\n readOnly: true,\n serializedName: \"counterProperty\",\n type: {\n name: \"String\"\n }\n },\n counterValue: {\n readOnly: true,\n serializedName: \"counterValue\",\n type: {\n name: \"Number\"\n }\n },\n startTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageCounterName: msRest.CompositeMapper = {\n serializedName: \"UsageCounterName\",\n type: {\n name: \"Composite\",\n className: \"UsageCounterName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageCounterName\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n throttleStatus: {\n serializedName: \"throttleStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Key: msRest.CompositeMapper = {\n serializedName: \"Key\",\n type: {\n name: \"Composite\",\n className: \"Key\",\n modelProperties: {\n keyName: {\n readOnly: true,\n serializedName: \"KeyName\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n readOnly: true,\n serializedName: \"Permissions\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"Value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyListResult: msRest.CompositeMapper = {\n serializedName: \"KeyListResult\",\n type: {\n name: \"Composite\",\n className: \"KeyListResult\",\n modelProperties: {\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Key\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationAccountUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"AutomationAccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AutomationAccountUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"CertificateCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"CertificateCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n base64Value: {\n required: true,\n serializedName: \"properties.base64Value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"properties.thumbprint\",\n type: {\n name: \"String\"\n }\n },\n isExportable: {\n nullable: false,\n serializedName: \"properties.isExportable\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Certificate: msRest.CompositeMapper = {\n serializedName: \"Certificate\",\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n thumbprint: {\n readOnly: true,\n serializedName: \"properties.thumbprint\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n isExportable: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.isExportable\",\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"CertificateUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"CertificateUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"ConnectionTypeAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ConnectionCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ConnectionCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n connectionType: {\n required: true,\n serializedName: \"properties.connectionType\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\"\n }\n },\n fieldDefinitionValues: {\n serializedName: \"properties.fieldDefinitionValues\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Connection: msRest.CompositeMapper = {\n serializedName: \"Connection\",\n type: {\n name: \"Composite\",\n className: \"Connection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n connectionType: {\n serializedName: \"properties.connectionType\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\"\n }\n },\n fieldDefinitionValues: {\n readOnly: true,\n serializedName: \"properties.fieldDefinitionValues\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ConnectionUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ConnectionUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n fieldDefinitionValues: {\n serializedName: \"properties.fieldDefinitionValues\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FieldDefinition: msRest.CompositeMapper = {\n serializedName: \"FieldDefinition\",\n type: {\n name: \"Composite\",\n className: \"FieldDefinition\",\n modelProperties: {\n isEncrypted: {\n serializedName: \"isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n isOptional: {\n serializedName: \"isOptional\",\n type: {\n name: \"Boolean\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionType: msRest.CompositeMapper = {\n serializedName: \"ConnectionType\",\n type: {\n name: \"Composite\",\n className: \"ConnectionType\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n fieldDefinitions: {\n readOnly: true,\n serializedName: \"properties.fieldDefinitions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"FieldDefinition\"\n }\n }\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ConnectionTypeCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n fieldDefinitions: {\n required: true,\n serializedName: \"properties.fieldDefinitions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"FieldDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CredentialCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"CredentialCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"CredentialCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n required: true,\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n required: true,\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Credential: msRest.CompositeMapper = {\n serializedName: \"Credential\",\n type: {\n name: \"Composite\",\n className: \"Credential\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n userName: {\n readOnly: true,\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CredentialUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"CredentialUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"CredentialUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContentHash: msRest.CompositeMapper = {\n serializedName: \"ContentHash\",\n type: {\n name: \"Composite\",\n className: \"ContentHash\",\n modelProperties: {\n algorithm: {\n required: true,\n serializedName: \"algorithm\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContentSource: msRest.CompositeMapper = {\n serializedName: \"ContentSource\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\",\n modelProperties: {\n hash: {\n serializedName: \"hash\",\n type: {\n name: \"Composite\",\n className: \"ContentHash\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationParameter: msRest.CompositeMapper = {\n serializedName: \"DscConfigurationParameter\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationParameter\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"DscConfigurationCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationCreateOrUpdateParameters\",\n modelProperties: {\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n required: true,\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationParameter\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DscConfiguration: msRest.CompositeMapper = {\n serializedName: \"DscConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DscConfiguration\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\"\n ]\n }\n },\n jobCount: {\n serializedName: \"properties.jobCount\",\n type: {\n name: \"Number\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationParameter\"\n }\n }\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n nodeConfigurationCount: {\n nullable: false,\n serializedName: \"properties.nodeConfigurationCount\",\n type: {\n name: \"Number\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"DscConfigurationUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationUpdateParameters\",\n modelProperties: {\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n required: true,\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationParameter\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunAsCredentialAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"RunAsCredentialAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorker: msRest.CompositeMapper = {\n serializedName: \"HybridRunbookWorker\",\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorker\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n ip: {\n serializedName: \"ip\",\n type: {\n name: \"String\"\n }\n },\n registrationTime: {\n nullable: false,\n serializedName: \"registrationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastSeenDateTime: {\n nullable: false,\n serializedName: \"lastSeenDateTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroup: msRest.CompositeMapper = {\n serializedName: \"HybridRunbookWorkerGroup\",\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroup\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n hybridRunbookWorkers: {\n serializedName: \"hybridRunbookWorkers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorker\"\n }\n }\n }\n },\n credential: {\n serializedName: \"credential\",\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\"\n }\n },\n groupType: {\n serializedName: \"groupType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroupUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"HybridRunbookWorkerGroupUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroupUpdateParameters\",\n modelProperties: {\n credential: {\n serializedName: \"credential\",\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\"\n }\n }\n }\n }\n};\n\nexport const ScheduleAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"ScheduleAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"RunbookAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobSchedule: msRest.CompositeMapper = {\n serializedName: \"JobSchedule\",\n type: {\n name: \"Composite\",\n className: \"JobSchedule\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n jobScheduleId: {\n serializedName: \"properties.jobScheduleId\",\n type: {\n name: \"String\"\n }\n },\n schedule: {\n serializedName: \"properties.schedule\",\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\"\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JobScheduleCreateParameters: msRest.CompositeMapper = {\n serializedName: \"JobScheduleCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"JobScheduleCreateParameters\",\n modelProperties: {\n schedule: {\n required: true,\n serializedName: \"properties.schedule\",\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\"\n }\n },\n runbook: {\n required: true,\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LinkedWorkspace: msRest.CompositeMapper = {\n serializedName: \"LinkedWorkspace\",\n type: {\n name: \"Composite\",\n className: \"LinkedWorkspace\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityParameterValidationSet: msRest.CompositeMapper = {\n serializedName: \"ActivityParameterValidationSet\",\n type: {\n name: \"Composite\",\n className: \"ActivityParameterValidationSet\",\n modelProperties: {\n memberValue: {\n serializedName: \"memberValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityParameter: msRest.CompositeMapper = {\n serializedName: \"ActivityParameter\",\n type: {\n name: \"Composite\",\n className: \"ActivityParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n isDynamic: {\n serializedName: \"isDynamic\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n valueFromPipeline: {\n serializedName: \"valueFromPipeline\",\n type: {\n name: \"Boolean\"\n }\n },\n valueFromPipelineByPropertyName: {\n serializedName: \"valueFromPipelineByPropertyName\",\n type: {\n name: \"Boolean\"\n }\n },\n valueFromRemainingArguments: {\n serializedName: \"valueFromRemainingArguments\",\n type: {\n name: \"Boolean\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n validationSet: {\n serializedName: \"validationSet\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterValidationSet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ActivityParameterSet: msRest.CompositeMapper = {\n serializedName: \"ActivityParameterSet\",\n type: {\n name: \"Composite\",\n className: \"ActivityParameterSet\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ActivityOutputType: msRest.CompositeMapper = {\n serializedName: \"ActivityOutputType\",\n type: {\n name: \"Composite\",\n className: \"ActivityOutputType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Activity: msRest.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"Activity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n definition: {\n serializedName: \"properties.definition\",\n type: {\n name: \"String\"\n }\n },\n parameterSets: {\n serializedName: \"properties.parameterSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterSet\"\n }\n }\n }\n },\n outputTypes: {\n serializedName: \"properties.outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityOutputType\"\n }\n }\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ModuleErrorInfo: msRest.CompositeMapper = {\n serializedName: \"ModuleErrorInfo\",\n type: {\n name: \"Composite\",\n className: \"ModuleErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContentLink: msRest.CompositeMapper = {\n serializedName: \"ContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n contentHash: {\n serializedName: \"contentHash\",\n type: {\n name: \"Composite\",\n className: \"ContentHash\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Module: msRest.CompositeMapper = {\n serializedName: \"Module\",\n type: {\n name: \"Composite\",\n className: \"Module\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n sizeInBytes: {\n serializedName: \"properties.sizeInBytes\",\n type: {\n name: \"Number\"\n }\n },\n activityCount: {\n serializedName: \"properties.activityCount\",\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Created\",\n \"Creating\",\n \"StartingImportModuleRunbook\",\n \"RunningImportModuleRunbook\",\n \"ContentRetrieved\",\n \"ContentDownloaded\",\n \"ContentValidated\",\n \"ConnectionTypeImported\",\n \"ContentStored\",\n \"ModuleDataStored\",\n \"ActivitiesStored\",\n \"ModuleImportRunbookComplete\",\n \"Succeeded\",\n \"Failed\",\n \"Cancelled\",\n \"Updating\"\n ]\n }\n },\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ModuleErrorInfo\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isComposite: {\n serializedName: \"properties.isComposite\",\n type: {\n name: \"Boolean\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ModuleCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ModuleCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ModuleCreateOrUpdateParameters\",\n modelProperties: {\n contentLink: {\n required: true,\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ModuleUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ModuleUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ModuleUpdateParameters\",\n modelProperties: {\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TypeField: msRest.CompositeMapper = {\n serializedName: \"TypeField\",\n type: {\n name: \"Composite\",\n className: \"TypeField\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdvancedScheduleMonthlyOccurrence: msRest.CompositeMapper = {\n serializedName: \"AdvancedScheduleMonthlyOccurrence\",\n type: {\n name: \"Composite\",\n className: \"AdvancedScheduleMonthlyOccurrence\",\n modelProperties: {\n occurrence: {\n serializedName: \"occurrence\",\n type: {\n name: \"Number\"\n }\n },\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdvancedSchedule: msRest.CompositeMapper = {\n serializedName: \"AdvancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\",\n modelProperties: {\n weekDays: {\n serializedName: \"weekDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n monthDays: {\n serializedName: \"monthDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n monthlyOccurrences: {\n serializedName: \"monthlyOccurrences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdvancedScheduleMonthlyOccurrence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScheduleCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ScheduleCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ScheduleCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n required: true,\n nullable: false,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiryTime: {\n nullable: true,\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n interval: {\n serializedName: \"properties.interval\",\n type: {\n name: \"Object\"\n }\n },\n frequency: {\n required: true,\n serializedName: \"properties.frequency\",\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"properties.timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"properties.advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n }\n }\n }\n};\n\nexport const ScheduleProperties: msRest.CompositeMapper = {\n serializedName: \"ScheduleProperties\",\n type: {\n name: \"Composite\",\n className: \"ScheduleProperties\",\n modelProperties: {\n startTime: {\n nullable: false,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTimeOffsetMinutes: {\n nullable: false,\n readOnly: true,\n serializedName: \"startTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n expiryTime: {\n nullable: true,\n serializedName: \"expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiryTimeOffsetMinutes: {\n nullable: false,\n serializedName: \"expiryTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n nextRun: {\n nullable: true,\n serializedName: \"nextRun\",\n type: {\n name: \"DateTime\"\n }\n },\n nextRunOffsetMinutes: {\n nullable: false,\n serializedName: \"nextRunOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"Number\"\n }\n },\n frequency: {\n serializedName: \"frequency\",\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Schedule: msRest.CompositeMapper = {\n serializedName: \"Schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startTime: {\n nullable: false,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTimeOffsetMinutes: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.startTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n expiryTime: {\n nullable: true,\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiryTimeOffsetMinutes: {\n nullable: false,\n serializedName: \"properties.expiryTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n nextRun: {\n nullable: true,\n serializedName: \"properties.nextRun\",\n type: {\n name: \"DateTime\"\n }\n },\n nextRunOffsetMinutes: {\n nullable: false,\n serializedName: \"properties.nextRunOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n interval: {\n serializedName: \"properties.interval\",\n type: {\n name: \"Number\"\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"properties.timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"properties.advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ScheduleUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ScheduleUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const VariableCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"VariableCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"VariableCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isEncrypted: {\n serializedName: \"properties.isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Variable: msRest.CompositeMapper = {\n serializedName: \"Variable\",\n type: {\n name: \"Composite\",\n className: \"Variable\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n isEncrypted: {\n nullable: true,\n serializedName: \"properties.isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VariableUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"VariableUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"VariableUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Webhook: msRest.CompositeMapper = {\n serializedName: \"Webhook\",\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n nullable: false,\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastInvokedTime: {\n nullable: true,\n serializedName: \"properties.lastInvokedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"WebhookUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"WebhookUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"WebhookCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"WebhookCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n nullable: false,\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Watcher: msRest.CompositeMapper = {\n serializedName: \"Watcher\",\n type: {\n name: \"Composite\",\n className: \"Watcher\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n executionFrequencyInSeconds: {\n serializedName: \"properties.executionFrequencyInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n scriptName: {\n serializedName: \"properties.scriptName\",\n type: {\n name: \"String\"\n }\n },\n scriptParameters: {\n serializedName: \"properties.scriptParameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n scriptRunOn: {\n serializedName: \"properties.scriptRunOn\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n readOnly: true,\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WatcherUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"WatcherUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"WatcherUpdateParameters\",\n modelProperties: {\n executionFrequencyInSeconds: {\n serializedName: \"properties.executionFrequencyInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WindowsProperties: msRest.CompositeMapper = {\n serializedName: \"WindowsProperties\",\n type: {\n name: \"Composite\",\n className: \"WindowsProperties\",\n modelProperties: {\n includedUpdateClassifications: {\n serializedName: \"includedUpdateClassifications\",\n type: {\n name: \"String\"\n }\n },\n excludedKbNumbers: {\n serializedName: \"excludedKbNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includedKbNumbers: {\n serializedName: \"includedKbNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n rebootSetting: {\n serializedName: \"rebootSetting\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinuxProperties: msRest.CompositeMapper = {\n serializedName: \"LinuxProperties\",\n type: {\n name: \"Composite\",\n className: \"LinuxProperties\",\n modelProperties: {\n includedPackageClassifications: {\n serializedName: \"includedPackageClassifications\",\n type: {\n name: \"String\"\n }\n },\n excludedPackageNameMasks: {\n serializedName: \"excludedPackageNameMasks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includedPackageNameMasks: {\n serializedName: \"includedPackageNameMasks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n rebootSetting: {\n serializedName: \"rebootSetting\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TagSettingsProperties: msRest.CompositeMapper = {\n serializedName: \"TagSettingsProperties\",\n type: {\n name: \"Composite\",\n className: \"TagSettingsProperties\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n },\n filterOperator: {\n serializedName: \"filterOperator\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"All\",\n \"Any\"\n ]\n }\n }\n }\n }\n};\n\nexport const AzureQueryProperties: msRest.CompositeMapper = {\n serializedName: \"AzureQueryProperties\",\n type: {\n name: \"Composite\",\n className: \"AzureQueryProperties\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n tagSettings: {\n serializedName: \"tagSettings\",\n type: {\n name: \"Composite\",\n className: \"TagSettingsProperties\"\n }\n }\n }\n }\n};\n\nexport const NonAzureQueryProperties: msRest.CompositeMapper = {\n serializedName: \"NonAzureQueryProperties\",\n type: {\n name: \"Composite\",\n className: \"NonAzureQueryProperties\",\n modelProperties: {\n functionAlias: {\n serializedName: \"functionAlias\",\n type: {\n name: \"String\"\n }\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TargetProperties: msRest.CompositeMapper = {\n serializedName: \"TargetProperties\",\n type: {\n name: \"Composite\",\n className: \"TargetProperties\",\n modelProperties: {\n azureQueries: {\n serializedName: \"azureQueries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureQueryProperties\"\n }\n }\n }\n },\n nonAzureQueries: {\n serializedName: \"nonAzureQueries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NonAzureQueryProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpdateConfiguration: msRest.CompositeMapper = {\n serializedName: \"updateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfiguration\",\n modelProperties: {\n operatingSystem: {\n required: true,\n serializedName: \"operatingSystem\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Windows\",\n \"Linux\"\n ]\n }\n },\n windows: {\n serializedName: \"windows\",\n type: {\n name: \"Composite\",\n className: \"WindowsProperties\"\n }\n },\n linux: {\n serializedName: \"linux\",\n type: {\n name: \"Composite\",\n className: \"LinuxProperties\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n azureVirtualMachines: {\n serializedName: \"azureVirtualMachines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nonAzureComputerNames: {\n serializedName: \"nonAzureComputerNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Composite\",\n className: \"TargetProperties\"\n }\n }\n }\n }\n};\n\nexport const TaskProperties: msRest.CompositeMapper = {\n serializedName: \"taskProperties\",\n type: {\n name: \"Composite\",\n className: \"TaskProperties\",\n modelProperties: {\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationTasks: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationTasks\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationTasks\",\n modelProperties: {\n preTask: {\n serializedName: \"preTask\",\n type: {\n name: \"Composite\",\n className: \"TaskProperties\"\n }\n },\n postTask: {\n serializedName: \"postTask\",\n type: {\n name: \"Composite\",\n className: \"TaskProperties\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfiguration: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfiguration\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n updateConfiguration: {\n required: true,\n serializedName: \"properties.updateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfiguration\"\n }\n },\n scheduleInfo: {\n required: true,\n serializedName: \"properties.scheduleInfo\",\n type: {\n name: \"Composite\",\n className: \"ScheduleProperties\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n readOnly: true,\n serializedName: \"properties.createdBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n readOnly: true,\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n tasks: {\n serializedName: \"properties.tasks\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationTasks\"\n }\n }\n }\n }\n};\n\nexport const CollectionItemUpdateConfiguration: msRest.CompositeMapper = {\n serializedName: \"collectionItemUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CollectionItemUpdateConfiguration\",\n modelProperties: {\n azureVirtualMachines: {\n serializedName: \"azureVirtualMachines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationCollectionItem: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationCollectionItem\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationCollectionItem\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n updateConfiguration: {\n serializedName: \"properties.updateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CollectionItemUpdateConfiguration\"\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: false,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n nextRun: {\n nullable: true,\n serializedName: \"properties.nextRun\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationCollectionItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpdateConfigurationNavigation: msRest.CompositeMapper = {\n serializedName: \"updateConfigurationNavigation\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftareUpdateConfigurationRunTaskProperties: msRest.CompositeMapper = {\n serializedName: \"softareUpdateConfigurationRunTaskProperties\",\n type: {\n name: \"Composite\",\n className: \"SoftareUpdateConfigurationRunTaskProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n jobId: {\n serializedName: \"jobId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftareUpdateConfigurationRunTasks: msRest.CompositeMapper = {\n serializedName: \"softareUpdateConfigurationRunTasks\",\n type: {\n name: \"Composite\",\n className: \"SoftareUpdateConfigurationRunTasks\",\n modelProperties: {\n preTask: {\n serializedName: \"preTask\",\n type: {\n name: \"Composite\",\n className: \"SoftareUpdateConfigurationRunTaskProperties\"\n }\n },\n postTask: {\n serializedName: \"postTask\",\n type: {\n name: \"Composite\",\n className: \"SoftareUpdateConfigurationRunTaskProperties\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRun: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationRun\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRun\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n softwareUpdateConfiguration: {\n serializedName: \"properties.softwareUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n configuredDuration: {\n readOnly: true,\n serializedName: \"properties.configuredDuration\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n readOnly: true,\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n computerCount: {\n readOnly: true,\n serializedName: \"properties.computerCount\",\n type: {\n name: \"Number\"\n }\n },\n failedCount: {\n readOnly: true,\n serializedName: \"properties.failedCount\",\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n readOnly: true,\n serializedName: \"properties.createdBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n readOnly: true,\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n tasks: {\n serializedName: \"properties.tasks\",\n type: {\n name: \"Composite\",\n className: \"SoftareUpdateConfigurationRunTasks\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRunListResult: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationRunListResult\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRun\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobNavigation: msRest.CompositeMapper = {\n serializedName: \"jobNavigation\",\n type: {\n name: \"Composite\",\n className: \"JobNavigation\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationMachineRun: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationMachineRun\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRun\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n targetComputer: {\n readOnly: true,\n serializedName: \"properties.targetComputer\",\n type: {\n name: \"String\"\n }\n },\n targetComputerType: {\n readOnly: true,\n serializedName: \"properties.targetComputerType\",\n type: {\n name: \"String\"\n }\n },\n softwareUpdateConfiguration: {\n serializedName: \"properties.softwareUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n readOnly: true,\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n correlationId: {\n readOnly: true,\n serializedName: \"properties.correlationId\",\n type: {\n name: \"Uuid\"\n }\n },\n sourceComputerId: {\n readOnly: true,\n serializedName: \"properties.sourceComputerId\",\n type: {\n name: \"Uuid\"\n }\n },\n startTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n configuredDuration: {\n readOnly: true,\n serializedName: \"properties.configuredDuration\",\n type: {\n name: \"String\"\n }\n },\n job: {\n serializedName: \"properties.job\",\n type: {\n name: \"Composite\",\n className: \"JobNavigation\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n readOnly: true,\n serializedName: \"properties.createdBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n readOnly: true,\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationMachineRunListResult: msRest.CompositeMapper = {\n serializedName: \"softwareUpdateConfigurationMachineRunListResult\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRun\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControl: msRest.CompositeMapper = {\n serializedName: \"SourceControl\",\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n repoUrl: {\n serializedName: \"properties.repoUrl\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSecurityTokenProperties: msRest.CompositeMapper = {\n serializedName: \"SourceControlSecurityTokenProperties\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\",\n modelProperties: {\n accessToken: {\n serializedName: \"accessToken\",\n constraints: {\n MaxLength: 1024\n },\n type: {\n name: \"String\"\n }\n },\n refreshToken: {\n serializedName: \"refreshToken\",\n constraints: {\n MaxLength: 1024\n },\n type: {\n name: \"String\"\n }\n },\n tokenType: {\n serializedName: \"tokenType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"SourceControlUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"SourceControlUpdateParameters\",\n modelProperties: {\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"SourceControlCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"SourceControlCreateOrUpdateParameters\",\n modelProperties: {\n repoUrl: {\n serializedName: \"properties.repoUrl\",\n constraints: {\n MaxLength: 2000\n },\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"properties.branch\",\n constraints: {\n MaxLength: 255\n },\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n constraints: {\n MaxLength: 255\n },\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n constraints: {\n MaxLength: 512\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJob: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJob\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJob\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobId: {\n serializedName: \"properties.sourceControlSyncJobId\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n syncType: {\n serializedName: \"properties.syncType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobCreateParameters: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobCreateParameters\",\n modelProperties: {\n commitId: {\n required: true,\n serializedName: \"properties.commitId\",\n constraints: {\n MinLength: 0\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobById: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobById\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobById\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobId: {\n serializedName: \"properties.sourceControlSyncJobId\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n syncType: {\n serializedName: \"properties.syncType\",\n type: {\n name: \"String\"\n }\n },\n exception: {\n serializedName: \"properties.exception\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobStream: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobStream\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStream\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobStreamId: {\n serializedName: \"properties.sourceControlSyncJobStreamId\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n time: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.time\",\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobStreamById: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobStreamById\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStreamById\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobStreamId: {\n serializedName: \"properties.sourceControlSyncJobStreamId\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n time: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.time\",\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n },\n streamText: {\n serializedName: \"properties.streamText\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JobStream: msRest.CompositeMapper = {\n serializedName: \"JobStream\",\n type: {\n name: \"Composite\",\n className: \"JobStream\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n jobStreamId: {\n serializedName: \"properties.jobStreamId\",\n type: {\n name: \"String\"\n }\n },\n time: {\n nullable: false,\n serializedName: \"properties.time\",\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n },\n streamText: {\n serializedName: \"properties.streamText\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Job: msRest.CompositeMapper = {\n serializedName: \"Job\",\n type: {\n name: \"Composite\",\n className: \"Job\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n startedBy: {\n serializedName: \"properties.startedBy\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n jobId: {\n nullable: false,\n serializedName: \"properties.jobId\",\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n serializedName: \"properties.exception\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n nullable: true,\n serializedName: \"properties.lastStatusModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobCollectionItem: msRest.CompositeMapper = {\n serializedName: \"JobCollectionItem\",\n type: {\n name: \"Composite\",\n className: \"JobCollectionItem\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runbook: {\n readOnly: true,\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n jobId: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.jobId\",\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobCreateParameters: msRest.CompositeMapper = {\n serializedName: \"JobCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"JobCreateParameters\",\n modelProperties: {\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscReportError: msRest.CompositeMapper = {\n serializedName: \"DscReportError\",\n type: {\n name: \"Composite\",\n className: \"DscReportError\",\n modelProperties: {\n errorSource: {\n serializedName: \"errorSource\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n locale: {\n serializedName: \"locale\",\n type: {\n name: \"String\"\n }\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscReportResourceNavigation: msRest.CompositeMapper = {\n serializedName: \"DscReportResourceNavigation\",\n type: {\n name: \"Composite\",\n className: \"DscReportResourceNavigation\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscReportResource: msRest.CompositeMapper = {\n serializedName: \"DscReportResource\",\n type: {\n name: \"Composite\",\n className: \"DscReportResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n sourceInfo: {\n serializedName: \"sourceInfo\",\n type: {\n name: \"String\"\n }\n },\n dependsOn: {\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportResourceNavigation\"\n }\n }\n }\n },\n moduleName: {\n serializedName: \"moduleName\",\n type: {\n name: \"String\"\n }\n },\n moduleVersion: {\n serializedName: \"moduleVersion\",\n type: {\n name: \"String\"\n }\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n nullable: false,\n serializedName: \"startDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DscMetaConfiguration: msRest.CompositeMapper = {\n serializedName: \"DscMetaConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DscMetaConfiguration\",\n modelProperties: {\n configurationModeFrequencyMins: {\n serializedName: \"configurationModeFrequencyMins\",\n type: {\n name: \"Number\"\n }\n },\n rebootNodeIfNeeded: {\n serializedName: \"rebootNodeIfNeeded\",\n type: {\n name: \"Boolean\"\n }\n },\n configurationMode: {\n serializedName: \"configurationMode\",\n type: {\n name: \"String\"\n }\n },\n actionAfterReboot: {\n serializedName: \"actionAfterReboot\",\n type: {\n name: \"String\"\n }\n },\n certificateId: {\n serializedName: \"certificateId\",\n type: {\n name: \"String\"\n }\n },\n refreshFrequencyMins: {\n serializedName: \"refreshFrequencyMins\",\n type: {\n name: \"Number\"\n }\n },\n allowModuleOverwrite: {\n serializedName: \"allowModuleOverwrite\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DscNodeReport: msRest.CompositeMapper = {\n serializedName: \"DscNodeReport\",\n type: {\n name: \"Composite\",\n className: \"DscNodeReport\",\n modelProperties: {\n endTime: {\n nullable: true,\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTime: {\n nullable: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n reportId: {\n serializedName: \"reportId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n refreshMode: {\n serializedName: \"refreshMode\",\n type: {\n name: \"String\"\n }\n },\n rebootRequested: {\n serializedName: \"rebootRequested\",\n type: {\n name: \"String\"\n }\n },\n reportFormatVersion: {\n serializedName: \"reportFormatVersion\",\n type: {\n name: \"String\"\n }\n },\n configurationVersion: {\n serializedName: \"configurationVersion\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportError\"\n }\n }\n }\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportResource\"\n }\n }\n }\n },\n metaConfiguration: {\n serializedName: \"metaConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DscMetaConfiguration\"\n }\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\"\n }\n },\n iPV4Addresses: {\n serializedName: \"iPV4Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n iPV6Addresses: {\n serializedName: \"iPV6Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n numberOfResources: {\n serializedName: \"numberOfResources\",\n type: {\n name: \"Number\"\n }\n },\n rawErrors: {\n serializedName: \"rawErrors\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentRegistrationKeys: msRest.CompositeMapper = {\n serializedName: \"AgentRegistrationKeys\",\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationKeys\",\n modelProperties: {\n primary: {\n serializedName: \"primary\",\n type: {\n name: \"String\"\n }\n },\n secondary: {\n serializedName: \"secondary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentRegistration: msRest.CompositeMapper = {\n serializedName: \"AgentRegistration\",\n type: {\n name: \"Composite\",\n className: \"AgentRegistration\",\n modelProperties: {\n dscMetaConfiguration: {\n serializedName: \"dscMetaConfiguration\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"endpoint\",\n type: {\n name: \"String\"\n }\n },\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationKeys\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeExtensionHandlerAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"DscNodeExtensionHandlerAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"DscNodeExtensionHandlerAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNode: msRest.CompositeMapper = {\n serializedName: \"DscNode\",\n type: {\n name: \"Composite\",\n className: \"DscNode\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n lastSeen: {\n nullable: false,\n serializedName: \"properties.lastSeen\",\n type: {\n name: \"DateTime\"\n }\n },\n registrationTime: {\n nullable: false,\n serializedName: \"properties.registrationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n ip: {\n serializedName: \"properties.ip\",\n type: {\n name: \"String\"\n }\n },\n accountId: {\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n },\n dscNodeName: {\n serializedName: \"properties.nodeConfiguration.name\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n nodeId: {\n serializedName: \"properties.nodeId\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"properties.etag\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"properties.totalCount\",\n type: {\n name: \"Number\"\n }\n },\n extensionHandler: {\n serializedName: \"properties.extensionHandler\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeExtensionHandlerAssociationProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AgentRegistrationRegenerateKeyParameter: msRest.CompositeMapper = {\n serializedName: \"AgentRegistrationRegenerateKeyParameter\",\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationRegenerateKeyParameter\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeUpdateParametersProperties: msRest.CompositeMapper = {\n serializedName: \"DscNodeUpdateParameters_properties\",\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParametersProperties\",\n modelProperties: {\n name: {\n serializedName: \"nodeConfiguration.name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"DscNodeUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParameters\",\n modelProperties: {\n nodeId: {\n serializedName: \"nodeId\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParametersProperties\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationAssociationProperty: msRest.CompositeMapper = {\n serializedName: \"DscConfigurationAssociationProperty\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscCompilationJob: msRest.CompositeMapper = {\n serializedName: \"DscCompilationJob\",\n type: {\n name: \"Composite\",\n className: \"DscCompilationJob\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n startedBy: {\n readOnly: true,\n serializedName: \"properties.startedBy\",\n type: {\n name: \"String\"\n }\n },\n jobId: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.jobId\",\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n readOnly: true,\n serializedName: \"properties.exception\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastStatusModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DscCompilationJobCreateParameters: msRest.CompositeMapper = {\n serializedName: \"DscCompilationJobCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"DscCompilationJobCreateParameters\",\n modelProperties: {\n configuration: {\n required: true,\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DscNodeConfiguration: msRest.CompositeMapper = {\n serializedName: \"DscNodeConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DscNodeConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n nodeCount: {\n serializedName: \"properties.nodeCount\",\n type: {\n name: \"Number\"\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DscNodeConfigurationCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"DscNodeConfigurationCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"DscNodeConfigurationCreateOrUpdateParameters\",\n modelProperties: {\n source: {\n required: true,\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n configuration: {\n required: true,\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NodeCountProperties: msRest.CompositeMapper = {\n serializedName: \"NodeCountProperties\",\n type: {\n name: \"Composite\",\n className: \"NodeCountProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NodeCount: msRest.CompositeMapper = {\n serializedName: \"NodeCount\",\n type: {\n name: \"Composite\",\n className: \"NodeCount\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NodeCountProperties\"\n }\n }\n }\n }\n};\n\nexport const NodeCounts: msRest.CompositeMapper = {\n serializedName: \"NodeCounts\",\n type: {\n name: \"Composite\",\n className: \"NodeCounts\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeCount\"\n }\n }\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookParameter: msRest.CompositeMapper = {\n serializedName: \"RunbookParameter\",\n type: {\n name: \"Composite\",\n className: \"RunbookParameter\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookDraft: msRest.CompositeMapper = {\n serializedName: \"RunbookDraft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\",\n modelProperties: {\n inEdit: {\n serializedName: \"inEdit\",\n type: {\n name: \"Boolean\"\n }\n },\n draftContentLink: {\n serializedName: \"draftContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RunbookParameter\"\n }\n }\n }\n },\n outputTypes: {\n serializedName: \"outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Runbook: msRest.CompositeMapper = {\n serializedName: \"Runbook\",\n type: {\n name: \"Composite\",\n className: \"Runbook\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n runbookType: {\n serializedName: \"properties.runbookType\",\n type: {\n name: \"String\"\n }\n },\n publishContentLink: {\n serializedName: \"properties.publishContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n },\n jobCount: {\n serializedName: \"properties.jobCount\",\n type: {\n name: \"Number\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RunbookParameter\"\n }\n }\n }\n },\n outputTypes: {\n serializedName: \"properties.outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n draft: {\n serializedName: \"properties.draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\"\n ]\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n nullable: false,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"RunbookCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateParameters\",\n modelProperties: {\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n runbookType: {\n required: true,\n serializedName: \"properties.runbookType\",\n type: {\n name: \"String\"\n }\n },\n draft: {\n serializedName: \"properties.draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n publishContentLink: {\n serializedName: \"properties.publishContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunbookUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"RunbookUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"RunbookUpdateParameters\",\n modelProperties: {\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunbookDraftUndoEditResult: msRest.CompositeMapper = {\n serializedName: \"RunbookDraftUndoEditResult\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraftUndoEditResult\",\n modelProperties: {\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"requestId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestJobCreateParameters: msRest.CompositeMapper = {\n serializedName: \"TestJobCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"TestJobCreateParameters\",\n modelProperties: {\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n runOn: {\n serializedName: \"runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestJob: msRest.CompositeMapper = {\n serializedName: \"TestJob\",\n type: {\n name: \"Composite\",\n className: \"TestJob\",\n modelProperties: {\n creationTime: {\n nullable: false,\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"runOn\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n nullable: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n nullable: true,\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n serializedName: \"exception\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n nullable: false,\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n nullable: true,\n serializedName: \"lastStatusModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n logActivityTrace: {\n serializedName: \"logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateDraftProperties: msRest.CompositeMapper = {\n serializedName: \"RunbookCreateOrUpdateDraftProperties\",\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateDraftProperties\",\n modelProperties: {\n logVerbose: {\n serializedName: \"logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n runbookType: {\n required: true,\n serializedName: \"runbookType\",\n type: {\n name: \"String\"\n }\n },\n draft: {\n required: true,\n serializedName: \"draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n logActivityTrace: {\n serializedName: \"logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateDraftParameters: msRest.CompositeMapper = {\n serializedName: \"RunbookCreateOrUpdateDraftParameters\",\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateDraftParameters\",\n modelProperties: {\n runbookContent: {\n required: true,\n serializedName: \"runbookContent\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PythonPackageCreateParameters: msRest.CompositeMapper = {\n serializedName: \"PythonPackageCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"PythonPackageCreateParameters\",\n modelProperties: {\n contentLink: {\n required: true,\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PythonPackageUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"PythonPackageUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"PythonPackageUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunbookDraftReplaceContentHeaders: msRest.CompositeMapper = {\n serializedName: \"runbookdraft-replacecontent-headers\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraftReplaceContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookPublishHeaders: msRest.CompositeMapper = {\n serializedName: \"runbook-publish-headers\",\n type: {\n name: \"Composite\",\n className: \"RunbookPublishHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationAccountListResult: msRest.CompositeMapper = {\n serializedName: \"AutomationAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"AutomationAccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationAccount\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StatisticsListResult: msRest.CompositeMapper = {\n serializedName: \"StatisticsListResult\",\n type: {\n name: \"Composite\",\n className: \"StatisticsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Statistics\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UsageListResult: msRest.CompositeMapper = {\n serializedName: \"UsageListResult\",\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CertificateListResult: msRest.CompositeMapper = {\n serializedName: \"CertificateListResult\",\n type: {\n name: \"Composite\",\n className: \"CertificateListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"ConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"ConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeListResult: msRest.CompositeMapper = {\n serializedName: \"ConnectionTypeListResult\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionType\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CredentialListResult: msRest.CompositeMapper = {\n serializedName: \"CredentialListResult\",\n type: {\n name: \"Composite\",\n className: \"CredentialListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Credential\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"DscConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscConfiguration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroupsListResult: msRest.CompositeMapper = {\n serializedName: \"HybridRunbookWorkerGroupsListResult\",\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroupsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobScheduleListResult: msRest.CompositeMapper = {\n serializedName: \"JobScheduleListResult\",\n type: {\n name: \"Composite\",\n className: \"JobScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobSchedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityListResult: msRest.CompositeMapper = {\n serializedName: \"ActivityListResult\",\n type: {\n name: \"Composite\",\n className: \"ActivityListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ModuleListResult: msRest.CompositeMapper = {\n serializedName: \"ModuleListResult\",\n type: {\n name: \"Composite\",\n className: \"ModuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Module\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TypeFieldListResult: msRest.CompositeMapper = {\n serializedName: \"TypeFieldListResult\",\n type: {\n name: \"Composite\",\n className: \"TypeFieldListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TypeField\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScheduleListResult: msRest.CompositeMapper = {\n serializedName: \"ScheduleListResult\",\n type: {\n name: \"Composite\",\n className: \"ScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VariableListResult: msRest.CompositeMapper = {\n serializedName: \"VariableListResult\",\n type: {\n name: \"Composite\",\n className: \"VariableListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Variable\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookListResult: msRest.CompositeMapper = {\n serializedName: \"WebhookListResult\",\n type: {\n name: \"Composite\",\n className: \"WebhookListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Webhook\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WatcherListResult: msRest.CompositeMapper = {\n serializedName: \"WatcherListResult\",\n type: {\n name: \"Composite\",\n className: \"WatcherListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Watcher\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlListResult: msRest.CompositeMapper = {\n serializedName: \"SourceControlListResult\",\n type: {\n name: \"Composite\",\n className: \"SourceControlListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControl\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobListResult: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobListResult\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobStreamsListBySyncJob: msRest.CompositeMapper = {\n serializedName: \"SourceControlSyncJobStreamsListBySyncJob\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStreamsListBySyncJob\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStream\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobListResultV2: msRest.CompositeMapper = {\n serializedName: \"JobListResultV2\",\n type: {\n name: \"Composite\",\n className: \"JobListResultV2\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobCollectionItem\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStreamListResult: msRest.CompositeMapper = {\n serializedName: \"JobStreamListResult\",\n type: {\n name: \"Composite\",\n className: \"JobStreamListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobStream\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeListResult: msRest.CompositeMapper = {\n serializedName: \"DscNodeListResult\",\n type: {\n name: \"Composite\",\n className: \"DscNodeListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNode\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DscNodeReportListResult: msRest.CompositeMapper = {\n serializedName: \"DscNodeReportListResult\",\n type: {\n name: \"Composite\",\n className: \"DscNodeReportListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeReport\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscCompilationJobListResult: msRest.CompositeMapper = {\n serializedName: \"DscCompilationJobListResult\",\n type: {\n name: \"Composite\",\n className: \"DscCompilationJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscCompilationJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"DscNodeConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"DscNodeConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeConfiguration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookListResult: msRest.CompositeMapper = {\n serializedName: \"RunbookListResult\",\n type: {\n name: \"Composite\",\n className: \"RunbookListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Runbook\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AutomationAccountCreateOrUpdateParameters,\n AutomationAccountListResult,\n AutomationAccountUpdateParameters,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const activityName: msRest.OperationURLParameter = {\n parameterPath: \"activityName\",\n mapper: {\n required: true,\n serializedName: \"activityName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2015-10-31',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2017-05-15-preview',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion2: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-01-15',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion3: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-06-30',\n type: {\n name: \"String\"\n }\n }\n};\nexport const automationAccountName: msRest.OperationURLParameter = {\n parameterPath: \"automationAccountName\",\n mapper: {\n required: true,\n serializedName: \"automationAccountName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificateName: msRest.OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n required: true,\n serializedName: \"certificateName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clientRequestId: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"clientRequestId\"\n ],\n mapper: {\n serializedName: \"clientRequestId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const compilationJobName: msRest.OperationURLParameter = {\n parameterPath: \"compilationJobName\",\n mapper: {\n required: true,\n serializedName: \"compilationJobName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configurationName: msRest.OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n required: true,\n serializedName: \"configurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const connectionName: msRest.OperationURLParameter = {\n parameterPath: \"connectionName\",\n mapper: {\n required: true,\n serializedName: \"connectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const connectionTypeName: msRest.OperationURLParameter = {\n parameterPath: \"connectionTypeName\",\n mapper: {\n required: true,\n serializedName: \"connectionTypeName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const countType: msRest.OperationURLParameter = {\n parameterPath: \"countType\",\n mapper: {\n required: true,\n serializedName: \"countType\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const credentialName: msRest.OperationURLParameter = {\n parameterPath: \"credentialName\",\n mapper: {\n required: true,\n serializedName: \"credentialName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const hybridRunbookWorkerGroupName: msRest.OperationURLParameter = {\n parameterPath: \"hybridRunbookWorkerGroupName\",\n mapper: {\n required: true,\n serializedName: \"hybridRunbookWorkerGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const inlinecount: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"inlinecount\"\n ],\n mapper: {\n serializedName: \"$inlinecount\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const jobId: msRest.OperationURLParameter = {\n parameterPath: \"jobId\",\n mapper: {\n required: true,\n serializedName: \"jobId\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const jobName: msRest.OperationURLParameter = {\n parameterPath: \"jobName\",\n mapper: {\n required: true,\n serializedName: \"jobName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const jobScheduleId: msRest.OperationURLParameter = {\n parameterPath: \"jobScheduleId\",\n mapper: {\n required: true,\n serializedName: \"jobScheduleId\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const jobStreamId: msRest.OperationURLParameter = {\n parameterPath: \"jobStreamId\",\n mapper: {\n required: true,\n serializedName: \"jobStreamId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const moduleName: msRest.OperationURLParameter = {\n parameterPath: \"moduleName\",\n mapper: {\n required: true,\n serializedName: \"moduleName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const nodeConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"nodeConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"nodeConfigurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nodeId: msRest.OperationURLParameter = {\n parameterPath: \"nodeId\",\n mapper: {\n required: true,\n serializedName: \"nodeId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const packageName: msRest.OperationURLParameter = {\n parameterPath: \"packageName\",\n mapper: {\n required: true,\n serializedName: \"packageName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const reportId: msRest.OperationURLParameter = {\n parameterPath: \"reportId\",\n mapper: {\n required: true,\n serializedName: \"reportId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const runbookName: msRest.OperationURLParameter = {\n parameterPath: \"runbookName\",\n mapper: {\n required: true,\n serializedName: \"runbookName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const scheduleName: msRest.OperationURLParameter = {\n parameterPath: \"scheduleName\",\n mapper: {\n required: true,\n serializedName: \"scheduleName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const skip0: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skip\"\n ],\n mapper: {\n serializedName: \"$skip\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport const skip1: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skip\"\n ],\n mapper: {\n serializedName: \"$skip\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const softwareUpdateConfigurationMachineRunId: msRest.OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationMachineRunId\",\n mapper: {\n required: true,\n serializedName: \"softwareUpdateConfigurationMachineRunId\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const softwareUpdateConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"softwareUpdateConfigurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const softwareUpdateConfigurationRunId: msRest.OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationRunId\",\n mapper: {\n required: true,\n serializedName: \"softwareUpdateConfigurationRunId\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const sourceControlName: msRest.OperationURLParameter = {\n parameterPath: \"sourceControlName\",\n mapper: {\n required: true,\n serializedName: \"sourceControlName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const sourceControlSyncJobId: msRest.OperationURLParameter = {\n parameterPath: \"sourceControlSyncJobId\",\n mapper: {\n required: true,\n serializedName: \"sourceControlSyncJobId\",\n type: {\n name: \"Uuid\"\n }\n }\n};\nexport const streamId: msRest.OperationURLParameter = {\n parameterPath: \"streamId\",\n mapper: {\n required: true,\n serializedName: \"streamId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const top0: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport const top1: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const typeName: msRest.OperationURLParameter = {\n parameterPath: \"typeName\",\n mapper: {\n required: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const variableName: msRest.OperationURLParameter = {\n parameterPath: \"variableName\",\n mapper: {\n required: true,\n serializedName: \"variableName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const watcherName: msRest.OperationURLParameter = {\n parameterPath: \"watcherName\",\n mapper: {\n required: true,\n serializedName: \"watcherName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const webhookName: msRest.OperationURLParameter = {\n parameterPath: \"webhookName\",\n mapper: {\n required: true,\n serializedName: \"webhookName\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/automationAccountOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a AutomationAccountOperations. */\nexport class AutomationAccountOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a AutomationAccountOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Update an automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the update automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the update automation account.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountUpdateParameters, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the update automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n update(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccount>, callback?: msRest.ServiceCallback<Models.AutomationAccount>): Promise<Models.AutomationAccountUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.AutomationAccountUpdateResponse>;\n }\n\n /**\n * Create or update automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the create or update automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the create or update automation account.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the create or update automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: Models.AutomationAccountCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccount>, callback?: msRest.ServiceCallback<Models.AutomationAccount>): Promise<Models.AutomationAccountCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.AutomationAccountCreateOrUpdateResponse>;\n }\n\n /**\n * Delete an automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Get information about an Automation Account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccount>): void;\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccount>, callback?: msRest.ServiceCallback<Models.AutomationAccount>): Promise<Models.AutomationAccountGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AutomationAccountGetResponse>;\n }\n\n /**\n * Retrieve a list of accounts within a given resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountListByResourceGroupResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccountListResult>, callback?: msRest.ServiceCallback<Models.AutomationAccountListResult>): Promise<Models.AutomationAccountListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.AutomationAccountListByResourceGroupResponse>;\n }\n\n /**\n * Retrieve a list of accounts within a given subscription.\n * @summary Lists the Automation Accounts within an Azure subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccountListResult>, callback?: msRest.ServiceCallback<Models.AutomationAccountListResult>): Promise<Models.AutomationAccountListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AutomationAccountListResponse>;\n }\n\n /**\n * Retrieve a list of accounts within a given resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccountListResult>, callback?: msRest.ServiceCallback<Models.AutomationAccountListResult>): Promise<Models.AutomationAccountListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.AutomationAccountListByResourceGroupNextResponse>;\n }\n\n /**\n * Retrieve a list of accounts within a given subscription.\n * @summary Lists the Automation Accounts within an Azure subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AutomationAccountListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AutomationAccountListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AutomationAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AutomationAccountListResult>, callback?: msRest.ServiceCallback<Models.AutomationAccountListResult>): Promise<Models.AutomationAccountListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AutomationAccountListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AutomationAccountUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AutomationAccountCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n 201: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Automation/automationAccounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a Operations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Automation REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Automation/operations\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n Statistics,\n StatisticsListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/statisticsOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a StatisticsOperations. */\nexport class StatisticsOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a StatisticsOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the statistics for the account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StatisticsListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.StatisticsListByAutomationAccountOptionalParams): Promise<Models.StatisticsListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.StatisticsListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.StatisticsListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.StatisticsListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.StatisticsListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.StatisticsListResult>, callback?: msRest.ServiceCallback<Models.StatisticsListResult>): Promise<Models.StatisticsListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.StatisticsListByAutomationAccountResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/statistics\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StatisticsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n Usage,\n UsageCounterName,\n UsageListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/usagesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a Usages. */\nexport class Usages {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a Usages.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the usage for the account id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsagesListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UsageListResult>, callback?: msRest.ServiceCallback<Models.UsageListResult>): Promise<Models.UsagesListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.UsagesListByAutomationAccountResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/usages\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n Key,\n KeyListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/keysMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a Keys. */\nexport class Keys {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a Keys.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the automation keys for an account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.KeysListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.KeysListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.KeyListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.KeyListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.KeyListResult>, callback?: msRest.ServiceCallback<Models.KeyListResult>): Promise<Models.KeysListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.KeysListByAutomationAccountResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/listKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.KeyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateListResult,\n CertificateUpdateParameters,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/certificateOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a CertificateOperations. */\nexport class CertificateOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a CertificateOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, certificateName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the certificate identified by certificate name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, certificateName: string, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;\n get(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CertificateGetResponse>;\n }\n\n /**\n * Create a certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the create or update certificate operation.\n * @param parameters The parameters supplied to the create or update certificate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.CertificateCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the create or update certificate operation.\n * @param parameters The parameters supplied to the create or update certificate operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the create or update certificate operation.\n * @param parameters The parameters supplied to the create or update certificate operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.CertificateCreateOrUpdateResponse>;\n }\n\n /**\n * Update a certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the update certificate operation.\n * @param parameters The parameters supplied to the update certificate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.CertificateUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the update certificate operation.\n * @param parameters The parameters supplied to the update certificate operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateUpdateParameters, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the update certificate operation.\n * @param parameters The parameters supplied to the update certificate operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;\n update(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: Models.CertificateUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.CertificateUpdateResponse>;\n }\n\n /**\n * Retrieve a list of certificates.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.CertificateListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CertificateListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CertificateListResult>, callback?: msRest.ServiceCallback<Models.CertificateListResult>): Promise<Models.CertificateListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.CertificateListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of certificates.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CertificateListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CertificateListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CertificateListResult>, callback?: msRest.ServiceCallback<Models.CertificateListResult>): Promise<Models.CertificateListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.CertificateListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CertificateCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n 201: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CertificateUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionCreateOrUpdateParameters,\n ConnectionListResult,\n ConnectionTypeAssociationProperty,\n ConnectionUpdateParameters,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/connectionOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ConnectionOperations. */\nexport class ConnectionOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ConnectionOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionDeleteMethodResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, callback: msRest.ServiceCallback<Models.Connection>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Connection>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Connection>, callback?: msRest.ServiceCallback<Models.Connection>): Promise<Models.ConnectionDeleteMethodResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n options\n },\n deleteMethodOperationSpec,\n callback) as Promise<Models.ConnectionDeleteMethodResponse>;\n }\n\n /**\n * Retrieve the connection identified by connection name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, connectionName: string, callback: msRest.ServiceCallback<Models.Connection>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, connectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Connection>): void;\n get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Connection>, callback?: msRest.ServiceCallback<Models.Connection>): Promise<Models.ConnectionGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ConnectionGetResponse>;\n }\n\n /**\n * Create or update a connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the create or update connection operation.\n * @param parameters The parameters supplied to the create or update connection operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the create or update connection operation.\n * @param parameters The parameters supplied to the create or update connection operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Connection>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the create or update connection operation.\n * @param parameters The parameters supplied to the create or update connection operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Connection>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Connection>, callback?: msRest.ServiceCallback<Models.Connection>): Promise<Models.ConnectionCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ConnectionCreateOrUpdateResponse>;\n }\n\n /**\n * Update a connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the update a connection operation.\n * @param parameters The parameters supplied to the update a connection operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the update a connection operation.\n * @param parameters The parameters supplied to the update a connection operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionUpdateParameters, callback: msRest.ServiceCallback<Models.Connection>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the update a connection operation.\n * @param parameters The parameters supplied to the update a connection operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Connection>): void;\n update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: Models.ConnectionUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Connection>, callback?: msRest.ServiceCallback<Models.Connection>): Promise<Models.ConnectionUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ConnectionUpdateResponse>;\n }\n\n /**\n * Retrieve a list of connections.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.ConnectionListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionListResult>, callback?: msRest.ServiceCallback<Models.ConnectionListResult>): Promise<Models.ConnectionListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.ConnectionListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of connections.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ConnectionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionListResult>, callback?: msRest.ServiceCallback<Models.ConnectionListResult>): Promise<Models.ConnectionListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.ConnectionListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ConnectionCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n 201: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ConnectionUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ConnectionType,\n ConnectionTypeCreateOrUpdateParameters,\n ConnectionTypeListResult,\n ErrorResponse,\n FieldDefinition\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/connectionTypeOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ConnectionTypeOperations. */\nexport class ConnectionTypeOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ConnectionTypeOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the connection type.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionTypeName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the connection type identified by connection type name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionTypeGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionTypeGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: msRest.ServiceCallback<Models.ConnectionType>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionType>): void;\n get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionType>, callback?: msRest.ServiceCallback<Models.ConnectionType>): Promise<Models.ConnectionTypeGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionTypeName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ConnectionTypeGetResponse>;\n }\n\n /**\n * Create a connection type.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The parameters supplied to the create or update connection type\n * operation.\n * @param parameters The parameters supplied to the create or update connection type operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionTypeCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: Models.ConnectionTypeCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionTypeCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The parameters supplied to the create or update connection type\n * operation.\n * @param parameters The parameters supplied to the create or update connection type operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: Models.ConnectionTypeCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.ConnectionType>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The parameters supplied to the create or update connection type\n * operation.\n * @param parameters The parameters supplied to the create or update connection type operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: Models.ConnectionTypeCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionType>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: Models.ConnectionTypeCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionType>, callback?: msRest.ServiceCallback<Models.ConnectionType>): Promise<Models.ConnectionTypeCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionTypeName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ConnectionTypeCreateOrUpdateResponse>;\n }\n\n /**\n * Retrieve a list of connection types.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionTypeListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionTypeListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.ConnectionTypeListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionTypeListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionTypeListResult>, callback?: msRest.ServiceCallback<Models.ConnectionTypeListResult>): Promise<Models.ConnectionTypeListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.ConnectionTypeListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of connection types.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ConnectionTypeListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConnectionTypeListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConnectionTypeListResult>, callback?: msRest.ServiceCallback<Models.ConnectionTypeListResult>): Promise<Models.ConnectionTypeListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionType\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ConnectionTypeCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.ConnectionType\n },\n 409: {\n bodyMapper: Mappers.ConnectionType\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionTypeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionTypeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CloudError,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n CredentialCreateOrUpdateParameters,\n CredentialListResult,\n CredentialUpdateParameters,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/credentialOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a CredentialOperations. */\nexport class CredentialOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a CredentialOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the credential identified by credential name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param [options] The optional parameters\n * @returns Promise<Models.CredentialGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: msRest.RequestOptionsBase): Promise<Models.CredentialGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, credentialName: string, callback: msRest.ServiceCallback<Models.Credential>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, credentialName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Credential>): void;\n get(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Credential>, callback?: msRest.ServiceCallback<Models.Credential>): Promise<Models.CredentialGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CredentialGetResponse>;\n }\n\n /**\n * Create a credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the create or update credential operation.\n * @param parameters The parameters supplied to the create or update credential operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CredentialCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.CredentialCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the create or update credential operation.\n * @param parameters The parameters supplied to the create or update credential operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Credential>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the create or update credential operation.\n * @param parameters The parameters supplied to the create or update credential operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Credential>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Credential>, callback?: msRest.ServiceCallback<Models.Credential>): Promise<Models.CredentialCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.CredentialCreateOrUpdateResponse>;\n }\n\n /**\n * Update a credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the Update credential operation.\n * @param parameters The parameters supplied to the Update credential operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CredentialUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.CredentialUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the Update credential operation.\n * @param parameters The parameters supplied to the Update credential operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialUpdateParameters, callback: msRest.ServiceCallback<Models.Credential>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the Update credential operation.\n * @param parameters The parameters supplied to the Update credential operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Credential>): void;\n update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: Models.CredentialUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Credential>, callback?: msRest.ServiceCallback<Models.Credential>): Promise<Models.CredentialUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.CredentialUpdateResponse>;\n }\n\n /**\n * Retrieve a list of credentials.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.CredentialListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.CredentialListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.CredentialListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CredentialListResult>, callback?: msRest.ServiceCallback<Models.CredentialListResult>): Promise<Models.CredentialListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.CredentialListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of credentials.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CredentialListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CredentialListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CredentialListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CredentialListResult>, callback?: msRest.ServiceCallback<Models.CredentialListResult>): Promise<Models.CredentialListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.CredentialListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CredentialCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n 201: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CredentialUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CloudError,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationCreateOrUpdateParameters,\n DscConfigurationListResult,\n DscConfigurationParameter,\n DscConfigurationUpdateParameters,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dscConfigurationOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a DscConfigurationOperations. */\nexport class DscConfigurationOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a DscConfigurationOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the dsc configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n configurationName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.DscConfigurationGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n get(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscConfiguration>, callback?: msRest.ServiceCallback<Models.DscConfiguration>): Promise<Models.DscConfigurationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n configurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DscConfigurationGetResponse>;\n }\n\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param parameters The create or update parameters for configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: Models.DscConfigurationCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.DscConfigurationCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param parameters The create or update parameters for configuration.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: Models.DscConfigurationCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param parameters The create or update parameters for configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: Models.DscConfigurationCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: Models.DscConfigurationCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscConfiguration>, callback?: msRest.ServiceCallback<Models.DscConfiguration>): Promise<Models.DscConfigurationCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n configurationName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.DscConfigurationCreateOrUpdateResponse>;\n }\n\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: Models.DscConfigurationUpdateOptionalParams): Promise<Models.DscConfigurationUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, configurationName: string, options: Models.DscConfigurationUpdateOptionalParams, callback: msRest.ServiceCallback<Models.DscConfiguration>): void;\n update(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: Models.DscConfigurationUpdateOptionalParams | msRest.ServiceCallback<Models.DscConfiguration>, callback?: msRest.ServiceCallback<Models.DscConfiguration>): Promise<Models.DscConfigurationUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n configurationName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.DscConfigurationUpdateResponse>;\n }\n\n /**\n * Retrieve the configuration script identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationGetContentResponse>\n */\n getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.DscConfigurationGetContentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<Models.DscConfigurationGetContentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n configurationName,\n options\n },\n getContentOperationSpec,\n callback) as Promise<Models.DscConfigurationGetContentResponse>;\n }\n\n /**\n * Retrieve a list of configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscConfigurationListByAutomationAccountOptionalParams): Promise<Models.DscConfigurationListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.DscConfigurationListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.DscConfigurationListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.DscConfigurationListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscConfigurationListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.DscConfigurationListResult>, callback?: msRest.ServiceCallback<Models.DscConfigurationListResult>): Promise<Models.DscConfigurationListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.DscConfigurationListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of configurations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscConfigurationListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DscConfigurationListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DscConfigurationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscConfigurationListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscConfigurationListResult>, callback?: msRest.ServiceCallback<Models.DscConfigurationListResult>): Promise<Models.DscConfigurationListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.DscConfigurationListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DscConfigurationCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n 201: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.DscConfigurationUpdateParameters\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}/content\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.filter,\n Parameters.skip0,\n Parameters.top0,\n Parameters.inlinecount\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n HybridRunbookWorker,\n HybridRunbookWorkerGroup,\n HybridRunbookWorkerGroupsListResult,\n HybridRunbookWorkerGroupUpdateParameters,\n RunAsCredentialAssociationProperty\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/hybridRunbookWorkerGroupOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a HybridRunbookWorkerGroupOperations. */\nexport class HybridRunbookWorkerGroupOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a HybridRunbookWorkerGroupOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param [options] The optional parameters\n * @returns Promise<Models.HybridRunbookWorkerGroupGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.HybridRunbookWorkerGroupGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): void;\n get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>, callback?: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): Promise<Models.HybridRunbookWorkerGroupGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.HybridRunbookWorkerGroupGetResponse>;\n }\n\n /**\n * Update a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param parameters The hybrid runbook worker group\n * @param [options] The optional parameters\n * @returns Promise<Models.HybridRunbookWorkerGroupUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: Models.HybridRunbookWorkerGroupUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.HybridRunbookWorkerGroupUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param parameters The hybrid runbook worker group\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: Models.HybridRunbookWorkerGroupUpdateParameters, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param parameters The hybrid runbook worker group\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: Models.HybridRunbookWorkerGroupUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): void;\n update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: Models.HybridRunbookWorkerGroupUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>, callback?: msRest.ServiceCallback<Models.HybridRunbookWorkerGroup>): Promise<Models.HybridRunbookWorkerGroupUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.HybridRunbookWorkerGroupUpdateResponse>;\n }\n\n /**\n * Retrieve a list of hybrid runbook worker groups.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.HybridRunbookWorkerGroupListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>, callback?: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of hybrid runbook worker groups.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>, callback?: msRest.ServiceCallback<Models.HybridRunbookWorkerGroupsListResult>): Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.HybridRunbookWorkerGroupUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroupsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroupsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n JobSchedule,\n JobScheduleCreateParameters,\n JobScheduleListResult,\n RunbookAssociationProperty,\n ScheduleAssociationProperty\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/jobScheduleOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a JobScheduleOperations. */\nexport class JobScheduleOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a JobScheduleOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the job schedule identified by job schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobScheduleId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the job schedule identified by job schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobScheduleGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: msRest.ServiceCallback<Models.JobSchedule>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobSchedule>): void;\n get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobSchedule>, callback?: msRest.ServiceCallback<Models.JobSchedule>): Promise<Models.JobScheduleGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobScheduleId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.JobScheduleGetResponse>;\n }\n\n /**\n * Create a job schedule.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param parameters The parameters supplied to the create job schedule operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobScheduleCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: Models.JobScheduleCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleCreateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param parameters The parameters supplied to the create job schedule operation.\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: Models.JobScheduleCreateParameters, callback: msRest.ServiceCallback<Models.JobSchedule>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param parameters The parameters supplied to the create job schedule operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: Models.JobScheduleCreateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobSchedule>): void;\n create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: Models.JobScheduleCreateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobSchedule>, callback?: msRest.ServiceCallback<Models.JobSchedule>): Promise<Models.JobScheduleCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobScheduleId,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.JobScheduleCreateResponse>;\n }\n\n /**\n * Retrieve a list of job schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobScheduleListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.JobScheduleListByAutomationAccountOptionalParams): Promise<Models.JobScheduleListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.JobScheduleListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.JobScheduleListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.JobScheduleListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.JobScheduleListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.JobScheduleListResult>, callback?: msRest.ServiceCallback<Models.JobScheduleListResult>): Promise<Models.JobScheduleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.JobScheduleListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of job schedules.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobScheduleListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.JobScheduleListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobScheduleListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobScheduleListResult>, callback?: msRest.ServiceCallback<Models.JobScheduleListResult>): Promise<Models.JobScheduleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.JobScheduleListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobSchedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.JobScheduleCreateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.JobSchedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n LinkedWorkspace\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/linkedWorkspaceOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a LinkedWorkspaceOperations. */\nexport class LinkedWorkspaceOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a LinkedWorkspaceOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the linked workspace for the account id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.LinkedWorkspaceGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.LinkedWorkspaceGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.LinkedWorkspace>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LinkedWorkspace>): void;\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LinkedWorkspace>, callback?: msRest.ServiceCallback<Models.LinkedWorkspace>): Promise<Models.LinkedWorkspaceGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.LinkedWorkspaceGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/linkedWorkspace\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedWorkspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Activity,\n ActivityListResult,\n ActivityOutputType,\n ActivityParameter,\n ActivityParameterSet,\n ActivityParameterValidationSet,\n ErrorResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/activityOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ActivityOperations. */\nexport class ActivityOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ActivityOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the activity in the module identified by module name and activity name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param activityName The name of activity.\n * @param [options] The optional parameters\n * @returns Promise<Models.ActivityGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options?: msRest.RequestOptionsBase): Promise<Models.ActivityGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param activityName The name of activity.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, callback: msRest.ServiceCallback<Models.Activity>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param activityName The name of activity.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Activity>): void;\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Activity>, callback?: msRest.ServiceCallback<Models.Activity>): Promise<Models.ActivityGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n activityName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ActivityGetResponse>;\n }\n\n /**\n * Retrieve a list of activities in the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param [options] The optional parameters\n * @returns Promise<Models.ActivityListByModuleResponse>\n */\n listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ActivityListByModuleResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param callback The callback\n */\n listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: msRest.ServiceCallback<Models.ActivityListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ActivityListResult>): void;\n listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ActivityListResult>, callback?: msRest.ServiceCallback<Models.ActivityListResult>): Promise<Models.ActivityListByModuleResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n },\n listByModuleOperationSpec,\n callback) as Promise<Models.ActivityListByModuleResponse>;\n }\n\n /**\n * Retrieve a list of activities in the module identified by module name.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ActivityListByModuleNextResponse>\n */\n listByModuleNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ActivityListByModuleNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByModuleNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ActivityListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByModuleNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ActivityListResult>): void;\n listByModuleNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ActivityListResult>, callback?: msRest.ServiceCallback<Models.ActivityListResult>): Promise<Models.ActivityListByModuleNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByModuleNextOperationSpec,\n callback) as Promise<Models.ActivityListByModuleNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/activities/{activityName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.activityName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Activity\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByModuleOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/activities\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ActivityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByModuleNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ActivityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleCreateOrUpdateParameters,\n ModuleErrorInfo,\n ModuleListResult,\n ModuleUpdateParameters,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/moduleOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ModuleOperations. */\nexport class ModuleOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ModuleOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the module by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ModuleGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ModuleGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n get(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.ModuleGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ModuleGetResponse>;\n }\n\n /**\n * Create or Update the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The create or update parameters for module.\n * @param [options] The optional parameters\n * @returns Promise<Models.ModuleCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ModuleCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The create or update parameters for module.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The create or update parameters for module.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.ModuleCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ModuleCreateOrUpdateResponse>;\n }\n\n /**\n * Update the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The update parameters for module.\n * @param [options] The optional parameters\n * @returns Promise<Models.ModuleUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ModuleUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The update parameters for module.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleUpdateParameters, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The update parameters for module.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: Models.ModuleUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.ModuleUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ModuleUpdateResponse>;\n }\n\n /**\n * Retrieve a list of modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ModuleListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ModuleListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ModuleListResult>, callback?: msRest.ServiceCallback<Models.ModuleListResult>): Promise<Models.ModuleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.ModuleListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of modules.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ModuleListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ModuleListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ModuleListResult>, callback?: msRest.ServiceCallback<Models.ModuleListResult>): Promise<Models.ModuleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.ModuleListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ModuleCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n 201: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ModuleUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n TypeField,\n TypeFieldListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/objectDataTypesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ObjectDataTypes. */\nexport class ObjectDataTypes {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ObjectDataTypes.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>\n */\n listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param callback The callback\n */\n listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TypeFieldListResult>, callback?: msRest.ServiceCallback<Models.TypeFieldListResult>): Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n },\n listFieldsByModuleAndTypeOperationSpec,\n callback) as Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>;\n }\n\n /**\n * Retrieve a list of fields of a given type across all accessible modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param typeName The name of type.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectDataTypesListFieldsByTypeResponse>\n */\n listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectDataTypesListFieldsByTypeResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param typeName The name of type.\n * @param callback The callback\n */\n listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param typeName The name of type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TypeFieldListResult>, callback?: msRest.ServiceCallback<Models.TypeFieldListResult>): Promise<Models.ObjectDataTypesListFieldsByTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n typeName,\n options\n },\n listFieldsByTypeOperationSpec,\n callback) as Promise<Models.ObjectDataTypesListFieldsByTypeResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listFieldsByModuleAndTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/objectDataTypes/{typeName}/fields\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.typeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listFieldsByTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/objectDataTypes/{typeName}/fields\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.typeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n TypeField,\n TypeFieldListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/fieldsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a Fields. */\nexport class Fields {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a Fields.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param [options] The optional parameters\n * @returns Promise<Models.FieldsListByTypeResponse>\n */\n listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: msRest.RequestOptionsBase): Promise<Models.FieldsListByTypeResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param callback The callback\n */\n listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TypeFieldListResult>): void;\n listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TypeFieldListResult>, callback?: msRest.ServiceCallback<Models.TypeFieldListResult>): Promise<Models.FieldsListByTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n },\n listByTypeOperationSpec,\n callback) as Promise<Models.FieldsListByTypeResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByTypeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/types/{typeName}/fields\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.typeName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleCreateOrUpdateParameters,\n ScheduleListResult,\n ScheduleProperties,\n ScheduleUpdateParameters,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/scheduleOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a ScheduleOperations. */\nexport class ScheduleOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a ScheduleOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a schedule.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the create or update schedule operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScheduleCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ScheduleCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the create or update schedule operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the create or update schedule operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ScheduleCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ScheduleCreateOrUpdateResponse>;\n }\n\n /**\n * Update the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the update schedule operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScheduleUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ScheduleUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the update schedule operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleUpdateParameters, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the update schedule operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: Models.ScheduleUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ScheduleUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ScheduleUpdateResponse>;\n }\n\n /**\n * Retrieve the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScheduleGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScheduleGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ScheduleGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ScheduleGetResponse>;\n }\n\n /**\n * Delete the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve a list of schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScheduleListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScheduleListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.ScheduleListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleListResult>, callback?: msRest.ServiceCallback<Models.ScheduleListResult>): Promise<Models.ScheduleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.ScheduleListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of schedules.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScheduleListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ScheduleListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleListResult>, callback?: msRest.ServiceCallback<Models.ScheduleListResult>): Promise<Models.ScheduleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.ScheduleListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ScheduleCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n 409: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ScheduleUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n VariableCreateOrUpdateParameters,\n VariableListResult,\n VariableUpdateParameters,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/variableOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a VariableOperations. */\nexport class VariableOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a VariableOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the create or update variable operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VariableCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.VariableCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the create or update variable operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Variable>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the create or update variable operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Variable>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Variable>, callback?: msRest.ServiceCallback<Models.Variable>): Promise<Models.VariableCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.VariableCreateOrUpdateResponse>;\n }\n\n /**\n * Update a variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the update variable operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VariableUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.VariableUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the update variable operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableUpdateParameters, callback: msRest.ServiceCallback<Models.Variable>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the update variable operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Variable>): void;\n update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: Models.VariableUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Variable>, callback?: msRest.ServiceCallback<Models.Variable>): Promise<Models.VariableUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.VariableUpdateResponse>;\n }\n\n /**\n * Delete the variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the variable identified by variable name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param [options] The optional parameters\n * @returns Promise<Models.VariableGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, variableName: string, options?: msRest.RequestOptionsBase): Promise<Models.VariableGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, variableName: string, callback: msRest.ServiceCallback<Models.Variable>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, variableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Variable>): void;\n get(resourceGroupName: string, automationAccountName: string, variableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Variable>, callback?: msRest.ServiceCallback<Models.Variable>): Promise<Models.VariableGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.VariableGetResponse>;\n }\n\n /**\n * Retrieve a list of variables.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.VariableListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.VariableListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.VariableListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VariableListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VariableListResult>, callback?: msRest.ServiceCallback<Models.VariableListResult>): Promise<Models.VariableListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.VariableListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of variables.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VariableListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VariableListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VariableListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VariableListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VariableListResult>, callback?: msRest.ServiceCallback<Models.VariableListResult>): Promise<Models.VariableListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.VariableListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.VariableCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n 201: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.VariableUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VariableListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VariableListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WebhookCreateOrUpdateParameters,\n WebhookListResult,\n WebhookUpdateParameters,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/webhookOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a WebhookOperations. */\nexport class WebhookOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a WebhookOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Generates a Uri for use in creating a webhook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookGenerateUriResponse>\n */\n generateUri(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhookGenerateUriResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n generateUri(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<string>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n generateUri(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<string>): void;\n generateUri(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<string>, callback?: msRest.ServiceCallback<string>): Promise<Models.WebhookGenerateUriResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n generateUriOperationSpec,\n callback) as Promise<Models.WebhookGenerateUriResponse>;\n }\n\n /**\n * Delete the webhook by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhookGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: msRest.ServiceCallback<Models.Webhook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Webhook>): void;\n get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Webhook>, callback?: msRest.ServiceCallback<Models.Webhook>): Promise<Models.WebhookGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WebhookGetResponse>;\n }\n\n /**\n * Create the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The create or update parameters for webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WebhookCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The create or update parameters for webhook.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Webhook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The create or update parameters for webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Webhook>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Webhook>, callback?: msRest.ServiceCallback<Models.Webhook>): Promise<Models.WebhookCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.WebhookCreateOrUpdateResponse>;\n }\n\n /**\n * Update the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The update parameters for webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WebhookUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The update parameters for webhook.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookUpdateParameters, callback: msRest.ServiceCallback<Models.Webhook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The update parameters for webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Webhook>): void;\n update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: Models.WebhookUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Webhook>, callback?: msRest.ServiceCallback<Models.Webhook>): Promise<Models.WebhookUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.WebhookUpdateResponse>;\n }\n\n /**\n * Retrieve a list of webhooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.WebhookListByAutomationAccountOptionalParams): Promise<Models.WebhookListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.WebhookListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.WebhookListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.WebhookListResult>, callback?: msRest.ServiceCallback<Models.WebhookListResult>): Promise<Models.WebhookListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.WebhookListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of webhooks.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhookListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhookListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebhookListResult>, callback?: msRest.ServiceCallback<Models.WebhookListResult>): Promise<Models.WebhookListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.WebhookListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst generateUriOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/generateUri\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"String\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.WebhookCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n 201: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.WebhookUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n WatcherListResult,\n WatcherUpdateParameters,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/watcherOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a WatcherOperations. */\nexport class WatcherOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a WatcherOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The create or update parameters for watcher.\n * @param [options] The optional parameters\n * @returns Promise<Models.WatcherCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.Watcher, options?: msRest.RequestOptionsBase): Promise<Models.WatcherCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The create or update parameters for watcher.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.Watcher, callback: msRest.ServiceCallback<Models.Watcher>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The create or update parameters for watcher.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.Watcher, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Watcher>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.Watcher, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Watcher>, callback?: msRest.ServiceCallback<Models.Watcher>): Promise<Models.WatcherCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.WatcherCreateOrUpdateResponse>;\n }\n\n /**\n * Retrieve the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param [options] The optional parameters\n * @returns Promise<Models.WatcherGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase): Promise<Models.WatcherGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: msRest.ServiceCallback<Models.Watcher>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, watcherName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Watcher>): void;\n get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Watcher>, callback?: msRest.ServiceCallback<Models.Watcher>): Promise<Models.WatcherGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WatcherGetResponse>;\n }\n\n /**\n * Update the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The update parameters for watcher.\n * @param [options] The optional parameters\n * @returns Promise<Models.WatcherUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.WatcherUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WatcherUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The update parameters for watcher.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.WatcherUpdateParameters, callback: msRest.ServiceCallback<Models.Watcher>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The update parameters for watcher.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.WatcherUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Watcher>): void;\n update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Models.WatcherUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Watcher>, callback?: msRest.ServiceCallback<Models.Watcher>): Promise<Models.WatcherUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.WatcherUpdateResponse>;\n }\n\n /**\n * Delete the watcher by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Resume the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param callback The callback\n */\n start(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The optional parameters\n * @param callback The callback\n */\n start(resourceGroupName: string, automationAccountName: string, watcherName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n options\n },\n startOperationSpec,\n callback);\n }\n\n /**\n * Resume the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The optional parameters\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n options\n },\n stopOperationSpec,\n callback);\n }\n\n /**\n * Retrieve a list of watchers.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.WatcherListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.WatcherListByAutomationAccountOptionalParams): Promise<Models.WatcherListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.WatcherListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.WatcherListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.WatcherListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.WatcherListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.WatcherListResult>, callback?: msRest.ServiceCallback<Models.WatcherListResult>): Promise<Models.WatcherListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.WatcherListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of watchers.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WatcherListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WatcherListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WatcherListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WatcherListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WatcherListResult>, callback?: msRest.ServiceCallback<Models.WatcherListResult>): Promise<Models.WatcherListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.WatcherListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Watcher,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n 201: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.WatcherUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst startOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/start\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst stopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/stop\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WatcherListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WatcherListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CollectionItemUpdateConfiguration,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationCollectionItem,\n SoftwareUpdateConfigurationListResult,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/softwareUpdateConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SoftwareUpdateConfigurations. */\nexport class SoftwareUpdateConfigurations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SoftwareUpdateConfigurations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a new software update configuration with the name given in the URI.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param parameters Request body.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationsCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: Models.SoftwareUpdateConfiguration, options?: Models.SoftwareUpdateConfigurationsCreateOptionalParams): Promise<Models.SoftwareUpdateConfigurationsCreateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param parameters Request body.\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: Models.SoftwareUpdateConfiguration, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param parameters Request body.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: Models.SoftwareUpdateConfiguration, options: Models.SoftwareUpdateConfigurationsCreateOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): void;\n create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: Models.SoftwareUpdateConfiguration, options?: Models.SoftwareUpdateConfigurationsCreateOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): Promise<Models.SoftwareUpdateConfigurationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationsCreateResponse>;\n }\n\n /**\n * Get a single software update configuration by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationsGetByNameResponse>\n */\n getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: Models.SoftwareUpdateConfigurationsGetByNameOptionalParams): Promise<Models.SoftwareUpdateConfigurationsGetByNameResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param callback The callback\n */\n getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options: Models.SoftwareUpdateConfigurationsGetByNameOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): void;\n getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: Models.SoftwareUpdateConfigurationsGetByNameOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfiguration>): Promise<Models.SoftwareUpdateConfigurationsGetByNameResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n options\n },\n getByNameOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationsGetByNameResponse>;\n }\n\n /**\n * delete a specific software update configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: Models.SoftwareUpdateConfigurationsDeleteMethodOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be\n * created.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options: Models.SoftwareUpdateConfigurationsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: Models.SoftwareUpdateConfigurationsDeleteMethodOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Get all software update configurations for the account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationsListResponse>\n */\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationsListOptionalParams): Promise<Models.SoftwareUpdateConfigurationsListResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, options: Models.SoftwareUpdateConfigurationsListOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationListResult>): void;\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationsListOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfigurationListResult>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationListResult>): Promise<Models.SoftwareUpdateConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.SoftwareUpdateConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n 201: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByNameOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n SoftareUpdateConfigurationRunTaskProperties,\n SoftareUpdateConfigurationRunTasks,\n SoftwareUpdateConfigurationRun,\n SoftwareUpdateConfigurationRunListResult,\n UpdateConfigurationNavigation\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/softwareUpdateConfigurationRunsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SoftwareUpdateConfigurationRuns. */\nexport class SoftwareUpdateConfigurationRuns {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SoftwareUpdateConfigurationRuns.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Get a single software update configuration Run by Id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationRunId The Id of the software update configuration run.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse>\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: Models.SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationRunId The Id of the software update configuration run.\n * @param callback The callback\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRun>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationRunId The Id of the software update configuration run.\n * @param options The optional parameters\n * @param callback The callback\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options: Models.SoftwareUpdateConfigurationRunsGetByIdOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRun>): void;\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: Models.SoftwareUpdateConfigurationRunsGetByIdOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRun>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRun>): Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationRunId,\n options\n },\n getByIdOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse>;\n }\n\n /**\n * Return list of software update configuration runs\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationRunsListResponse>\n */\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationRunsListOptionalParams): Promise<Models.SoftwareUpdateConfigurationRunsListResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRunListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, options: Models.SoftwareUpdateConfigurationRunsListOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRunListResult>): void;\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationRunsListOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRunListResult>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationRunListResult>): Promise<Models.SoftwareUpdateConfigurationRunsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationRunsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns/{softwareUpdateConfigurationRunId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationRunId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationRun\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter,\n Parameters.skip1,\n Parameters.top1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationRunListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n JobNavigation,\n SoftwareUpdateConfigurationMachineRun,\n SoftwareUpdateConfigurationMachineRunListResult,\n UpdateConfigurationNavigation\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/softwareUpdateConfigurationMachineRunsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SoftwareUpdateConfigurationMachineRuns. */\nexport class SoftwareUpdateConfigurationMachineRuns {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SoftwareUpdateConfigurationMachineRuns.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Get a single software update configuration machine run by Id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationMachineRunId The Id of the software update configuration\n * machine run.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationMachineRunId The Id of the software update configuration\n * machine run.\n * @param callback The callback\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRun>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationMachineRunId The Id of the software update configuration\n * machine run.\n * @param options The optional parameters\n * @param callback The callback\n */\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options: Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRun>): void;\n getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRun>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRun>): Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationMachineRunId,\n options\n },\n getByIdOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>;\n }\n\n /**\n * Return list of software update configuration machine runs\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>\n */\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRunListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, automationAccountName: string, options: Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams, callback: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRunListResult>): void;\n list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams | msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRunListResult>, callback?: msRest.ServiceCallback<Models.SoftwareUpdateConfigurationMachineRunListResult>): Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationMachineRunId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationMachineRun\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter,\n Parameters.skip1,\n Parameters.top1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationMachineRunListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n SourceControlCreateOrUpdateParameters,\n SourceControlListResult,\n SourceControlSecurityTokenProperties,\n SourceControlUpdateParameters,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/sourceControlOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SourceControlOperations. */\nexport class SourceControlOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SourceControlOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the create or update source control operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the create or update source control operation.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the create or update source control operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControl>, callback?: msRest.ServiceCallback<Models.SourceControl>): Promise<Models.SourceControlCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.SourceControlCreateOrUpdateResponse>;\n }\n\n /**\n * Update a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the update source control operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the update source control operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlUpdateParameters, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the update source control operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: Models.SourceControlUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControl>, callback?: msRest.ServiceCallback<Models.SourceControl>): Promise<Models.SourceControlUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.SourceControlUpdateResponse>;\n }\n\n /**\n * Delete the source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the source control identified by source control name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControl>): void;\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControl>, callback?: msRest.ServiceCallback<Models.SourceControl>): Promise<Models.SourceControlGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SourceControlGetResponse>;\n }\n\n /**\n * Retrieve a list of source controls.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.SourceControlListByAutomationAccountOptionalParams): Promise<Models.SourceControlListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.SourceControlListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.SourceControlListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.SourceControlListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.SourceControlListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.SourceControlListResult>, callback?: msRest.ServiceCallback<Models.SourceControlListResult>): Promise<Models.SourceControlListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.SourceControlListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of source controls.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SourceControlListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlListResult>, callback?: msRest.ServiceCallback<Models.SourceControlListResult>): Promise<Models.SourceControlListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.SourceControlListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.SourceControlCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n 201: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.SourceControlUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n SourceControlSyncJob,\n SourceControlSyncJobById,\n SourceControlSyncJobCreateParameters,\n SourceControlSyncJobListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/sourceControlSyncJobOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SourceControlSyncJobOperations. */\nexport class SourceControlSyncJobOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SourceControlSyncJobOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Creates the sync job for a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param parameters The parameters supplied to the create source control sync job operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: Models.SourceControlSyncJobCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlSyncJobCreateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param parameters The parameters supplied to the create source control sync job operation.\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: Models.SourceControlSyncJobCreateParameters, callback: msRest.ServiceCallback<Models.SourceControlSyncJob>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param parameters The parameters supplied to the create source control sync job operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: Models.SourceControlSyncJobCreateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlSyncJob>): void;\n create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: Models.SourceControlSyncJobCreateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlSyncJob>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJob>): Promise<Models.SourceControlSyncJobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobCreateResponse>;\n }\n\n /**\n * Retrieve the source control sync job identified by job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlSyncJobGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobById>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlSyncJobById>): void;\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlSyncJobById>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobById>): Promise<Models.SourceControlSyncJobGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobGetResponse>;\n }\n\n /**\n * Retrieve a list of source control sync jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: Models.SourceControlSyncJobListByAutomationAccountOptionalParams): Promise<Models.SourceControlSyncJobListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: Models.SourceControlSyncJobListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: Models.SourceControlSyncJobListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.SourceControlSyncJobListResult>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): Promise<Models.SourceControlSyncJobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of source control sync jobs.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlSyncJobListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlSyncJobListResult>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobListResult>): Promise<Models.SourceControlSyncJobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.SourceControlSyncJobCreateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.SourceControlSyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobById\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n SourceControlSyncJobStream,\n SourceControlSyncJobStreamById,\n SourceControlSyncJobStreamsListBySyncJob\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/sourceControlSyncJobStreamsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a SourceControlSyncJobStreams. */\nexport class SourceControlSyncJobStreams {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a SourceControlSyncJobStreams.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of sync job streams identified by sync job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobStreamsListBySyncJobResponse>\n */\n listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: Models.SourceControlSyncJobStreamsListBySyncJobOptionalParams): Promise<Models.SourceControlSyncJobStreamsListBySyncJobResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param callback The callback\n */\n listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: Models.SourceControlSyncJobStreamsListBySyncJobOptionalParams, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): void;\n listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: Models.SourceControlSyncJobStreamsListBySyncJobOptionalParams | msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): Promise<Models.SourceControlSyncJobStreamsListBySyncJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n },\n listBySyncJobOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobStreamsListBySyncJobResponse>;\n }\n\n /**\n * Retrieve a sync job stream identified by stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param streamId The id of the sync job stream.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobStreamsGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlSyncJobStreamsGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param streamId The id of the sync job stream.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamById>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param streamId The id of the sync job stream.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamById>): void;\n get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlSyncJobStreamById>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobStreamById>): Promise<Models.SourceControlSyncJobStreamsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n streamId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobStreamsGetResponse>;\n }\n\n /**\n * Retrieve a list of sync job streams identified by sync job id.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlSyncJobStreamsListBySyncJobNextResponse>\n */\n listBySyncJobNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlSyncJobStreamsListBySyncJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySyncJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySyncJobNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): void;\n listBySyncJobNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>, callback?: msRest.ServiceCallback<Models.SourceControlSyncJobStreamsListBySyncJob>): Promise<Models.SourceControlSyncJobStreamsListBySyncJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySyncJobNextOperationSpec,\n callback) as Promise<Models.SourceControlSyncJobStreamsListBySyncJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySyncJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamsListBySyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams/{streamId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId,\n Parameters.streamId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamById\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listBySyncJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamsListBySyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CloudError,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n JobCreateParameters,\n JobListResultV2,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/jobOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a JobOperations. */\nexport class JobOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a JobOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the job output identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The name of the job to be created.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobGetOutputResponse>\n */\n getOutput(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetOutputOptionalParams): Promise<Models.JobGetOutputResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The name of the job to be created.\n * @param callback The callback\n */\n getOutput(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The name of the job to be created.\n * @param options The optional parameters\n * @param callback The callback\n */\n getOutput(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobGetOutputOptionalParams, callback: msRest.ServiceCallback<void>): void;\n getOutput(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetOutputOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<Models.JobGetOutputResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n getOutputOperationSpec,\n callback) as Promise<Models.JobGetOutputResponse>;\n }\n\n /**\n * Retrieve the runbook content of the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobGetRunbookContentResponse>\n */\n getRunbookContent(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetRunbookContentOptionalParams): Promise<Models.JobGetRunbookContentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n getRunbookContent(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getRunbookContent(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobGetRunbookContentOptionalParams, callback: msRest.ServiceCallback<void>): void;\n getRunbookContent(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetRunbookContentOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<Models.JobGetRunbookContentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n getRunbookContentOperationSpec,\n callback) as Promise<Models.JobGetRunbookContentResponse>;\n }\n\n /**\n * Suspend the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n suspend(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobSuspendOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n suspend(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n suspend(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobSuspendOptionalParams, callback: msRest.ServiceCallback<void>): void;\n suspend(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobSuspendOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n suspendOperationSpec,\n callback);\n }\n\n /**\n * Stop the job identified by jobName.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobStopOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobStopOptionalParams, callback: msRest.ServiceCallback<void>): void;\n stop(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobStopOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n stopOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetOptionalParams): Promise<Models.JobGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<Models.Job>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobGetOptionalParams, callback: msRest.ServiceCallback<Models.Job>): void;\n get(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobGetOptionalParams | msRest.ServiceCallback<Models.Job>, callback?: msRest.ServiceCallback<Models.Job>): Promise<Models.JobGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.JobGetResponse>;\n }\n\n /**\n * Create a job of the runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param parameters The parameters supplied to the create job operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, jobName: string, parameters: Models.JobCreateParameters, options?: Models.JobCreateOptionalParams): Promise<Models.JobCreateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param parameters The parameters supplied to the create job operation.\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, jobName: string, parameters: Models.JobCreateParameters, callback: msRest.ServiceCallback<Models.Job>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param parameters The parameters supplied to the create job operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, jobName: string, parameters: Models.JobCreateParameters, options: Models.JobCreateOptionalParams, callback: msRest.ServiceCallback<Models.Job>): void;\n create(resourceGroupName: string, automationAccountName: string, jobName: string, parameters: Models.JobCreateParameters, options?: Models.JobCreateOptionalParams | msRest.ServiceCallback<Models.Job>, callback?: msRest.ServiceCallback<Models.Job>): Promise<Models.JobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.JobCreateResponse>;\n }\n\n /**\n * Retrieve a list of jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.JobListByAutomationAccountOptionalParams): Promise<Models.JobListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.JobListResultV2>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.JobListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.JobListResultV2>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.JobListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.JobListResultV2>, callback?: msRest.ServiceCallback<Models.JobListResultV2>): Promise<Models.JobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.JobListByAutomationAccountResponse>;\n }\n\n /**\n * Resume the job identified by jobName.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resume(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobResumeOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n resume(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n resume(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobResumeOptionalParams, callback: msRest.ServiceCallback<void>): void;\n resume(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobResumeOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n resumeOperationSpec,\n callback);\n }\n\n /**\n * Retrieve a list of jobs.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: Models.JobListByAutomationAccountNextOptionalParams): Promise<Models.JobListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.JobListResultV2>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: Models.JobListByAutomationAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.JobListResultV2>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: Models.JobListByAutomationAccountNextOptionalParams | msRest.ServiceCallback<Models.JobListResultV2>, callback?: msRest.ServiceCallback<Models.JobListResultV2>): Promise<Models.JobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.JobListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOutputOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/output\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getRunbookContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/runbookContent\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst suspendOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/suspend\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst stopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/stop\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Job\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.JobCreateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.Job\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobListResultV2\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst resumeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/resume\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobListResultV2\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n JobStream,\n JobStreamListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/jobStreamOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a JobStreamOperations. */\nexport class JobStreamOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a JobStreamOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the job stream identified by job stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param jobStreamId The job stream id.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobStreamGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: Models.JobStreamGetOptionalParams): Promise<Models.JobStreamGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param jobStreamId The job stream id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, callback: msRest.ServiceCallback<Models.JobStream>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param jobStreamId The job stream id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options: Models.JobStreamGetOptionalParams, callback: msRest.ServiceCallback<Models.JobStream>): void;\n get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: Models.JobStreamGetOptionalParams | msRest.ServiceCallback<Models.JobStream>, callback?: msRest.ServiceCallback<Models.JobStream>): Promise<Models.JobStreamGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n jobStreamId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.JobStreamGetResponse>;\n }\n\n /**\n * Retrieve a list of jobs streams identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobStreamListByJobResponse>\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobStreamListByJobOptionalParams): Promise<Models.JobStreamListByJobResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param callback The callback\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options: Models.JobStreamListByJobOptionalParams, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: Models.JobStreamListByJobOptionalParams | msRest.ServiceCallback<Models.JobStreamListResult>, callback?: msRest.ServiceCallback<Models.JobStreamListResult>): Promise<Models.JobStreamListByJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n },\n listByJobOperationSpec,\n callback) as Promise<Models.JobStreamListByJobResponse>;\n }\n\n /**\n * Retrieve a list of jobs streams identified by job name.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobStreamListByJobNextResponse>\n */\n listByJobNext(nextPageLink: string, options?: Models.JobStreamListByJobNextOptionalParams): Promise<Models.JobStreamListByJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByJobNext(nextPageLink: string, options: Models.JobStreamListByJobNextOptionalParams, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n listByJobNext(nextPageLink: string, options?: Models.JobStreamListByJobNextOptionalParams | msRest.ServiceCallback<Models.JobStreamListResult>, callback?: msRest.ServiceCallback<Models.JobStreamListResult>): Promise<Models.JobStreamListByJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByJobNextOperationSpec,\n callback) as Promise<Models.JobStreamListByJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/streams/{jobStreamId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName,\n Parameters.jobStreamId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/streams\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.clientRequestId,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentRegistration,\n AgentRegistrationKeys,\n AgentRegistrationRegenerateKeyParameter,\n ErrorResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/agentRegistrationInformationMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a AgentRegistrationInformation. */\nexport class AgentRegistrationInformation {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a AgentRegistrationInformation.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the automation agent registration information.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentRegistrationInformationGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentRegistrationInformationGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.AgentRegistration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentRegistration>): void;\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentRegistration>, callback?: msRest.ServiceCallback<Models.AgentRegistration>): Promise<Models.AgentRegistrationInformationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AgentRegistrationInformationGetResponse>;\n }\n\n /**\n * Regenerate a primary or secondary agent registration key\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters The name of the agent registration key to be regenerated\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentRegistrationInformationRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: Models.AgentRegistrationRegenerateKeyParameter, options?: msRest.RequestOptionsBase): Promise<Models.AgentRegistrationInformationRegenerateKeyResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters The name of the agent registration key to be regenerated\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: Models.AgentRegistrationRegenerateKeyParameter, callback: msRest.ServiceCallback<Models.AgentRegistration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters The name of the agent registration key to be regenerated\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: Models.AgentRegistrationRegenerateKeyParameter, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentRegistration>): void;\n regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: Models.AgentRegistrationRegenerateKeyParameter, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentRegistration>, callback?: msRest.ServiceCallback<Models.AgentRegistration>): Promise<Models.AgentRegistrationInformationRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n parameters,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.AgentRegistrationInformationRegenerateKeyResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentRegistration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation/regenerateKey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AgentRegistrationRegenerateKeyParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AgentRegistration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n DscNodeListResult,\n DscNodeUpdateParameters,\n DscNodeUpdateParametersProperties,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dscNodeOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a DscNodeOperations. */\nexport class DscNodeOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a DscNodeOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the dsc node identified by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeDeleteMethodResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: msRest.ServiceCallback<Models.DscNode>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNode>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNode>, callback?: msRest.ServiceCallback<Models.DscNode>): Promise<Models.DscNodeDeleteMethodResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n },\n deleteMethodOperationSpec,\n callback) as Promise<Models.DscNodeDeleteMethodResponse>;\n }\n\n /**\n * Retrieve the dsc node identified by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: msRest.ServiceCallback<Models.DscNode>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNode>): void;\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNode>, callback?: msRest.ServiceCallback<Models.DscNode>): Promise<Models.DscNodeGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DscNodeGetResponse>;\n }\n\n /**\n * Update the dsc node.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId Parameters supplied to the update dsc node.\n * @param dscNodeUpdateParameters Parameters supplied to the update dsc node.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: Models.DscNodeUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId Parameters supplied to the update dsc node.\n * @param dscNodeUpdateParameters Parameters supplied to the update dsc node.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: Models.DscNodeUpdateParameters, callback: msRest.ServiceCallback<Models.DscNode>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId Parameters supplied to the update dsc node.\n * @param dscNodeUpdateParameters Parameters supplied to the update dsc node.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: Models.DscNodeUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNode>): void;\n update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: Models.DscNodeUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNode>, callback?: msRest.ServiceCallback<Models.DscNode>): Promise<Models.DscNodeUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n dscNodeUpdateParameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.DscNodeUpdateResponse>;\n }\n\n /**\n * Retrieve a list of dsc nodes.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscNodeListByAutomationAccountOptionalParams): Promise<Models.DscNodeListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.DscNodeListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.DscNodeListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.DscNodeListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscNodeListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.DscNodeListResult>, callback?: msRest.ServiceCallback<Models.DscNodeListResult>): Promise<Models.DscNodeListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.DscNodeListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of dsc nodes.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DscNodeListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNodeListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNodeListResult>, callback?: msRest.ServiceCallback<Models.DscNodeListResult>): Promise<Models.DscNodeListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.DscNodeListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNode\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNode\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"dscNodeUpdateParameters\",\n mapper: {\n ...Mappers.DscNodeUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DscNode\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.skip0,\n Parameters.top0,\n Parameters.inlinecount,\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n DscMetaConfiguration,\n DscNodeReport,\n DscNodeReportListResult,\n DscReportError,\n DscReportResource,\n DscReportResourceNavigation,\n ErrorResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/nodeReportsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a NodeReports. */\nexport class NodeReports {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a NodeReports.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the Dsc node report list by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodeReportsListByNodeResponse>\n */\n listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: Models.NodeReportsListByNodeOptionalParams): Promise<Models.NodeReportsListByNodeResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param callback The callback\n */\n listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: msRest.ServiceCallback<Models.DscNodeReportListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options: Models.NodeReportsListByNodeOptionalParams, callback: msRest.ServiceCallback<Models.DscNodeReportListResult>): void;\n listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: Models.NodeReportsListByNodeOptionalParams | msRest.ServiceCallback<Models.DscNodeReportListResult>, callback?: msRest.ServiceCallback<Models.DscNodeReportListResult>): Promise<Models.NodeReportsListByNodeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n },\n listByNodeOperationSpec,\n callback) as Promise<Models.NodeReportsListByNodeResponse>;\n }\n\n /**\n * Retrieve the Dsc node report data by node id and report id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodeReportsGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: msRest.RequestOptionsBase): Promise<Models.NodeReportsGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: msRest.ServiceCallback<Models.DscNodeReport>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNodeReport>): void;\n get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNodeReport>, callback?: msRest.ServiceCallback<Models.DscNodeReport>): Promise<Models.NodeReportsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n reportId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.NodeReportsGetResponse>;\n }\n\n /**\n * Retrieve the Dsc node reports by node id and report id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodeReportsGetContentResponse>\n */\n getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: msRest.RequestOptionsBase): Promise<Models.NodeReportsGetContentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: msRest.ServiceCallback<any>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<any>): void;\n getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<any>, callback?: msRest.ServiceCallback<any>): Promise<Models.NodeReportsGetContentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n reportId,\n options\n },\n getContentOperationSpec,\n callback) as Promise<Models.NodeReportsGetContentResponse>;\n }\n\n /**\n * Retrieve the Dsc node report list by node id.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodeReportsListByNodeNextResponse>\n */\n listByNodeNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NodeReportsListByNodeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByNodeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DscNodeReportListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByNodeNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNodeReportListResult>): void;\n listByNodeNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNodeReportListResult>, callback?: msRest.ServiceCallback<Models.DscNodeReportListResult>): Promise<Models.NodeReportsListByNodeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByNodeNextOperationSpec,\n callback) as Promise<Models.NodeReportsListByNodeNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByNodeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.reportId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReport\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}/content\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.reportId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Object\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByNodeNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscCompilationJobCreateParameters,\n DscCompilationJobListResult,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n JobStream,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dscCompilationJobOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a DscCompilationJobOperations. */\nexport class DscCompilationJobOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a DscCompilationJobOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Creates the Dsc compilation job of the configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The the DSC configuration Id.\n * @param parameters The parameters supplied to the create compilation job operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: Models.DscCompilationJobCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.DscCompilationJobCreateResponse> {\n return this.beginCreate(resourceGroupName,automationAccountName,compilationJobName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DscCompilationJobCreateResponse>;\n }\n\n /**\n * Retrieve the Dsc configuration compilation job identified by job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The the DSC configuration Id.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: msRest.RequestOptionsBase): Promise<Models.DscCompilationJobGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The the DSC configuration Id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, callback: msRest.ServiceCallback<Models.DscCompilationJob>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The the DSC configuration Id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscCompilationJob>): void;\n get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscCompilationJob>, callback?: msRest.ServiceCallback<Models.DscCompilationJob>): Promise<Models.DscCompilationJobGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n compilationJobName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DscCompilationJobGetResponse>;\n }\n\n /**\n * Retrieve a list of dsc compilation jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscCompilationJobListByAutomationAccountOptionalParams): Promise<Models.DscCompilationJobListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.DscCompilationJobListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.DscCompilationJobListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.DscCompilationJobListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscCompilationJobListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.DscCompilationJobListResult>, callback?: msRest.ServiceCallback<Models.DscCompilationJobListResult>): Promise<Models.DscCompilationJobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.DscCompilationJobListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve the job stream identified by job stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param jobStreamId The job stream id.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobGetStreamResponse>\n */\n getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: msRest.RequestOptionsBase): Promise<Models.DscCompilationJobGetStreamResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param jobStreamId The job stream id.\n * @param callback The callback\n */\n getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, callback: msRest.ServiceCallback<Models.JobStream>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param jobStreamId The job stream id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobStream>): void;\n getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobStream>, callback?: msRest.ServiceCallback<Models.JobStream>): Promise<Models.DscCompilationJobGetStreamResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobId,\n jobStreamId,\n options\n },\n getStreamOperationSpec,\n callback) as Promise<Models.DscCompilationJobGetStreamResponse>;\n }\n\n /**\n * Creates the Dsc compilation job of the configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The the DSC configuration Id.\n * @param parameters The parameters supplied to the create compilation job operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: Models.DscCompilationJobCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n automationAccountName,\n compilationJobName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Retrieve a list of dsc compilation jobs.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DscCompilationJobListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscCompilationJobListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscCompilationJobListResult>, callback?: msRest.ServiceCallback<Models.DscCompilationJobListResult>): Promise<Models.DscCompilationJobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.compilationJobName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getStreamOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams/{jobStreamId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobId,\n Parameters.jobStreamId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.compilationJobName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DscCompilationJobCreateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.DscCompilationJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n JobStream,\n JobStreamListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dscCompilationJobStreamMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a DscCompilationJobStream. */\nexport class DscCompilationJobStream {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a DscCompilationJobStream.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve all the job streams for the compilation Job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscCompilationJobStreamListByJobResponse>\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options?: msRest.RequestOptionsBase): Promise<Models.DscCompilationJobStreamListByJobResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param callback The callback\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobStreamListResult>, callback?: msRest.ServiceCallback<Models.JobStreamListResult>): Promise<Models.DscCompilationJobStreamListByJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobId,\n options\n },\n listByJobOperationSpec,\n callback) as Promise<Models.DscCompilationJobStreamListByJobResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeConfigurationCreateOrUpdateParameters,\n DscNodeConfigurationListResult,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dscNodeConfigurationOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a DscNodeConfigurationOperations. */\nexport class DscNodeConfigurationOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a DscNodeConfigurationOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the Dsc node configurations by node configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the Dsc node configurations by node configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeConfigurationGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeConfigurationGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, callback: msRest.ServiceCallback<Models.DscNodeConfiguration>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNodeConfiguration>): void;\n get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNodeConfiguration>, callback?: msRest.ServiceCallback<Models.DscNodeConfiguration>): Promise<Models.DscNodeConfigurationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DscNodeConfigurationGetResponse>;\n }\n\n /**\n * Create the node configuration identified by node configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param parameters The create or update parameters for configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeConfigurationCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: Models.DscNodeConfigurationCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeConfigurationCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,automationAccountName,nodeConfigurationName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DscNodeConfigurationCreateOrUpdateResponse>;\n }\n\n /**\n * Retrieve a list of dsc node configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeConfigurationListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscNodeConfigurationListByAutomationAccountOptionalParams): Promise<Models.DscNodeConfigurationListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: Models.DscNodeConfigurationListByAutomationAccountOptionalParams, callback: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.DscNodeConfigurationListByAutomationAccountOptionalParams | msRest.ServiceCallback<Models.DscNodeConfigurationListResult>, callback?: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): Promise<Models.DscNodeConfigurationListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.DscNodeConfigurationListByAutomationAccountResponse>;\n }\n\n /**\n * Create the node configuration identified by node configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param parameters The create or update parameters for configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: Models.DscNodeConfigurationCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Retrieve a list of dsc node configurations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DscNodeConfigurationListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DscNodeConfigurationListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DscNodeConfigurationListResult>, callback?: msRest.ServiceCallback<Models.DscNodeConfigurationListResult>): Promise<Models.DscNodeConfigurationListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.DscNodeConfigurationListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.filter,\n Parameters.skip0,\n Parameters.top0,\n Parameters.inlinecount\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DscNodeConfigurationCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 201: {\n bodyMapper: Mappers.DscNodeConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n NodeCount,\n NodeCountProperties,\n NodeCounts\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/nodeCountInformationMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a NodeCountInformation. */\nexport class NodeCountInformation {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a NodeCountInformation.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve counts for Dsc Nodes.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodeCountInformationGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.NodeCountInformationGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.NodeCounts>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NodeCounts>): void;\n get(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NodeCounts>, callback?: msRest.ServiceCallback<Models.NodeCounts>): Promise<Models.NodeCountInformationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.NodeCountInformationGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodecounts/{countType}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.countType,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NodeCounts\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n ContentHash,\n ContentLink,\n ErrorResponse,\n RunbookDraft,\n RunbookDraftReplaceContentHeaders,\n RunbookDraftUndoEditResult,\n RunbookParameter\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/runbookDraftOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a RunbookDraftOperations. */\nexport class RunbookDraftOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a RunbookDraftOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the content of runbook draft identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookDraftGetContentResponse>\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookDraftGetContentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<Models.RunbookDraftGetContentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n getContentOperationSpec,\n callback) as Promise<Models.RunbookDraftGetContentResponse>;\n }\n\n /**\n * Replaces the runbook draft content.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param runbookContent The runbook draft content.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookDraftReplaceContentResponse>\n */\n replaceContent(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: msRest.HttpRequestBody, options?: msRest.RequestOptionsBase): Promise<Models.RunbookDraftReplaceContentResponse> {\n return this.beginReplaceContent(resourceGroupName,automationAccountName,runbookName,runbookContent,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RunbookDraftReplaceContentResponse>;\n }\n\n /**\n * Retrieve the runbook draft identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookDraftGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookDraftGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<Models.RunbookDraft>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunbookDraft>): void;\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunbookDraft>, callback?: msRest.ServiceCallback<Models.RunbookDraft>): Promise<Models.RunbookDraftGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RunbookDraftGetResponse>;\n }\n\n /**\n * Undo draft edit to last known published state identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookDraftUndoEditResponse>\n */\n undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookDraftUndoEditResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<Models.RunbookDraftUndoEditResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunbookDraftUndoEditResult>): void;\n undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunbookDraftUndoEditResult>, callback?: msRest.ServiceCallback<Models.RunbookDraftUndoEditResult>): Promise<Models.RunbookDraftUndoEditResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n undoEditOperationSpec,\n callback) as Promise<Models.RunbookDraftUndoEditResponse>;\n }\n\n /**\n * Replaces the runbook draft content.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param runbookContent The runbook draft content.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginReplaceContent(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: msRest.HttpRequestBody, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n runbookContent,\n options\n },\n beginReplaceContentOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/content\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookDraft\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst undoEditOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/undoEdit\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookDraftUndoEditResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginReplaceContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/content\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"runbookContent\",\n mapper: {\n required: true,\n serializedName: \"runbookContent\",\n type: {\n name: \"Stream\"\n }\n }\n },\n contentType: \"text/powershell\",\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n },\n headersMapper: Mappers.RunbookDraftReplaceContentHeaders\n },\n 202: {\n headersMapper: Mappers.RunbookDraftReplaceContentHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n CloudError,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n NonAzureQueryProperties,\n ProxyResource,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookCreateOrUpdateParameters,\n RunbookDraft,\n RunbookListResult,\n RunbookParameter,\n RunbookPublishHeaders,\n RunbookUpdateParameters,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/runbookOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a RunbookOperations. */\nexport class RunbookOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a RunbookOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Publish runbook draft.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the publish runbook operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookPublishResponse>\n */\n publish(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookPublishResponse> {\n return this.beginPublish(resourceGroupName,automationAccountName,runbookName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RunbookPublishResponse>;\n }\n\n /**\n * Retrieve the content of runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookGetContentResponse>\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookGetContentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<Models.RunbookGetContentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n getContentOperationSpec,\n callback) as Promise<Models.RunbookGetContentResponse>;\n }\n\n /**\n * Retrieve the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<Models.Runbook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Runbook>): void;\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Runbook>, callback?: msRest.ServiceCallback<Models.Runbook>): Promise<Models.RunbookGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RunbookGetResponse>;\n }\n\n /**\n * Create the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The create or update parameters for runbook. Provide either content link for a\n * published runbook or draft, not both.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RunbookCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The create or update parameters for runbook. Provide either content link for a\n * published runbook or draft, not both.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Runbook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The create or update parameters for runbook. Provide either content link for a\n * published runbook or draft, not both.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Runbook>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Runbook>, callback?: msRest.ServiceCallback<Models.Runbook>): Promise<Models.RunbookCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.RunbookCreateOrUpdateResponse>;\n }\n\n /**\n * Update the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The update parameters for runbook.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RunbookUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The update parameters for runbook.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookUpdateParameters, callback: msRest.ServiceCallback<Models.Runbook>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The update parameters for runbook.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Runbook>): void;\n update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.RunbookUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Runbook>, callback?: msRest.ServiceCallback<Models.Runbook>): Promise<Models.RunbookUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.RunbookUpdateResponse>;\n }\n\n /**\n * Delete the runbook by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve a list of runbooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.RunbookListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunbookListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunbookListResult>, callback?: msRest.ServiceCallback<Models.RunbookListResult>): Promise<Models.RunbookListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.RunbookListByAutomationAccountResponse>;\n }\n\n /**\n * Publish runbook draft.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the publish runbook operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginPublish(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n beginPublishOperationSpec,\n options);\n }\n\n /**\n * Retrieve a list of runbooks.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunbookListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RunbookListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RunbookListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunbookListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunbookListResult>, callback?: msRest.ServiceCallback<Models.RunbookListResult>): Promise<Models.RunbookListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.RunbookListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getContentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/content\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Stream\"\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.RunbookCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n 201: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.RunbookUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginPublishOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/publish\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {\n headersMapper: Mappers.RunbookPublishHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n JobStream,\n JobStreamListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/testJobStreamsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a TestJobStreams. */\nexport class TestJobStreams {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a TestJobStreams.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve a test job stream of the test job identified by runbook name and stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param jobStreamId The job stream id.\n * @param [options] The optional parameters\n * @returns Promise<Models.TestJobStreamsGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: msRest.RequestOptionsBase): Promise<Models.TestJobStreamsGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param jobStreamId The job stream id.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: msRest.ServiceCallback<Models.JobStream>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param jobStreamId The job stream id.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobStream>): void;\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobStream>, callback?: msRest.ServiceCallback<Models.JobStream>): Promise<Models.TestJobStreamsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n jobStreamId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TestJobStreamsGetResponse>;\n }\n\n /**\n * Retrieve a list of test job streams identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.TestJobStreamsListByTestJobResponse>\n */\n listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: Models.TestJobStreamsListByTestJobOptionalParams): Promise<Models.TestJobStreamsListByTestJobResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: Models.TestJobStreamsListByTestJobOptionalParams, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: Models.TestJobStreamsListByTestJobOptionalParams | msRest.ServiceCallback<Models.JobStreamListResult>, callback?: msRest.ServiceCallback<Models.JobStreamListResult>): Promise<Models.TestJobStreamsListByTestJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n listByTestJobOperationSpec,\n callback) as Promise<Models.TestJobStreamsListByTestJobResponse>;\n }\n\n /**\n * Retrieve a list of test job streams identified by runbook name.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TestJobStreamsListByTestJobNextResponse>\n */\n listByTestJobNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TestJobStreamsListByTestJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByTestJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByTestJobNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.JobStreamListResult>): void;\n listByTestJobNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobStreamListResult>, callback?: msRest.ServiceCallback<Models.JobStreamListResult>): Promise<Models.TestJobStreamsListByTestJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByTestJobNextOperationSpec,\n callback) as Promise<Models.TestJobStreamsListByTestJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/streams/{jobStreamId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName,\n Parameters.jobStreamId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByTestJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/streams\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByTestJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n TestJob,\n TestJobCreateParameters\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/testJobOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a TestJobOperations. */\nexport class TestJobOperations {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a TestJobOperations.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a test job of the runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the create test job operation.\n * @param parameters The parameters supplied to the create test job operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TestJobCreateResponse>\n */\n create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.TestJobCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.TestJobCreateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the create test job operation.\n * @param parameters The parameters supplied to the create test job operation.\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.TestJobCreateParameters, callback: msRest.ServiceCallback<Models.TestJob>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the create test job operation.\n * @param parameters The parameters supplied to the create test job operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.TestJobCreateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TestJob>): void;\n create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: Models.TestJobCreateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TestJob>, callback?: msRest.ServiceCallback<Models.TestJob>): Promise<Models.TestJobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.TestJobCreateResponse>;\n }\n\n /**\n * Retrieve the test job for the specified runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<Models.TestJobGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<Models.TestJobGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<Models.TestJob>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TestJob>): void;\n get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TestJob>, callback?: msRest.ServiceCallback<Models.TestJob>): Promise<Models.TestJobGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TestJobGetResponse>;\n }\n\n /**\n * Resume the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n resume(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n resumeOperationSpec,\n callback);\n }\n\n /**\n * Stop the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n stopOperationSpec,\n callback);\n }\n\n /**\n * Suspend the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param callback The callback\n */\n suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The optional parameters\n * @param callback The callback\n */\n suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n },\n suspendOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TestJobCreateParameters,\n required: true\n }\n },\n responses: {\n 201: {\n bodyMapper: Mappers.TestJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TestJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst resumeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/resume\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst stopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst suspendOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/suspend\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AdvancedSchedule,\n AdvancedScheduleMonthlyOccurrence,\n AutomationAccount,\n AzureQueryProperties,\n BaseResource,\n Certificate,\n Connection,\n ConnectionTypeAssociationProperty,\n ContentHash,\n ContentLink,\n ContentSource,\n Credential,\n DscCompilationJob,\n DscConfiguration,\n DscConfigurationAssociationProperty,\n DscConfigurationParameter,\n DscNode,\n DscNodeConfiguration,\n DscNodeExtensionHandlerAssociationProperty,\n ErrorResponse,\n Job,\n JobCollectionItem,\n LinuxProperties,\n Module,\n ModuleErrorInfo,\n ModuleListResult,\n NonAzureQueryProperties,\n ProxyResource,\n PythonPackageCreateParameters,\n PythonPackageUpdateParameters,\n Resource,\n Runbook,\n RunbookAssociationProperty,\n RunbookDraft,\n RunbookParameter,\n Schedule,\n ScheduleProperties,\n Sku,\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationTasks,\n SourceControl,\n TagSettingsProperties,\n TargetProperties,\n TaskProperties,\n TrackedResource,\n UpdateConfiguration,\n Variable,\n Watcher,\n Webhook,\n WindowsProperties\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/python2PackageMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClientContext } from \"../automationClientContext\";\n\n/** Class representing a Python2Package. */\nexport class Python2Package {\n private readonly client: AutomationClientContext;\n\n /**\n * Create a Python2Package.\n * @param {AutomationClientContext} client Reference to the service client.\n */\n constructor(client: AutomationClientContext) {\n this.client = client;\n }\n\n /**\n * Delete the python 2 package by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Retrieve the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param [options] The optional parameters\n * @returns Promise<Models.Python2PackageGetResponse>\n */\n get(resourceGroupName: string, automationAccountName: string, packageName: string, options?: msRest.RequestOptionsBase): Promise<Models.Python2PackageGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, packageName: string, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, automationAccountName: string, packageName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n get(resourceGroupName: string, automationAccountName: string, packageName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.Python2PackageGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.Python2PackageGetResponse>;\n }\n\n /**\n * Create or Update the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The create or update parameters for python package.\n * @param [options] The optional parameters\n * @returns Promise<Models.Python2PackageCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.Python2PackageCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The create or update parameters for python package.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageCreateParameters, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The create or update parameters for python package.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageCreateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageCreateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.Python2PackageCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.Python2PackageCreateOrUpdateResponse>;\n }\n\n /**\n * Update the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The update parameters for python package.\n * @param [options] The optional parameters\n * @returns Promise<Models.Python2PackageUpdateResponse>\n */\n update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.Python2PackageUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The update parameters for python package.\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageUpdateParameters, callback: msRest.ServiceCallback<Models.Module>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The update parameters for python package.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Module>): void;\n update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: Models.PythonPackageUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Module>, callback?: msRest.ServiceCallback<Models.Module>): Promise<Models.Python2PackageUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.Python2PackageUpdateResponse>;\n }\n\n /**\n * Retrieve a list of python 2 packages.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param [options] The optional parameters\n * @returns Promise<Models.Python2PackageListByAutomationAccountResponse>\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.Python2PackageListByAutomationAccountResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ModuleListResult>, callback?: msRest.ServiceCallback<Models.ModuleListResult>): Promise<Models.Python2PackageListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n options\n },\n listByAutomationAccountOperationSpec,\n callback) as Promise<Models.Python2PackageListByAutomationAccountResponse>;\n }\n\n /**\n * Retrieve a list of python 2 packages.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.Python2PackageListByAutomationAccountNextResponse>\n */\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.Python2PackageListByAutomationAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByAutomationAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ModuleListResult>): void;\n listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ModuleListResult>, callback?: msRest.ServiceCallback<Models.ModuleListResult>): Promise<Models.Python2PackageListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByAutomationAccountNextOperationSpec,\n callback) as Promise<Models.Python2PackageListByAutomationAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PythonPackageCreateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n 201: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PythonPackageUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByAutomationAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-automation\";\nconst packageVersion = \"10.1.0\";\n\nexport class AutomationClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n countType1: Models.CountType;\n\n /**\n * Initializes a new instance of the AutomationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param countType1 The type of counts to retrieve. Possible values include: 'status',\n * 'nodeconfiguration'\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, countType1: Models.CountType, options?: Models.AutomationClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n if (countType1 == undefined) {\n throw new Error('\\'countType1\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n this.countType1 = countType1;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { AutomationClientContext } from \"./automationClientContext\";\n\n\nclass AutomationClient extends AutomationClientContext {\n // Operation groups\n automationAccount: operations.AutomationAccountOperations;\n operations: operations.Operations;\n statistics: operations.StatisticsOperations;\n usages: operations.Usages;\n keys: operations.Keys;\n certificate: operations.CertificateOperations;\n connection: operations.ConnectionOperations;\n connectionType: operations.ConnectionTypeOperations;\n credential: operations.CredentialOperations;\n dscConfiguration: operations.DscConfigurationOperations;\n hybridRunbookWorkerGroup: operations.HybridRunbookWorkerGroupOperations;\n jobSchedule: operations.JobScheduleOperations;\n linkedWorkspace: operations.LinkedWorkspaceOperations;\n activity: operations.ActivityOperations;\n module: operations.ModuleOperations;\n objectDataTypes: operations.ObjectDataTypes;\n fields: operations.Fields;\n schedule: operations.ScheduleOperations;\n variable: operations.VariableOperations;\n webhook: operations.WebhookOperations;\n watcher: operations.WatcherOperations;\n softwareUpdateConfigurations: operations.SoftwareUpdateConfigurations;\n softwareUpdateConfigurationRuns: operations.SoftwareUpdateConfigurationRuns;\n softwareUpdateConfigurationMachineRuns: operations.SoftwareUpdateConfigurationMachineRuns;\n sourceControl: operations.SourceControlOperations;\n sourceControlSyncJob: operations.SourceControlSyncJobOperations;\n sourceControlSyncJobStreams: operations.SourceControlSyncJobStreams;\n job: operations.JobOperations;\n jobStream: operations.JobStreamOperations;\n agentRegistrationInformation: operations.AgentRegistrationInformation;\n dscNode: operations.DscNodeOperations;\n nodeReports: operations.NodeReports;\n dscCompilationJob: operations.DscCompilationJobOperations;\n dscCompilationJobStream: operations.DscCompilationJobStream;\n dscNodeConfiguration: operations.DscNodeConfigurationOperations;\n nodeCountInformation: operations.NodeCountInformation;\n runbookDraft: operations.RunbookDraftOperations;\n runbook: operations.RunbookOperations;\n testJobStreams: operations.TestJobStreams;\n testJob: operations.TestJobOperations;\n python2Package: operations.Python2Package;\n\n /**\n * Initializes a new instance of the AutomationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param countType1 The type of counts to retrieve. Possible values include: 'status',\n * 'nodeconfiguration'\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, countType1: Models.CountType, options?: Models.AutomationClientOptions) {\n super(credentials, subscriptionId, countType1, options);\n this.automationAccount = new operations.AutomationAccountOperations(this);\n this.operations = new operations.Operations(this);\n this.statistics = new operations.StatisticsOperations(this);\n this.usages = new operations.Usages(this);\n this.keys = new operations.Keys(this);\n this.certificate = new operations.CertificateOperations(this);\n this.connection = new operations.ConnectionOperations(this);\n this.connectionType = new operations.ConnectionTypeOperations(this);\n this.credential = new operations.CredentialOperations(this);\n this.dscConfiguration = new operations.DscConfigurationOperations(this);\n this.hybridRunbookWorkerGroup = new operations.HybridRunbookWorkerGroupOperations(this);\n this.jobSchedule = new operations.JobScheduleOperations(this);\n this.linkedWorkspace = new operations.LinkedWorkspaceOperations(this);\n this.activity = new operations.ActivityOperations(this);\n this.module = new operations.ModuleOperations(this);\n this.objectDataTypes = new operations.ObjectDataTypes(this);\n this.fields = new operations.Fields(this);\n this.schedule = new operations.ScheduleOperations(this);\n this.variable = new operations.VariableOperations(this);\n this.webhook = new operations.WebhookOperations(this);\n this.watcher = new operations.WatcherOperations(this);\n this.softwareUpdateConfigurations = new operations.SoftwareUpdateConfigurations(this);\n this.softwareUpdateConfigurationRuns = new operations.SoftwareUpdateConfigurationRuns(this);\n this.softwareUpdateConfigurationMachineRuns = new operations.SoftwareUpdateConfigurationMachineRuns(this);\n this.sourceControl = new operations.SourceControlOperations(this);\n this.sourceControlSyncJob = new operations.SourceControlSyncJobOperations(this);\n this.sourceControlSyncJobStreams = new operations.SourceControlSyncJobStreams(this);\n this.job = new operations.JobOperations(this);\n this.jobStream = new operations.JobStreamOperations(this);\n this.agentRegistrationInformation = new operations.AgentRegistrationInformation(this);\n this.dscNode = new operations.DscNodeOperations(this);\n this.nodeReports = new operations.NodeReports(this);\n this.dscCompilationJob = new operations.DscCompilationJobOperations(this);\n this.dscCompilationJobStream = new operations.DscCompilationJobStream(this);\n this.dscNodeConfiguration = new operations.DscNodeConfigurationOperations(this);\n this.nodeCountInformation = new operations.NodeCountInformation(this);\n this.runbookDraft = new operations.RunbookDraftOperations(this);\n this.runbook = new operations.RunbookOperations(this);\n this.testJobStreams = new operations.TestJobStreams(this);\n this.testJob = new operations.TestJobOperations(this);\n this.python2Package = new operations.Python2Package(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n AutomationClient,\n AutomationClientContext,\n Models as AutomationModels,\n Mappers as AutomationMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.resourceGroupName","Parameters.automationAccountName","Parameters.subscriptionId","Parameters.apiVersion0","Parameters.acceptLanguage","Mappers.AutomationAccountUpdateParameters","Mappers.AutomationAccount","Mappers.ErrorResponse","Mappers.AutomationAccountCreateOrUpdateParameters","Mappers.AutomationAccountListResult","Parameters.nextPageLink","listOperationSpec","serializer","Mappers","Mappers.OperationListResult","Parameters.filter","Mappers.StatisticsListResult","listByAutomationAccountOperationSpec","Mappers.UsageListResult","Mappers.KeyListResult","deleteMethodOperationSpec","getOperationSpec","createOrUpdateOperationSpec","updateOperationSpec","Parameters.certificateName","Mappers.Certificate","Mappers.CertificateCreateOrUpdateParameters","Mappers.CertificateUpdateParameters","Mappers.CertificateListResult","listByAutomationAccountNextOperationSpec","Parameters.connectionName","Mappers.Connection","Mappers.ConnectionCreateOrUpdateParameters","Mappers.ConnectionUpdateParameters","Mappers.ConnectionListResult","Parameters.connectionTypeName","Mappers.ConnectionType","Mappers.ConnectionTypeCreateOrUpdateParameters","Mappers.ConnectionTypeListResult","Parameters.credentialName","Mappers.Credential","Mappers.CredentialCreateOrUpdateParameters","Mappers.CredentialUpdateParameters","Mappers.CredentialListResult","Mappers.CloudError","Parameters.configurationName","Mappers.DscConfiguration","Mappers.DscConfigurationCreateOrUpdateParameters","Mappers.DscConfigurationUpdateParameters","Parameters.skip0","Parameters.top0","Parameters.inlinecount","Mappers.DscConfigurationListResult","Parameters.hybridRunbookWorkerGroupName","Mappers.HybridRunbookWorkerGroup","Mappers.HybridRunbookWorkerGroupUpdateParameters","Mappers.HybridRunbookWorkerGroupsListResult","Parameters.jobScheduleId","Mappers.JobSchedule","Mappers.JobScheduleCreateParameters","Mappers.JobScheduleListResult","Mappers.LinkedWorkspace","Parameters.moduleName","Parameters.activityName","Mappers.Activity","Mappers.ActivityListResult","Mappers.Module","Mappers.ModuleCreateOrUpdateParameters","Mappers.ModuleUpdateParameters","Mappers.ModuleListResult","Parameters.typeName","Mappers.TypeFieldListResult","Parameters.scheduleName","Mappers.ScheduleCreateOrUpdateParameters","Mappers.Schedule","Mappers.ScheduleUpdateParameters","Mappers.ScheduleListResult","Parameters.variableName","Mappers.VariableCreateOrUpdateParameters","Mappers.Variable","Mappers.VariableUpdateParameters","Mappers.VariableListResult","Parameters.webhookName","Mappers.Webhook","Mappers.WebhookCreateOrUpdateParameters","Mappers.WebhookUpdateParameters","Mappers.WebhookListResult","Parameters.watcherName","Mappers.Watcher","Mappers.WatcherUpdateParameters","Mappers.WatcherListResult","createOperationSpec","Parameters.softwareUpdateConfigurationName","Parameters.apiVersion1","Parameters.clientRequestId","Mappers.SoftwareUpdateConfiguration","Mappers.SoftwareUpdateConfigurationListResult","Parameters.softwareUpdateConfigurationRunId","Mappers.SoftwareUpdateConfigurationRun","Parameters.skip1","Parameters.top1","Mappers.SoftwareUpdateConfigurationRunListResult","getByIdOperationSpec","Parameters.softwareUpdateConfigurationMachineRunId","Mappers.SoftwareUpdateConfigurationMachineRun","Mappers.SoftwareUpdateConfigurationMachineRunListResult","Parameters.sourceControlName","Mappers.SourceControlCreateOrUpdateParameters","Mappers.SourceControl","Mappers.SourceControlUpdateParameters","Mappers.SourceControlListResult","Parameters.sourceControlSyncJobId","Mappers.SourceControlSyncJobCreateParameters","Mappers.SourceControlSyncJob","Mappers.SourceControlSyncJobById","Mappers.SourceControlSyncJobListResult","Mappers.SourceControlSyncJobStreamsListBySyncJob","Parameters.streamId","Mappers.SourceControlSyncJobStreamById","stopOperationSpec","Parameters.jobName","Mappers.Job","Mappers.JobCreateParameters","Mappers.JobListResultV2","Parameters.jobStreamId","Mappers.JobStream","Mappers.JobStreamListResult","Parameters.apiVersion2","Mappers.AgentRegistration","Mappers.AgentRegistrationRegenerateKeyParameter","Parameters.nodeId","Mappers.DscNode","Mappers.DscNodeUpdateParameters","Mappers.DscNodeListResult","getContentOperationSpec","Mappers.DscNodeReportListResult","Parameters.reportId","Mappers.DscNodeReport","Parameters.compilationJobName","Mappers.DscCompilationJob","Mappers.DscCompilationJobListResult","Parameters.jobId","Mappers.DscCompilationJobCreateParameters","listByJobOperationSpec","Parameters.nodeConfigurationName","Mappers.DscNodeConfiguration","Mappers.DscNodeConfigurationListResult","Mappers.DscNodeConfigurationCreateOrUpdateParameters","Parameters.countType","Mappers.NodeCounts","Parameters.runbookName","Parameters.apiVersion3","Mappers.RunbookDraft","Mappers.RunbookDraftUndoEditResult","Mappers.RunbookDraftReplaceContentHeaders","Mappers.Runbook","Mappers.RunbookCreateOrUpdateParameters","Mappers.RunbookUpdateParameters","Mappers.RunbookListResult","Mappers.RunbookPublishHeaders","resumeOperationSpec","suspendOperationSpec","Mappers.TestJobCreateParameters","Mappers.TestJob","Parameters.packageName","Mappers.PythonPackageCreateParameters","Mappers.PythonPackageUpdateParameters","packageName","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.AutomationAccountOperations","operations.Operations","operations.StatisticsOperations","operations.Usages","operations.Keys","operations.CertificateOperations","operations.ConnectionOperations","operations.ConnectionTypeOperations","operations.CredentialOperations","operations.DscConfigurationOperations","operations.HybridRunbookWorkerGroupOperations","operations.JobScheduleOperations","operations.LinkedWorkspaceOperations","operations.ActivityOperations","operations.ModuleOperations","operations.ObjectDataTypes","operations.Fields","operations.ScheduleOperations","operations.VariableOperations","operations.WebhookOperations","operations.WatcherOperations","operations.SoftwareUpdateConfigurations","operations.SoftwareUpdateConfigurationRuns","operations.SoftwareUpdateConfigurationMachineRuns","operations.SourceControlOperations","operations.SourceControlSyncJobOperations","operations.SourceControlSyncJobStreams","operations.JobOperations","operations.JobStreamOperations","operations.AgentRegistrationInformation","operations.DscNodeOperations","operations.NodeReports","operations.DscCompilationJobOperations","operations.DscCompilationJobStream","operations.DscNodeConfigurationOperations","operations.NodeCountInformation","operations.RunbookDraftOperations","operations.RunbookOperations","operations.TestJobStreams","operations.TestJobOperations","operations.Python2Package"],"mappings":"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"}
|