@azure/arm-automation 11.0.0-beta.3 → 11.0.0-beta.5
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 +8 -10
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/automationClient.d.ts +70 -0
- package/dist/browser/automationClient.d.ts.map +1 -0
- package/dist/browser/automationClient.js +204 -0
- package/dist/browser/automationClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +33 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +4342 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +6918 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +811 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/activityOperations.d.ts +50 -0
- package/dist/browser/operations/activityOperations.d.ts.map +1 -0
- package/dist/browser/operations/activityOperations.js +184 -0
- package/dist/browser/operations/activityOperations.js.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.js +87 -0
- package/dist/browser/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operations/automationAccountOperations.d.ts +83 -0
- package/dist/browser/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operations/automationAccountOperations.js +350 -0
- package/dist/browser/operations/automationAccountOperations.js.map +1 -0
- package/dist/browser/operations/certificateOperations.d.ts +73 -0
- package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operations/certificateOperations.js +281 -0
- package/dist/browser/operations/certificateOperations.js.map +1 -0
- package/dist/browser/operations/connectionOperations.d.ts +73 -0
- package/dist/browser/operations/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionOperations.js +282 -0
- package/dist/browser/operations/connectionOperations.js.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.js +238 -0
- package/dist/browser/operations/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operations/credentialOperations.d.ts +73 -0
- package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operations/credentialOperations.js +275 -0
- package/dist/browser/operations/credentialOperations.js.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.js +47 -0
- package/dist/browser/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.js +297 -0
- package/dist/browser/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.js +56 -0
- package/dist/browser/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.js +417 -0
- package/dist/browser/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeOperations.d.ts +64 -0
- package/dist/browser/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeOperations.js +243 -0
- package/dist/browser/operations/dscNodeOperations.js.map +1 -0
- package/dist/browser/operations/fields.d.ts +34 -0
- package/dist/browser/operations/fields.d.ts.map +1 -0
- package/dist/browser/operations/fields.js +100 -0
- package/dist/browser/operations/fields.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.js +316 -0
- package/dist/browser/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operations/index.d.ts +46 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +53 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/jobOperations.d.ts +96 -0
- package/dist/browser/operations/jobOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobOperations.js +361 -0
- package/dist/browser/operations/jobOperations.js.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.js +237 -0
- package/dist/browser/operations/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operations/jobStreamOperations.d.ts +50 -0
- package/dist/browser/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobStreamOperations.js +178 -0
- package/dist/browser/operations/jobStreamOperations.js.map +1 -0
- package/dist/browser/operations/keys.d.ts +20 -0
- package/dist/browser/operations/keys.d.ts.map +1 -0
- package/dist/browser/operations/keys.js +54 -0
- package/dist/browser/operations/keys.js.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operations/moduleOperations.d.ts +73 -0
- package/dist/browser/operations/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/moduleOperations.js +281 -0
- package/dist/browser/operations/moduleOperations.js.map +1 -0
- package/dist/browser/operations/nodeCountInformation.d.ts +21 -0
- package/dist/browser/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operations/nodeCountInformation.js +56 -0
- package/dist/browser/operations/nodeCountInformation.js.map +1 -0
- package/dist/browser/operations/nodeReports.d.ts +59 -0
- package/dist/browser/operations/nodeReports.d.ts.map +1 -0
- package/dist/browser/operations/nodeReports.js +208 -0
- package/dist/browser/operations/nodeReports.js.map +1 -0
- package/dist/browser/operations/objectDataTypes.d.ts +52 -0
- package/dist/browser/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operations/objectDataTypes.js +166 -0
- package/dist/browser/operations/objectDataTypes.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +79 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +298 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +30 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/python2Package.d.ts +73 -0
- package/dist/browser/operations/python2Package.d.ts.map +1 -0
- package/dist/browser/operations/python2Package.js +281 -0
- package/dist/browser/operations/python2Package.js.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.js +215 -0
- package/dist/browser/operations/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operations/runbookOperations.d.ts +99 -0
- package/dist/browser/operations/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookOperations.js +400 -0
- package/dist/browser/operations/runbookOperations.js.map +1 -0
- package/dist/browser/operations/scheduleOperations.d.ts +73 -0
- package/dist/browser/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/scheduleOperations.js +282 -0
- package/dist/browser/operations/scheduleOperations.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operations/sourceControlOperations.d.ts +73 -0
- package/dist/browser/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlOperations.js +281 -0
- package/dist/browser/operations/sourceControlOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operations/statisticsOperations.d.ts +30 -0
- package/dist/browser/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operations/statisticsOperations.js +88 -0
- package/dist/browser/operations/statisticsOperations.js.map +1 -0
- package/dist/browser/operations/testJobOperations.d.ts +54 -0
- package/dist/browser/operations/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/testJobOperations.js +187 -0
- package/dist/browser/operations/testJobOperations.js.map +1 -0
- package/dist/browser/operations/testJobStreams.d.ts +50 -0
- package/dist/browser/operations/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/testJobStreams.js +184 -0
- package/dist/browser/operations/testJobStreams.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +30 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +88 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operations/variableOperations.d.ts +73 -0
- package/dist/browser/operations/variableOperations.d.ts.map +1 -0
- package/dist/browser/operations/variableOperations.js +281 -0
- package/dist/browser/operations/variableOperations.js.map +1 -0
- package/dist/browser/operations/watcherOperations.d.ts +89 -0
- package/dist/browser/operations/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operations/watcherOperations.js +341 -0
- package/dist/browser/operations/watcherOperations.js.map +1 -0
- package/dist/browser/operations/webhookOperations.d.ts +80 -0
- package/dist/browser/operations/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operations/webhookOperations.js +311 -0
- package/dist/browser/operations/webhookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fields.d.ts +15 -0
- package/dist/browser/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fields.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +46 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +53 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/keys.d.ts +12 -0
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/keys.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/automationClient.d.ts +70 -0
- package/dist/commonjs/automationClient.d.ts.map +1 -0
- package/dist/commonjs/automationClient.js +209 -0
- package/dist/commonjs/automationClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4342 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +415 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +184 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6924 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +106 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +816 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/activityOperations.d.ts +50 -0
- package/dist/commonjs/operations/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/activityOperations.js +189 -0
- package/dist/commonjs/operations/activityOperations.js.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js +92 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts +83 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.js +355 -0
- package/dist/commonjs/operations/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operations/certificateOperations.d.ts +73 -0
- package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateOperations.js +286 -0
- package/dist/commonjs/operations/certificateOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionOperations.d.ts +73 -0
- package/dist/commonjs/operations/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionOperations.js +287 -0
- package/dist/commonjs/operations/connectionOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.js +243 -0
- package/dist/commonjs/operations/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operations/credentialOperations.d.ts +73 -0
- package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/credentialOperations.js +280 -0
- package/dist/commonjs/operations/credentialOperations.js.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js +52 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js +302 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js +61 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js +422 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js +306 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts +64 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.js +248 -0
- package/dist/commonjs/operations/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operations/fields.d.ts +34 -0
- package/dist/commonjs/operations/fields.d.ts.map +1 -0
- package/dist/commonjs/operations/fields.js +105 -0
- package/dist/commonjs/operations/fields.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js +294 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js +321 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +46 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +56 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jobOperations.d.ts +96 -0
- package/dist/commonjs/operations/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobOperations.js +366 -0
- package/dist/commonjs/operations/jobOperations.js.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.js +242 -0
- package/dist/commonjs/operations/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts +50 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.js +183 -0
- package/dist/commonjs/operations/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operations/keys.d.ts +20 -0
- package/dist/commonjs/operations/keys.d.ts.map +1 -0
- package/dist/commonjs/operations/keys.js +59 -0
- package/dist/commonjs/operations/keys.js.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js +59 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operations/moduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/moduleOperations.js +286 -0
- package/dist/commonjs/operations/moduleOperations.js.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts +21 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.js +61 -0
- package/dist/commonjs/operations/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operations/nodeReports.d.ts +59 -0
- package/dist/commonjs/operations/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeReports.js +213 -0
- package/dist/commonjs/operations/nodeReports.js.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts +52 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.js +171 -0
- package/dist/commonjs/operations/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +303 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +30 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/python2Package.d.ts +73 -0
- package/dist/commonjs/operations/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operations/python2Package.js +286 -0
- package/dist/commonjs/operations/python2Package.js.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.js +220 -0
- package/dist/commonjs/operations/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operations/runbookOperations.d.ts +99 -0
- package/dist/commonjs/operations/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookOperations.js +405 -0
- package/dist/commonjs/operations/runbookOperations.js.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.js +287 -0
- package/dist/commonjs/operations/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js +102 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js +101 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js +180 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts +73 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.js +286 -0
- package/dist/commonjs/operations/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js +234 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js +204 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts +30 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.js +93 -0
- package/dist/commonjs/operations/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobOperations.d.ts +54 -0
- package/dist/commonjs/operations/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobOperations.js +192 -0
- package/dist/commonjs/operations/testJobOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobStreams.d.ts +50 -0
- package/dist/commonjs/operations/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobStreams.js +189 -0
- package/dist/commonjs/operations/testJobStreams.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +30 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +93 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/variableOperations.d.ts +73 -0
- package/dist/commonjs/operations/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/variableOperations.js +286 -0
- package/dist/commonjs/operations/variableOperations.js.map +1 -0
- package/dist/commonjs/operations/watcherOperations.d.ts +89 -0
- package/dist/commonjs/operations/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/watcherOperations.js +346 -0
- package/dist/commonjs/operations/watcherOperations.js.map +1 -0
- package/dist/commonjs/operations/webhookOperations.d.ts +80 -0
- package/dist/commonjs/operations/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/webhookOperations.js +316 -0
- package/dist/commonjs/operations/webhookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.js +10 -0
- package/dist/commonjs/operationsInterfaces/fields.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +56 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.js +10 -0
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js +10 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/automationClient.d.ts +70 -0
- package/dist/esm/automationClient.d.ts.map +1 -0
- package/dist/esm/automationClient.js +204 -0
- package/dist/esm/automationClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4342 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +412 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +184 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6918 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +106 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +811 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/activityOperations.d.ts +50 -0
- package/dist/esm/operations/activityOperations.d.ts.map +1 -0
- package/dist/esm/operations/activityOperations.js +184 -0
- package/dist/esm/operations/activityOperations.js.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.js +87 -0
- package/dist/esm/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operations/automationAccountOperations.d.ts +83 -0
- package/dist/esm/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operations/automationAccountOperations.js +350 -0
- package/dist/esm/operations/automationAccountOperations.js.map +1 -0
- package/dist/esm/operations/certificateOperations.d.ts +73 -0
- package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operations/certificateOperations.js +281 -0
- package/dist/esm/operations/certificateOperations.js.map +1 -0
- package/dist/esm/operations/connectionOperations.d.ts +73 -0
- package/dist/esm/operations/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionOperations.js +282 -0
- package/dist/esm/operations/connectionOperations.js.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.js +238 -0
- package/dist/esm/operations/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operations/credentialOperations.d.ts +73 -0
- package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operations/credentialOperations.js +275 -0
- package/dist/esm/operations/credentialOperations.js.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.js +47 -0
- package/dist/esm/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.js +297 -0
- package/dist/esm/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.js +56 -0
- package/dist/esm/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.js +417 -0
- package/dist/esm/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeOperations.d.ts +64 -0
- package/dist/esm/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeOperations.js +243 -0
- package/dist/esm/operations/dscNodeOperations.js.map +1 -0
- package/dist/esm/operations/fields.d.ts +34 -0
- package/dist/esm/operations/fields.d.ts.map +1 -0
- package/dist/esm/operations/fields.js +100 -0
- package/dist/esm/operations/fields.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.js +316 -0
- package/dist/esm/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operations/index.d.ts +46 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +53 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jobOperations.d.ts +96 -0
- package/dist/esm/operations/jobOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobOperations.js +361 -0
- package/dist/esm/operations/jobOperations.js.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.js +237 -0
- package/dist/esm/operations/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operations/jobStreamOperations.d.ts +50 -0
- package/dist/esm/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobStreamOperations.js +178 -0
- package/dist/esm/operations/jobStreamOperations.js.map +1 -0
- package/dist/esm/operations/keys.d.ts +20 -0
- package/dist/esm/operations/keys.d.ts.map +1 -0
- package/dist/esm/operations/keys.js +54 -0
- package/dist/esm/operations/keys.js.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operations/moduleOperations.d.ts +73 -0
- package/dist/esm/operations/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/moduleOperations.js +281 -0
- package/dist/esm/operations/moduleOperations.js.map +1 -0
- package/dist/esm/operations/nodeCountInformation.d.ts +21 -0
- package/dist/esm/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operations/nodeCountInformation.js +56 -0
- package/dist/esm/operations/nodeCountInformation.js.map +1 -0
- package/dist/esm/operations/nodeReports.d.ts +59 -0
- package/dist/esm/operations/nodeReports.d.ts.map +1 -0
- package/dist/esm/operations/nodeReports.js +208 -0
- package/dist/esm/operations/nodeReports.js.map +1 -0
- package/dist/esm/operations/objectDataTypes.d.ts +52 -0
- package/dist/esm/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operations/objectDataTypes.js +166 -0
- package/dist/esm/operations/objectDataTypes.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +298 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +30 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/python2Package.d.ts +73 -0
- package/dist/esm/operations/python2Package.d.ts.map +1 -0
- package/dist/esm/operations/python2Package.js +281 -0
- package/dist/esm/operations/python2Package.js.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.js +215 -0
- package/dist/esm/operations/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operations/runbookOperations.d.ts +99 -0
- package/dist/esm/operations/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookOperations.js +400 -0
- package/dist/esm/operations/runbookOperations.js.map +1 -0
- package/dist/esm/operations/scheduleOperations.d.ts +73 -0
- package/dist/esm/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/scheduleOperations.js +282 -0
- package/dist/esm/operations/scheduleOperations.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operations/sourceControlOperations.d.ts +73 -0
- package/dist/esm/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlOperations.js +281 -0
- package/dist/esm/operations/sourceControlOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operations/statisticsOperations.d.ts +30 -0
- package/dist/esm/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operations/statisticsOperations.js +88 -0
- package/dist/esm/operations/statisticsOperations.js.map +1 -0
- package/dist/esm/operations/testJobOperations.d.ts +54 -0
- package/dist/esm/operations/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/testJobOperations.js +187 -0
- package/dist/esm/operations/testJobOperations.js.map +1 -0
- package/dist/esm/operations/testJobStreams.d.ts +50 -0
- package/dist/esm/operations/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/testJobStreams.js +184 -0
- package/dist/esm/operations/testJobStreams.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +30 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +88 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/variableOperations.d.ts +73 -0
- package/dist/esm/operations/variableOperations.d.ts.map +1 -0
- package/dist/esm/operations/variableOperations.js +281 -0
- package/dist/esm/operations/variableOperations.js.map +1 -0
- package/dist/esm/operations/watcherOperations.d.ts +89 -0
- package/dist/esm/operations/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operations/watcherOperations.js +341 -0
- package/dist/esm/operations/watcherOperations.js.map +1 -0
- package/dist/esm/operations/webhookOperations.d.ts +80 -0
- package/dist/esm/operations/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operations/webhookOperations.js +311 -0
- package/dist/esm/operations/webhookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.js +9 -0
- package/dist/esm/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fields.d.ts +15 -0
- package/dist/esm/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fields.js +9 -0
- package/dist/esm/operationsInterfaces/fields.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +46 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +53 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/keys.d.ts +12 -0
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/keys.js +9 -0
- package/dist/esm/operationsInterfaces/keys.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.js +9 -0
- package/dist/esm/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.js +9 -0
- package/dist/esm/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/automationClient.d.ts +70 -0
- package/dist/react-native/automationClient.d.ts.map +1 -0
- package/dist/react-native/automationClient.js +204 -0
- package/dist/react-native/automationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4342 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +412 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +184 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6918 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +106 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +811 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/activityOperations.d.ts +50 -0
- package/dist/react-native/operations/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operations/activityOperations.js +184 -0
- package/dist/react-native/operations/activityOperations.js.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.js +87 -0
- package/dist/react-native/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts +83 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.js +350 -0
- package/dist/react-native/operations/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operations/certificateOperations.d.ts +73 -0
- package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operations/certificateOperations.js +281 -0
- package/dist/react-native/operations/certificateOperations.js.map +1 -0
- package/dist/react-native/operations/connectionOperations.d.ts +73 -0
- package/dist/react-native/operations/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionOperations.js +282 -0
- package/dist/react-native/operations/connectionOperations.js.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.js +238 -0
- package/dist/react-native/operations/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operations/credentialOperations.d.ts +73 -0
- package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operations/credentialOperations.js +275 -0
- package/dist/react-native/operations/credentialOperations.js.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js +47 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js +297 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.js +56 -0
- package/dist/react-native/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.js +417 -0
- package/dist/react-native/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts +64 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.js +243 -0
- package/dist/react-native/operations/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operations/fields.d.ts +34 -0
- package/dist/react-native/operations/fields.d.ts.map +1 -0
- package/dist/react-native/operations/fields.js +100 -0
- package/dist/react-native/operations/fields.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js +316 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +46 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +53 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jobOperations.d.ts +96 -0
- package/dist/react-native/operations/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobOperations.js +361 -0
- package/dist/react-native/operations/jobOperations.js.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.js +237 -0
- package/dist/react-native/operations/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts +50 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.js +178 -0
- package/dist/react-native/operations/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operations/keys.d.ts +20 -0
- package/dist/react-native/operations/keys.d.ts.map +1 -0
- package/dist/react-native/operations/keys.js +54 -0
- package/dist/react-native/operations/keys.js.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operations/moduleOperations.d.ts +73 -0
- package/dist/react-native/operations/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/moduleOperations.js +281 -0
- package/dist/react-native/operations/moduleOperations.js.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts +21 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.js +56 -0
- package/dist/react-native/operations/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operations/nodeReports.d.ts +59 -0
- package/dist/react-native/operations/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operations/nodeReports.js +208 -0
- package/dist/react-native/operations/nodeReports.js.map +1 -0
- package/dist/react-native/operations/objectDataTypes.d.ts +52 -0
- package/dist/react-native/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operations/objectDataTypes.js +166 -0
- package/dist/react-native/operations/objectDataTypes.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +298 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +30 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/python2Package.d.ts +73 -0
- package/dist/react-native/operations/python2Package.d.ts.map +1 -0
- package/dist/react-native/operations/python2Package.js +281 -0
- package/dist/react-native/operations/python2Package.js.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.js +215 -0
- package/dist/react-native/operations/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operations/runbookOperations.d.ts +99 -0
- package/dist/react-native/operations/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookOperations.js +400 -0
- package/dist/react-native/operations/runbookOperations.js.map +1 -0
- package/dist/react-native/operations/scheduleOperations.d.ts +73 -0
- package/dist/react-native/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/scheduleOperations.js +282 -0
- package/dist/react-native/operations/scheduleOperations.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts +73 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.js +281 -0
- package/dist/react-native/operations/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operations/statisticsOperations.d.ts +30 -0
- package/dist/react-native/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/statisticsOperations.js +88 -0
- package/dist/react-native/operations/statisticsOperations.js.map +1 -0
- package/dist/react-native/operations/testJobOperations.d.ts +54 -0
- package/dist/react-native/operations/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/testJobOperations.js +187 -0
- package/dist/react-native/operations/testJobOperations.js.map +1 -0
- package/dist/react-native/operations/testJobStreams.d.ts +50 -0
- package/dist/react-native/operations/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/testJobStreams.js +184 -0
- package/dist/react-native/operations/testJobStreams.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +30 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +88 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/variableOperations.d.ts +73 -0
- package/dist/react-native/operations/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/variableOperations.js +281 -0
- package/dist/react-native/operations/variableOperations.js.map +1 -0
- package/dist/react-native/operations/watcherOperations.d.ts +89 -0
- package/dist/react-native/operations/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operations/watcherOperations.js +341 -0
- package/dist/react-native/operations/watcherOperations.js.map +1 -0
- package/dist/react-native/operations/webhookOperations.d.ts +80 -0
- package/dist/react-native/operations/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/webhookOperations.js +311 -0
- package/dist/react-native/operations/webhookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.js +9 -0
- package/dist/react-native/operationsInterfaces/fields.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +53 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.js +9 -0
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.js +9 -0
- package/dist/react-native/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +97 -78
- package/review/arm-automation-node.api.md +3756 -0
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -17879
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/automationClient.d.ts +0 -70
- package/dist-esm/src/automationClient.d.ts.map +0 -1
- package/dist-esm/src/automationClient.js +0 -155
- package/dist-esm/src/automationClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -4393
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -6683
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -811
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/activityOperations.d.ts +0 -50
- package/dist-esm/src/operations/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/activityOperations.js +0 -188
- package/dist-esm/src/operations/activityOperations.js.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts +0 -28
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.js +0 -86
- package/dist-esm/src/operations/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.d.ts +0 -83
- package/dist-esm/src/operations/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.js +0 -359
- package/dist-esm/src/operations/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operations/certificateOperations.d.ts +0 -73
- package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateOperations.js +0 -285
- package/dist-esm/src/operations/certificateOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionOperations.d.ts +0 -73
- package/dist-esm/src/operations/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionOperations.js +0 -286
- package/dist-esm/src/operations/connectionOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.d.ts +0 -64
- package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.js +0 -242
- package/dist-esm/src/operations/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +0 -73
- package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/credentialOperations.js +0 -279
- package/dist-esm/src/operations/credentialOperations.js.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +0 -18
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.js +0 -46
- package/dist-esm/src/operations/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +0 -75
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.js +0 -300
- package/dist-esm/src/operations/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts +0 -21
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.js +0 -55
- package/dist-esm/src/operations/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts +0 -101
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.js +0 -427
- package/dist-esm/src/operations/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +0 -74
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js +0 -310
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.d.ts +0 -64
- package/dist-esm/src/operations/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.js +0 -253
- package/dist-esm/src/operations/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operations/fields.d.ts +0 -34
- package/dist-esm/src/operations/fields.d.ts.map +0 -1
- package/dist-esm/src/operations/fields.js +0 -111
- package/dist-esm/src/operations/fields.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -74
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +0 -293
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +0 -81
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.js +0 -320
- package/dist-esm/src/operations/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -46
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -53
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jobOperations.d.ts +0 -96
- package/dist-esm/src/operations/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobOperations.js +0 -365
- package/dist-esm/src/operations/jobOperations.js.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.d.ts +0 -64
- package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.js +0 -241
- package/dist-esm/src/operations/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.d.ts +0 -50
- package/dist-esm/src/operations/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.js +0 -182
- package/dist-esm/src/operations/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operations/keys.d.ts +0 -20
- package/dist-esm/src/operations/keys.d.ts.map +0 -1
- package/dist-esm/src/operations/keys.js +0 -53
- package/dist-esm/src/operations/keys.js.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +0 -20
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.js +0 -53
- package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operations/moduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/moduleOperations.js +0 -285
- package/dist-esm/src/operations/moduleOperations.js.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.d.ts +0 -21
- package/dist-esm/src/operations/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.js +0 -55
- package/dist-esm/src/operations/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operations/nodeReports.d.ts +0 -59
- package/dist-esm/src/operations/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeReports.js +0 -212
- package/dist-esm/src/operations/nodeReports.js.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.d.ts +0 -52
- package/dist-esm/src/operations/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.js +0 -188
- package/dist-esm/src/operations/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -90
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -307
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -30
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -96
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/python2Package.d.ts +0 -73
- package/dist-esm/src/operations/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operations/python2Package.js +0 -285
- package/dist-esm/src/operations/python2Package.js.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.d.ts +0 -56
- package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.js +0 -214
- package/dist-esm/src/operations/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operations/runbookOperations.d.ts +0 -99
- package/dist-esm/src/operations/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookOperations.js +0 -403
- package/dist-esm/src/operations/runbookOperations.js.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.js +0 -286
- package/dist-esm/src/operations/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -29
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +0 -28
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +0 -95
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +0 -45
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.js +0 -174
- package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.d.ts +0 -73
- package/dist-esm/src/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.js +0 -285
- package/dist-esm/src/operations/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +0 -61
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js +0 -233
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +0 -54
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js +0 -203
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.d.ts +0 -30
- package/dist-esm/src/operations/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.js +0 -99
- package/dist-esm/src/operations/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobOperations.d.ts +0 -54
- package/dist-esm/src/operations/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobOperations.js +0 -186
- package/dist-esm/src/operations/testJobOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobStreams.d.ts +0 -50
- package/dist-esm/src/operations/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobStreams.js +0 -188
- package/dist-esm/src/operations/testJobStreams.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -30
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -99
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/variableOperations.d.ts +0 -73
- package/dist-esm/src/operations/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/variableOperations.js +0 -285
- package/dist-esm/src/operations/variableOperations.js.map +0 -1
- package/dist-esm/src/operations/watcherOperations.d.ts +0 -89
- package/dist-esm/src/operations/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/watcherOperations.js +0 -345
- package/dist-esm/src/operations/watcherOperations.js.map +0 -1
- package/dist-esm/src/operations/webhookOperations.d.ts +0 -80
- package/dist-esm/src/operations/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/webhookOperations.js +0 -315
- package/dist-esm/src/operations/webhookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/fields.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -53
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +0 -1
- package/dist-esm/test/automation_examples.d.ts +0 -4
- package/dist-esm/test/automation_examples.d.ts.map +0 -1
- package/dist-esm/test/automation_examples.js +0 -137
- package/dist-esm/test/automation_examples.js.map +0 -1
- package/review/arm-automation.api.md +0 -3782
- package/rollup.config.js +0 -122
- package/src/automationClient.ts +0 -359
- package/src/index.ts +0 -12
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -4971
- package/src/models/mappers.ts +0 -7103
- package/src/models/parameters.ts +0 -962
- package/src/operations/activityOperations.ts +0 -263
- package/src/operations/agentRegistrationInformation.ts +0 -119
- package/src/operations/automationAccountOperations.ts +0 -449
- package/src/operations/certificateOperations.ts +0 -388
- package/src/operations/connectionOperations.ts +0 -389
- package/src/operations/connectionTypeOperations.ts +0 -331
- package/src/operations/credentialOperations.ts +0 -382
- package/src/operations/deletedAutomationAccounts.ts +0 -64
- package/src/operations/dscCompilationJobOperations.ts +0 -424
- package/src/operations/dscCompilationJobStream.ts +0 -75
- package/src/operations/dscConfigurationOperations.ts +0 -626
- package/src/operations/dscNodeConfigurationOperations.ts +0 -426
- package/src/operations/dscNodeOperations.ts +0 -342
- package/src/operations/fields.ts +0 -163
- package/src/operations/hybridRunbookWorkerGroupOperations.ts +0 -396
- package/src/operations/hybridRunbookWorkers.ts +0 -436
- package/src/operations/index.ts +0 -53
- package/src/operations/jobOperations.ts +0 -500
- package/src/operations/jobScheduleOperations.ts +0 -330
- package/src/operations/jobStreamOperations.ts +0 -257
- package/src/operations/keys.ts +0 -72
- package/src/operations/linkedWorkspaceOperations.ts +0 -73
- package/src/operations/moduleOperations.ts +0 -388
- package/src/operations/nodeCountInformation.ts +0 -76
- package/src/operations/nodeReports.ts +0 -300
- package/src/operations/objectDataTypes.ts +0 -275
- package/src/operations/operations.ts +0 -98
- package/src/operations/privateEndpointConnections.ts +0 -437
- package/src/operations/privateLinkResources.ts +0 -132
- package/src/operations/python2Package.ts +0 -388
- package/src/operations/runbookDraftOperations.ts +0 -302
- package/src/operations/runbookOperations.ts +0 -560
- package/src/operations/scheduleOperations.ts +0 -389
- package/src/operations/softwareUpdateConfigurationMachineRuns.ts +0 -128
- package/src/operations/softwareUpdateConfigurationRuns.ts +0 -127
- package/src/operations/softwareUpdateConfigurations.ts +0 -231
- package/src/operations/sourceControlOperations.ts +0 -388
- package/src/operations/sourceControlSyncJobOperations.ts +0 -324
- package/src/operations/sourceControlSyncJobStreams.ts +0 -290
- package/src/operations/statisticsOperations.ts +0 -135
- package/src/operations/testJobOperations.ts +0 -253
- package/src/operations/testJobStreams.ts +0 -263
- package/src/operations/usages.ts +0 -135
- package/src/operations/variableOperations.ts +0 -388
- package/src/operations/watcherOperations.ts +0 -469
- package/src/operations/webhookOperations.ts +0 -429
- package/src/operationsInterfaces/activityOperations.ts +0 -48
- package/src/operationsInterfaces/agentRegistrationInformation.ts +0 -43
- package/src/operationsInterfaces/automationAccountOperations.ts +0 -92
- package/src/operationsInterfaces/certificateOperations.ts +0 -94
- package/src/operationsInterfaces/connectionOperations.ts +0 -94
- package/src/operationsInterfaces/connectionTypeOperations.ts +0 -76
- package/src/operationsInterfaces/credentialOperations.ts +0 -94
- package/src/operationsInterfaces/deletedAutomationAccounts.ts +0 -23
- package/src/operationsInterfaces/dscCompilationJobOperations.ts +0 -100
- package/src/operationsInterfaces/dscCompilationJobStream.ts +0 -29
- package/src/operationsInterfaces/dscConfigurationOperations.ts +0 -124
- package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +0 -91
- package/src/operationsInterfaces/dscNodeOperations.ts +0 -76
- package/src/operationsInterfaces/fields.ts +0 -30
- package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +0 -94
- package/src/operationsInterfaces/hybridRunbookWorkers.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -53
- package/src/operationsInterfaces/jobOperations.ts +0 -134
- package/src/operationsInterfaces/jobScheduleOperations.ts +0 -76
- package/src/operationsInterfaces/jobStreamOperations.ts +0 -48
- package/src/operationsInterfaces/keys.ts +0 -27
- package/src/operationsInterfaces/linkedWorkspaceOperations.ts +0 -27
- package/src/operationsInterfaces/moduleOperations.ts +0 -94
- package/src/operationsInterfaces/nodeCountInformation.ts +0 -30
- package/src/operationsInterfaces/nodeReports.ts +0 -65
- package/src/operationsInterfaces/objectDataTypes.ts +0 -47
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/python2Package.ts +0 -94
- package/src/operationsInterfaces/runbookDraftOperations.ts +0 -97
- package/src/operationsInterfaces/runbookOperations.ts +0 -144
- package/src/operationsInterfaces/scheduleOperations.ts +0 -94
- package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +0 -43
- package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +0 -42
- package/src/operationsInterfaces/softwareUpdateConfigurations.ts +0 -74
- package/src/operationsInterfaces/sourceControlOperations.ts +0 -94
- package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +0 -68
- package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +0 -52
- package/src/operationsInterfaces/statisticsOperations.ts +0 -29
- package/src/operationsInterfaces/testJobOperations.ts +0 -89
- package/src/operationsInterfaces/testJobStreams.ts +0 -48
- package/src/operationsInterfaces/usages.ts +0 -26
- package/src/operationsInterfaces/variableOperations.ts +0 -94
- package/src/operationsInterfaces/watcherOperations.ts +0 -121
- package/src/operationsInterfaces/webhookOperations.ts +0 -107
- package/tsconfig.json +0 -27
- package/types/arm-automation.d.ts +0 -6595
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentRegistrationInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/automationAccountOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionTypeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAutomationAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobStream.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fields.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobScheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobStreamOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/keys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedWorkspaceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/moduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeCountInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectDataTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/python2Package.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookDraftOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/statisticsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/variableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/watcherOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webhookOperations.js +0 -0
|
@@ -0,0 +1,3756 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-automation"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import * as coreRestPipeline from '@azure/core-rest-pipeline';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { PollerLike } from '@azure/core-lro';
|
|
12
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
13
|
+
|
|
14
|
+
// @public
|
|
15
|
+
export interface Activity {
|
|
16
|
+
creationTime?: Date;
|
|
17
|
+
definition?: string;
|
|
18
|
+
description?: string;
|
|
19
|
+
id?: string;
|
|
20
|
+
lastModifiedTime?: Date;
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
outputTypes?: ActivityOutputType[];
|
|
23
|
+
parameterSets?: ActivityParameterSet[];
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export interface ActivityGetOptionalParams extends coreClient.OperationOptions {
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export type ActivityGetResponse = Activity;
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface ActivityListByModuleNextOptionalParams extends coreClient.OperationOptions {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export type ActivityListByModuleNextResponse = ActivityListResult;
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface ActivityListByModuleOptionalParams extends coreClient.OperationOptions {
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// @public
|
|
45
|
+
export type ActivityListByModuleResponse = ActivityListResult;
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface ActivityListResult {
|
|
49
|
+
nextLink?: string;
|
|
50
|
+
value?: Activity[];
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export interface ActivityOperations {
|
|
55
|
+
get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options?: ActivityGetOptionalParams): Promise<ActivityGetResponse>;
|
|
56
|
+
listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: ActivityListByModuleOptionalParams): PagedAsyncIterableIterator<Activity>;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export interface ActivityOutputType {
|
|
61
|
+
name?: string;
|
|
62
|
+
type?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export interface ActivityParameter {
|
|
67
|
+
description?: string;
|
|
68
|
+
isDynamic?: boolean;
|
|
69
|
+
isMandatory?: boolean;
|
|
70
|
+
name?: string;
|
|
71
|
+
position?: number;
|
|
72
|
+
type?: string;
|
|
73
|
+
validationSet?: ActivityParameterValidationSet[];
|
|
74
|
+
valueFromPipeline?: boolean;
|
|
75
|
+
valueFromPipelineByPropertyName?: boolean;
|
|
76
|
+
valueFromRemainingArguments?: boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface ActivityParameterSet {
|
|
81
|
+
name?: string;
|
|
82
|
+
parameters?: ActivityParameter[];
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export interface ActivityParameterValidationSet {
|
|
87
|
+
memberValue?: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface AdvancedSchedule {
|
|
92
|
+
monthDays?: number[];
|
|
93
|
+
monthlyOccurrences?: AdvancedScheduleMonthlyOccurrence[];
|
|
94
|
+
weekDays?: string[];
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export interface AdvancedScheduleMonthlyOccurrence {
|
|
99
|
+
day?: ScheduleDay;
|
|
100
|
+
occurrence?: number;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface AgentRegistration {
|
|
105
|
+
dscMetaConfiguration?: string;
|
|
106
|
+
endpoint?: string;
|
|
107
|
+
id?: string;
|
|
108
|
+
keys?: AgentRegistrationKeys;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface AgentRegistrationInformation {
|
|
113
|
+
get(resourceGroupName: string, automationAccountName: string, options?: AgentRegistrationInformationGetOptionalParams): Promise<AgentRegistrationInformationGetResponse>;
|
|
114
|
+
regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: AgentRegistrationRegenerateKeyParameter, options?: AgentRegistrationInformationRegenerateKeyOptionalParams): Promise<AgentRegistrationInformationRegenerateKeyResponse>;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export interface AgentRegistrationInformationGetOptionalParams extends coreClient.OperationOptions {
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export type AgentRegistrationInformationGetResponse = AgentRegistration;
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface AgentRegistrationInformationRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration;
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export type AgentRegistrationKeyName = string;
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface AgentRegistrationKeys {
|
|
136
|
+
primary?: string;
|
|
137
|
+
secondary?: string;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface AgentRegistrationRegenerateKeyParameter {
|
|
142
|
+
keyName: AgentRegistrationKeyName;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface AutomationAccount extends TrackedResource {
|
|
147
|
+
automationHybridServiceUrl?: string;
|
|
148
|
+
readonly creationTime?: Date;
|
|
149
|
+
description?: string;
|
|
150
|
+
disableLocalAuth?: boolean;
|
|
151
|
+
encryption?: EncryptionProperties;
|
|
152
|
+
etag?: string;
|
|
153
|
+
identity?: Identity;
|
|
154
|
+
lastModifiedBy?: string;
|
|
155
|
+
readonly lastModifiedTime?: Date;
|
|
156
|
+
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
157
|
+
publicNetworkAccess?: boolean;
|
|
158
|
+
sku?: Sku;
|
|
159
|
+
readonly state?: AutomationAccountState;
|
|
160
|
+
readonly systemData?: SystemData;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface AutomationAccountCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// @public
|
|
168
|
+
export interface AutomationAccountCreateOrUpdateParameters {
|
|
169
|
+
disableLocalAuth?: boolean;
|
|
170
|
+
encryption?: EncryptionProperties;
|
|
171
|
+
identity?: Identity;
|
|
172
|
+
location?: string;
|
|
173
|
+
name?: string;
|
|
174
|
+
publicNetworkAccess?: boolean;
|
|
175
|
+
sku?: Sku;
|
|
176
|
+
tags?: {
|
|
177
|
+
[propertyName: string]: string;
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export type AutomationAccountCreateOrUpdateResponse = AutomationAccount;
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface AutomationAccountDeleteOptionalParams extends coreClient.OperationOptions {
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// @public
|
|
189
|
+
export interface AutomationAccountGetOptionalParams extends coreClient.OperationOptions {
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export type AutomationAccountGetResponse = AutomationAccount;
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface AutomationAccountListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export type AutomationAccountListByResourceGroupNextResponse = AutomationAccountListResult;
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface AutomationAccountListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export type AutomationAccountListByResourceGroupResponse = AutomationAccountListResult;
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface AutomationAccountListNextOptionalParams extends coreClient.OperationOptions {
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export type AutomationAccountListNextResponse = AutomationAccountListResult;
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export interface AutomationAccountListOptionalParams extends coreClient.OperationOptions {
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// @public
|
|
221
|
+
export type AutomationAccountListResponse = AutomationAccountListResult;
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface AutomationAccountListResult {
|
|
225
|
+
nextLink?: string;
|
|
226
|
+
value?: AutomationAccount[];
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface AutomationAccountOperations {
|
|
231
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options?: AutomationAccountCreateOrUpdateOptionalParams): Promise<AutomationAccountCreateOrUpdateResponse>;
|
|
232
|
+
delete(resourceGroupName: string, automationAccountName: string, options?: AutomationAccountDeleteOptionalParams): Promise<void>;
|
|
233
|
+
get(resourceGroupName: string, automationAccountName: string, options?: AutomationAccountGetOptionalParams): Promise<AutomationAccountGetResponse>;
|
|
234
|
+
list(options?: AutomationAccountListOptionalParams): PagedAsyncIterableIterator<AutomationAccount>;
|
|
235
|
+
listByResourceGroup(resourceGroupName: string, options?: AutomationAccountListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutomationAccount>;
|
|
236
|
+
update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options?: AutomationAccountUpdateOptionalParams): Promise<AutomationAccountUpdateResponse>;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export type AutomationAccountState = string;
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export interface AutomationAccountUpdateOptionalParams extends coreClient.OperationOptions {
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface AutomationAccountUpdateParameters {
|
|
248
|
+
disableLocalAuth?: boolean;
|
|
249
|
+
encryption?: EncryptionProperties;
|
|
250
|
+
identity?: Identity;
|
|
251
|
+
location?: string;
|
|
252
|
+
name?: string;
|
|
253
|
+
publicNetworkAccess?: boolean;
|
|
254
|
+
sku?: Sku;
|
|
255
|
+
tags?: {
|
|
256
|
+
[propertyName: string]: string;
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export type AutomationAccountUpdateResponse = AutomationAccount;
|
|
262
|
+
|
|
263
|
+
// @public (undocumented)
|
|
264
|
+
export class AutomationClient extends coreClient.ServiceClient {
|
|
265
|
+
// (undocumented)
|
|
266
|
+
$host: string;
|
|
267
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AutomationClientOptionalParams);
|
|
268
|
+
// (undocumented)
|
|
269
|
+
activityOperations: ActivityOperations;
|
|
270
|
+
// (undocumented)
|
|
271
|
+
agentRegistrationInformation: AgentRegistrationInformation;
|
|
272
|
+
// (undocumented)
|
|
273
|
+
automationAccountOperations: AutomationAccountOperations;
|
|
274
|
+
// (undocumented)
|
|
275
|
+
certificateOperations: CertificateOperations;
|
|
276
|
+
// (undocumented)
|
|
277
|
+
connectionOperations: ConnectionOperations;
|
|
278
|
+
// (undocumented)
|
|
279
|
+
connectionTypeOperations: ConnectionTypeOperations;
|
|
280
|
+
convertGraphRunbookContent(resourceGroupName: string, automationAccountName: string, parameters: GraphicalRunbookContent, options?: ConvertGraphRunbookContentOptionalParams): Promise<ConvertGraphRunbookContentResponse>;
|
|
281
|
+
// (undocumented)
|
|
282
|
+
credentialOperations: CredentialOperations;
|
|
283
|
+
// (undocumented)
|
|
284
|
+
deletedAutomationAccounts: DeletedAutomationAccounts;
|
|
285
|
+
// (undocumented)
|
|
286
|
+
dscCompilationJobOperations: DscCompilationJobOperations;
|
|
287
|
+
// (undocumented)
|
|
288
|
+
dscCompilationJobStream: DscCompilationJobStream;
|
|
289
|
+
// (undocumented)
|
|
290
|
+
dscConfigurationOperations: DscConfigurationOperations;
|
|
291
|
+
// (undocumented)
|
|
292
|
+
dscNodeConfigurationOperations: DscNodeConfigurationOperations;
|
|
293
|
+
// (undocumented)
|
|
294
|
+
dscNodeOperations: DscNodeOperations;
|
|
295
|
+
// (undocumented)
|
|
296
|
+
fields: Fields;
|
|
297
|
+
// (undocumented)
|
|
298
|
+
hybridRunbookWorkerGroupOperations: HybridRunbookWorkerGroupOperations;
|
|
299
|
+
// (undocumented)
|
|
300
|
+
hybridRunbookWorkers: HybridRunbookWorkers;
|
|
301
|
+
// (undocumented)
|
|
302
|
+
jobOperations: JobOperations;
|
|
303
|
+
// (undocumented)
|
|
304
|
+
jobScheduleOperations: JobScheduleOperations;
|
|
305
|
+
// (undocumented)
|
|
306
|
+
jobStreamOperations: JobStreamOperations;
|
|
307
|
+
// (undocumented)
|
|
308
|
+
keys: Keys;
|
|
309
|
+
// (undocumented)
|
|
310
|
+
linkedWorkspaceOperations: LinkedWorkspaceOperations;
|
|
311
|
+
// (undocumented)
|
|
312
|
+
moduleOperations: ModuleOperations;
|
|
313
|
+
// (undocumented)
|
|
314
|
+
nodeCountInformation: NodeCountInformation;
|
|
315
|
+
// (undocumented)
|
|
316
|
+
nodeReports: NodeReports;
|
|
317
|
+
// (undocumented)
|
|
318
|
+
objectDataTypes: ObjectDataTypes;
|
|
319
|
+
// (undocumented)
|
|
320
|
+
operations: Operations;
|
|
321
|
+
// (undocumented)
|
|
322
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
323
|
+
// (undocumented)
|
|
324
|
+
privateLinkResources: PrivateLinkResources;
|
|
325
|
+
// (undocumented)
|
|
326
|
+
python2Package: Python2Package;
|
|
327
|
+
// (undocumented)
|
|
328
|
+
runbookDraftOperations: RunbookDraftOperations;
|
|
329
|
+
// (undocumented)
|
|
330
|
+
runbookOperations: RunbookOperations;
|
|
331
|
+
// (undocumented)
|
|
332
|
+
scheduleOperations: ScheduleOperations;
|
|
333
|
+
// (undocumented)
|
|
334
|
+
softwareUpdateConfigurationMachineRuns: SoftwareUpdateConfigurationMachineRuns;
|
|
335
|
+
// (undocumented)
|
|
336
|
+
softwareUpdateConfigurationRuns: SoftwareUpdateConfigurationRuns;
|
|
337
|
+
// (undocumented)
|
|
338
|
+
softwareUpdateConfigurations: SoftwareUpdateConfigurations;
|
|
339
|
+
// (undocumented)
|
|
340
|
+
sourceControlOperations: SourceControlOperations;
|
|
341
|
+
// (undocumented)
|
|
342
|
+
sourceControlSyncJobOperations: SourceControlSyncJobOperations;
|
|
343
|
+
// (undocumented)
|
|
344
|
+
sourceControlSyncJobStreams: SourceControlSyncJobStreams;
|
|
345
|
+
// (undocumented)
|
|
346
|
+
statisticsOperations: StatisticsOperations;
|
|
347
|
+
// (undocumented)
|
|
348
|
+
subscriptionId: string;
|
|
349
|
+
// (undocumented)
|
|
350
|
+
testJobOperations: TestJobOperations;
|
|
351
|
+
// (undocumented)
|
|
352
|
+
testJobStreams: TestJobStreams;
|
|
353
|
+
// (undocumented)
|
|
354
|
+
usages: Usages;
|
|
355
|
+
// (undocumented)
|
|
356
|
+
variableOperations: VariableOperations;
|
|
357
|
+
// (undocumented)
|
|
358
|
+
watcherOperations: WatcherOperations;
|
|
359
|
+
// (undocumented)
|
|
360
|
+
webhookOperations: WebhookOperations;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export interface AutomationClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
365
|
+
$host?: string;
|
|
366
|
+
endpoint?: string;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export type AutomationKeyName = string;
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export type AutomationKeyPermissions = string;
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export interface AzureQueryProperties {
|
|
377
|
+
locations?: string[];
|
|
378
|
+
scope?: string[];
|
|
379
|
+
tagSettings?: TagSettingsProperties;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
// @public
|
|
383
|
+
export interface Certificate extends ProxyResource {
|
|
384
|
+
readonly creationTime?: Date;
|
|
385
|
+
description?: string;
|
|
386
|
+
readonly expiryTime?: Date;
|
|
387
|
+
readonly isExportable?: boolean;
|
|
388
|
+
readonly lastModifiedTime?: Date;
|
|
389
|
+
readonly thumbprint?: string;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// @public
|
|
393
|
+
export interface CertificateCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface CertificateCreateOrUpdateParameters {
|
|
398
|
+
base64Value: string;
|
|
399
|
+
description?: string;
|
|
400
|
+
isExportable?: boolean;
|
|
401
|
+
name: string;
|
|
402
|
+
thumbprint?: string;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export type CertificateCreateOrUpdateResponse = Certificate;
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface CertificateDeleteOptionalParams extends coreClient.OperationOptions {
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export interface CertificateGetOptionalParams extends coreClient.OperationOptions {
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
// @public
|
|
417
|
+
export type CertificateGetResponse = Certificate;
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface CertificateListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
// @public
|
|
424
|
+
export type CertificateListByAutomationAccountNextResponse = CertificateListResult;
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export interface CertificateListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export type CertificateListByAutomationAccountResponse = CertificateListResult;
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface CertificateListResult {
|
|
435
|
+
nextLink?: string;
|
|
436
|
+
value?: Certificate[];
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export interface CertificateOperations {
|
|
441
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateCreateOrUpdateOptionalParams): Promise<CertificateCreateOrUpdateResponse>;
|
|
442
|
+
delete(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<void>;
|
|
443
|
+
get(resourceGroupName: string, automationAccountName: string, certificateName: string, options?: CertificateGetOptionalParams): Promise<CertificateGetResponse>;
|
|
444
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: CertificateListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
445
|
+
update(resourceGroupName: string, automationAccountName: string, certificateName: string, parameters: CertificateUpdateParameters, options?: CertificateUpdateOptionalParams): Promise<CertificateUpdateResponse>;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface CertificateUpdateOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface CertificateUpdateParameters {
|
|
454
|
+
description?: string;
|
|
455
|
+
name?: string;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// @public
|
|
459
|
+
export type CertificateUpdateResponse = Certificate;
|
|
460
|
+
|
|
461
|
+
// @public (undocumented)
|
|
462
|
+
export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
463
|
+
readonly clientId?: string;
|
|
464
|
+
readonly principalId?: string;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
// @public
|
|
468
|
+
export interface Connection extends ProxyResource {
|
|
469
|
+
connectionType?: ConnectionTypeAssociationProperty;
|
|
470
|
+
readonly creationTime?: Date;
|
|
471
|
+
description?: string;
|
|
472
|
+
readonly fieldDefinitionValues?: {
|
|
473
|
+
[propertyName: string]: string;
|
|
474
|
+
};
|
|
475
|
+
readonly lastModifiedTime?: Date;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface ConnectionCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export interface ConnectionCreateOrUpdateParameters {
|
|
484
|
+
connectionType: ConnectionTypeAssociationProperty;
|
|
485
|
+
description?: string;
|
|
486
|
+
fieldDefinitionValues?: {
|
|
487
|
+
[propertyName: string]: string;
|
|
488
|
+
};
|
|
489
|
+
name: string;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export type ConnectionCreateOrUpdateResponse = Connection;
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export interface ConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface ConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export type ConnectionGetResponse = Connection;
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export interface ConnectionListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export type ConnectionListByAutomationAccountNextResponse = ConnectionListResult;
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export interface ConnectionListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export type ConnectionListByAutomationAccountResponse = ConnectionListResult;
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export interface ConnectionListResult {
|
|
522
|
+
nextLink?: string;
|
|
523
|
+
value?: Connection[];
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export interface ConnectionOperations {
|
|
528
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: ConnectionCreateOrUpdateOptionalParams): Promise<ConnectionCreateOrUpdateResponse>;
|
|
529
|
+
delete(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionDeleteOptionalParams): Promise<void>;
|
|
530
|
+
get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionGetOptionalParams): Promise<ConnectionGetResponse>;
|
|
531
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ConnectionListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Connection>;
|
|
532
|
+
update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: ConnectionUpdateOptionalParams): Promise<ConnectionUpdateResponse>;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
// @public
|
|
536
|
+
export interface ConnectionType {
|
|
537
|
+
readonly creationTime?: Date;
|
|
538
|
+
description?: string;
|
|
539
|
+
readonly fieldDefinitions?: {
|
|
540
|
+
[propertyName: string]: FieldDefinition;
|
|
541
|
+
};
|
|
542
|
+
readonly id?: string;
|
|
543
|
+
isGlobal?: boolean;
|
|
544
|
+
lastModifiedTime?: Date;
|
|
545
|
+
readonly name?: string;
|
|
546
|
+
readonly type?: string;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export interface ConnectionTypeAssociationProperty {
|
|
551
|
+
name?: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface ConnectionTypeCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface ConnectionTypeCreateOrUpdateParameters {
|
|
560
|
+
fieldDefinitions: {
|
|
561
|
+
[propertyName: string]: FieldDefinition;
|
|
562
|
+
};
|
|
563
|
+
isGlobal?: boolean;
|
|
564
|
+
name: string;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export type ConnectionTypeCreateOrUpdateResponse = ConnectionType;
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export interface ConnectionTypeDeleteOptionalParams extends coreClient.OperationOptions {
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// @public
|
|
575
|
+
export interface ConnectionTypeGetOptionalParams extends coreClient.OperationOptions {
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export type ConnectionTypeGetResponse = ConnectionType;
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export interface ConnectionTypeListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export type ConnectionTypeListByAutomationAccountNextResponse = ConnectionTypeListResult;
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export interface ConnectionTypeListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export type ConnectionTypeListByAutomationAccountResponse = ConnectionTypeListResult;
|
|
594
|
+
|
|
595
|
+
// @public
|
|
596
|
+
export interface ConnectionTypeListResult {
|
|
597
|
+
nextLink?: string;
|
|
598
|
+
value?: ConnectionType[];
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface ConnectionTypeOperations {
|
|
603
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: ConnectionTypeCreateOrUpdateOptionalParams): Promise<ConnectionTypeCreateOrUpdateResponse>;
|
|
604
|
+
delete(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeDeleteOptionalParams): Promise<void>;
|
|
605
|
+
get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: ConnectionTypeGetOptionalParams): Promise<ConnectionTypeGetResponse>;
|
|
606
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ConnectionTypeListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<ConnectionType>;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
// @public
|
|
610
|
+
export interface ConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
// @public
|
|
614
|
+
export interface ConnectionUpdateParameters {
|
|
615
|
+
description?: string;
|
|
616
|
+
fieldDefinitionValues?: {
|
|
617
|
+
[propertyName: string]: string;
|
|
618
|
+
};
|
|
619
|
+
name?: string;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export type ConnectionUpdateResponse = Connection;
|
|
624
|
+
|
|
625
|
+
// @public
|
|
626
|
+
export interface ContentHash {
|
|
627
|
+
algorithm: string;
|
|
628
|
+
value: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export interface ContentLink {
|
|
633
|
+
contentHash?: ContentHash;
|
|
634
|
+
uri?: string;
|
|
635
|
+
version?: string;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export interface ContentSource {
|
|
640
|
+
hash?: ContentHash;
|
|
641
|
+
type?: ContentSourceType;
|
|
642
|
+
value?: string;
|
|
643
|
+
version?: string;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export type ContentSourceType = string;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface ConvertGraphRunbookContentOptionalParams extends coreClient.OperationOptions {
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export type ConvertGraphRunbookContentResponse = GraphicalRunbookContent;
|
|
655
|
+
|
|
656
|
+
// @public
|
|
657
|
+
export type CountType = string;
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export type CreatedByType = string;
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface Credential extends ProxyResource {
|
|
664
|
+
readonly creationTime?: Date;
|
|
665
|
+
description?: string;
|
|
666
|
+
readonly lastModifiedTime?: Date;
|
|
667
|
+
readonly userName?: string;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface CredentialCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface CredentialCreateOrUpdateParameters {
|
|
676
|
+
description?: string;
|
|
677
|
+
name: string;
|
|
678
|
+
password: string;
|
|
679
|
+
userName: string;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export type CredentialCreateOrUpdateResponse = Credential;
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export interface CredentialDeleteOptionalParams extends coreClient.OperationOptions {
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export interface CredentialGetOptionalParams extends coreClient.OperationOptions {
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
// @public
|
|
694
|
+
export type CredentialGetResponse = Credential;
|
|
695
|
+
|
|
696
|
+
// @public
|
|
697
|
+
export interface CredentialListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export type CredentialListByAutomationAccountNextResponse = CredentialListResult;
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export interface CredentialListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export type CredentialListByAutomationAccountResponse = CredentialListResult;
|
|
709
|
+
|
|
710
|
+
// @public
|
|
711
|
+
export interface CredentialListResult {
|
|
712
|
+
nextLink?: string;
|
|
713
|
+
value?: Credential[];
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export interface CredentialOperations {
|
|
718
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialCreateOrUpdateParameters, options?: CredentialCreateOrUpdateOptionalParams): Promise<CredentialCreateOrUpdateResponse>;
|
|
719
|
+
delete(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: CredentialDeleteOptionalParams): Promise<void>;
|
|
720
|
+
get(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: CredentialGetOptionalParams): Promise<CredentialGetResponse>;
|
|
721
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: CredentialListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Credential>;
|
|
722
|
+
update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialUpdateParameters, options?: CredentialUpdateOptionalParams): Promise<CredentialUpdateResponse>;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
// @public
|
|
726
|
+
export interface CredentialUpdateOptionalParams extends coreClient.OperationOptions {
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// @public
|
|
730
|
+
export interface CredentialUpdateParameters {
|
|
731
|
+
description?: string;
|
|
732
|
+
name?: string;
|
|
733
|
+
password?: string;
|
|
734
|
+
userName?: string;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export type CredentialUpdateResponse = Credential;
|
|
739
|
+
|
|
740
|
+
// @public
|
|
741
|
+
export interface DeletedAutomationAccount {
|
|
742
|
+
automationAccountId?: string;
|
|
743
|
+
automationAccountResourceId?: string;
|
|
744
|
+
readonly deletionTime?: Date;
|
|
745
|
+
id?: string;
|
|
746
|
+
location?: string;
|
|
747
|
+
locationPropertiesLocation?: string;
|
|
748
|
+
name?: string;
|
|
749
|
+
type?: string;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export interface DeletedAutomationAccountListResult {
|
|
754
|
+
value?: DeletedAutomationAccount[];
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export interface DeletedAutomationAccounts {
|
|
759
|
+
listBySubscription(options?: DeletedAutomationAccountsListBySubscriptionOptionalParams): Promise<DeletedAutomationAccountsListBySubscriptionResponse>;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface DeletedAutomationAccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export type DeletedAutomationAccountsListBySubscriptionResponse = DeletedAutomationAccountListResult;
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface DscCompilationJob extends ProxyResource {
|
|
771
|
+
configuration?: DscConfigurationAssociationProperty;
|
|
772
|
+
readonly creationTime?: Date;
|
|
773
|
+
readonly endTime?: Date;
|
|
774
|
+
readonly exception?: string;
|
|
775
|
+
readonly jobId?: string;
|
|
776
|
+
readonly lastModifiedTime?: Date;
|
|
777
|
+
readonly lastStatusModifiedTime?: Date;
|
|
778
|
+
parameters?: {
|
|
779
|
+
[propertyName: string]: string;
|
|
780
|
+
};
|
|
781
|
+
provisioningState?: JobProvisioningState;
|
|
782
|
+
runOn?: string;
|
|
783
|
+
readonly startedBy?: string;
|
|
784
|
+
readonly startTime?: Date;
|
|
785
|
+
status?: JobStatus;
|
|
786
|
+
statusDetails?: string;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
// @public
|
|
790
|
+
export interface DscCompilationJobCreateOptionalParams extends coreClient.OperationOptions {
|
|
791
|
+
resumeFrom?: string;
|
|
792
|
+
updateIntervalInMs?: number;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// @public
|
|
796
|
+
export interface DscCompilationJobCreateParameters {
|
|
797
|
+
configuration: DscConfigurationAssociationProperty;
|
|
798
|
+
incrementNodeConfigurationBuild?: boolean;
|
|
799
|
+
location?: string;
|
|
800
|
+
name?: string;
|
|
801
|
+
parameters?: {
|
|
802
|
+
[propertyName: string]: string;
|
|
803
|
+
};
|
|
804
|
+
tags?: {
|
|
805
|
+
[propertyName: string]: string;
|
|
806
|
+
};
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
// @public
|
|
810
|
+
export type DscCompilationJobCreateResponse = DscCompilationJob;
|
|
811
|
+
|
|
812
|
+
// @public
|
|
813
|
+
export interface DscCompilationJobGetOptionalParams extends coreClient.OperationOptions {
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// @public
|
|
817
|
+
export type DscCompilationJobGetResponse = DscCompilationJob;
|
|
818
|
+
|
|
819
|
+
// @public
|
|
820
|
+
export interface DscCompilationJobGetStreamOptionalParams extends coreClient.OperationOptions {
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export type DscCompilationJobGetStreamResponse = JobStream;
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface DscCompilationJobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export type DscCompilationJobListByAutomationAccountNextResponse = DscCompilationJobListResult;
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export interface DscCompilationJobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
835
|
+
filter?: string;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export type DscCompilationJobListByAutomationAccountResponse = DscCompilationJobListResult;
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export interface DscCompilationJobListResult {
|
|
843
|
+
nextLink?: string;
|
|
844
|
+
value?: DscCompilationJob[];
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
// @public
|
|
848
|
+
export interface DscCompilationJobOperations {
|
|
849
|
+
beginCreate(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: DscCompilationJobCreateOptionalParams): Promise<PollerLike<PollOperationState<DscCompilationJobCreateResponse>, DscCompilationJobCreateResponse>>;
|
|
850
|
+
beginCreateAndWait(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: DscCompilationJobCreateOptionalParams): Promise<DscCompilationJobCreateResponse>;
|
|
851
|
+
get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: DscCompilationJobGetOptionalParams): Promise<DscCompilationJobGetResponse>;
|
|
852
|
+
getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: DscCompilationJobGetStreamOptionalParams): Promise<DscCompilationJobGetStreamResponse>;
|
|
853
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscCompilationJobListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<DscCompilationJob>;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface DscCompilationJobStream {
|
|
858
|
+
listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options?: DscCompilationJobStreamListByJobOptionalParams): Promise<DscCompilationJobStreamListByJobResponse>;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export interface DscCompilationJobStreamListByJobOptionalParams extends coreClient.OperationOptions {
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export type DscCompilationJobStreamListByJobResponse = JobStreamListResult;
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface DscConfiguration extends TrackedResource {
|
|
870
|
+
creationTime?: Date;
|
|
871
|
+
description?: string;
|
|
872
|
+
etag?: string;
|
|
873
|
+
jobCount?: number;
|
|
874
|
+
lastModifiedTime?: Date;
|
|
875
|
+
logVerbose?: boolean;
|
|
876
|
+
nodeConfigurationCount?: number;
|
|
877
|
+
parameters?: {
|
|
878
|
+
[propertyName: string]: DscConfigurationParameter;
|
|
879
|
+
};
|
|
880
|
+
provisioningState?: "Succeeded";
|
|
881
|
+
source?: ContentSource;
|
|
882
|
+
state?: DscConfigurationState;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
// @public
|
|
886
|
+
export interface DscConfigurationAssociationProperty {
|
|
887
|
+
name?: string;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export interface DscConfigurationCreateOrUpdate$jsonOptionalParams extends coreClient.OperationOptions {
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
// @public
|
|
895
|
+
export interface DscConfigurationCreateOrUpdate$textOptionalParams extends coreClient.OperationOptions {
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
// @public
|
|
899
|
+
export interface DscConfigurationCreateOrUpdateParameters {
|
|
900
|
+
description?: string;
|
|
901
|
+
location?: string;
|
|
902
|
+
logProgress?: boolean;
|
|
903
|
+
logVerbose?: boolean;
|
|
904
|
+
name?: string;
|
|
905
|
+
parameters?: {
|
|
906
|
+
[propertyName: string]: DscConfigurationParameter;
|
|
907
|
+
};
|
|
908
|
+
source: ContentSource;
|
|
909
|
+
tags?: {
|
|
910
|
+
[propertyName: string]: string;
|
|
911
|
+
};
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export type DscConfigurationCreateOrUpdateResponse = DscConfiguration;
|
|
916
|
+
|
|
917
|
+
// @public
|
|
918
|
+
export interface DscConfigurationDeleteOptionalParams extends coreClient.OperationOptions {
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export interface DscConfigurationGetContentOptionalParams extends coreClient.OperationOptions {
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export type DscConfigurationGetContentResponse = {
|
|
927
|
+
body: string;
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export interface DscConfigurationGetOptionalParams extends coreClient.OperationOptions {
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
// @public
|
|
935
|
+
export type DscConfigurationGetResponse = DscConfiguration;
|
|
936
|
+
|
|
937
|
+
// @public
|
|
938
|
+
export interface DscConfigurationListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export type DscConfigurationListByAutomationAccountNextResponse = DscConfigurationListResult;
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export interface DscConfigurationListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
946
|
+
filter?: string;
|
|
947
|
+
inlinecount?: string;
|
|
948
|
+
skip?: number;
|
|
949
|
+
top?: number;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
// @public
|
|
953
|
+
export type DscConfigurationListByAutomationAccountResponse = DscConfigurationListResult;
|
|
954
|
+
|
|
955
|
+
// @public
|
|
956
|
+
export interface DscConfigurationListResult {
|
|
957
|
+
nextLink?: string;
|
|
958
|
+
totalCount?: number;
|
|
959
|
+
value?: DscConfiguration[];
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export interface DscConfigurationOperations {
|
|
964
|
+
createOrUpdate(...args: [
|
|
965
|
+
string,
|
|
966
|
+
string,
|
|
967
|
+
string,
|
|
968
|
+
"text/plain; charset=utf-8",
|
|
969
|
+
string,
|
|
970
|
+
DscConfigurationCreateOrUpdate$textOptionalParams?
|
|
971
|
+
] | [
|
|
972
|
+
string,
|
|
973
|
+
string,
|
|
974
|
+
string,
|
|
975
|
+
"application/json",
|
|
976
|
+
DscConfigurationCreateOrUpdateParameters,
|
|
977
|
+
DscConfigurationCreateOrUpdate$jsonOptionalParams?
|
|
978
|
+
]): Promise<DscConfigurationCreateOrUpdateResponse>;
|
|
979
|
+
delete(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: DscConfigurationDeleteOptionalParams): Promise<void>;
|
|
980
|
+
get(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: DscConfigurationGetOptionalParams): Promise<DscConfigurationGetResponse>;
|
|
981
|
+
getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: DscConfigurationGetContentOptionalParams): Promise<DscConfigurationGetContentResponse>;
|
|
982
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscConfigurationListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<DscConfiguration>;
|
|
983
|
+
update(...args: [
|
|
984
|
+
string,
|
|
985
|
+
string,
|
|
986
|
+
string,
|
|
987
|
+
"text/plain; charset=utf-8",
|
|
988
|
+
DscConfigurationUpdate$textOptionalParams?
|
|
989
|
+
] | [
|
|
990
|
+
string,
|
|
991
|
+
string,
|
|
992
|
+
string,
|
|
993
|
+
"application/json",
|
|
994
|
+
DscConfigurationUpdate$jsonOptionalParams?
|
|
995
|
+
]): Promise<DscConfigurationUpdateResponse>;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
// @public
|
|
999
|
+
export interface DscConfigurationParameter {
|
|
1000
|
+
defaultValue?: string;
|
|
1001
|
+
isMandatory?: boolean;
|
|
1002
|
+
position?: number;
|
|
1003
|
+
type?: string;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export type DscConfigurationState = string;
|
|
1008
|
+
|
|
1009
|
+
// @public
|
|
1010
|
+
export interface DscConfigurationUpdate$jsonOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
+
parameters?: DscConfigurationUpdateParameters;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export interface DscConfigurationUpdate$textOptionalParams extends coreClient.OperationOptions {
|
|
1016
|
+
parameters?: string;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export interface DscConfigurationUpdateParameters {
|
|
1021
|
+
description?: string;
|
|
1022
|
+
logProgress?: boolean;
|
|
1023
|
+
logVerbose?: boolean;
|
|
1024
|
+
name?: string;
|
|
1025
|
+
parameters?: {
|
|
1026
|
+
[propertyName: string]: DscConfigurationParameter;
|
|
1027
|
+
};
|
|
1028
|
+
source?: ContentSource;
|
|
1029
|
+
tags?: {
|
|
1030
|
+
[propertyName: string]: string;
|
|
1031
|
+
};
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// @public
|
|
1035
|
+
export type DscConfigurationUpdateResponse = DscConfiguration;
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export interface DscMetaConfiguration {
|
|
1039
|
+
actionAfterReboot?: string;
|
|
1040
|
+
allowModuleOverwrite?: boolean;
|
|
1041
|
+
certificateId?: string;
|
|
1042
|
+
configurationMode?: string;
|
|
1043
|
+
configurationModeFrequencyMins?: number;
|
|
1044
|
+
rebootNodeIfNeeded?: boolean;
|
|
1045
|
+
refreshFrequencyMins?: number;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export interface DscNode extends ProxyResource {
|
|
1050
|
+
accountId?: string;
|
|
1051
|
+
etag?: string;
|
|
1052
|
+
extensionHandler?: DscNodeExtensionHandlerAssociationProperty[];
|
|
1053
|
+
ip?: string;
|
|
1054
|
+
lastSeen?: Date;
|
|
1055
|
+
namePropertiesNodeConfigurationName?: string;
|
|
1056
|
+
nodeId?: string;
|
|
1057
|
+
registrationTime?: Date;
|
|
1058
|
+
status?: string;
|
|
1059
|
+
totalCount?: number;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface DscNodeConfiguration extends ProxyResource {
|
|
1064
|
+
configuration?: DscConfigurationAssociationProperty;
|
|
1065
|
+
creationTime?: Date;
|
|
1066
|
+
incrementNodeConfigurationBuild?: boolean;
|
|
1067
|
+
lastModifiedTime?: Date;
|
|
1068
|
+
nodeCount?: number;
|
|
1069
|
+
source?: string;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export interface DscNodeConfigurationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
+
resumeFrom?: string;
|
|
1075
|
+
updateIntervalInMs?: number;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
// @public
|
|
1079
|
+
export interface DscNodeConfigurationCreateOrUpdateParameters {
|
|
1080
|
+
configuration?: DscConfigurationAssociationProperty;
|
|
1081
|
+
incrementNodeConfigurationBuild?: boolean;
|
|
1082
|
+
name?: string;
|
|
1083
|
+
source?: ContentSource;
|
|
1084
|
+
tags?: {
|
|
1085
|
+
[propertyName: string]: string;
|
|
1086
|
+
};
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// @public
|
|
1090
|
+
export interface DscNodeConfigurationDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
// @public
|
|
1094
|
+
export interface DscNodeConfigurationGetOptionalParams extends coreClient.OperationOptions {
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
// @public
|
|
1098
|
+
export type DscNodeConfigurationGetResponse = DscNodeConfiguration;
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export interface DscNodeConfigurationListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
// @public
|
|
1105
|
+
export type DscNodeConfigurationListByAutomationAccountNextResponse = DscNodeConfigurationListResult;
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export interface DscNodeConfigurationListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1109
|
+
filter?: string;
|
|
1110
|
+
inlinecount?: string;
|
|
1111
|
+
skip?: number;
|
|
1112
|
+
top?: number;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
// @public
|
|
1116
|
+
export type DscNodeConfigurationListByAutomationAccountResponse = DscNodeConfigurationListResult;
|
|
1117
|
+
|
|
1118
|
+
// @public
|
|
1119
|
+
export interface DscNodeConfigurationListResult {
|
|
1120
|
+
nextLink?: string;
|
|
1121
|
+
totalCount?: number;
|
|
1122
|
+
value?: DscNodeConfiguration[];
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
// @public
|
|
1126
|
+
export interface DscNodeConfigurationOperations {
|
|
1127
|
+
beginCreateOrUpdate(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: DscNodeConfigurationCreateOrUpdateParameters, options?: DscNodeConfigurationCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1128
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: DscNodeConfigurationCreateOrUpdateParameters, options?: DscNodeConfigurationCreateOrUpdateOptionalParams): Promise<void>;
|
|
1129
|
+
delete(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: DscNodeConfigurationDeleteOptionalParams): Promise<void>;
|
|
1130
|
+
get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: DscNodeConfigurationGetOptionalParams): Promise<DscNodeConfigurationGetResponse>;
|
|
1131
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeConfigurationListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<DscNodeConfiguration>;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export interface DscNodeDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
// @public
|
|
1139
|
+
export interface DscNodeExtensionHandlerAssociationProperty {
|
|
1140
|
+
name?: string;
|
|
1141
|
+
version?: string;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export interface DscNodeGetOptionalParams extends coreClient.OperationOptions {
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
// @public
|
|
1149
|
+
export type DscNodeGetResponse = DscNode;
|
|
1150
|
+
|
|
1151
|
+
// @public
|
|
1152
|
+
export interface DscNodeListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
// @public
|
|
1156
|
+
export type DscNodeListByAutomationAccountNextResponse = DscNodeListResult;
|
|
1157
|
+
|
|
1158
|
+
// @public
|
|
1159
|
+
export interface DscNodeListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1160
|
+
filter?: string;
|
|
1161
|
+
inlinecount?: string;
|
|
1162
|
+
skip?: number;
|
|
1163
|
+
top?: number;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
// @public
|
|
1167
|
+
export type DscNodeListByAutomationAccountResponse = DscNodeListResult;
|
|
1168
|
+
|
|
1169
|
+
// @public
|
|
1170
|
+
export interface DscNodeListResult {
|
|
1171
|
+
nextLink?: string;
|
|
1172
|
+
totalCount?: number;
|
|
1173
|
+
value?: DscNode[];
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
// @public
|
|
1177
|
+
export interface DscNodeOperations {
|
|
1178
|
+
delete(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: DscNodeDeleteOptionalParams): Promise<void>;
|
|
1179
|
+
get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: DscNodeGetOptionalParams): Promise<DscNodeGetResponse>;
|
|
1180
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<DscNode>;
|
|
1181
|
+
update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options?: DscNodeUpdateOptionalParams): Promise<DscNodeUpdateResponse>;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
// @public
|
|
1185
|
+
export interface DscNodeReport {
|
|
1186
|
+
configurationVersion?: string;
|
|
1187
|
+
endTime?: Date;
|
|
1188
|
+
errors?: DscReportError[];
|
|
1189
|
+
hostName?: string;
|
|
1190
|
+
id?: string;
|
|
1191
|
+
iPV4Addresses?: string[];
|
|
1192
|
+
iPV6Addresses?: string[];
|
|
1193
|
+
lastModifiedTime?: Date;
|
|
1194
|
+
metaConfiguration?: DscMetaConfiguration;
|
|
1195
|
+
numberOfResources?: number;
|
|
1196
|
+
rawErrors?: string;
|
|
1197
|
+
rebootRequested?: string;
|
|
1198
|
+
refreshMode?: string;
|
|
1199
|
+
reportFormatVersion?: string;
|
|
1200
|
+
reportId?: string;
|
|
1201
|
+
resources?: DscReportResource[];
|
|
1202
|
+
startTime?: Date;
|
|
1203
|
+
status?: string;
|
|
1204
|
+
type?: string;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export interface DscNodeReportListResult {
|
|
1209
|
+
nextLink?: string;
|
|
1210
|
+
value?: DscNodeReport[];
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
// @public
|
|
1214
|
+
export interface DscNodeUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export interface DscNodeUpdateParameters {
|
|
1219
|
+
nodeId?: string;
|
|
1220
|
+
// (undocumented)
|
|
1221
|
+
properties?: DscNodeUpdateParametersProperties;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
// @public (undocumented)
|
|
1225
|
+
export interface DscNodeUpdateParametersProperties {
|
|
1226
|
+
name?: string;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
// @public
|
|
1230
|
+
export type DscNodeUpdateResponse = DscNode;
|
|
1231
|
+
|
|
1232
|
+
// @public
|
|
1233
|
+
export interface DscReportError {
|
|
1234
|
+
errorCode?: string;
|
|
1235
|
+
errorDetails?: string;
|
|
1236
|
+
errorMessage?: string;
|
|
1237
|
+
errorSource?: string;
|
|
1238
|
+
locale?: string;
|
|
1239
|
+
resourceId?: string;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export interface DscReportResource {
|
|
1244
|
+
dependsOn?: DscReportResourceNavigation[];
|
|
1245
|
+
durationInSeconds?: number;
|
|
1246
|
+
error?: string;
|
|
1247
|
+
moduleName?: string;
|
|
1248
|
+
moduleVersion?: string;
|
|
1249
|
+
resourceId?: string;
|
|
1250
|
+
resourceName?: string;
|
|
1251
|
+
sourceInfo?: string;
|
|
1252
|
+
startDate?: Date;
|
|
1253
|
+
status?: string;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
// @public
|
|
1257
|
+
export interface DscReportResourceNavigation {
|
|
1258
|
+
resourceId?: string;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
// @public
|
|
1262
|
+
export type EncryptionKeySourceType = "Microsoft.Automation" | "Microsoft.Keyvault";
|
|
1263
|
+
|
|
1264
|
+
// @public
|
|
1265
|
+
export interface EncryptionProperties {
|
|
1266
|
+
identity?: EncryptionPropertiesIdentity;
|
|
1267
|
+
keySource?: EncryptionKeySourceType;
|
|
1268
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
// @public
|
|
1272
|
+
export interface EncryptionPropertiesIdentity {
|
|
1273
|
+
userAssignedIdentity?: Record<string, unknown>;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
// @public
|
|
1277
|
+
export interface ErrorResponse {
|
|
1278
|
+
code?: string;
|
|
1279
|
+
message?: string;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
// @public
|
|
1283
|
+
export interface FieldDefinition {
|
|
1284
|
+
isEncrypted?: boolean;
|
|
1285
|
+
isOptional?: boolean;
|
|
1286
|
+
type: string;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
// @public
|
|
1290
|
+
export interface Fields {
|
|
1291
|
+
listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams): PagedAsyncIterableIterator<TypeField>;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
// @public
|
|
1295
|
+
export interface FieldsListByTypeOptionalParams extends coreClient.OperationOptions {
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
// @public
|
|
1299
|
+
export type FieldsListByTypeResponse = TypeFieldListResult;
|
|
1300
|
+
|
|
1301
|
+
// @public
|
|
1302
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
1303
|
+
|
|
1304
|
+
// @public
|
|
1305
|
+
export interface GraphicalRunbookContent {
|
|
1306
|
+
graphRunbookJson?: string;
|
|
1307
|
+
rawContent?: RawGraphicalRunbookContent;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
// @public
|
|
1311
|
+
export type GraphRunbookType = string;
|
|
1312
|
+
|
|
1313
|
+
// @public
|
|
1314
|
+
export type GroupTypeEnum = string;
|
|
1315
|
+
|
|
1316
|
+
// @public
|
|
1317
|
+
export type HttpStatusCode = string;
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export interface HybridRunbookWorker extends Resource {
|
|
1321
|
+
ip?: string;
|
|
1322
|
+
lastSeenDateTime?: Date;
|
|
1323
|
+
registeredDateTime?: Date;
|
|
1324
|
+
readonly systemData?: SystemData;
|
|
1325
|
+
vmResourceId?: string;
|
|
1326
|
+
workerName?: string;
|
|
1327
|
+
workerType?: WorkerType;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
// @public
|
|
1331
|
+
export interface HybridRunbookWorkerCreateParameters {
|
|
1332
|
+
name?: string;
|
|
1333
|
+
vmResourceId?: string;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
// @public
|
|
1337
|
+
export interface HybridRunbookWorkerGroup extends Resource {
|
|
1338
|
+
credential?: RunAsCredentialAssociationProperty;
|
|
1339
|
+
groupType?: GroupTypeEnum;
|
|
1340
|
+
readonly systemData?: SystemData;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
// @public
|
|
1344
|
+
export interface HybridRunbookWorkerGroupCreateOptionalParams extends coreClient.OperationOptions {
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
// @public
|
|
1348
|
+
export interface HybridRunbookWorkerGroupCreateOrUpdateParameters {
|
|
1349
|
+
credential?: RunAsCredentialAssociationProperty;
|
|
1350
|
+
name?: string;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
// @public
|
|
1354
|
+
export type HybridRunbookWorkerGroupCreateResponse = HybridRunbookWorkerGroup;
|
|
1355
|
+
|
|
1356
|
+
// @public
|
|
1357
|
+
export interface HybridRunbookWorkerGroupDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
// @public
|
|
1361
|
+
export interface HybridRunbookWorkerGroupGetOptionalParams extends coreClient.OperationOptions {
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export type HybridRunbookWorkerGroupGetResponse = HybridRunbookWorkerGroup;
|
|
1366
|
+
|
|
1367
|
+
// @public
|
|
1368
|
+
export interface HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export type HybridRunbookWorkerGroupListByAutomationAccountNextResponse = HybridRunbookWorkerGroupsListResult;
|
|
1373
|
+
|
|
1374
|
+
// @public
|
|
1375
|
+
export interface HybridRunbookWorkerGroupListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1376
|
+
filter?: string;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
// @public
|
|
1380
|
+
export type HybridRunbookWorkerGroupListByAutomationAccountResponse = HybridRunbookWorkerGroupsListResult;
|
|
1381
|
+
|
|
1382
|
+
// @public
|
|
1383
|
+
export interface HybridRunbookWorkerGroupOperations {
|
|
1384
|
+
create(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerGroupCreationParameters: HybridRunbookWorkerGroupCreateOrUpdateParameters, options?: HybridRunbookWorkerGroupCreateOptionalParams): Promise<HybridRunbookWorkerGroupCreateResponse>;
|
|
1385
|
+
delete(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: HybridRunbookWorkerGroupDeleteOptionalParams): Promise<void>;
|
|
1386
|
+
get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: HybridRunbookWorkerGroupGetOptionalParams): Promise<HybridRunbookWorkerGroupGetResponse>;
|
|
1387
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<HybridRunbookWorkerGroup>;
|
|
1388
|
+
update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerGroupUpdationParameters: HybridRunbookWorkerGroupCreateOrUpdateParameters, options?: HybridRunbookWorkerGroupUpdateOptionalParams): Promise<HybridRunbookWorkerGroupUpdateResponse>;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
// @public
|
|
1392
|
+
export interface HybridRunbookWorkerGroupsListResult {
|
|
1393
|
+
nextLink?: string;
|
|
1394
|
+
value?: HybridRunbookWorkerGroup[];
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
// @public
|
|
1398
|
+
export interface HybridRunbookWorkerGroupUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
// @public
|
|
1402
|
+
export type HybridRunbookWorkerGroupUpdateResponse = HybridRunbookWorkerGroup;
|
|
1403
|
+
|
|
1404
|
+
// @public
|
|
1405
|
+
export interface HybridRunbookWorkerMoveParameters {
|
|
1406
|
+
hybridRunbookWorkerGroupName?: string;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
// @public
|
|
1410
|
+
export interface HybridRunbookWorkers {
|
|
1411
|
+
create(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, hybridRunbookWorkerCreationParameters: HybridRunbookWorkerCreateParameters, options?: HybridRunbookWorkersCreateOptionalParams): Promise<HybridRunbookWorkersCreateResponse>;
|
|
1412
|
+
delete(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, options?: HybridRunbookWorkersDeleteOptionalParams): Promise<void>;
|
|
1413
|
+
get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, options?: HybridRunbookWorkersGetOptionalParams): Promise<HybridRunbookWorkersGetResponse>;
|
|
1414
|
+
listByHybridRunbookWorkerGroup(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams): PagedAsyncIterableIterator<HybridRunbookWorker>;
|
|
1415
|
+
move(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, hybridRunbookWorkerMoveParameters: HybridRunbookWorkerMoveParameters, options?: HybridRunbookWorkersMoveOptionalParams): Promise<void>;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
// @public
|
|
1419
|
+
export interface HybridRunbookWorkersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
// @public
|
|
1423
|
+
export type HybridRunbookWorkersCreateResponse = HybridRunbookWorker;
|
|
1424
|
+
|
|
1425
|
+
// @public
|
|
1426
|
+
export interface HybridRunbookWorkersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export interface HybridRunbookWorkersGetOptionalParams extends coreClient.OperationOptions {
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export type HybridRunbookWorkersGetResponse = HybridRunbookWorker;
|
|
1435
|
+
|
|
1436
|
+
// @public
|
|
1437
|
+
export interface HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
// @public
|
|
1441
|
+
export type HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse = HybridRunbookWorkersListResult;
|
|
1442
|
+
|
|
1443
|
+
// @public
|
|
1444
|
+
export interface HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams extends coreClient.OperationOptions {
|
|
1445
|
+
filter?: string;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
// @public
|
|
1449
|
+
export type HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse = HybridRunbookWorkersListResult;
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export interface HybridRunbookWorkersListResult {
|
|
1453
|
+
nextLink?: string;
|
|
1454
|
+
value?: HybridRunbookWorker[];
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export interface HybridRunbookWorkersMoveOptionalParams extends coreClient.OperationOptions {
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
// @public
|
|
1462
|
+
export interface Identity {
|
|
1463
|
+
readonly principalId?: string;
|
|
1464
|
+
readonly tenantId?: string;
|
|
1465
|
+
type?: ResourceIdentityType;
|
|
1466
|
+
userAssignedIdentities?: {
|
|
1467
|
+
[propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
1468
|
+
};
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
// @public
|
|
1472
|
+
export interface Job extends ProxyResource {
|
|
1473
|
+
creationTime?: Date;
|
|
1474
|
+
endTime?: Date;
|
|
1475
|
+
exception?: string;
|
|
1476
|
+
jobId?: string;
|
|
1477
|
+
lastModifiedTime?: Date;
|
|
1478
|
+
lastStatusModifiedTime?: Date;
|
|
1479
|
+
parameters?: {
|
|
1480
|
+
[propertyName: string]: string;
|
|
1481
|
+
};
|
|
1482
|
+
provisioningState?: JobProvisioningState;
|
|
1483
|
+
runbook?: RunbookAssociationProperty;
|
|
1484
|
+
runOn?: string;
|
|
1485
|
+
startedBy?: string;
|
|
1486
|
+
startTime?: Date;
|
|
1487
|
+
status?: JobStatus;
|
|
1488
|
+
statusDetails?: string;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
// @public
|
|
1492
|
+
export interface JobCollectionItem extends ProxyResource {
|
|
1493
|
+
readonly creationTime?: Date;
|
|
1494
|
+
readonly endTime?: Date;
|
|
1495
|
+
readonly jobId?: string;
|
|
1496
|
+
readonly lastModifiedTime?: Date;
|
|
1497
|
+
readonly provisioningState?: string;
|
|
1498
|
+
readonly runbook?: RunbookAssociationProperty;
|
|
1499
|
+
runOn?: string;
|
|
1500
|
+
readonly startTime?: Date;
|
|
1501
|
+
readonly status?: JobStatus;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export interface JobCreateOptionalParams extends coreClient.OperationOptions {
|
|
1506
|
+
clientRequestId?: string;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
// @public
|
|
1510
|
+
export interface JobCreateParameters {
|
|
1511
|
+
parameters?: {
|
|
1512
|
+
[propertyName: string]: string;
|
|
1513
|
+
};
|
|
1514
|
+
runbook?: RunbookAssociationProperty;
|
|
1515
|
+
runOn?: string;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
// @public
|
|
1519
|
+
export type JobCreateResponse = Job;
|
|
1520
|
+
|
|
1521
|
+
// @public
|
|
1522
|
+
export interface JobGetOptionalParams extends coreClient.OperationOptions {
|
|
1523
|
+
clientRequestId?: string;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
// @public
|
|
1527
|
+
export interface JobGetOutputOptionalParams extends coreClient.OperationOptions {
|
|
1528
|
+
clientRequestId?: string;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
// @public
|
|
1532
|
+
export type JobGetOutputResponse = {
|
|
1533
|
+
body: string;
|
|
1534
|
+
};
|
|
1535
|
+
|
|
1536
|
+
// @public
|
|
1537
|
+
export type JobGetResponse = Job;
|
|
1538
|
+
|
|
1539
|
+
// @public
|
|
1540
|
+
export interface JobGetRunbookContentOptionalParams extends coreClient.OperationOptions {
|
|
1541
|
+
clientRequestId?: string;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
// @public
|
|
1545
|
+
export type JobGetRunbookContentResponse = {
|
|
1546
|
+
body: string;
|
|
1547
|
+
};
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface JobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1551
|
+
clientRequestId?: string;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
// @public
|
|
1555
|
+
export type JobListByAutomationAccountNextResponse = JobListResultV2;
|
|
1556
|
+
|
|
1557
|
+
// @public
|
|
1558
|
+
export interface JobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1559
|
+
clientRequestId?: string;
|
|
1560
|
+
filter?: string;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export type JobListByAutomationAccountResponse = JobListResultV2;
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export interface JobListResultV2 {
|
|
1568
|
+
readonly nextLink?: string;
|
|
1569
|
+
value?: JobCollectionItem[];
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
// @public
|
|
1573
|
+
export interface JobNavigation {
|
|
1574
|
+
readonly id?: string;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
// @public
|
|
1578
|
+
export interface JobOperations {
|
|
1579
|
+
create(resourceGroupName: string, automationAccountName: string, jobName: string, parameters: JobCreateParameters, options?: JobCreateOptionalParams): Promise<JobCreateResponse>;
|
|
1580
|
+
get(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobGetOptionalParams): Promise<JobGetResponse>;
|
|
1581
|
+
getOutput(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobGetOutputOptionalParams): Promise<JobGetOutputResponse>;
|
|
1582
|
+
getRunbookContent(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobGetRunbookContentOptionalParams): Promise<JobGetRunbookContentResponse>;
|
|
1583
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobCollectionItem>;
|
|
1584
|
+
resume(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobResumeOptionalParams): Promise<void>;
|
|
1585
|
+
stop(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStopOptionalParams): Promise<void>;
|
|
1586
|
+
suspend(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobSuspendOptionalParams): Promise<void>;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
// @public
|
|
1590
|
+
export type JobProvisioningState = string;
|
|
1591
|
+
|
|
1592
|
+
// @public
|
|
1593
|
+
export interface JobResumeOptionalParams extends coreClient.OperationOptions {
|
|
1594
|
+
clientRequestId?: string;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
// @public
|
|
1598
|
+
export interface JobSchedule {
|
|
1599
|
+
readonly id?: string;
|
|
1600
|
+
jobScheduleId?: string;
|
|
1601
|
+
readonly name?: string;
|
|
1602
|
+
parameters?: {
|
|
1603
|
+
[propertyName: string]: string;
|
|
1604
|
+
};
|
|
1605
|
+
runbook?: RunbookAssociationProperty;
|
|
1606
|
+
runOn?: string;
|
|
1607
|
+
schedule?: ScheduleAssociationProperty;
|
|
1608
|
+
readonly type?: string;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export interface JobScheduleCreateOptionalParams extends coreClient.OperationOptions {
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
// @public
|
|
1616
|
+
export interface JobScheduleCreateParameters {
|
|
1617
|
+
parameters?: {
|
|
1618
|
+
[propertyName: string]: string;
|
|
1619
|
+
};
|
|
1620
|
+
runbook: RunbookAssociationProperty;
|
|
1621
|
+
runOn?: string;
|
|
1622
|
+
schedule: ScheduleAssociationProperty;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export type JobScheduleCreateResponse = JobSchedule;
|
|
1627
|
+
|
|
1628
|
+
// @public
|
|
1629
|
+
export interface JobScheduleDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export interface JobScheduleGetOptionalParams extends coreClient.OperationOptions {
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
// @public
|
|
1637
|
+
export type JobScheduleGetResponse = JobSchedule;
|
|
1638
|
+
|
|
1639
|
+
// @public
|
|
1640
|
+
export interface JobScheduleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export type JobScheduleListByAutomationAccountNextResponse = JobScheduleListResult;
|
|
1645
|
+
|
|
1646
|
+
// @public
|
|
1647
|
+
export interface JobScheduleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1648
|
+
filter?: string;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
// @public
|
|
1652
|
+
export type JobScheduleListByAutomationAccountResponse = JobScheduleListResult;
|
|
1653
|
+
|
|
1654
|
+
// @public
|
|
1655
|
+
export interface JobScheduleListResult {
|
|
1656
|
+
nextLink?: string;
|
|
1657
|
+
value?: JobSchedule[];
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
// @public
|
|
1661
|
+
export interface JobScheduleOperations {
|
|
1662
|
+
create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleCreateOptionalParams): Promise<JobScheduleCreateResponse>;
|
|
1663
|
+
delete(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleDeleteOptionalParams): Promise<void>;
|
|
1664
|
+
get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleGetOptionalParams): Promise<JobScheduleGetResponse>;
|
|
1665
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobSchedule>;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
// @public
|
|
1669
|
+
export type JobStatus = string;
|
|
1670
|
+
|
|
1671
|
+
// @public
|
|
1672
|
+
export interface JobStopOptionalParams extends coreClient.OperationOptions {
|
|
1673
|
+
clientRequestId?: string;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
// @public
|
|
1677
|
+
export interface JobStream {
|
|
1678
|
+
id?: string;
|
|
1679
|
+
jobStreamId?: string;
|
|
1680
|
+
streamText?: string;
|
|
1681
|
+
streamType?: JobStreamType;
|
|
1682
|
+
summary?: string;
|
|
1683
|
+
time?: Date;
|
|
1684
|
+
value?: {
|
|
1685
|
+
[propertyName: string]: Record<string, unknown>;
|
|
1686
|
+
};
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
// @public
|
|
1690
|
+
export interface JobStreamGetOptionalParams extends coreClient.OperationOptions {
|
|
1691
|
+
clientRequestId?: string;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
// @public
|
|
1695
|
+
export type JobStreamGetResponse = JobStream;
|
|
1696
|
+
|
|
1697
|
+
// @public
|
|
1698
|
+
export interface JobStreamListByJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1699
|
+
clientRequestId?: string;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
// @public
|
|
1703
|
+
export type JobStreamListByJobNextResponse = JobStreamListResult;
|
|
1704
|
+
|
|
1705
|
+
// @public
|
|
1706
|
+
export interface JobStreamListByJobOptionalParams extends coreClient.OperationOptions {
|
|
1707
|
+
clientRequestId?: string;
|
|
1708
|
+
filter?: string;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
// @public
|
|
1712
|
+
export type JobStreamListByJobResponse = JobStreamListResult;
|
|
1713
|
+
|
|
1714
|
+
// @public
|
|
1715
|
+
export interface JobStreamListResult {
|
|
1716
|
+
nextLink?: string;
|
|
1717
|
+
value?: JobStream[];
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
// @public
|
|
1721
|
+
export interface JobStreamOperations {
|
|
1722
|
+
get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStreamGetResponse>;
|
|
1723
|
+
listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): PagedAsyncIterableIterator<JobStream>;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
// @public
|
|
1727
|
+
export type JobStreamType = string;
|
|
1728
|
+
|
|
1729
|
+
// @public
|
|
1730
|
+
export interface JobSuspendOptionalParams extends coreClient.OperationOptions {
|
|
1731
|
+
clientRequestId?: string;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
// @public
|
|
1735
|
+
export interface Key {
|
|
1736
|
+
readonly keyName?: AutomationKeyName;
|
|
1737
|
+
readonly permissions?: AutomationKeyPermissions;
|
|
1738
|
+
readonly value?: string;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
// @public (undocumented)
|
|
1742
|
+
export interface KeyListResult {
|
|
1743
|
+
keys?: Key[];
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
// @public
|
|
1747
|
+
export interface Keys {
|
|
1748
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: KeysListByAutomationAccountOptionalParams): Promise<KeysListByAutomationAccountResponse>;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
// @public
|
|
1752
|
+
export interface KeysListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export type KeysListByAutomationAccountResponse = KeyListResult;
|
|
1757
|
+
|
|
1758
|
+
// @public
|
|
1759
|
+
export interface KeyVaultProperties {
|
|
1760
|
+
keyName?: string;
|
|
1761
|
+
keyvaultUri?: string;
|
|
1762
|
+
keyVersion?: string;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
// @public
|
|
1766
|
+
export enum KnownAgentRegistrationKeyName {
|
|
1767
|
+
Primary = "primary",
|
|
1768
|
+
Secondary = "secondary"
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
// @public
|
|
1772
|
+
export enum KnownAutomationAccountState {
|
|
1773
|
+
Ok = "Ok",
|
|
1774
|
+
Suspended = "Suspended",
|
|
1775
|
+
Unavailable = "Unavailable"
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
// @public
|
|
1779
|
+
export enum KnownAutomationKeyName {
|
|
1780
|
+
Primary = "Primary",
|
|
1781
|
+
Secondary = "Secondary"
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
// @public
|
|
1785
|
+
export enum KnownAutomationKeyPermissions {
|
|
1786
|
+
Full = "Full",
|
|
1787
|
+
Read = "Read"
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
// @public
|
|
1791
|
+
export enum KnownContentSourceType {
|
|
1792
|
+
EmbeddedContent = "embeddedContent",
|
|
1793
|
+
Uri = "uri"
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
// @public
|
|
1797
|
+
export enum KnownCountType {
|
|
1798
|
+
Nodeconfiguration = "nodeconfiguration",
|
|
1799
|
+
Status = "status"
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
// @public
|
|
1803
|
+
export enum KnownCreatedByType {
|
|
1804
|
+
Application = "Application",
|
|
1805
|
+
Key = "Key",
|
|
1806
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1807
|
+
User = "User"
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
// @public
|
|
1811
|
+
export enum KnownDscConfigurationState {
|
|
1812
|
+
Edit = "Edit",
|
|
1813
|
+
New = "New",
|
|
1814
|
+
Published = "Published"
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
// @public
|
|
1818
|
+
export enum KnownGraphRunbookType {
|
|
1819
|
+
GraphPowerShell = "GraphPowerShell",
|
|
1820
|
+
GraphPowerShellWorkflow = "GraphPowerShellWorkflow"
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
// @public
|
|
1824
|
+
export enum KnownGroupTypeEnum {
|
|
1825
|
+
System = "System",
|
|
1826
|
+
User = "User"
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
// @public
|
|
1830
|
+
export enum KnownHttpStatusCode {
|
|
1831
|
+
Accepted = "Accepted",
|
|
1832
|
+
Ambiguous = "Ambiguous",
|
|
1833
|
+
BadGateway = "BadGateway",
|
|
1834
|
+
BadRequest = "BadRequest",
|
|
1835
|
+
Conflict = "Conflict",
|
|
1836
|
+
Continue = "Continue",
|
|
1837
|
+
Created = "Created",
|
|
1838
|
+
ExpectationFailed = "ExpectationFailed",
|
|
1839
|
+
Forbidden = "Forbidden",
|
|
1840
|
+
Found = "Found",
|
|
1841
|
+
GatewayTimeout = "GatewayTimeout",
|
|
1842
|
+
Gone = "Gone",
|
|
1843
|
+
HttpVersionNotSupported = "HttpVersionNotSupported",
|
|
1844
|
+
InternalServerError = "InternalServerError",
|
|
1845
|
+
LengthRequired = "LengthRequired",
|
|
1846
|
+
MethodNotAllowed = "MethodNotAllowed",
|
|
1847
|
+
Moved = "Moved",
|
|
1848
|
+
MovedPermanently = "MovedPermanently",
|
|
1849
|
+
MultipleChoices = "MultipleChoices",
|
|
1850
|
+
NoContent = "NoContent",
|
|
1851
|
+
NonAuthoritativeInformation = "NonAuthoritativeInformation",
|
|
1852
|
+
NotAcceptable = "NotAcceptable",
|
|
1853
|
+
NotFound = "NotFound",
|
|
1854
|
+
NotImplemented = "NotImplemented",
|
|
1855
|
+
NotModified = "NotModified",
|
|
1856
|
+
OK = "OK",
|
|
1857
|
+
PartialContent = "PartialContent",
|
|
1858
|
+
PaymentRequired = "PaymentRequired",
|
|
1859
|
+
PreconditionFailed = "PreconditionFailed",
|
|
1860
|
+
ProxyAuthenticationRequired = "ProxyAuthenticationRequired",
|
|
1861
|
+
Redirect = "Redirect",
|
|
1862
|
+
RedirectKeepVerb = "RedirectKeepVerb",
|
|
1863
|
+
RedirectMethod = "RedirectMethod",
|
|
1864
|
+
RequestedRangeNotSatisfiable = "RequestedRangeNotSatisfiable",
|
|
1865
|
+
RequestEntityTooLarge = "RequestEntityTooLarge",
|
|
1866
|
+
RequestTimeout = "RequestTimeout",
|
|
1867
|
+
RequestUriTooLong = "RequestUriTooLong",
|
|
1868
|
+
ResetContent = "ResetContent",
|
|
1869
|
+
SeeOther = "SeeOther",
|
|
1870
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
1871
|
+
SwitchingProtocols = "SwitchingProtocols",
|
|
1872
|
+
TemporaryRedirect = "TemporaryRedirect",
|
|
1873
|
+
Unauthorized = "Unauthorized",
|
|
1874
|
+
UnsupportedMediaType = "UnsupportedMediaType",
|
|
1875
|
+
Unused = "Unused",
|
|
1876
|
+
UpgradeRequired = "UpgradeRequired",
|
|
1877
|
+
UseProxy = "UseProxy"
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
// @public
|
|
1881
|
+
export enum KnownJobProvisioningState {
|
|
1882
|
+
Failed = "Failed",
|
|
1883
|
+
Processing = "Processing",
|
|
1884
|
+
Succeeded = "Succeeded",
|
|
1885
|
+
Suspended = "Suspended"
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
// @public
|
|
1889
|
+
export enum KnownJobStatus {
|
|
1890
|
+
Activating = "Activating",
|
|
1891
|
+
Blocked = "Blocked",
|
|
1892
|
+
Completed = "Completed",
|
|
1893
|
+
Disconnected = "Disconnected",
|
|
1894
|
+
Failed = "Failed",
|
|
1895
|
+
New = "New",
|
|
1896
|
+
Removing = "Removing",
|
|
1897
|
+
Resuming = "Resuming",
|
|
1898
|
+
Running = "Running",
|
|
1899
|
+
Stopped = "Stopped",
|
|
1900
|
+
Stopping = "Stopping",
|
|
1901
|
+
Suspended = "Suspended",
|
|
1902
|
+
Suspending = "Suspending"
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
// @public
|
|
1906
|
+
export enum KnownJobStreamType {
|
|
1907
|
+
Any = "Any",
|
|
1908
|
+
Debug = "Debug",
|
|
1909
|
+
Error = "Error",
|
|
1910
|
+
Output = "Output",
|
|
1911
|
+
Progress = "Progress",
|
|
1912
|
+
Verbose = "Verbose",
|
|
1913
|
+
Warning = "Warning"
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
// @public
|
|
1917
|
+
export enum KnownLinuxUpdateClasses {
|
|
1918
|
+
Critical = "Critical",
|
|
1919
|
+
Other = "Other",
|
|
1920
|
+
Security = "Security",
|
|
1921
|
+
Unclassified = "Unclassified"
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export enum KnownProvisioningState {
|
|
1926
|
+
Completed = "Completed",
|
|
1927
|
+
Failed = "Failed",
|
|
1928
|
+
Running = "Running"
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
// @public
|
|
1932
|
+
export enum KnownRunbookState {
|
|
1933
|
+
Edit = "Edit",
|
|
1934
|
+
New = "New",
|
|
1935
|
+
Published = "Published"
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
// @public
|
|
1939
|
+
export enum KnownRunbookTypeEnum {
|
|
1940
|
+
Graph = "Graph",
|
|
1941
|
+
GraphPowerShell = "GraphPowerShell",
|
|
1942
|
+
GraphPowerShellWorkflow = "GraphPowerShellWorkflow",
|
|
1943
|
+
PowerShell = "PowerShell",
|
|
1944
|
+
PowerShellWorkflow = "PowerShellWorkflow",
|
|
1945
|
+
Python2 = "Python2",
|
|
1946
|
+
Python3 = "Python3",
|
|
1947
|
+
Script = "Script"
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
// @public
|
|
1951
|
+
export enum KnownScheduleDay {
|
|
1952
|
+
Friday = "Friday",
|
|
1953
|
+
Monday = "Monday",
|
|
1954
|
+
Saturday = "Saturday",
|
|
1955
|
+
Sunday = "Sunday",
|
|
1956
|
+
Thursday = "Thursday",
|
|
1957
|
+
Tuesday = "Tuesday",
|
|
1958
|
+
Wednesday = "Wednesday"
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
// @public
|
|
1962
|
+
export enum KnownScheduleFrequency {
|
|
1963
|
+
Day = "Day",
|
|
1964
|
+
Hour = "Hour",
|
|
1965
|
+
Minute = "Minute",
|
|
1966
|
+
Month = "Month",
|
|
1967
|
+
OneTime = "OneTime",
|
|
1968
|
+
Week = "Week"
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
// @public
|
|
1972
|
+
export enum KnownSkuNameEnum {
|
|
1973
|
+
Basic = "Basic",
|
|
1974
|
+
Free = "Free"
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
// @public
|
|
1978
|
+
export enum KnownSourceType {
|
|
1979
|
+
GitHub = "GitHub",
|
|
1980
|
+
VsoGit = "VsoGit",
|
|
1981
|
+
VsoTfvc = "VsoTfvc"
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
// @public
|
|
1985
|
+
export enum KnownStreamType {
|
|
1986
|
+
Error = "Error",
|
|
1987
|
+
Output = "Output"
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
// @public
|
|
1991
|
+
export enum KnownSyncType {
|
|
1992
|
+
FullSync = "FullSync",
|
|
1993
|
+
PartialSync = "PartialSync"
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
// @public
|
|
1997
|
+
export enum KnownTokenType {
|
|
1998
|
+
Oauth = "Oauth",
|
|
1999
|
+
PersonalAccessToken = "PersonalAccessToken"
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
// @public
|
|
2003
|
+
export enum KnownWindowsUpdateClasses {
|
|
2004
|
+
Critical = "Critical",
|
|
2005
|
+
Definition = "Definition",
|
|
2006
|
+
FeaturePack = "FeaturePack",
|
|
2007
|
+
Security = "Security",
|
|
2008
|
+
ServicePack = "ServicePack",
|
|
2009
|
+
Tools = "Tools",
|
|
2010
|
+
Unclassified = "Unclassified",
|
|
2011
|
+
UpdateRollup = "UpdateRollup",
|
|
2012
|
+
Updates = "Updates"
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
// @public
|
|
2016
|
+
export enum KnownWorkerType {
|
|
2017
|
+
HybridV1 = "HybridV1",
|
|
2018
|
+
HybridV2 = "HybridV2"
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
// @public
|
|
2022
|
+
export interface LinkedWorkspace {
|
|
2023
|
+
readonly id?: string;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
// @public
|
|
2027
|
+
export interface LinkedWorkspaceGetOptionalParams extends coreClient.OperationOptions {
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
// @public
|
|
2031
|
+
export type LinkedWorkspaceGetResponse = LinkedWorkspace;
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export interface LinkedWorkspaceOperations {
|
|
2035
|
+
get(resourceGroupName: string, automationAccountName: string, options?: LinkedWorkspaceGetOptionalParams): Promise<LinkedWorkspaceGetResponse>;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
// @public
|
|
2039
|
+
export interface LinuxProperties {
|
|
2040
|
+
excludedPackageNameMasks?: string[];
|
|
2041
|
+
includedPackageClassifications?: LinuxUpdateClasses;
|
|
2042
|
+
includedPackageNameMasks?: string[];
|
|
2043
|
+
rebootSetting?: string;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
// @public
|
|
2047
|
+
export type LinuxUpdateClasses = string;
|
|
2048
|
+
|
|
2049
|
+
// @public
|
|
2050
|
+
export interface Module extends TrackedResource {
|
|
2051
|
+
activityCount?: number;
|
|
2052
|
+
contentLink?: ContentLink;
|
|
2053
|
+
creationTime?: Date;
|
|
2054
|
+
description?: string;
|
|
2055
|
+
error?: ModuleErrorInfo;
|
|
2056
|
+
etag?: string;
|
|
2057
|
+
isComposite?: boolean;
|
|
2058
|
+
isGlobal?: boolean;
|
|
2059
|
+
lastModifiedTime?: Date;
|
|
2060
|
+
provisioningState?: ModuleProvisioningState;
|
|
2061
|
+
sizeInBytes?: number;
|
|
2062
|
+
version?: string;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
// @public
|
|
2066
|
+
export interface ModuleCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
// @public
|
|
2070
|
+
export interface ModuleCreateOrUpdateParameters {
|
|
2071
|
+
contentLink: ContentLink;
|
|
2072
|
+
location?: string;
|
|
2073
|
+
name?: string;
|
|
2074
|
+
tags?: {
|
|
2075
|
+
[propertyName: string]: string;
|
|
2076
|
+
};
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
// @public
|
|
2080
|
+
export type ModuleCreateOrUpdateResponse = Module;
|
|
2081
|
+
|
|
2082
|
+
// @public
|
|
2083
|
+
export interface ModuleDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
// @public
|
|
2087
|
+
export interface ModuleErrorInfo {
|
|
2088
|
+
code?: string;
|
|
2089
|
+
message?: string;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
// @public
|
|
2093
|
+
export interface ModuleGetOptionalParams extends coreClient.OperationOptions {
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
// @public
|
|
2097
|
+
export type ModuleGetResponse = Module;
|
|
2098
|
+
|
|
2099
|
+
// @public
|
|
2100
|
+
export interface ModuleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
// @public
|
|
2104
|
+
export type ModuleListByAutomationAccountNextResponse = ModuleListResult;
|
|
2105
|
+
|
|
2106
|
+
// @public
|
|
2107
|
+
export interface ModuleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
// @public
|
|
2111
|
+
export type ModuleListByAutomationAccountResponse = ModuleListResult;
|
|
2112
|
+
|
|
2113
|
+
// @public
|
|
2114
|
+
export interface ModuleListResult {
|
|
2115
|
+
nextLink?: string;
|
|
2116
|
+
value?: Module[];
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
// @public
|
|
2120
|
+
export interface ModuleOperations {
|
|
2121
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, options?: ModuleCreateOrUpdateOptionalParams): Promise<ModuleCreateOrUpdateResponse>;
|
|
2122
|
+
delete(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: ModuleDeleteOptionalParams): Promise<void>;
|
|
2123
|
+
get(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: ModuleGetOptionalParams): Promise<ModuleGetResponse>;
|
|
2124
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ModuleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Module>;
|
|
2125
|
+
update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, options?: ModuleUpdateOptionalParams): Promise<ModuleUpdateResponse>;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
// @public
|
|
2129
|
+
export type ModuleProvisioningState = "Created" | "Creating" | "StartingImportModuleRunbook" | "RunningImportModuleRunbook" | "ContentRetrieved" | "ContentDownloaded" | "ContentValidated" | "ConnectionTypeImported" | "ContentStored" | "ModuleDataStored" | "ActivitiesStored" | "ModuleImportRunbookComplete" | "Succeeded" | "Failed" | "Cancelled" | "Updating";
|
|
2130
|
+
|
|
2131
|
+
// @public
|
|
2132
|
+
export interface ModuleUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
// @public
|
|
2136
|
+
export interface ModuleUpdateParameters {
|
|
2137
|
+
contentLink?: ContentLink;
|
|
2138
|
+
location?: string;
|
|
2139
|
+
name?: string;
|
|
2140
|
+
tags?: {
|
|
2141
|
+
[propertyName: string]: string;
|
|
2142
|
+
};
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
// @public
|
|
2146
|
+
export type ModuleUpdateResponse = Module;
|
|
2147
|
+
|
|
2148
|
+
// @public
|
|
2149
|
+
export interface NodeCount {
|
|
2150
|
+
name?: string;
|
|
2151
|
+
// (undocumented)
|
|
2152
|
+
properties?: NodeCountProperties;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
// @public
|
|
2156
|
+
export interface NodeCountInformation {
|
|
2157
|
+
get(resourceGroupName: string, automationAccountName: string, countType: CountType, options?: NodeCountInformationGetOptionalParams): Promise<NodeCountInformationGetResponse>;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
// @public
|
|
2161
|
+
export interface NodeCountInformationGetOptionalParams extends coreClient.OperationOptions {
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
// @public
|
|
2165
|
+
export type NodeCountInformationGetResponse = NodeCounts;
|
|
2166
|
+
|
|
2167
|
+
// @public (undocumented)
|
|
2168
|
+
export interface NodeCountProperties {
|
|
2169
|
+
count?: number;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
// @public
|
|
2173
|
+
export interface NodeCounts {
|
|
2174
|
+
totalCount?: number;
|
|
2175
|
+
value?: NodeCount[];
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
// @public
|
|
2179
|
+
export interface NodeReports {
|
|
2180
|
+
get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetOptionalParams): Promise<NodeReportsGetResponse>;
|
|
2181
|
+
getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetContentOptionalParams): Promise<NodeReportsGetContentResponse>;
|
|
2182
|
+
listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams): PagedAsyncIterableIterator<DscNodeReport>;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
// @public
|
|
2186
|
+
export interface NodeReportsGetContentOptionalParams extends coreClient.OperationOptions {
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
// @public
|
|
2190
|
+
export type NodeReportsGetContentResponse = Record<string, unknown>;
|
|
2191
|
+
|
|
2192
|
+
// @public
|
|
2193
|
+
export interface NodeReportsGetOptionalParams extends coreClient.OperationOptions {
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
// @public
|
|
2197
|
+
export type NodeReportsGetResponse = DscNodeReport;
|
|
2198
|
+
|
|
2199
|
+
// @public
|
|
2200
|
+
export interface NodeReportsListByNodeNextOptionalParams extends coreClient.OperationOptions {
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
// @public
|
|
2204
|
+
export type NodeReportsListByNodeNextResponse = DscNodeReportListResult;
|
|
2205
|
+
|
|
2206
|
+
// @public
|
|
2207
|
+
export interface NodeReportsListByNodeOptionalParams extends coreClient.OperationOptions {
|
|
2208
|
+
filter?: string;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
// @public
|
|
2212
|
+
export type NodeReportsListByNodeResponse = DscNodeReportListResult;
|
|
2213
|
+
|
|
2214
|
+
// @public
|
|
2215
|
+
export interface NonAzureQueryProperties {
|
|
2216
|
+
functionAlias?: string;
|
|
2217
|
+
workspaceId?: string;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
// @public
|
|
2221
|
+
export interface ObjectDataTypes {
|
|
2222
|
+
listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams): PagedAsyncIterableIterator<TypeField>;
|
|
2223
|
+
listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: ObjectDataTypesListFieldsByTypeOptionalParams): PagedAsyncIterableIterator<TypeField>;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
// @public
|
|
2227
|
+
export interface ObjectDataTypesListFieldsByModuleAndTypeOptionalParams extends coreClient.OperationOptions {
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
// @public
|
|
2231
|
+
export type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult;
|
|
2232
|
+
|
|
2233
|
+
// @public
|
|
2234
|
+
export interface ObjectDataTypesListFieldsByTypeOptionalParams extends coreClient.OperationOptions {
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
// @public
|
|
2238
|
+
export type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult;
|
|
2239
|
+
|
|
2240
|
+
// @public
|
|
2241
|
+
export type OperatingSystemType = "Windows" | "Linux";
|
|
2242
|
+
|
|
2243
|
+
// @public
|
|
2244
|
+
export interface Operation {
|
|
2245
|
+
display?: OperationDisplay;
|
|
2246
|
+
name?: string;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
// @public
|
|
2250
|
+
export interface OperationDisplay {
|
|
2251
|
+
operation?: string;
|
|
2252
|
+
provider?: string;
|
|
2253
|
+
resource?: string;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
// @public
|
|
2257
|
+
export interface OperationListResult {
|
|
2258
|
+
value?: Operation[];
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
// @public
|
|
2262
|
+
export interface Operations {
|
|
2263
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
// @public
|
|
2267
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
// @public
|
|
2271
|
+
export type OperationsListResponse = OperationListResult;
|
|
2272
|
+
|
|
2273
|
+
// @public
|
|
2274
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
2275
|
+
groupIds?: string[];
|
|
2276
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
2277
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
// @public
|
|
2281
|
+
export interface PrivateEndpointConnectionListResult {
|
|
2282
|
+
value?: PrivateEndpointConnection[];
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
// @public
|
|
2286
|
+
export interface PrivateEndpointConnections {
|
|
2287
|
+
beginCreateOrUpdate(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
2288
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
2289
|
+
beginDelete(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2290
|
+
beginDeleteAndWait(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
2291
|
+
get(resourceGroupName: string, automationAccountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
2292
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
// @public
|
|
2296
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2297
|
+
resumeFrom?: string;
|
|
2298
|
+
updateIntervalInMs?: number;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
// @public
|
|
2302
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
2303
|
+
|
|
2304
|
+
// @public
|
|
2305
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2306
|
+
resumeFrom?: string;
|
|
2307
|
+
updateIntervalInMs?: number;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
// @public
|
|
2315
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2316
|
+
|
|
2317
|
+
// @public
|
|
2318
|
+
export interface PrivateEndpointConnectionsListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
// @public
|
|
2322
|
+
export type PrivateEndpointConnectionsListByAutomationAccountResponse = PrivateEndpointConnectionListResult;
|
|
2323
|
+
|
|
2324
|
+
// @public
|
|
2325
|
+
export interface PrivateEndpointProperty {
|
|
2326
|
+
id?: string;
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
// @public
|
|
2330
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
2331
|
+
readonly groupId?: string;
|
|
2332
|
+
readonly requiredMembers?: string[];
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
// @public
|
|
2336
|
+
export interface PrivateLinkResourceListResult {
|
|
2337
|
+
value?: PrivateLinkResource[];
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
// @public
|
|
2341
|
+
export interface PrivateLinkResources {
|
|
2342
|
+
listAutomation(resourceGroupName: string, automationAccountName: string, options?: PrivateLinkResourcesAutomationOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
// @public
|
|
2346
|
+
export interface PrivateLinkResourcesAutomationOptionalParams extends coreClient.OperationOptions {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
// @public
|
|
2350
|
+
export type PrivateLinkResourcesAutomationResponse = PrivateLinkResourceListResult;
|
|
2351
|
+
|
|
2352
|
+
// @public
|
|
2353
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
|
2354
|
+
readonly actionsRequired?: string;
|
|
2355
|
+
description?: string;
|
|
2356
|
+
status?: string;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export type ProvisioningState = string;
|
|
2361
|
+
|
|
2362
|
+
// @public
|
|
2363
|
+
export interface ProxyResource extends Resource {
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
// @public
|
|
2367
|
+
export interface Python2Package {
|
|
2368
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python2PackageCreateOrUpdateOptionalParams): Promise<Python2PackageCreateOrUpdateResponse>;
|
|
2369
|
+
delete(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageDeleteOptionalParams): Promise<void>;
|
|
2370
|
+
get(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageGetOptionalParams): Promise<Python2PackageGetResponse>;
|
|
2371
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Python2PackageListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Module>;
|
|
2372
|
+
update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python2PackageUpdateOptionalParams): Promise<Python2PackageUpdateResponse>;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
// @public
|
|
2376
|
+
export interface Python2PackageCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
// @public
|
|
2380
|
+
export type Python2PackageCreateOrUpdateResponse = Module;
|
|
2381
|
+
|
|
2382
|
+
// @public
|
|
2383
|
+
export interface Python2PackageDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
// @public
|
|
2387
|
+
export interface Python2PackageGetOptionalParams extends coreClient.OperationOptions {
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
// @public
|
|
2391
|
+
export type Python2PackageGetResponse = Module;
|
|
2392
|
+
|
|
2393
|
+
// @public
|
|
2394
|
+
export interface Python2PackageListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
// @public
|
|
2398
|
+
export type Python2PackageListByAutomationAccountNextResponse = ModuleListResult;
|
|
2399
|
+
|
|
2400
|
+
// @public
|
|
2401
|
+
export interface Python2PackageListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
// @public
|
|
2405
|
+
export type Python2PackageListByAutomationAccountResponse = ModuleListResult;
|
|
2406
|
+
|
|
2407
|
+
// @public
|
|
2408
|
+
export interface Python2PackageUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
// @public
|
|
2412
|
+
export type Python2PackageUpdateResponse = Module;
|
|
2413
|
+
|
|
2414
|
+
// @public
|
|
2415
|
+
export interface PythonPackageCreateParameters {
|
|
2416
|
+
contentLink: ContentLink;
|
|
2417
|
+
tags?: {
|
|
2418
|
+
[propertyName: string]: string;
|
|
2419
|
+
};
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
// @public
|
|
2423
|
+
export interface PythonPackageUpdateParameters {
|
|
2424
|
+
tags?: {
|
|
2425
|
+
[propertyName: string]: string;
|
|
2426
|
+
};
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
// @public
|
|
2430
|
+
export interface RawGraphicalRunbookContent {
|
|
2431
|
+
runbookDefinition?: string;
|
|
2432
|
+
runbookType?: GraphRunbookType;
|
|
2433
|
+
schemaVersion?: string;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
// @public
|
|
2437
|
+
export interface Resource {
|
|
2438
|
+
readonly id?: string;
|
|
2439
|
+
readonly name?: string;
|
|
2440
|
+
readonly type?: string;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
// @public
|
|
2444
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
2445
|
+
|
|
2446
|
+
// @public
|
|
2447
|
+
export interface RunAsCredentialAssociationProperty {
|
|
2448
|
+
name?: string;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
// @public
|
|
2452
|
+
export interface Runbook extends TrackedResource {
|
|
2453
|
+
creationTime?: Date;
|
|
2454
|
+
description?: string;
|
|
2455
|
+
draft?: RunbookDraft;
|
|
2456
|
+
etag?: string;
|
|
2457
|
+
jobCount?: number;
|
|
2458
|
+
lastModifiedBy?: string;
|
|
2459
|
+
lastModifiedTime?: Date;
|
|
2460
|
+
logActivityTrace?: number;
|
|
2461
|
+
logProgress?: boolean;
|
|
2462
|
+
logVerbose?: boolean;
|
|
2463
|
+
outputTypes?: string[];
|
|
2464
|
+
parameters?: {
|
|
2465
|
+
[propertyName: string]: RunbookParameter;
|
|
2466
|
+
};
|
|
2467
|
+
provisioningState?: "Succeeded";
|
|
2468
|
+
publishContentLink?: ContentLink;
|
|
2469
|
+
runbookType?: RunbookTypeEnum;
|
|
2470
|
+
state?: RunbookState;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
// @public
|
|
2474
|
+
export interface RunbookAssociationProperty {
|
|
2475
|
+
name?: string;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
// @public
|
|
2479
|
+
export interface RunbookCreateOrUpdateDraftParameters {
|
|
2480
|
+
runbookContent: string;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
// @public
|
|
2484
|
+
export interface RunbookCreateOrUpdateDraftProperties {
|
|
2485
|
+
description?: string;
|
|
2486
|
+
draft: RunbookDraft;
|
|
2487
|
+
logActivityTrace?: number;
|
|
2488
|
+
logProgress?: boolean;
|
|
2489
|
+
logVerbose?: boolean;
|
|
2490
|
+
runbookType: RunbookTypeEnum;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
// @public
|
|
2494
|
+
export interface RunbookCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
// @public
|
|
2498
|
+
export interface RunbookCreateOrUpdateParameters {
|
|
2499
|
+
description?: string;
|
|
2500
|
+
draft?: RunbookDraft;
|
|
2501
|
+
location?: string;
|
|
2502
|
+
logActivityTrace?: number;
|
|
2503
|
+
logProgress?: boolean;
|
|
2504
|
+
logVerbose?: boolean;
|
|
2505
|
+
name?: string;
|
|
2506
|
+
publishContentLink?: ContentLink;
|
|
2507
|
+
runbookType: RunbookTypeEnum;
|
|
2508
|
+
tags?: {
|
|
2509
|
+
[propertyName: string]: string;
|
|
2510
|
+
};
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
// @public
|
|
2514
|
+
export type RunbookCreateOrUpdateResponse = Runbook;
|
|
2515
|
+
|
|
2516
|
+
// @public
|
|
2517
|
+
export interface RunbookDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
// @public (undocumented)
|
|
2521
|
+
export interface RunbookDraft {
|
|
2522
|
+
creationTime?: Date;
|
|
2523
|
+
draftContentLink?: ContentLink;
|
|
2524
|
+
inEdit?: boolean;
|
|
2525
|
+
lastModifiedTime?: Date;
|
|
2526
|
+
outputTypes?: string[];
|
|
2527
|
+
parameters?: {
|
|
2528
|
+
[propertyName: string]: RunbookParameter;
|
|
2529
|
+
};
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
// @public
|
|
2533
|
+
export interface RunbookDraftGetContentOptionalParams extends coreClient.OperationOptions {
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
// @public
|
|
2537
|
+
export type RunbookDraftGetContentResponse = {
|
|
2538
|
+
body: coreRestPipeline.RequestBodyType;
|
|
2539
|
+
};
|
|
2540
|
+
|
|
2541
|
+
// @public
|
|
2542
|
+
export interface RunbookDraftGetOptionalParams extends coreClient.OperationOptions {
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
// @public
|
|
2546
|
+
export type RunbookDraftGetResponse = RunbookDraft;
|
|
2547
|
+
|
|
2548
|
+
// @public
|
|
2549
|
+
export interface RunbookDraftOperations {
|
|
2550
|
+
beginReplaceContent(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<PollerLike<PollOperationState<RunbookDraftReplaceContentResponse>, RunbookDraftReplaceContentResponse>>;
|
|
2551
|
+
beginReplaceContentAndWait(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<RunbookDraftReplaceContentResponse>;
|
|
2552
|
+
get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetOptionalParams): Promise<RunbookDraftGetResponse>;
|
|
2553
|
+
getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetContentOptionalParams): Promise<RunbookDraftGetContentResponse>;
|
|
2554
|
+
undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftUndoEditOptionalParams): Promise<RunbookDraftUndoEditResponse>;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
// @public
|
|
2558
|
+
export interface RunbookDraftReplaceContentHeaders {
|
|
2559
|
+
location?: string;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
// @public
|
|
2563
|
+
export interface RunbookDraftReplaceContentOptionalParams extends coreClient.OperationOptions {
|
|
2564
|
+
resumeFrom?: string;
|
|
2565
|
+
updateIntervalInMs?: number;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
// @public
|
|
2569
|
+
export type RunbookDraftReplaceContentResponse = {
|
|
2570
|
+
blobBody?: Promise<Blob>;
|
|
2571
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
|
2572
|
+
};
|
|
2573
|
+
|
|
2574
|
+
// @public
|
|
2575
|
+
export interface RunbookDraftUndoEditOptionalParams extends coreClient.OperationOptions {
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
// @public
|
|
2579
|
+
export type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult;
|
|
2580
|
+
|
|
2581
|
+
// @public
|
|
2582
|
+
export interface RunbookDraftUndoEditResult {
|
|
2583
|
+
// (undocumented)
|
|
2584
|
+
requestId?: string;
|
|
2585
|
+
// (undocumented)
|
|
2586
|
+
statusCode?: HttpStatusCode;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
// @public
|
|
2590
|
+
export interface RunbookGetContentOptionalParams extends coreClient.OperationOptions {
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
// @public
|
|
2594
|
+
export type RunbookGetContentResponse = {
|
|
2595
|
+
body: coreRestPipeline.RequestBodyType;
|
|
2596
|
+
};
|
|
2597
|
+
|
|
2598
|
+
// @public
|
|
2599
|
+
export interface RunbookGetOptionalParams extends coreClient.OperationOptions {
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
// @public
|
|
2603
|
+
export type RunbookGetResponse = Runbook;
|
|
2604
|
+
|
|
2605
|
+
// @public
|
|
2606
|
+
export interface RunbookListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
// @public
|
|
2610
|
+
export type RunbookListByAutomationAccountNextResponse = RunbookListResult;
|
|
2611
|
+
|
|
2612
|
+
// @public
|
|
2613
|
+
export interface RunbookListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
// @public
|
|
2617
|
+
export type RunbookListByAutomationAccountResponse = RunbookListResult;
|
|
2618
|
+
|
|
2619
|
+
// @public
|
|
2620
|
+
export interface RunbookListResult {
|
|
2621
|
+
nextLink?: string;
|
|
2622
|
+
value?: Runbook[];
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
// @public
|
|
2626
|
+
export interface RunbookOperations {
|
|
2627
|
+
beginPublish(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookPublishOptionalParams): Promise<PollerLike<PollOperationState<RunbookPublishResponse>, RunbookPublishResponse>>;
|
|
2628
|
+
beginPublishAndWait(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookPublishOptionalParams): Promise<RunbookPublishResponse>;
|
|
2629
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookCreateOrUpdateParameters, options?: RunbookCreateOrUpdateOptionalParams): Promise<RunbookCreateOrUpdateResponse>;
|
|
2630
|
+
delete(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDeleteOptionalParams): Promise<void>;
|
|
2631
|
+
get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookGetOptionalParams): Promise<RunbookGetResponse>;
|
|
2632
|
+
getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookGetContentOptionalParams): Promise<RunbookGetContentResponse>;
|
|
2633
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RunbookListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Runbook>;
|
|
2634
|
+
update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookUpdateParameters, options?: RunbookUpdateOptionalParams): Promise<RunbookUpdateResponse>;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
// @public
|
|
2638
|
+
export interface RunbookParameter {
|
|
2639
|
+
defaultValue?: string;
|
|
2640
|
+
isMandatory?: boolean;
|
|
2641
|
+
position?: number;
|
|
2642
|
+
type?: string;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
// @public
|
|
2646
|
+
export interface RunbookPublishHeaders {
|
|
2647
|
+
location?: string;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
// @public
|
|
2651
|
+
export interface RunbookPublishOptionalParams extends coreClient.OperationOptions {
|
|
2652
|
+
resumeFrom?: string;
|
|
2653
|
+
updateIntervalInMs?: number;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
// @public
|
|
2657
|
+
export type RunbookPublishResponse = RunbookPublishHeaders;
|
|
2658
|
+
|
|
2659
|
+
// @public
|
|
2660
|
+
export type RunbookState = string;
|
|
2661
|
+
|
|
2662
|
+
// @public
|
|
2663
|
+
export type RunbookTypeEnum = string;
|
|
2664
|
+
|
|
2665
|
+
// @public
|
|
2666
|
+
export interface RunbookUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
// @public
|
|
2670
|
+
export interface RunbookUpdateParameters {
|
|
2671
|
+
description?: string;
|
|
2672
|
+
location?: string;
|
|
2673
|
+
logActivityTrace?: number;
|
|
2674
|
+
logProgress?: boolean;
|
|
2675
|
+
logVerbose?: boolean;
|
|
2676
|
+
name?: string;
|
|
2677
|
+
tags?: {
|
|
2678
|
+
[propertyName: string]: string;
|
|
2679
|
+
};
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
// @public
|
|
2683
|
+
export type RunbookUpdateResponse = Runbook;
|
|
2684
|
+
|
|
2685
|
+
// @public
|
|
2686
|
+
export interface Schedule extends ProxyResource {
|
|
2687
|
+
advancedSchedule?: AdvancedSchedule;
|
|
2688
|
+
creationTime?: Date;
|
|
2689
|
+
description?: string;
|
|
2690
|
+
expiryTime?: Date;
|
|
2691
|
+
expiryTimeOffsetMinutes?: number;
|
|
2692
|
+
frequency?: ScheduleFrequency;
|
|
2693
|
+
interval?: any;
|
|
2694
|
+
isEnabled?: boolean;
|
|
2695
|
+
lastModifiedTime?: Date;
|
|
2696
|
+
nextRun?: Date;
|
|
2697
|
+
nextRunOffsetMinutes?: number;
|
|
2698
|
+
startTime?: Date;
|
|
2699
|
+
readonly startTimeOffsetMinutes?: number;
|
|
2700
|
+
timeZone?: string;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
// @public
|
|
2704
|
+
export interface ScheduleAssociationProperty {
|
|
2705
|
+
name?: string;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
// @public
|
|
2709
|
+
export interface ScheduleCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
// @public
|
|
2713
|
+
export interface ScheduleCreateOrUpdateParameters {
|
|
2714
|
+
advancedSchedule?: AdvancedSchedule;
|
|
2715
|
+
description?: string;
|
|
2716
|
+
expiryTime?: Date;
|
|
2717
|
+
frequency: ScheduleFrequency;
|
|
2718
|
+
interval?: any;
|
|
2719
|
+
name: string;
|
|
2720
|
+
startTime: Date;
|
|
2721
|
+
timeZone?: string;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
// @public
|
|
2725
|
+
export type ScheduleCreateOrUpdateResponse = Schedule;
|
|
2726
|
+
|
|
2727
|
+
// @public
|
|
2728
|
+
export type ScheduleDay = string;
|
|
2729
|
+
|
|
2730
|
+
// @public
|
|
2731
|
+
export interface ScheduleDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
// @public
|
|
2735
|
+
export type ScheduleFrequency = string;
|
|
2736
|
+
|
|
2737
|
+
// @public
|
|
2738
|
+
export interface ScheduleGetOptionalParams extends coreClient.OperationOptions {
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
// @public
|
|
2742
|
+
export type ScheduleGetResponse = Schedule;
|
|
2743
|
+
|
|
2744
|
+
// @public
|
|
2745
|
+
export interface ScheduleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
// @public
|
|
2749
|
+
export type ScheduleListByAutomationAccountNextResponse = ScheduleListResult;
|
|
2750
|
+
|
|
2751
|
+
// @public
|
|
2752
|
+
export interface ScheduleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2755
|
+
// @public
|
|
2756
|
+
export type ScheduleListByAutomationAccountResponse = ScheduleListResult;
|
|
2757
|
+
|
|
2758
|
+
// @public
|
|
2759
|
+
export interface ScheduleListResult {
|
|
2760
|
+
nextLink?: string;
|
|
2761
|
+
value?: Schedule[];
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
// @public
|
|
2765
|
+
export interface ScheduleOperations {
|
|
2766
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: ScheduleCreateOrUpdateOptionalParams): Promise<ScheduleCreateOrUpdateResponse>;
|
|
2767
|
+
delete(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleDeleteOptionalParams): Promise<void>;
|
|
2768
|
+
get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleGetOptionalParams): Promise<ScheduleGetResponse>;
|
|
2769
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
2770
|
+
update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: ScheduleUpdateOptionalParams): Promise<ScheduleUpdateResponse>;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
// @public
|
|
2774
|
+
export interface ScheduleUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
// @public
|
|
2778
|
+
export interface ScheduleUpdateParameters {
|
|
2779
|
+
description?: string;
|
|
2780
|
+
isEnabled?: boolean;
|
|
2781
|
+
name?: string;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
// @public
|
|
2785
|
+
export type ScheduleUpdateResponse = Schedule;
|
|
2786
|
+
|
|
2787
|
+
// @public
|
|
2788
|
+
export interface Sku {
|
|
2789
|
+
capacity?: number;
|
|
2790
|
+
family?: string;
|
|
2791
|
+
name: SkuNameEnum;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
// @public
|
|
2795
|
+
export type SkuNameEnum = string;
|
|
2796
|
+
|
|
2797
|
+
// @public
|
|
2798
|
+
export interface SoftwareUpdateConfiguration {
|
|
2799
|
+
readonly createdBy?: string;
|
|
2800
|
+
readonly creationTime?: Date;
|
|
2801
|
+
error?: ErrorResponse;
|
|
2802
|
+
readonly id?: string;
|
|
2803
|
+
readonly lastModifiedBy?: string;
|
|
2804
|
+
readonly lastModifiedTime?: Date;
|
|
2805
|
+
readonly name?: string;
|
|
2806
|
+
readonly provisioningState?: string;
|
|
2807
|
+
scheduleInfo: SUCScheduleProperties;
|
|
2808
|
+
tasks?: SoftwareUpdateConfigurationTasks;
|
|
2809
|
+
readonly type?: string;
|
|
2810
|
+
updateConfiguration: UpdateConfiguration;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
// @public
|
|
2814
|
+
export interface SoftwareUpdateConfigurationCollectionItem {
|
|
2815
|
+
readonly creationTime?: Date;
|
|
2816
|
+
frequency?: ScheduleFrequency;
|
|
2817
|
+
readonly id?: string;
|
|
2818
|
+
readonly lastModifiedTime?: Date;
|
|
2819
|
+
readonly name?: string;
|
|
2820
|
+
nextRun?: Date;
|
|
2821
|
+
readonly provisioningState?: string;
|
|
2822
|
+
startTime?: Date;
|
|
2823
|
+
tasks?: SoftwareUpdateConfigurationTasks;
|
|
2824
|
+
updateConfiguration?: UpdateConfiguration;
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
// @public
|
|
2828
|
+
export interface SoftwareUpdateConfigurationListResult {
|
|
2829
|
+
value?: SoftwareUpdateConfigurationCollectionItem[];
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
// @public
|
|
2833
|
+
export interface SoftwareUpdateConfigurationMachineRun {
|
|
2834
|
+
readonly configuredDuration?: string;
|
|
2835
|
+
readonly correlationId?: string;
|
|
2836
|
+
readonly createdBy?: string;
|
|
2837
|
+
readonly creationTime?: Date;
|
|
2838
|
+
readonly endTime?: Date;
|
|
2839
|
+
error?: ErrorResponse;
|
|
2840
|
+
readonly id?: string;
|
|
2841
|
+
job?: JobNavigation;
|
|
2842
|
+
readonly lastModifiedBy?: string;
|
|
2843
|
+
readonly lastModifiedTime?: Date;
|
|
2844
|
+
readonly name?: string;
|
|
2845
|
+
readonly osType?: string;
|
|
2846
|
+
softwareUpdateConfiguration?: UpdateConfigurationNavigation;
|
|
2847
|
+
readonly sourceComputerId?: string;
|
|
2848
|
+
readonly startTime?: Date;
|
|
2849
|
+
readonly status?: string;
|
|
2850
|
+
readonly targetComputer?: string;
|
|
2851
|
+
readonly targetComputerType?: string;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
// @public
|
|
2855
|
+
export interface SoftwareUpdateConfigurationMachineRunListResult {
|
|
2856
|
+
nextLink?: string;
|
|
2857
|
+
value?: SoftwareUpdateConfigurationMachineRun[];
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
// @public
|
|
2861
|
+
export interface SoftwareUpdateConfigurationMachineRuns {
|
|
2862
|
+
getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunsGetByIdResponse>;
|
|
2863
|
+
list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunsListResponse>;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
// @public
|
|
2867
|
+
export interface SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
2868
|
+
clientRequestId?: string;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
// @public
|
|
2872
|
+
export type SoftwareUpdateConfigurationMachineRunsGetByIdResponse = SoftwareUpdateConfigurationMachineRun;
|
|
2873
|
+
|
|
2874
|
+
// @public
|
|
2875
|
+
export interface SoftwareUpdateConfigurationMachineRunsListOptionalParams extends coreClient.OperationOptions {
|
|
2876
|
+
clientRequestId?: string;
|
|
2877
|
+
filter?: string;
|
|
2878
|
+
skip?: string;
|
|
2879
|
+
top?: string;
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
// @public
|
|
2883
|
+
export type SoftwareUpdateConfigurationMachineRunsListResponse = SoftwareUpdateConfigurationMachineRunListResult;
|
|
2884
|
+
|
|
2885
|
+
// @public
|
|
2886
|
+
export interface SoftwareUpdateConfigurationRun {
|
|
2887
|
+
readonly computerCount?: number;
|
|
2888
|
+
readonly configuredDuration?: string;
|
|
2889
|
+
readonly createdBy?: string;
|
|
2890
|
+
readonly creationTime?: Date;
|
|
2891
|
+
readonly endTime?: Date;
|
|
2892
|
+
readonly failedCount?: number;
|
|
2893
|
+
readonly id?: string;
|
|
2894
|
+
readonly lastModifiedBy?: string;
|
|
2895
|
+
readonly lastModifiedTime?: Date;
|
|
2896
|
+
readonly name?: string;
|
|
2897
|
+
readonly osType?: string;
|
|
2898
|
+
softwareUpdateConfiguration?: UpdateConfigurationNavigation;
|
|
2899
|
+
readonly startTime?: Date;
|
|
2900
|
+
readonly status?: string;
|
|
2901
|
+
tasks?: SoftwareUpdateConfigurationRunTasks;
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
// @public
|
|
2905
|
+
export interface SoftwareUpdateConfigurationRunListResult {
|
|
2906
|
+
nextLink?: string;
|
|
2907
|
+
value?: SoftwareUpdateConfigurationRun[];
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
// @public
|
|
2911
|
+
export interface SoftwareUpdateConfigurationRuns {
|
|
2912
|
+
getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationRunsGetByIdResponse>;
|
|
2913
|
+
list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunsListResponse>;
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
// @public
|
|
2917
|
+
export interface SoftwareUpdateConfigurationRunsGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
2918
|
+
clientRequestId?: string;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
// @public
|
|
2922
|
+
export type SoftwareUpdateConfigurationRunsGetByIdResponse = SoftwareUpdateConfigurationRun;
|
|
2923
|
+
|
|
2924
|
+
// @public
|
|
2925
|
+
export interface SoftwareUpdateConfigurationRunsListOptionalParams extends coreClient.OperationOptions {
|
|
2926
|
+
clientRequestId?: string;
|
|
2927
|
+
filter?: string;
|
|
2928
|
+
skip?: string;
|
|
2929
|
+
top?: string;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
// @public
|
|
2933
|
+
export type SoftwareUpdateConfigurationRunsListResponse = SoftwareUpdateConfigurationRunListResult;
|
|
2934
|
+
|
|
2935
|
+
// @public
|
|
2936
|
+
export interface SoftwareUpdateConfigurationRunTaskProperties {
|
|
2937
|
+
jobId?: string;
|
|
2938
|
+
source?: string;
|
|
2939
|
+
status?: string;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
// @public
|
|
2943
|
+
export interface SoftwareUpdateConfigurationRunTasks {
|
|
2944
|
+
postTask?: SoftwareUpdateConfigurationRunTaskProperties;
|
|
2945
|
+
preTask?: SoftwareUpdateConfigurationRunTaskProperties;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
// @public
|
|
2949
|
+
export interface SoftwareUpdateConfigurations {
|
|
2950
|
+
create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: SoftwareUpdateConfiguration, options?: SoftwareUpdateConfigurationsCreateOptionalParams): Promise<SoftwareUpdateConfigurationsCreateResponse>;
|
|
2951
|
+
delete(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: SoftwareUpdateConfigurationsDeleteOptionalParams): Promise<void>;
|
|
2952
|
+
getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: SoftwareUpdateConfigurationsGetByNameOptionalParams): Promise<SoftwareUpdateConfigurationsGetByNameResponse>;
|
|
2953
|
+
list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationsListOptionalParams): Promise<SoftwareUpdateConfigurationsListResponse>;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
// @public
|
|
2957
|
+
export interface SoftwareUpdateConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2958
|
+
clientRequestId?: string;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
// @public
|
|
2962
|
+
export type SoftwareUpdateConfigurationsCreateResponse = SoftwareUpdateConfiguration;
|
|
2963
|
+
|
|
2964
|
+
// @public
|
|
2965
|
+
export interface SoftwareUpdateConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2966
|
+
clientRequestId?: string;
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
// @public
|
|
2970
|
+
export interface SoftwareUpdateConfigurationsGetByNameOptionalParams extends coreClient.OperationOptions {
|
|
2971
|
+
clientRequestId?: string;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
// @public
|
|
2975
|
+
export type SoftwareUpdateConfigurationsGetByNameResponse = SoftwareUpdateConfiguration;
|
|
2976
|
+
|
|
2977
|
+
// @public
|
|
2978
|
+
export interface SoftwareUpdateConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
2979
|
+
clientRequestId?: string;
|
|
2980
|
+
filter?: string;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
// @public
|
|
2984
|
+
export type SoftwareUpdateConfigurationsListResponse = SoftwareUpdateConfigurationListResult;
|
|
2985
|
+
|
|
2986
|
+
// @public
|
|
2987
|
+
export interface SoftwareUpdateConfigurationTasks {
|
|
2988
|
+
postTask?: TaskProperties;
|
|
2989
|
+
preTask?: TaskProperties;
|
|
2990
|
+
}
|
|
2991
|
+
|
|
2992
|
+
// @public
|
|
2993
|
+
export interface SourceControl extends ProxyResource {
|
|
2994
|
+
autoSync?: boolean;
|
|
2995
|
+
branch?: string;
|
|
2996
|
+
creationTime?: Date;
|
|
2997
|
+
description?: string;
|
|
2998
|
+
folderPath?: string;
|
|
2999
|
+
lastModifiedTime?: Date;
|
|
3000
|
+
publishRunbook?: boolean;
|
|
3001
|
+
repoUrl?: string;
|
|
3002
|
+
sourceType?: SourceType;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
// @public
|
|
3006
|
+
export interface SourceControlCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
// @public
|
|
3010
|
+
export interface SourceControlCreateOrUpdateParameters {
|
|
3011
|
+
autoSync?: boolean;
|
|
3012
|
+
branch?: string;
|
|
3013
|
+
description?: string;
|
|
3014
|
+
folderPath?: string;
|
|
3015
|
+
publishRunbook?: boolean;
|
|
3016
|
+
repoUrl?: string;
|
|
3017
|
+
securityToken?: SourceControlSecurityTokenProperties;
|
|
3018
|
+
sourceType?: SourceType;
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
// @public
|
|
3022
|
+
export type SourceControlCreateOrUpdateResponse = SourceControl;
|
|
3023
|
+
|
|
3024
|
+
// @public
|
|
3025
|
+
export interface SourceControlDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
// @public
|
|
3029
|
+
export interface SourceControlGetOptionalParams extends coreClient.OperationOptions {
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
// @public
|
|
3033
|
+
export type SourceControlGetResponse = SourceControl;
|
|
3034
|
+
|
|
3035
|
+
// @public
|
|
3036
|
+
export interface SourceControlListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
// @public
|
|
3040
|
+
export type SourceControlListByAutomationAccountNextResponse = SourceControlListResult;
|
|
3041
|
+
|
|
3042
|
+
// @public
|
|
3043
|
+
export interface SourceControlListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3044
|
+
filter?: string;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
// @public
|
|
3048
|
+
export type SourceControlListByAutomationAccountResponse = SourceControlListResult;
|
|
3049
|
+
|
|
3050
|
+
// @public
|
|
3051
|
+
export interface SourceControlListResult {
|
|
3052
|
+
nextLink?: string;
|
|
3053
|
+
value?: SourceControl[];
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3056
|
+
// @public
|
|
3057
|
+
export interface SourceControlOperations {
|
|
3058
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: SourceControlCreateOrUpdateOptionalParams): Promise<SourceControlCreateOrUpdateResponse>;
|
|
3059
|
+
delete(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlDeleteOptionalParams): Promise<void>;
|
|
3060
|
+
get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlGetOptionalParams): Promise<SourceControlGetResponse>;
|
|
3061
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<SourceControl>;
|
|
3062
|
+
update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: SourceControlUpdateOptionalParams): Promise<SourceControlUpdateResponse>;
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
// @public (undocumented)
|
|
3066
|
+
export interface SourceControlSecurityTokenProperties {
|
|
3067
|
+
accessToken?: string;
|
|
3068
|
+
refreshToken?: string;
|
|
3069
|
+
tokenType?: TokenType;
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
// @public
|
|
3073
|
+
export interface SourceControlSyncJob {
|
|
3074
|
+
readonly creationTime?: Date;
|
|
3075
|
+
readonly endTime?: Date;
|
|
3076
|
+
readonly id?: string;
|
|
3077
|
+
readonly name?: string;
|
|
3078
|
+
provisioningState?: ProvisioningState;
|
|
3079
|
+
sourceControlSyncJobId?: string;
|
|
3080
|
+
readonly startTime?: Date;
|
|
3081
|
+
syncType?: SyncType;
|
|
3082
|
+
readonly type?: string;
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
// @public
|
|
3086
|
+
export interface SourceControlSyncJobById {
|
|
3087
|
+
readonly creationTime?: Date;
|
|
3088
|
+
readonly endTime?: Date;
|
|
3089
|
+
exception?: string;
|
|
3090
|
+
id?: string;
|
|
3091
|
+
provisioningState?: ProvisioningState;
|
|
3092
|
+
sourceControlSyncJobId?: string;
|
|
3093
|
+
readonly startTime?: Date;
|
|
3094
|
+
syncType?: SyncType;
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
// @public
|
|
3098
|
+
export interface SourceControlSyncJobCreateOptionalParams extends coreClient.OperationOptions {
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
// @public
|
|
3102
|
+
export interface SourceControlSyncJobCreateParameters {
|
|
3103
|
+
commitId: string;
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3106
|
+
// @public
|
|
3107
|
+
export type SourceControlSyncJobCreateResponse = SourceControlSyncJob;
|
|
3108
|
+
|
|
3109
|
+
// @public
|
|
3110
|
+
export interface SourceControlSyncJobGetOptionalParams extends coreClient.OperationOptions {
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
// @public
|
|
3114
|
+
export type SourceControlSyncJobGetResponse = SourceControlSyncJobById;
|
|
3115
|
+
|
|
3116
|
+
// @public
|
|
3117
|
+
export interface SourceControlSyncJobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
// @public
|
|
3121
|
+
export type SourceControlSyncJobListByAutomationAccountNextResponse = SourceControlSyncJobListResult;
|
|
3122
|
+
|
|
3123
|
+
// @public
|
|
3124
|
+
export interface SourceControlSyncJobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3125
|
+
filter?: string;
|
|
3126
|
+
}
|
|
3127
|
+
|
|
3128
|
+
// @public
|
|
3129
|
+
export type SourceControlSyncJobListByAutomationAccountResponse = SourceControlSyncJobListResult;
|
|
3130
|
+
|
|
3131
|
+
// @public
|
|
3132
|
+
export interface SourceControlSyncJobListResult {
|
|
3133
|
+
nextLink?: string;
|
|
3134
|
+
value?: SourceControlSyncJob[];
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
// @public
|
|
3138
|
+
export interface SourceControlSyncJobOperations {
|
|
3139
|
+
create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options?: SourceControlSyncJobCreateOptionalParams): Promise<SourceControlSyncJobCreateResponse>;
|
|
3140
|
+
get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: SourceControlSyncJobGetOptionalParams): Promise<SourceControlSyncJobGetResponse>;
|
|
3141
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlSyncJobListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<SourceControlSyncJob>;
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
// @public
|
|
3145
|
+
export interface SourceControlSyncJobStream {
|
|
3146
|
+
readonly id?: string;
|
|
3147
|
+
sourceControlSyncJobStreamId?: string;
|
|
3148
|
+
streamType?: StreamType;
|
|
3149
|
+
summary?: string;
|
|
3150
|
+
readonly time?: Date;
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
// @public
|
|
3154
|
+
export interface SourceControlSyncJobStreamById {
|
|
3155
|
+
readonly id?: string;
|
|
3156
|
+
sourceControlSyncJobStreamId?: string;
|
|
3157
|
+
streamText?: string;
|
|
3158
|
+
streamType?: StreamType;
|
|
3159
|
+
summary?: string;
|
|
3160
|
+
readonly time?: Date;
|
|
3161
|
+
value?: {
|
|
3162
|
+
[propertyName: string]: Record<string, unknown>;
|
|
3163
|
+
};
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
// @public
|
|
3167
|
+
export interface SourceControlSyncJobStreams {
|
|
3168
|
+
get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: SourceControlSyncJobStreamsGetOptionalParams): Promise<SourceControlSyncJobStreamsGetResponse>;
|
|
3169
|
+
listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams): PagedAsyncIterableIterator<SourceControlSyncJobStream>;
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3172
|
+
// @public
|
|
3173
|
+
export interface SourceControlSyncJobStreamsGetOptionalParams extends coreClient.OperationOptions {
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
// @public
|
|
3177
|
+
export type SourceControlSyncJobStreamsGetResponse = SourceControlSyncJobStreamById;
|
|
3178
|
+
|
|
3179
|
+
// @public
|
|
3180
|
+
export interface SourceControlSyncJobStreamsListBySyncJob {
|
|
3181
|
+
readonly nextLink?: string;
|
|
3182
|
+
value?: SourceControlSyncJobStream[];
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
// @public
|
|
3186
|
+
export interface SourceControlSyncJobStreamsListBySyncJobNextOptionalParams extends coreClient.OperationOptions {
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
// @public
|
|
3190
|
+
export type SourceControlSyncJobStreamsListBySyncJobNextResponse = SourceControlSyncJobStreamsListBySyncJob;
|
|
3191
|
+
|
|
3192
|
+
// @public
|
|
3193
|
+
export interface SourceControlSyncJobStreamsListBySyncJobOptionalParams extends coreClient.OperationOptions {
|
|
3194
|
+
filter?: string;
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
// @public
|
|
3198
|
+
export type SourceControlSyncJobStreamsListBySyncJobResponse = SourceControlSyncJobStreamsListBySyncJob;
|
|
3199
|
+
|
|
3200
|
+
// @public
|
|
3201
|
+
export interface SourceControlUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
// @public
|
|
3205
|
+
export interface SourceControlUpdateParameters {
|
|
3206
|
+
autoSync?: boolean;
|
|
3207
|
+
branch?: string;
|
|
3208
|
+
description?: string;
|
|
3209
|
+
folderPath?: string;
|
|
3210
|
+
publishRunbook?: boolean;
|
|
3211
|
+
securityToken?: SourceControlSecurityTokenProperties;
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3214
|
+
// @public
|
|
3215
|
+
export type SourceControlUpdateResponse = SourceControl;
|
|
3216
|
+
|
|
3217
|
+
// @public
|
|
3218
|
+
export type SourceType = string;
|
|
3219
|
+
|
|
3220
|
+
// @public
|
|
3221
|
+
export interface Statistics {
|
|
3222
|
+
readonly counterProperty?: string;
|
|
3223
|
+
readonly counterValue?: number;
|
|
3224
|
+
readonly endTime?: Date;
|
|
3225
|
+
readonly id?: string;
|
|
3226
|
+
readonly startTime?: Date;
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3229
|
+
// @public
|
|
3230
|
+
export interface StatisticsListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3231
|
+
filter?: string;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
// @public
|
|
3235
|
+
export type StatisticsListByAutomationAccountResponse = StatisticsListResult;
|
|
3236
|
+
|
|
3237
|
+
// @public
|
|
3238
|
+
export interface StatisticsListResult {
|
|
3239
|
+
value?: Statistics[];
|
|
3240
|
+
}
|
|
3241
|
+
|
|
3242
|
+
// @public
|
|
3243
|
+
export interface StatisticsOperations {
|
|
3244
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: StatisticsListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Statistics>;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
// @public
|
|
3248
|
+
export type StreamType = string;
|
|
3249
|
+
|
|
3250
|
+
// @public
|
|
3251
|
+
export interface SUCScheduleProperties {
|
|
3252
|
+
advancedSchedule?: AdvancedSchedule;
|
|
3253
|
+
creationTime?: Date;
|
|
3254
|
+
description?: string;
|
|
3255
|
+
expiryTime?: Date;
|
|
3256
|
+
expiryTimeOffsetMinutes?: number;
|
|
3257
|
+
frequency?: ScheduleFrequency;
|
|
3258
|
+
interval?: number;
|
|
3259
|
+
isEnabled?: boolean;
|
|
3260
|
+
lastModifiedTime?: Date;
|
|
3261
|
+
nextRun?: Date;
|
|
3262
|
+
nextRunOffsetMinutes?: number;
|
|
3263
|
+
startTime?: Date;
|
|
3264
|
+
readonly startTimeOffsetMinutes?: number;
|
|
3265
|
+
timeZone?: string;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3268
|
+
// @public
|
|
3269
|
+
export type SyncType = string;
|
|
3270
|
+
|
|
3271
|
+
// @public
|
|
3272
|
+
export interface SystemData {
|
|
3273
|
+
createdAt?: Date;
|
|
3274
|
+
createdBy?: string;
|
|
3275
|
+
createdByType?: CreatedByType;
|
|
3276
|
+
lastModifiedAt?: Date;
|
|
3277
|
+
lastModifiedBy?: string;
|
|
3278
|
+
lastModifiedByType?: CreatedByType;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
// @public
|
|
3282
|
+
export type TagOperators = "All" | "Any";
|
|
3283
|
+
|
|
3284
|
+
// @public
|
|
3285
|
+
export interface TagSettingsProperties {
|
|
3286
|
+
filterOperator?: TagOperators;
|
|
3287
|
+
tags?: {
|
|
3288
|
+
[propertyName: string]: string[];
|
|
3289
|
+
};
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3292
|
+
// @public
|
|
3293
|
+
export interface TargetProperties {
|
|
3294
|
+
azureQueries?: AzureQueryProperties[];
|
|
3295
|
+
nonAzureQueries?: NonAzureQueryProperties[];
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
// @public
|
|
3299
|
+
export interface TaskProperties {
|
|
3300
|
+
parameters?: {
|
|
3301
|
+
[propertyName: string]: string;
|
|
3302
|
+
};
|
|
3303
|
+
source?: string;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
// @public
|
|
3307
|
+
export interface TestJob {
|
|
3308
|
+
creationTime?: Date;
|
|
3309
|
+
endTime?: Date;
|
|
3310
|
+
exception?: string;
|
|
3311
|
+
lastModifiedTime?: Date;
|
|
3312
|
+
lastStatusModifiedTime?: Date;
|
|
3313
|
+
logActivityTrace?: number;
|
|
3314
|
+
parameters?: {
|
|
3315
|
+
[propertyName: string]: string;
|
|
3316
|
+
};
|
|
3317
|
+
runOn?: string;
|
|
3318
|
+
startTime?: Date;
|
|
3319
|
+
status?: string;
|
|
3320
|
+
statusDetails?: string;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
// @public
|
|
3324
|
+
export interface TestJobCreateOptionalParams extends coreClient.OperationOptions {
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
// @public
|
|
3328
|
+
export interface TestJobCreateParameters {
|
|
3329
|
+
parameters?: {
|
|
3330
|
+
[propertyName: string]: string;
|
|
3331
|
+
};
|
|
3332
|
+
runOn?: string;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
// @public
|
|
3336
|
+
export type TestJobCreateResponse = TestJob;
|
|
3337
|
+
|
|
3338
|
+
// @public
|
|
3339
|
+
export interface TestJobGetOptionalParams extends coreClient.OperationOptions {
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
// @public
|
|
3343
|
+
export type TestJobGetResponse = TestJob;
|
|
3344
|
+
|
|
3345
|
+
// @public
|
|
3346
|
+
export interface TestJobOperations {
|
|
3347
|
+
create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options?: TestJobCreateOptionalParams): Promise<TestJobCreateResponse>;
|
|
3348
|
+
get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobGetOptionalParams): Promise<TestJobGetResponse>;
|
|
3349
|
+
resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobResumeOptionalParams): Promise<void>;
|
|
3350
|
+
stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStopOptionalParams): Promise<void>;
|
|
3351
|
+
suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobSuspendOptionalParams): Promise<void>;
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
// @public
|
|
3355
|
+
export interface TestJobResumeOptionalParams extends coreClient.OperationOptions {
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3358
|
+
// @public
|
|
3359
|
+
export interface TestJobStopOptionalParams extends coreClient.OperationOptions {
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
// @public
|
|
3363
|
+
export interface TestJobStreams {
|
|
3364
|
+
get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: TestJobStreamsGetOptionalParams): Promise<TestJobStreamsGetResponse>;
|
|
3365
|
+
listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): PagedAsyncIterableIterator<JobStream>;
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
// @public
|
|
3369
|
+
export interface TestJobStreamsGetOptionalParams extends coreClient.OperationOptions {
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
// @public
|
|
3373
|
+
export type TestJobStreamsGetResponse = JobStream;
|
|
3374
|
+
|
|
3375
|
+
// @public
|
|
3376
|
+
export interface TestJobStreamsListByTestJobNextOptionalParams extends coreClient.OperationOptions {
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3379
|
+
// @public
|
|
3380
|
+
export type TestJobStreamsListByTestJobNextResponse = JobStreamListResult;
|
|
3381
|
+
|
|
3382
|
+
// @public
|
|
3383
|
+
export interface TestJobStreamsListByTestJobOptionalParams extends coreClient.OperationOptions {
|
|
3384
|
+
filter?: string;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
|
+
// @public
|
|
3388
|
+
export type TestJobStreamsListByTestJobResponse = JobStreamListResult;
|
|
3389
|
+
|
|
3390
|
+
// @public
|
|
3391
|
+
export interface TestJobSuspendOptionalParams extends coreClient.OperationOptions {
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
// @public
|
|
3395
|
+
export type TokenType = string;
|
|
3396
|
+
|
|
3397
|
+
// @public
|
|
3398
|
+
export interface TrackedResource extends Resource {
|
|
3399
|
+
location?: string;
|
|
3400
|
+
tags?: {
|
|
3401
|
+
[propertyName: string]: string;
|
|
3402
|
+
};
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
// @public
|
|
3406
|
+
export interface TypeField {
|
|
3407
|
+
name?: string;
|
|
3408
|
+
type?: string;
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
// @public
|
|
3412
|
+
export interface TypeFieldListResult {
|
|
3413
|
+
value?: TypeField[];
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3416
|
+
// @public
|
|
3417
|
+
export interface UpdateConfiguration {
|
|
3418
|
+
azureVirtualMachines?: string[];
|
|
3419
|
+
duration?: string;
|
|
3420
|
+
linux?: LinuxProperties;
|
|
3421
|
+
nonAzureComputerNames?: string[];
|
|
3422
|
+
operatingSystem: OperatingSystemType;
|
|
3423
|
+
targets?: TargetProperties;
|
|
3424
|
+
windows?: WindowsProperties;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
// @public
|
|
3428
|
+
export interface UpdateConfigurationNavigation {
|
|
3429
|
+
readonly name?: string;
|
|
3430
|
+
}
|
|
3431
|
+
|
|
3432
|
+
// @public
|
|
3433
|
+
export interface Usage {
|
|
3434
|
+
currentValue?: number;
|
|
3435
|
+
id?: string;
|
|
3436
|
+
limit?: number;
|
|
3437
|
+
name?: UsageCounterName;
|
|
3438
|
+
throttleStatus?: string;
|
|
3439
|
+
unit?: string;
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
// @public
|
|
3443
|
+
export interface UsageCounterName {
|
|
3444
|
+
localizedValue?: string;
|
|
3445
|
+
value?: string;
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
// @public
|
|
3449
|
+
export interface UsageListResult {
|
|
3450
|
+
value?: Usage[];
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
// @public
|
|
3454
|
+
export interface Usages {
|
|
3455
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: UsagesListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3458
|
+
// @public
|
|
3459
|
+
export interface UsagesListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
// @public
|
|
3463
|
+
export type UsagesListByAutomationAccountResponse = UsageListResult;
|
|
3464
|
+
|
|
3465
|
+
// @public
|
|
3466
|
+
export interface Variable extends ProxyResource {
|
|
3467
|
+
creationTime?: Date;
|
|
3468
|
+
description?: string;
|
|
3469
|
+
isEncrypted?: boolean;
|
|
3470
|
+
lastModifiedTime?: Date;
|
|
3471
|
+
value?: string;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
// @public
|
|
3475
|
+
export interface VariableCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
// @public
|
|
3479
|
+
export interface VariableCreateOrUpdateParameters {
|
|
3480
|
+
description?: string;
|
|
3481
|
+
isEncrypted?: boolean;
|
|
3482
|
+
name: string;
|
|
3483
|
+
value?: string;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
// @public
|
|
3487
|
+
export type VariableCreateOrUpdateResponse = Variable;
|
|
3488
|
+
|
|
3489
|
+
// @public
|
|
3490
|
+
export interface VariableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
// @public
|
|
3494
|
+
export interface VariableGetOptionalParams extends coreClient.OperationOptions {
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
// @public
|
|
3498
|
+
export type VariableGetResponse = Variable;
|
|
3499
|
+
|
|
3500
|
+
// @public
|
|
3501
|
+
export interface VariableListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
// @public
|
|
3505
|
+
export type VariableListByAutomationAccountNextResponse = VariableListResult;
|
|
3506
|
+
|
|
3507
|
+
// @public
|
|
3508
|
+
export interface VariableListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
// @public
|
|
3512
|
+
export type VariableListByAutomationAccountResponse = VariableListResult;
|
|
3513
|
+
|
|
3514
|
+
// @public
|
|
3515
|
+
export interface VariableListResult {
|
|
3516
|
+
nextLink?: string;
|
|
3517
|
+
value?: Variable[];
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
// @public
|
|
3521
|
+
export interface VariableOperations {
|
|
3522
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options?: VariableCreateOrUpdateOptionalParams): Promise<VariableCreateOrUpdateResponse>;
|
|
3523
|
+
delete(resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableDeleteOptionalParams): Promise<void>;
|
|
3524
|
+
get(resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableGetOptionalParams): Promise<VariableGetResponse>;
|
|
3525
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: VariableListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Variable>;
|
|
3526
|
+
update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options?: VariableUpdateOptionalParams): Promise<VariableUpdateResponse>;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
// @public
|
|
3530
|
+
export interface VariableUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
// @public
|
|
3534
|
+
export interface VariableUpdateParameters {
|
|
3535
|
+
description?: string;
|
|
3536
|
+
name?: string;
|
|
3537
|
+
value?: string;
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3540
|
+
// @public
|
|
3541
|
+
export type VariableUpdateResponse = Variable;
|
|
3542
|
+
|
|
3543
|
+
// @public
|
|
3544
|
+
export interface Watcher extends Resource {
|
|
3545
|
+
readonly creationTime?: Date;
|
|
3546
|
+
description?: string;
|
|
3547
|
+
etag?: string;
|
|
3548
|
+
executionFrequencyInSeconds?: number;
|
|
3549
|
+
readonly lastModifiedBy?: string;
|
|
3550
|
+
readonly lastModifiedTime?: Date;
|
|
3551
|
+
location?: string;
|
|
3552
|
+
scriptName?: string;
|
|
3553
|
+
scriptParameters?: {
|
|
3554
|
+
[propertyName: string]: string;
|
|
3555
|
+
};
|
|
3556
|
+
scriptRunOn?: string;
|
|
3557
|
+
readonly status?: string;
|
|
3558
|
+
tags?: {
|
|
3559
|
+
[propertyName: string]: string;
|
|
3560
|
+
};
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
// @public
|
|
3564
|
+
export interface WatcherCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3565
|
+
}
|
|
3566
|
+
|
|
3567
|
+
// @public
|
|
3568
|
+
export type WatcherCreateOrUpdateResponse = Watcher;
|
|
3569
|
+
|
|
3570
|
+
// @public
|
|
3571
|
+
export interface WatcherDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3572
|
+
}
|
|
3573
|
+
|
|
3574
|
+
// @public
|
|
3575
|
+
export interface WatcherGetOptionalParams extends coreClient.OperationOptions {
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
// @public
|
|
3579
|
+
export type WatcherGetResponse = Watcher;
|
|
3580
|
+
|
|
3581
|
+
// @public
|
|
3582
|
+
export interface WatcherListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3583
|
+
}
|
|
3584
|
+
|
|
3585
|
+
// @public
|
|
3586
|
+
export type WatcherListByAutomationAccountNextResponse = WatcherListResult;
|
|
3587
|
+
|
|
3588
|
+
// @public
|
|
3589
|
+
export interface WatcherListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3590
|
+
filter?: string;
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
// @public
|
|
3594
|
+
export type WatcherListByAutomationAccountResponse = WatcherListResult;
|
|
3595
|
+
|
|
3596
|
+
// @public
|
|
3597
|
+
export interface WatcherListResult {
|
|
3598
|
+
nextLink?: string;
|
|
3599
|
+
value?: Watcher[];
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
// @public
|
|
3603
|
+
export interface WatcherOperations {
|
|
3604
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options?: WatcherCreateOrUpdateOptionalParams): Promise<WatcherCreateOrUpdateResponse>;
|
|
3605
|
+
delete(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherDeleteOptionalParams): Promise<void>;
|
|
3606
|
+
get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherGetOptionalParams): Promise<WatcherGetResponse>;
|
|
3607
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WatcherListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Watcher>;
|
|
3608
|
+
start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherStartOptionalParams): Promise<void>;
|
|
3609
|
+
stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherStopOptionalParams): Promise<void>;
|
|
3610
|
+
update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options?: WatcherUpdateOptionalParams): Promise<WatcherUpdateResponse>;
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
// @public
|
|
3614
|
+
export interface WatcherStartOptionalParams extends coreClient.OperationOptions {
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
// @public
|
|
3618
|
+
export interface WatcherStopOptionalParams extends coreClient.OperationOptions {
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
// @public
|
|
3622
|
+
export interface WatcherUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
// @public (undocumented)
|
|
3626
|
+
export interface WatcherUpdateParameters {
|
|
3627
|
+
executionFrequencyInSeconds?: number;
|
|
3628
|
+
name?: string;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
// @public
|
|
3632
|
+
export type WatcherUpdateResponse = Watcher;
|
|
3633
|
+
|
|
3634
|
+
// @public
|
|
3635
|
+
export interface Webhook extends ProxyResource {
|
|
3636
|
+
creationTime?: Date;
|
|
3637
|
+
description?: string;
|
|
3638
|
+
expiryTime?: Date;
|
|
3639
|
+
isEnabled?: boolean;
|
|
3640
|
+
lastInvokedTime?: Date;
|
|
3641
|
+
lastModifiedBy?: string;
|
|
3642
|
+
lastModifiedTime?: Date;
|
|
3643
|
+
parameters?: {
|
|
3644
|
+
[propertyName: string]: string;
|
|
3645
|
+
};
|
|
3646
|
+
runbook?: RunbookAssociationProperty;
|
|
3647
|
+
runOn?: string;
|
|
3648
|
+
uri?: string;
|
|
3649
|
+
}
|
|
3650
|
+
|
|
3651
|
+
// @public
|
|
3652
|
+
export interface WebhookCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3653
|
+
}
|
|
3654
|
+
|
|
3655
|
+
// @public
|
|
3656
|
+
export interface WebhookCreateOrUpdateParameters {
|
|
3657
|
+
expiryTime?: Date;
|
|
3658
|
+
isEnabled?: boolean;
|
|
3659
|
+
name: string;
|
|
3660
|
+
parameters?: {
|
|
3661
|
+
[propertyName: string]: string;
|
|
3662
|
+
};
|
|
3663
|
+
runbook?: RunbookAssociationProperty;
|
|
3664
|
+
runOn?: string;
|
|
3665
|
+
uri?: string;
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3668
|
+
// @public
|
|
3669
|
+
export type WebhookCreateOrUpdateResponse = Webhook;
|
|
3670
|
+
|
|
3671
|
+
// @public
|
|
3672
|
+
export interface WebhookDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
// @public
|
|
3676
|
+
export interface WebhookGenerateUriOptionalParams extends coreClient.OperationOptions {
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
// @public
|
|
3680
|
+
export type WebhookGenerateUriResponse = {
|
|
3681
|
+
body: string;
|
|
3682
|
+
};
|
|
3683
|
+
|
|
3684
|
+
// @public
|
|
3685
|
+
export interface WebhookGetOptionalParams extends coreClient.OperationOptions {
|
|
3686
|
+
}
|
|
3687
|
+
|
|
3688
|
+
// @public
|
|
3689
|
+
export type WebhookGetResponse = Webhook;
|
|
3690
|
+
|
|
3691
|
+
// @public
|
|
3692
|
+
export interface WebhookListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
// @public
|
|
3696
|
+
export type WebhookListByAutomationAccountNextResponse = WebhookListResult;
|
|
3697
|
+
|
|
3698
|
+
// @public
|
|
3699
|
+
export interface WebhookListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
|
|
3700
|
+
filter?: string;
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3703
|
+
// @public
|
|
3704
|
+
export type WebhookListByAutomationAccountResponse = WebhookListResult;
|
|
3705
|
+
|
|
3706
|
+
// @public
|
|
3707
|
+
export interface WebhookListResult {
|
|
3708
|
+
nextLink?: string;
|
|
3709
|
+
value?: Webhook[];
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
// @public
|
|
3713
|
+
export interface WebhookOperations {
|
|
3714
|
+
createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: WebhookCreateOrUpdateOptionalParams): Promise<WebhookCreateOrUpdateResponse>;
|
|
3715
|
+
delete(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookDeleteOptionalParams): Promise<void>;
|
|
3716
|
+
generateUri(resourceGroupName: string, automationAccountName: string, options?: WebhookGenerateUriOptionalParams): Promise<WebhookGenerateUriResponse>;
|
|
3717
|
+
get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookGetOptionalParams): Promise<WebhookGetResponse>;
|
|
3718
|
+
listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Webhook>;
|
|
3719
|
+
update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: WebhookUpdateOptionalParams): Promise<WebhookUpdateResponse>;
|
|
3720
|
+
}
|
|
3721
|
+
|
|
3722
|
+
// @public
|
|
3723
|
+
export interface WebhookUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3724
|
+
}
|
|
3725
|
+
|
|
3726
|
+
// @public
|
|
3727
|
+
export interface WebhookUpdateParameters {
|
|
3728
|
+
description?: string;
|
|
3729
|
+
isEnabled?: boolean;
|
|
3730
|
+
name?: string;
|
|
3731
|
+
parameters?: {
|
|
3732
|
+
[propertyName: string]: string;
|
|
3733
|
+
};
|
|
3734
|
+
runOn?: string;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
// @public
|
|
3738
|
+
export type WebhookUpdateResponse = Webhook;
|
|
3739
|
+
|
|
3740
|
+
// @public
|
|
3741
|
+
export interface WindowsProperties {
|
|
3742
|
+
excludedKbNumbers?: string[];
|
|
3743
|
+
includedKbNumbers?: string[];
|
|
3744
|
+
includedUpdateClassifications?: WindowsUpdateClasses;
|
|
3745
|
+
rebootSetting?: string;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3748
|
+
// @public
|
|
3749
|
+
export type WindowsUpdateClasses = string;
|
|
3750
|
+
|
|
3751
|
+
// @public
|
|
3752
|
+
export type WorkerType = string;
|
|
3753
|
+
|
|
3754
|
+
// (No @packageDocumentation comment for this package)
|
|
3755
|
+
|
|
3756
|
+
```
|