@azure/arm-workloads 1.0.0-beta.2 → 1.0.0
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 +1 -42
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/index.js +3677 -3904
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/monitorsCreateSample.js +12 -4
- package/dist-esm/samples-dev/monitorsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/monitorsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsGetSample.js +12 -4
- package/dist-esm/samples-dev/monitorsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +24 -9
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListSample.js +23 -8
- package/dist-esm/samples-dev/monitorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.js +17 -8
- package/dist-esm/samples-dev/monitorsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +23 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesCreateSample.js +250 -32
- package/dist-esm/samples-dev/providerInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/providerInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesGetSample.js +37 -24
- package/dist-esm/samples-dev/providerInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesListSample.js +24 -9
- package/dist-esm/samples-dev/providerInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +39 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +44 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +19 -10
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +39 -6
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +42 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +36 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +42 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +19 -10
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.js +48 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.js +48 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +31 -20
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapSupportedSkuSample.js +31 -20
- package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +2121 -178
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +26 -11
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +25 -10
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +15 -7
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +942 -1305
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +112 -246
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +51 -43
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1192 -1428
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -10
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +52 -82
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/monitors.d.ts +3 -3
- package/dist-esm/src/operations/monitors.d.ts.map +1 -1
- package/dist-esm/src/operations/monitors.js +83 -39
- package/dist-esm/src/operations/monitors.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +31 -13
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/providerInstances.d.ts +3 -3
- package/dist-esm/src/operations/providerInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/providerInstances.js +58 -31
- package/dist-esm/src/operations/providerInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +70 -35
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.js +300 -77
- package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPCentralInstances.d.ts +86 -42
- package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPCentralInstances.js +316 -84
- package/dist-esm/src/operations/sAPCentralInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +78 -42
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.js +308 -84
- package/dist-esm/src/operations/sAPDatabaseInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts +31 -29
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPVirtualInstances.js +125 -72
- package/dist-esm/src/operations/sAPVirtualInstances.js.map +1 -1
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.d.ts +57 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.js +188 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/providerInstances.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/providerInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +66 -32
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +82 -39
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +75 -39
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +29 -27
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{phpWorkloads.js → sapLandscapeMonitorOperations.js} +1 -1
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/workloadsClient.d.ts +8 -9
- package/dist-esm/src/workloadsClient.d.ts.map +1 -1
- package/dist-esm/src/workloadsClient.js +33 -32
- package/dist-esm/src/workloadsClient.js.map +1 -1
- package/dist-esm/test/workloads_examples.js +116 -12
- package/dist-esm/test/workloads_examples.js.map +1 -1
- package/package.json +15 -13
- package/review/arm-workloads.api.md +384 -596
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1087 -1477
- package/src/models/mappers.ts +1334 -1553
- package/src/models/parameters.ts +58 -94
- package/src/operations/index.ts +2 -4
- package/src/operations/monitors.ts +81 -43
- package/src/operations/operations.ts +21 -9
- package/src/operations/providerInstances.ts +61 -33
- package/src/operations/sAPApplicationServerInstances.ts +382 -81
- package/src/operations/sAPCentralInstances.ts +398 -88
- package/src/operations/sAPDatabaseInstances.ts +390 -88
- package/src/operations/sAPVirtualInstances.ts +134 -89
- package/src/operations/sapLandscapeMonitorOperations.ts +254 -0
- package/src/operationsInterfaces/index.ts +2 -4
- package/src/operationsInterfaces/monitors.ts +5 -5
- package/src/operationsInterfaces/providerInstances.ts +5 -5
- package/src/operationsInterfaces/sAPApplicationServerInstances.ts +103 -35
- package/src/operationsInterfaces/sAPCentralInstances.ts +119 -42
- package/src/operationsInterfaces/sAPDatabaseInstances.ts +112 -42
- package/src/operationsInterfaces/sAPVirtualInstances.ts +33 -31
- package/src/operationsInterfaces/sapLandscapeMonitorOperations.ts +90 -0
- package/src/pagingHelper.ts +39 -0
- package/src/workloadsClient.ts +46 -45
- package/types/arm-workloads.d.ts +972 -1316
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.js +0 -111
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.js +0 -33
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsGetSample.js +0 -31
- package/dist-esm/samples-dev/phpWorkloadsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -43
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesGetSample.js +0 -31
- package/dist-esm/samples-dev/wordpressInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesListSample.js +0 -45
- package/dist-esm/samples-dev/wordpressInstancesListSample.js.map +0 -1
- package/dist-esm/src/operations/phpWorkloads.d.ts +0 -99
- package/dist-esm/src/operations/phpWorkloads.d.ts.map +0 -1
- package/dist-esm/src/operations/phpWorkloads.js +0 -455
- package/dist-esm/src/operations/phpWorkloads.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -32
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -124
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/wordpressInstances.d.ts +0 -69
- package/dist-esm/src/operations/wordpressInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/wordpressInstances.js +0 -288
- package/dist-esm/src/operations/wordpressInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/phpWorkloads.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/phpWorkloads.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/phpWorkloads.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js +0 -9
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/wordpressInstances.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/wordpressInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/wordpressInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/wordpressInstances.js.map +0 -1
- package/src/operations/phpWorkloads.ts +0 -599
- package/src/operations/skus.ts +0 -139
- package/src/operations/wordpressInstances.ts +0 -395
- package/src/operationsInterfaces/phpWorkloads.ts +0 -121
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/wordpressInstances.ts +0 -88
|
@@ -1,260 +1,38 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
|
|
31
|
-
/** VM SKU for node(s) */
|
|
32
|
-
nodeSku: string;
|
|
33
|
-
/** OS image used for creating the nodes */
|
|
34
|
-
osImage: OsImageProfile;
|
|
35
|
-
/** OS disk details */
|
|
36
|
-
osDisk: DiskInfo;
|
|
37
|
-
/** Data disks details. This property is not in use right now */
|
|
38
|
-
dataDisks?: DiskInfo[];
|
|
39
|
-
/**
|
|
40
|
-
* VM/VMSS resource ARM Ids
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly nodeResourceIds?: string[];
|
|
44
|
-
}
|
|
45
|
-
/** OS image profile */
|
|
46
|
-
export interface OsImageProfile {
|
|
47
|
-
/** OS image publisher */
|
|
48
|
-
publisher?: OSImagePublisher;
|
|
49
|
-
/** OS image offer */
|
|
50
|
-
offer?: OSImageOffer;
|
|
51
|
-
/** OS image sku */
|
|
52
|
-
sku?: OSImageSku;
|
|
53
|
-
/** OS image version */
|
|
54
|
-
version?: OSImageVersion;
|
|
55
|
-
}
|
|
56
|
-
/** Disk resource creation details */
|
|
57
|
-
export interface DiskInfo {
|
|
58
|
-
/** Storage type */
|
|
59
|
-
storageType: DiskStorageType;
|
|
60
|
-
/** Disk size in GB */
|
|
61
|
-
sizeInGB?: number;
|
|
62
|
-
}
|
|
63
|
-
/** Network profile */
|
|
64
|
-
export interface NetworkProfile {
|
|
65
|
-
/** Load balancer type */
|
|
66
|
-
loadBalancerType: LoadBalancerType;
|
|
67
|
-
/** Load balancer SKU */
|
|
68
|
-
loadBalancerSku?: string;
|
|
69
|
-
/** Load balancer tier */
|
|
70
|
-
loadBalancerTier?: string;
|
|
71
|
-
/** Capacity, applicable only for Application Gateway */
|
|
72
|
-
capacity?: number;
|
|
73
|
-
/** Whether to enable Azure front door */
|
|
74
|
-
azureFrontDoorEnabled?: AzureFrontDoorEnabled;
|
|
75
|
-
/**
|
|
76
|
-
* Virtual network resource Id
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly vNetResourceId?: string;
|
|
80
|
-
/**
|
|
81
|
-
* Azure Loadbalancer or ApplicationGateway resource Id
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly loadBalancerResourceId?: string;
|
|
85
|
-
/**
|
|
86
|
-
* Azure front door resource id
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly azureFrontDoorResourceId?: string;
|
|
90
|
-
/**
|
|
91
|
-
* Loadbalancer front-end IP address resource Id
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly frontEndPublicIpResourceId?: string;
|
|
95
|
-
/**
|
|
96
|
-
* List of outbound public IP resource IDs
|
|
97
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
-
*/
|
|
99
|
-
readonly outboundPublicIpResourceIds?: string[];
|
|
100
|
-
}
|
|
101
|
-
/** Workload database profile */
|
|
102
|
-
export interface DatabaseProfile {
|
|
103
|
-
/** Database type */
|
|
104
|
-
type: DatabaseType;
|
|
105
|
-
/** Database server name */
|
|
106
|
-
serverName?: string;
|
|
107
|
-
/** Database version */
|
|
108
|
-
version?: string;
|
|
109
|
-
/** The name of the server SKU, e.g. Standard_D32s_v4 */
|
|
110
|
-
sku: string;
|
|
111
|
-
/** Tier of the server SKU */
|
|
112
|
-
tier: DatabaseTier;
|
|
113
|
-
/** Whether to enable HA for the server */
|
|
114
|
-
haEnabled?: HAEnabled;
|
|
115
|
-
/** SKU name for database storage */
|
|
116
|
-
storageSku?: string;
|
|
117
|
-
/** Database storage size in GB */
|
|
118
|
-
storageInGB?: number;
|
|
119
|
-
/** Storage IOPS for the server */
|
|
120
|
-
storageIops?: number;
|
|
121
|
-
/** Backup retention days for the server */
|
|
122
|
-
backupRetentionDays?: number;
|
|
123
|
-
/** Whether to enable SSL enforcement on the database */
|
|
124
|
-
sslEnforcementEnabled?: EnableSslEnforcement;
|
|
125
|
-
/**
|
|
126
|
-
* Azure Database Server resource Id
|
|
127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
-
*/
|
|
129
|
-
readonly serverResourceId?: string;
|
|
130
|
-
}
|
|
131
|
-
/** Workload website profile */
|
|
132
|
-
export interface SiteProfile {
|
|
133
|
-
/** Domain name for the application site URL */
|
|
134
|
-
domainName?: string;
|
|
135
|
-
}
|
|
136
|
-
/** File share profile */
|
|
137
|
-
export interface FileshareProfile {
|
|
138
|
-
/** Share type */
|
|
139
|
-
shareType: FileShareType;
|
|
140
|
-
/** File share backing storage type */
|
|
141
|
-
storageType: FileShareStorageType;
|
|
142
|
-
/** File share size in GB */
|
|
143
|
-
shareSizeInGB?: number;
|
|
144
|
-
/**
|
|
145
|
-
* File share storage resource id
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly storageResourceId?: string;
|
|
149
|
-
/**
|
|
150
|
-
* File share name
|
|
151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
-
*/
|
|
153
|
-
readonly shareName?: string;
|
|
154
|
-
}
|
|
155
|
-
/** PHP profile */
|
|
156
|
-
export interface PhpProfile {
|
|
157
|
-
/** PHP version */
|
|
158
|
-
version: PHPVersion;
|
|
159
|
-
}
|
|
160
|
-
/** Cache profile */
|
|
161
|
-
export interface CacheProfile {
|
|
162
|
-
/** Cache name */
|
|
163
|
-
name?: string;
|
|
164
|
-
/** Cache SKU name */
|
|
165
|
-
skuName: string;
|
|
166
|
-
/** Cache family */
|
|
167
|
-
family: RedisCacheFamily;
|
|
168
|
-
/** Cache capacity */
|
|
169
|
-
capacity: number;
|
|
170
|
-
/**
|
|
171
|
-
* Cache resource Id
|
|
172
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
173
|
-
*/
|
|
174
|
-
readonly cacheResourceId?: string;
|
|
175
|
-
}
|
|
176
|
-
/** Backup profile */
|
|
177
|
-
export interface BackupProfile {
|
|
178
|
-
/** Whether to enable Azure backup for the workload */
|
|
179
|
-
backupEnabled: EnableBackup;
|
|
180
|
-
/**
|
|
181
|
-
* Backup vault resource Id
|
|
182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
-
*/
|
|
184
|
-
readonly vaultResourceId?: string;
|
|
185
|
-
}
|
|
186
|
-
/** The resource model definition representing SKU */
|
|
187
|
-
export interface Sku {
|
|
188
|
-
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
189
|
-
name: string;
|
|
190
|
-
/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
|
|
191
|
-
tier?: SkuTier;
|
|
192
|
-
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
193
|
-
size?: string;
|
|
194
|
-
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
195
|
-
family?: string;
|
|
196
|
-
/** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
|
|
197
|
-
capacity?: number;
|
|
198
|
-
}
|
|
199
|
-
/** Managed service identity (user assigned identities) */
|
|
200
|
-
export interface UserAssignedServiceIdentity {
|
|
201
|
-
/** Type of manage identity */
|
|
202
|
-
type: ManagedServiceIdentityType;
|
|
203
|
-
/** User assigned identities dictionary */
|
|
204
|
-
userAssignedIdentities?: {
|
|
205
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
206
|
-
};
|
|
207
|
-
}
|
|
208
|
-
/** User assigned identity properties */
|
|
209
|
-
export interface UserAssignedIdentity {
|
|
210
|
-
/**
|
|
211
|
-
* The principal ID of the assigned identity.
|
|
212
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
-
*/
|
|
214
|
-
readonly principalId?: string;
|
|
215
|
-
/**
|
|
216
|
-
* The client ID of the assigned identity.
|
|
217
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
-
*/
|
|
219
|
-
readonly clientId?: string;
|
|
220
|
-
}
|
|
221
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
222
|
-
export interface Resource {
|
|
223
|
-
/**
|
|
224
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
225
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
-
*/
|
|
227
|
-
readonly id?: string;
|
|
228
|
-
/**
|
|
229
|
-
* The name of the resource
|
|
230
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
-
*/
|
|
232
|
-
readonly name?: string;
|
|
233
|
-
/**
|
|
234
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
235
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
-
*/
|
|
237
|
-
readonly type?: string;
|
|
238
|
-
/**
|
|
239
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
241
|
-
*/
|
|
242
|
-
readonly systemData?: SystemData;
|
|
2
|
+
export type SAPSizingRecommendationResultUnion = SAPSizingRecommendationResult | SingleServerRecommendationResult | ThreeTierRecommendationResult;
|
|
3
|
+
export type SAPConfigurationUnion = SAPConfiguration | DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration;
|
|
4
|
+
export type ProviderSpecificPropertiesUnion = ProviderSpecificProperties | HanaDbProviderInstanceProperties | SapNetWeaverProviderInstanceProperties | PrometheusOSProviderInstanceProperties | DB2ProviderInstanceProperties | PrometheusHaClusterProviderInstanceProperties | MsSqlServerProviderInstanceProperties;
|
|
5
|
+
export type OSConfigurationUnion = OSConfiguration | WindowsConfiguration | LinuxConfiguration;
|
|
6
|
+
export type SingleServerCustomResourceNamesUnion = SingleServerCustomResourceNames | SingleServerFullResourceNames;
|
|
7
|
+
export type InfrastructureConfigurationUnion = InfrastructureConfiguration | SingleServerConfiguration | ThreeTierConfiguration;
|
|
8
|
+
export type FileShareConfigurationUnion = FileShareConfiguration | SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration;
|
|
9
|
+
export type ThreeTierCustomResourceNamesUnion = ThreeTierCustomResourceNames | ThreeTierFullResourceNames;
|
|
10
|
+
export type SoftwareConfigurationUnion = SoftwareConfiguration | ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration;
|
|
11
|
+
/** The SAP Sizing Recommendation request. */
|
|
12
|
+
export interface SAPSizingRecommendationRequest {
|
|
13
|
+
/** The geo-location where the resource is to be created. */
|
|
14
|
+
appLocation: string;
|
|
15
|
+
/** Defines the environment type - Production/Non Production. */
|
|
16
|
+
environment: SAPEnvironmentType;
|
|
17
|
+
/** Defines the SAP Product type. */
|
|
18
|
+
sapProduct: SAPProductType;
|
|
19
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
20
|
+
deploymentType: SAPDeploymentType;
|
|
21
|
+
/** The SAP Application Performance Standard measurement. */
|
|
22
|
+
saps: number;
|
|
23
|
+
/** The database memory configuration. */
|
|
24
|
+
dbMemory: number;
|
|
25
|
+
/** The database type. */
|
|
26
|
+
databaseType: SAPDatabaseType;
|
|
27
|
+
/** The DB scale method. */
|
|
28
|
+
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
29
|
+
/** The high availability type. */
|
|
30
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
243
31
|
}
|
|
244
|
-
/**
|
|
245
|
-
export interface
|
|
246
|
-
/**
|
|
247
|
-
|
|
248
|
-
/** The type of identity that created the resource. */
|
|
249
|
-
createdByType?: CreatedByType;
|
|
250
|
-
/** The timestamp of resource creation (UTC). */
|
|
251
|
-
createdAt?: Date;
|
|
252
|
-
/** The identity that last modified the resource. */
|
|
253
|
-
lastModifiedBy?: string;
|
|
254
|
-
/** The type of identity that last modified the resource. */
|
|
255
|
-
lastModifiedByType?: CreatedByType;
|
|
256
|
-
/** The timestamp of resource last modification (UTC) */
|
|
257
|
-
lastModifiedAt?: Date;
|
|
32
|
+
/** The SAP sizing recommendation result. */
|
|
33
|
+
export interface SAPSizingRecommendationResult {
|
|
34
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
35
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
258
36
|
}
|
|
259
37
|
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
260
38
|
export interface ErrorResponse {
|
|
@@ -302,47 +80,6 @@ export interface ErrorAdditionalInfo {
|
|
|
302
80
|
*/
|
|
303
81
|
readonly info?: Record<string, unknown>;
|
|
304
82
|
}
|
|
305
|
-
/** Resource patch request body */
|
|
306
|
-
export interface PatchResourceRequestBody {
|
|
307
|
-
/** Resource tags */
|
|
308
|
-
tags?: {
|
|
309
|
-
[propertyName: string]: string;
|
|
310
|
-
};
|
|
311
|
-
identity?: PatchResourceRequestBodyIdentity;
|
|
312
|
-
}
|
|
313
|
-
/** WordPress instance resource list */
|
|
314
|
-
export interface WordpressInstanceResourceList {
|
|
315
|
-
/** List of resources in current page */
|
|
316
|
-
value?: WordpressInstanceResource[];
|
|
317
|
-
/** Link to next page of resources */
|
|
318
|
-
nextLink?: string;
|
|
319
|
-
}
|
|
320
|
-
/** The SAP Sizing Recommendation request. */
|
|
321
|
-
export interface SAPSizingRecommendationRequest {
|
|
322
|
-
/** The geo-location where the resource is to be created. */
|
|
323
|
-
appLocation: string;
|
|
324
|
-
/** Defines the environment type - Production/Non Production. */
|
|
325
|
-
environment: SAPEnvironmentType;
|
|
326
|
-
/** Defines the SAP Product type. */
|
|
327
|
-
sapProduct: SAPProductType;
|
|
328
|
-
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
329
|
-
deploymentType: SAPDeploymentType;
|
|
330
|
-
/** The SAP Application Performance Standard measurement. */
|
|
331
|
-
saps: number;
|
|
332
|
-
/** The database memory configuration. */
|
|
333
|
-
dbMemory: number;
|
|
334
|
-
/** The database type. */
|
|
335
|
-
databaseType: SAPDatabaseType;
|
|
336
|
-
/** The DB scale method. */
|
|
337
|
-
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
338
|
-
/** The high availability type. */
|
|
339
|
-
highAvailabilityType?: SAPHighAvailabilityType;
|
|
340
|
-
}
|
|
341
|
-
/** The SAP sizing recommendation result. */
|
|
342
|
-
export interface SAPSizingRecommendationResult {
|
|
343
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
344
|
-
deploymentType: "SingleServer" | "ThreeTier";
|
|
345
|
-
}
|
|
346
83
|
/** The SAP request to get list of supported SKUs. */
|
|
347
84
|
export interface SAPSupportedSkusRequest {
|
|
348
85
|
/** The geo-location where the resource is to be created. */
|
|
@@ -389,25 +126,48 @@ export interface SAPDiskConfigurationsRequest {
|
|
|
389
126
|
}
|
|
390
127
|
/** The list of disk configuration for vmSku which are part of SAP deployment. */
|
|
391
128
|
export interface SAPDiskConfigurationsResult {
|
|
392
|
-
/**
|
|
393
|
-
|
|
129
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
130
|
+
volumeConfigurations?: {
|
|
131
|
+
[propertyName: string]: SAPDiskConfiguration;
|
|
132
|
+
};
|
|
394
133
|
}
|
|
395
|
-
/** The SAP Disk Configuration. */
|
|
134
|
+
/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
|
|
396
135
|
export interface SAPDiskConfiguration {
|
|
397
|
-
/** The
|
|
398
|
-
|
|
399
|
-
/** The
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
136
|
+
/** The recommended disk details for a given VM Sku. */
|
|
137
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
138
|
+
/** The list of supported disks for a given VM Sku. */
|
|
139
|
+
supportedConfigurations?: DiskDetails[];
|
|
140
|
+
}
|
|
141
|
+
/** The disk configuration required for the selected volume. */
|
|
142
|
+
export interface DiskVolumeConfiguration {
|
|
143
|
+
/** The total number of disks required for the concerned volume. */
|
|
144
|
+
count?: number;
|
|
403
145
|
/** The disk size in GB. */
|
|
404
|
-
|
|
146
|
+
sizeGB?: number;
|
|
147
|
+
/** The disk SKU details. */
|
|
148
|
+
sku?: DiskSku;
|
|
149
|
+
}
|
|
150
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
151
|
+
export interface DiskSku {
|
|
152
|
+
/** Defines the disk sku name. */
|
|
153
|
+
name?: DiskSkuName;
|
|
154
|
+
}
|
|
155
|
+
/** The supported disk size details for a disk type. */
|
|
156
|
+
export interface DiskDetails {
|
|
157
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
158
|
+
sku?: DiskSku;
|
|
159
|
+
/** The disk size in GB. */
|
|
160
|
+
sizeGB?: number;
|
|
161
|
+
/** The minimum supported disk count. */
|
|
162
|
+
minimumSupportedDiskCount?: number;
|
|
163
|
+
/** The maximum supported disk count. */
|
|
164
|
+
maximumSupportedDiskCount?: number;
|
|
405
165
|
/** The disk Iops. */
|
|
406
|
-
|
|
166
|
+
iopsReadWrite?: number;
|
|
407
167
|
/** The disk provisioned throughput in MBps. */
|
|
408
|
-
|
|
409
|
-
/** The disk
|
|
410
|
-
|
|
168
|
+
mbpsReadWrite?: number;
|
|
169
|
+
/** The disk tier, e.g. P10, E10. */
|
|
170
|
+
diskTier?: string;
|
|
411
171
|
}
|
|
412
172
|
/** The SAP request to get list of availability zones. */
|
|
413
173
|
export interface SAPAvailabilityZoneDetailsRequest {
|
|
@@ -430,11 +190,38 @@ export interface SAPAvailabilityZonePair {
|
|
|
430
190
|
/** The zone B. */
|
|
431
191
|
zoneB?: number;
|
|
432
192
|
}
|
|
193
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
194
|
+
export interface UserAssignedServiceIdentity {
|
|
195
|
+
/** Type of manage identity */
|
|
196
|
+
type: ManagedServiceIdentityType;
|
|
197
|
+
/** User assigned identities dictionary */
|
|
198
|
+
userAssignedIdentities?: {
|
|
199
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
/** User assigned identity properties */
|
|
203
|
+
export interface UserAssignedIdentity {
|
|
204
|
+
/**
|
|
205
|
+
* The principal ID of the assigned identity.
|
|
206
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
+
*/
|
|
208
|
+
readonly principalId?: string;
|
|
209
|
+
/**
|
|
210
|
+
* The client ID of the assigned identity.
|
|
211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
+
*/
|
|
213
|
+
readonly clientId?: string;
|
|
214
|
+
}
|
|
433
215
|
/** The SAP Configuration. */
|
|
434
216
|
export interface SAPConfiguration {
|
|
435
217
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
436
218
|
configurationType: "Discovery" | "Deployment" | "DeploymentWithOSConfig";
|
|
437
219
|
}
|
|
220
|
+
/** Managed resource group configuration */
|
|
221
|
+
export interface ManagedRGConfiguration {
|
|
222
|
+
/** Managed resource group name */
|
|
223
|
+
name?: string;
|
|
224
|
+
}
|
|
438
225
|
/** An error response from the Virtual Instance for SAP Workload service. */
|
|
439
226
|
export interface SAPVirtualInstanceError {
|
|
440
227
|
/** The Virtual Instance for SAP error body. */
|
|
@@ -458,13 +245,51 @@ export interface ErrorDefinition {
|
|
|
458
245
|
*/
|
|
459
246
|
readonly details?: ErrorDefinition[];
|
|
460
247
|
}
|
|
248
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
249
|
+
export interface Resource {
|
|
250
|
+
/**
|
|
251
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly id?: string;
|
|
255
|
+
/**
|
|
256
|
+
* The name of the resource
|
|
257
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
+
*/
|
|
259
|
+
readonly name?: string;
|
|
260
|
+
/**
|
|
261
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
262
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
263
|
+
*/
|
|
264
|
+
readonly type?: string;
|
|
265
|
+
/**
|
|
266
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly systemData?: SystemData;
|
|
270
|
+
}
|
|
271
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
272
|
+
export interface SystemData {
|
|
273
|
+
/** The identity that created the resource. */
|
|
274
|
+
createdBy?: string;
|
|
275
|
+
/** The type of identity that created the resource. */
|
|
276
|
+
createdByType?: CreatedByType;
|
|
277
|
+
/** The timestamp of resource creation (UTC). */
|
|
278
|
+
createdAt?: Date;
|
|
279
|
+
/** The identity that last modified the resource. */
|
|
280
|
+
lastModifiedBy?: string;
|
|
281
|
+
/** The type of identity that last modified the resource. */
|
|
282
|
+
lastModifiedByType?: CreatedByType;
|
|
283
|
+
/** The timestamp of resource last modification (UTC) */
|
|
284
|
+
lastModifiedAt?: Date;
|
|
285
|
+
}
|
|
461
286
|
/** Defines the request body for updating Virtual Instance for SAP. */
|
|
462
287
|
export interface UpdateSAPVirtualInstanceRequest {
|
|
463
288
|
/** Gets or sets the Resource tags. */
|
|
464
289
|
tags?: {
|
|
465
290
|
[propertyName: string]: string;
|
|
466
291
|
};
|
|
467
|
-
/**
|
|
292
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
468
293
|
identity?: UserAssignedServiceIdentity;
|
|
469
294
|
}
|
|
470
295
|
/** The current status of an async operation. */
|
|
@@ -486,70 +311,70 @@ export interface OperationStatusResult {
|
|
|
486
311
|
/** If present, details of the operation error. */
|
|
487
312
|
error?: ErrorDetail;
|
|
488
313
|
}
|
|
489
|
-
/** Defines the collection of Virtual Instance for SAP. */
|
|
314
|
+
/** Defines the collection of Virtual Instance for SAP solutions resources. */
|
|
490
315
|
export interface SAPVirtualInstanceList {
|
|
491
|
-
/** Gets the list of Virtual Instances for SAP. */
|
|
316
|
+
/** Gets the list of Virtual Instances for SAP solutions resources. */
|
|
492
317
|
value?: SAPVirtualInstance[];
|
|
493
318
|
/** Gets the value of next link. */
|
|
494
319
|
nextLink?: string;
|
|
495
320
|
}
|
|
496
|
-
/** Defines the SAP
|
|
321
|
+
/** Defines the SAP Message Server properties. */
|
|
497
322
|
export interface MessageServerProperties {
|
|
498
323
|
/**
|
|
499
|
-
*
|
|
324
|
+
* Message Server port.
|
|
500
325
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
326
|
*/
|
|
502
327
|
readonly msPort?: number;
|
|
503
328
|
/**
|
|
504
|
-
*
|
|
329
|
+
* Message Server internal MS port.
|
|
505
330
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
506
331
|
*/
|
|
507
332
|
readonly internalMsPort?: number;
|
|
508
333
|
/**
|
|
509
|
-
*
|
|
334
|
+
* Message Server HTTP Port.
|
|
510
335
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
336
|
*/
|
|
512
337
|
readonly httpPort?: number;
|
|
513
338
|
/**
|
|
514
|
-
*
|
|
339
|
+
* Message Server HTTPS Port.
|
|
515
340
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
341
|
*/
|
|
517
342
|
readonly httpsPort?: number;
|
|
518
343
|
/**
|
|
519
|
-
*
|
|
344
|
+
* Message Server SAP Hostname.
|
|
520
345
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
521
346
|
*/
|
|
522
347
|
readonly hostname?: string;
|
|
523
348
|
/**
|
|
524
|
-
*
|
|
349
|
+
* Message server IP Address.
|
|
525
350
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
526
351
|
*/
|
|
527
352
|
readonly ipAddress?: string;
|
|
528
353
|
/**
|
|
529
|
-
* Defines the SAP
|
|
354
|
+
* Defines the health of SAP Instances.
|
|
530
355
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
531
356
|
*/
|
|
532
357
|
readonly health?: SAPHealthState;
|
|
533
358
|
}
|
|
534
|
-
/** Defines the SAP
|
|
359
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
535
360
|
export interface EnqueueServerProperties {
|
|
536
361
|
/**
|
|
537
|
-
*
|
|
362
|
+
* Enqueue Server SAP Hostname.
|
|
538
363
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
364
|
*/
|
|
540
365
|
readonly hostname?: string;
|
|
541
366
|
/**
|
|
542
|
-
*
|
|
367
|
+
* Enqueue Server SAP IP Address.
|
|
543
368
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
369
|
*/
|
|
545
370
|
readonly ipAddress?: string;
|
|
546
371
|
/**
|
|
547
|
-
*
|
|
372
|
+
* Enqueue Server Port.
|
|
548
373
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
549
374
|
*/
|
|
550
375
|
readonly port?: number;
|
|
551
376
|
/**
|
|
552
|
-
* Defines the SAP
|
|
377
|
+
* Defines the health of SAP Instances.
|
|
553
378
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
379
|
*/
|
|
555
380
|
readonly health?: SAPHealthState;
|
|
@@ -557,17 +382,17 @@ export interface EnqueueServerProperties {
|
|
|
557
382
|
/** Defines the SAP Gateway Server properties. */
|
|
558
383
|
export interface GatewayServerProperties {
|
|
559
384
|
/**
|
|
560
|
-
*
|
|
385
|
+
* Gateway Port.
|
|
561
386
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
387
|
*/
|
|
563
388
|
readonly port?: number;
|
|
564
389
|
/**
|
|
565
|
-
* Defines the SAP
|
|
390
|
+
* Defines the health of SAP Instances.
|
|
566
391
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
392
|
*/
|
|
568
393
|
readonly health?: SAPHealthState;
|
|
569
394
|
}
|
|
570
|
-
/** Defines the SAP
|
|
395
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
571
396
|
export interface EnqueueReplicationServerProperties {
|
|
572
397
|
/**
|
|
573
398
|
* Defines the type of Enqueue Replication Server.
|
|
@@ -575,37 +400,42 @@ export interface EnqueueReplicationServerProperties {
|
|
|
575
400
|
*/
|
|
576
401
|
readonly ersVersion?: EnqueueReplicationServerType;
|
|
577
402
|
/**
|
|
578
|
-
*
|
|
403
|
+
* ERS Instance Number.
|
|
579
404
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
405
|
*/
|
|
581
406
|
readonly instanceNo?: string;
|
|
582
407
|
/**
|
|
583
|
-
*
|
|
408
|
+
* ERS SAP Hostname.
|
|
584
409
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
410
|
*/
|
|
586
411
|
readonly hostname?: string;
|
|
587
412
|
/**
|
|
588
|
-
*
|
|
413
|
+
* ERS SAP Kernel Version.
|
|
589
414
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
590
415
|
*/
|
|
591
416
|
readonly kernelVersion?: string;
|
|
592
417
|
/**
|
|
593
|
-
*
|
|
418
|
+
* ERS SAP Kernel Patch level.
|
|
594
419
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
420
|
*/
|
|
596
421
|
readonly kernelPatch?: string;
|
|
597
422
|
/**
|
|
598
|
-
*
|
|
423
|
+
* ERS SAP IP Address.
|
|
599
424
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
425
|
*/
|
|
601
426
|
readonly ipAddress?: string;
|
|
602
427
|
/**
|
|
603
|
-
* Defines the SAP
|
|
428
|
+
* Defines the health of SAP Instances.
|
|
604
429
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
430
|
*/
|
|
606
431
|
readonly health?: SAPHealthState;
|
|
607
432
|
}
|
|
608
|
-
/** The
|
|
433
|
+
/** The Load Balancer details such as Load Balancer ID. */
|
|
434
|
+
export interface LoadBalancerDetails {
|
|
435
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
436
|
+
readonly id?: string;
|
|
437
|
+
}
|
|
438
|
+
/** The SAP Central Services Instance VM details. */
|
|
609
439
|
export interface CentralServerVmDetails {
|
|
610
440
|
/**
|
|
611
441
|
* Defines the type of central server VM.
|
|
@@ -614,6 +444,16 @@ export interface CentralServerVmDetails {
|
|
|
614
444
|
readonly type?: CentralServerVirtualMachineType;
|
|
615
445
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
616
446
|
readonly virtualMachineId?: string;
|
|
447
|
+
/**
|
|
448
|
+
* Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
449
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
450
|
+
*/
|
|
451
|
+
readonly storageDetails?: StorageInformation[];
|
|
452
|
+
}
|
|
453
|
+
/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
|
|
454
|
+
export interface StorageInformation {
|
|
455
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
456
|
+
readonly id?: string;
|
|
617
457
|
}
|
|
618
458
|
/** Defines the request body for updating SAP Central Instance. */
|
|
619
459
|
export interface UpdateSAPCentralInstanceRequest {
|
|
@@ -622,14 +462,14 @@ export interface UpdateSAPCentralInstanceRequest {
|
|
|
622
462
|
[propertyName: string]: string;
|
|
623
463
|
};
|
|
624
464
|
}
|
|
625
|
-
/** Defines the collection of SAP Central
|
|
465
|
+
/** Defines the collection of SAP Central Services Instance resources. */
|
|
626
466
|
export interface SAPCentralInstanceList {
|
|
627
|
-
/** Gets the list of SAP central
|
|
467
|
+
/** Gets the list of SAP central services instance resources. */
|
|
628
468
|
value?: SAPCentralServerInstance[];
|
|
629
469
|
/** Gets the value of next link. */
|
|
630
470
|
nextLink?: string;
|
|
631
471
|
}
|
|
632
|
-
/**
|
|
472
|
+
/** Database VM details. */
|
|
633
473
|
export interface DatabaseVmDetails {
|
|
634
474
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
635
475
|
readonly virtualMachineId?: string;
|
|
@@ -638,6 +478,11 @@ export interface DatabaseVmDetails {
|
|
|
638
478
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
479
|
*/
|
|
640
480
|
readonly status?: SAPVirtualInstanceStatus;
|
|
481
|
+
/**
|
|
482
|
+
* Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly storageDetails?: StorageInformation[];
|
|
641
486
|
}
|
|
642
487
|
/** Defines the request body for updating SAP Database Instance. */
|
|
643
488
|
export interface UpdateSAPDatabaseInstanceRequest {
|
|
@@ -653,6 +498,21 @@ export interface SAPDatabaseInstanceList {
|
|
|
653
498
|
/** Gets the value of next link. */
|
|
654
499
|
nextLink?: string;
|
|
655
500
|
}
|
|
501
|
+
/** The Application Server VM Details. */
|
|
502
|
+
export interface ApplicationServerVmDetails {
|
|
503
|
+
/**
|
|
504
|
+
* Defines the type of application server VM.
|
|
505
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
506
|
+
*/
|
|
507
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
508
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
509
|
+
readonly virtualMachineId?: string;
|
|
510
|
+
/**
|
|
511
|
+
* Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
513
|
+
*/
|
|
514
|
+
readonly storageDetails?: StorageInformation[];
|
|
515
|
+
}
|
|
656
516
|
/** Defines the request body for updating SAP Application Instance. */
|
|
657
517
|
export interface UpdateSAPApplicationInstanceRequest {
|
|
658
518
|
/** Gets or sets the Resource tags. */
|
|
@@ -660,78 +520,17 @@ export interface UpdateSAPApplicationInstanceRequest {
|
|
|
660
520
|
[propertyName: string]: string;
|
|
661
521
|
};
|
|
662
522
|
}
|
|
663
|
-
/** Defines the collection of SAP Application Server
|
|
523
|
+
/** Defines the collection of SAP Application Server Instance resources. */
|
|
664
524
|
export interface SAPApplicationServerInstanceList {
|
|
665
|
-
/** Gets the list of SAP Application Server
|
|
525
|
+
/** Gets the list of SAP Application Server instance resources. */
|
|
666
526
|
value?: SAPApplicationServerInstance[];
|
|
667
527
|
/** Gets the value of next link. */
|
|
668
528
|
nextLink?: string;
|
|
669
529
|
}
|
|
670
|
-
/** Stop SAP
|
|
530
|
+
/** Stop SAP instance(s) request body. */
|
|
671
531
|
export interface StopRequest {
|
|
672
|
-
/**
|
|
673
|
-
|
|
674
|
-
}
|
|
675
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
676
|
-
export interface OperationListResult {
|
|
677
|
-
/**
|
|
678
|
-
* List of operations supported by the resource provider
|
|
679
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
-
*/
|
|
681
|
-
readonly value?: Operation[];
|
|
682
|
-
/**
|
|
683
|
-
* URL to get the next set of operation list results (if there are any).
|
|
684
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
-
*/
|
|
686
|
-
readonly nextLink?: string;
|
|
687
|
-
}
|
|
688
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
689
|
-
export interface Operation {
|
|
690
|
-
/**
|
|
691
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
692
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
693
|
-
*/
|
|
694
|
-
readonly name?: string;
|
|
695
|
-
/**
|
|
696
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
697
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
-
*/
|
|
699
|
-
readonly isDataAction?: boolean;
|
|
700
|
-
/** Localized display information for this particular operation. */
|
|
701
|
-
display?: OperationDisplay;
|
|
702
|
-
/**
|
|
703
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
704
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
705
|
-
*/
|
|
706
|
-
readonly origin?: Origin;
|
|
707
|
-
/**
|
|
708
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
709
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
710
|
-
*/
|
|
711
|
-
readonly actionType?: ActionType;
|
|
712
|
-
}
|
|
713
|
-
/** Localized display information for this particular operation. */
|
|
714
|
-
export interface OperationDisplay {
|
|
715
|
-
/**
|
|
716
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
717
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
718
|
-
*/
|
|
719
|
-
readonly provider?: string;
|
|
720
|
-
/**
|
|
721
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
722
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
723
|
-
*/
|
|
724
|
-
readonly resource?: string;
|
|
725
|
-
/**
|
|
726
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
727
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
728
|
-
*/
|
|
729
|
-
readonly operation?: string;
|
|
730
|
-
/**
|
|
731
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
732
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
-
*/
|
|
734
|
-
readonly description?: string;
|
|
532
|
+
/** This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop. */
|
|
533
|
+
softStopTimeoutSeconds?: number;
|
|
735
534
|
}
|
|
736
535
|
/** The response from the List SAP monitors operation. */
|
|
737
536
|
export interface MonitorListResult {
|
|
@@ -779,7 +578,7 @@ export interface UpdateMonitorRequest {
|
|
|
779
578
|
tags?: {
|
|
780
579
|
[propertyName: string]: string;
|
|
781
580
|
};
|
|
782
|
-
/** Managed service identity
|
|
581
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
783
582
|
identity?: UserAssignedServiceIdentity;
|
|
784
583
|
}
|
|
785
584
|
/** The response from the List provider instances operation. */
|
|
@@ -794,92 +593,98 @@ export interface ProviderSpecificProperties {
|
|
|
794
593
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
795
594
|
providerType: "SapHana" | "SapNetWeaver" | "PrometheusOS" | "Db2" | "PrometheusHaCluster" | "MsSqlServer";
|
|
796
595
|
}
|
|
797
|
-
/**
|
|
798
|
-
export interface
|
|
596
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
597
|
+
export interface SapLandscapeMonitorPropertiesGrouping {
|
|
598
|
+
/** Gets or sets the list of landscape to SID mappings. */
|
|
599
|
+
landscape?: SapLandscapeMonitorSidMapping[];
|
|
600
|
+
/** Gets or sets the list of Sap Applications to SID mappings. */
|
|
601
|
+
sapApplication?: SapLandscapeMonitorSidMapping[];
|
|
602
|
+
}
|
|
603
|
+
/** Gets or sets the mapping for SID to Environment/Applications. */
|
|
604
|
+
export interface SapLandscapeMonitorSidMapping {
|
|
605
|
+
/** Gets or sets the name of the grouping. */
|
|
606
|
+
name?: string;
|
|
607
|
+
/** Gets or sets the list of SID's. */
|
|
608
|
+
topSid?: string[];
|
|
609
|
+
}
|
|
610
|
+
/** Gets or sets the Threshold Values for Top Metrics Health. */
|
|
611
|
+
export interface SapLandscapeMonitorMetricThresholds {
|
|
612
|
+
/** Gets or sets the name of the threshold. */
|
|
613
|
+
name?: string;
|
|
614
|
+
/** Gets or sets the threshold value for Green. */
|
|
615
|
+
green?: number;
|
|
616
|
+
/** Gets or sets the threshold value for Yellow. */
|
|
617
|
+
yellow?: number;
|
|
618
|
+
/** Gets or sets the threshold value for Red. */
|
|
619
|
+
red?: number;
|
|
620
|
+
}
|
|
621
|
+
/** The response from the List SAP Landscape Monitor Dashboard operation. */
|
|
622
|
+
export interface SapLandscapeMonitorListResult {
|
|
623
|
+
/** The list of Sap Landscape Monitor configuration. */
|
|
624
|
+
value?: SapLandscapeMonitor[];
|
|
625
|
+
/** The URL to get the next set of SAP Landscape Monitor Dashboard. */
|
|
626
|
+
nextLink?: string;
|
|
627
|
+
}
|
|
628
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
629
|
+
export interface OperationListResult {
|
|
799
630
|
/**
|
|
800
|
-
* List of
|
|
631
|
+
* List of operations supported by the resource provider
|
|
801
632
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
802
633
|
*/
|
|
803
|
-
readonly value?:
|
|
634
|
+
readonly value?: Operation[];
|
|
804
635
|
/**
|
|
805
|
-
* URL to get the next set of
|
|
636
|
+
* URL to get the next set of operation list results (if there are any).
|
|
806
637
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
638
|
*/
|
|
808
639
|
readonly nextLink?: string;
|
|
809
640
|
}
|
|
810
|
-
/**
|
|
811
|
-
export interface
|
|
812
|
-
/**
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
/**
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
/**
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
/** The SKU capability definition. */
|
|
858
|
-
export interface SkuCapability {
|
|
859
|
-
/** The capability name. */
|
|
860
|
-
name?: string;
|
|
861
|
-
/** The capability value. */
|
|
862
|
-
value?: string;
|
|
863
|
-
}
|
|
864
|
-
/** The SKU cost definition. */
|
|
865
|
-
export interface SkuCost {
|
|
866
|
-
/** Billing meter id. */
|
|
867
|
-
meterId?: string;
|
|
868
|
-
/** The quantity. */
|
|
869
|
-
quantity?: number;
|
|
870
|
-
/** The extended unit. */
|
|
871
|
-
extendedUnit?: string;
|
|
872
|
-
}
|
|
873
|
-
/** The SKU restriction definition. */
|
|
874
|
-
export interface SkuRestriction {
|
|
875
|
-
/** The SKU restriction type. */
|
|
876
|
-
type?: SkuRestrictionType;
|
|
877
|
-
/** Restriction values. */
|
|
878
|
-
values?: string[];
|
|
879
|
-
/** The restriction information. */
|
|
880
|
-
restrictionInfo?: Record<string, unknown>;
|
|
881
|
-
/** The SKU restriction reason code. */
|
|
882
|
-
reasonCode?: SkuRestrictionReasonCode;
|
|
641
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
642
|
+
export interface Operation {
|
|
643
|
+
/**
|
|
644
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
645
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
646
|
+
*/
|
|
647
|
+
readonly name?: string;
|
|
648
|
+
/**
|
|
649
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
651
|
+
*/
|
|
652
|
+
readonly isDataAction?: boolean;
|
|
653
|
+
/** Localized display information for this particular operation. */
|
|
654
|
+
display?: OperationDisplay;
|
|
655
|
+
/**
|
|
656
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
658
|
+
*/
|
|
659
|
+
readonly origin?: Origin;
|
|
660
|
+
/**
|
|
661
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
663
|
+
*/
|
|
664
|
+
readonly actionType?: ActionType;
|
|
665
|
+
}
|
|
666
|
+
/** Localized display information for this particular operation. */
|
|
667
|
+
export interface OperationDisplay {
|
|
668
|
+
/**
|
|
669
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
671
|
+
*/
|
|
672
|
+
readonly provider?: string;
|
|
673
|
+
/**
|
|
674
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
676
|
+
*/
|
|
677
|
+
readonly resource?: string;
|
|
678
|
+
/**
|
|
679
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
680
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
+
*/
|
|
682
|
+
readonly operation?: string;
|
|
683
|
+
/**
|
|
684
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
686
|
+
*/
|
|
687
|
+
readonly description?: string;
|
|
883
688
|
}
|
|
884
689
|
/** Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. */
|
|
885
690
|
export interface ImageReference {
|
|
@@ -891,13 +696,6 @@ export interface ImageReference {
|
|
|
891
696
|
sku?: string;
|
|
892
697
|
/** Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. */
|
|
893
698
|
version?: string;
|
|
894
|
-
/**
|
|
895
|
-
* Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
|
|
896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
-
*/
|
|
898
|
-
readonly exactVersion?: string;
|
|
899
|
-
/** Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call. */
|
|
900
|
-
sharedGalleryImageId?: string;
|
|
901
699
|
}
|
|
902
700
|
/** Defines the OS configuration. */
|
|
903
701
|
export interface OSConfiguration {
|
|
@@ -930,6 +728,13 @@ export interface OSProfile {
|
|
|
930
728
|
/** Specifies Windows operating system settings on the virtual machine. */
|
|
931
729
|
osConfiguration?: OSConfigurationUnion;
|
|
932
730
|
}
|
|
731
|
+
/** The Disk Configuration Details. */
|
|
732
|
+
export interface DiskConfiguration {
|
|
733
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
734
|
+
diskVolumeConfigurations?: {
|
|
735
|
+
[propertyName: string]: DiskVolumeConfiguration;
|
|
736
|
+
};
|
|
737
|
+
}
|
|
933
738
|
/** Defines the virtual machine configuration. */
|
|
934
739
|
export interface VirtualMachineConfiguration {
|
|
935
740
|
/** The virtual machine size. */
|
|
@@ -939,11 +744,16 @@ export interface VirtualMachineConfiguration {
|
|
|
939
744
|
/** The OS profile. */
|
|
940
745
|
osProfile: OSProfile;
|
|
941
746
|
}
|
|
942
|
-
/** Defines the network configuration for SAP infrastructure */
|
|
747
|
+
/** Defines the network configuration type for SAP system infrastructure that is being deployed */
|
|
943
748
|
export interface NetworkConfiguration {
|
|
944
|
-
/** Specifies whether a secondary IP address should be added to the network interface on all VMs */
|
|
749
|
+
/** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
|
|
945
750
|
isSecondaryIpEnabled?: boolean;
|
|
946
751
|
}
|
|
752
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
|
|
753
|
+
export interface SingleServerCustomResourceNames {
|
|
754
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
755
|
+
namingPatternType: "FullResourceName";
|
|
756
|
+
}
|
|
947
757
|
/** Deploy SAP Infrastructure Details. */
|
|
948
758
|
export interface InfrastructureConfiguration {
|
|
949
759
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -970,6 +780,8 @@ export interface DatabaseConfiguration {
|
|
|
970
780
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
971
781
|
/** The number of database VMs. */
|
|
972
782
|
instanceCount: number;
|
|
783
|
+
/** Gets or sets the disk configuration. */
|
|
784
|
+
diskConfiguration?: DiskConfiguration;
|
|
973
785
|
}
|
|
974
786
|
/** Gets or sets the application server configuration. */
|
|
975
787
|
export interface ApplicationServerConfiguration {
|
|
@@ -985,10 +797,88 @@ export interface HighAvailabilityConfiguration {
|
|
|
985
797
|
/** The high availability type. */
|
|
986
798
|
highAvailabilityType: SAPHighAvailabilityType;
|
|
987
799
|
}
|
|
800
|
+
/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
|
|
801
|
+
export interface FileShareConfiguration {
|
|
802
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
803
|
+
configurationType: "Skip" | "CreateAndMount" | "Mount";
|
|
804
|
+
}
|
|
805
|
+
/** Gets or sets the storage configuration. */
|
|
806
|
+
export interface StorageConfiguration {
|
|
807
|
+
/** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
|
|
808
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
809
|
+
}
|
|
810
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
|
|
811
|
+
export interface ThreeTierCustomResourceNames {
|
|
812
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
813
|
+
namingPatternType: "FullResourceName";
|
|
814
|
+
}
|
|
815
|
+
/** The resource names object for virtual machine and related resources. */
|
|
816
|
+
export interface VirtualMachineResourceNames {
|
|
817
|
+
/** The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer. */
|
|
818
|
+
vmName?: string;
|
|
819
|
+
/** The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name. */
|
|
820
|
+
hostName?: string;
|
|
821
|
+
/** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
|
|
822
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
823
|
+
/** The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine. */
|
|
824
|
+
osDiskName?: string;
|
|
825
|
+
/** The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported */
|
|
826
|
+
dataDiskNames?: {
|
|
827
|
+
[propertyName: string]: string[];
|
|
828
|
+
};
|
|
829
|
+
}
|
|
830
|
+
/** The resource names object for network interface and related resources. */
|
|
831
|
+
export interface NetworkInterfaceResourceNames {
|
|
832
|
+
/** The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer. */
|
|
833
|
+
networkInterfaceName?: string;
|
|
834
|
+
}
|
|
835
|
+
/** The full resource names object for central server layer resources. */
|
|
836
|
+
export interface CentralServerFullResourceNames {
|
|
837
|
+
/** The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS. */
|
|
838
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
839
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */
|
|
840
|
+
availabilitySetName?: string;
|
|
841
|
+
/** The resource names object for load balancer and related resources. */
|
|
842
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
843
|
+
}
|
|
844
|
+
/** The resource names object for load balancer and related resources. */
|
|
845
|
+
export interface LoadBalancerResourceNames {
|
|
846
|
+
/** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
|
|
847
|
+
loadBalancerName?: string;
|
|
848
|
+
/** The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
849
|
+
frontendIpConfigurationNames?: string[];
|
|
850
|
+
/** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */
|
|
851
|
+
backendPoolNames?: string[];
|
|
852
|
+
/** The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
853
|
+
healthProbeNames?: string[];
|
|
854
|
+
}
|
|
855
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
856
|
+
export interface ApplicationServerFullResourceNames {
|
|
857
|
+
/** The list of virtual machine naming details. */
|
|
858
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
859
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
|
|
860
|
+
availabilitySetName?: string;
|
|
861
|
+
}
|
|
862
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
863
|
+
export interface DatabaseServerFullResourceNames {
|
|
864
|
+
/** The list of virtual machine naming details. */
|
|
865
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
866
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */
|
|
867
|
+
availabilitySetName?: string;
|
|
868
|
+
/** The resource names object for load balancer and related resources. */
|
|
869
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
870
|
+
}
|
|
871
|
+
/** The resource names object for shared storage. */
|
|
872
|
+
export interface SharedStorageResourceNames {
|
|
873
|
+
/** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
|
|
874
|
+
sharedStorageAccountName?: string;
|
|
875
|
+
/** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
|
|
876
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
877
|
+
}
|
|
988
878
|
/** The SAP Software configuration Input. */
|
|
989
879
|
export interface SoftwareConfiguration {
|
|
990
880
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
991
|
-
softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig";
|
|
881
|
+
softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig" | "External";
|
|
992
882
|
}
|
|
993
883
|
/** Gets or sets the HA software configuration. */
|
|
994
884
|
export interface HighAvailabilitySoftwareConfiguration {
|
|
@@ -1025,94 +915,32 @@ export interface OperationsDisplayDefinition {
|
|
|
1025
915
|
/** Properties of an Operation. */
|
|
1026
916
|
export interface OperationsDefinition {
|
|
1027
917
|
/** Name of the operation. */
|
|
1028
|
-
name: string;
|
|
1029
|
-
/** Indicates whether the operation applies to data-plane. */
|
|
1030
|
-
isDataAction?: boolean;
|
|
1031
|
-
/** Defines the workload operation origin. */
|
|
1032
|
-
origin?: OperationProperties;
|
|
1033
|
-
/** Display information of the operation. */
|
|
1034
|
-
display: OperationsDefinitionDisplay;
|
|
1035
|
-
/** Defines the action type of workload operation. */
|
|
1036
|
-
actionType?: WorkloadMonitorActionType;
|
|
1037
|
-
/** Defines the workload operation properties. */
|
|
1038
|
-
properties?: any;
|
|
1039
|
-
}
|
|
1040
|
-
/** Defines the workload operation definition response. */
|
|
1041
|
-
export interface OperationsDefinitionArrayResponseWithContinuation {
|
|
1042
|
-
/** Defines the workload operation definition response properties. */
|
|
1043
|
-
value?: OperationsDefinition[];
|
|
1044
|
-
/** The URL to get to the next set of results, if there are any. */
|
|
1045
|
-
nextLink?: string;
|
|
1046
|
-
}
|
|
1047
|
-
/** Tags field of the resource. */
|
|
1048
|
-
export interface Tags {
|
|
1049
|
-
/** Tags field of the resource. */
|
|
1050
|
-
tags?: {
|
|
1051
|
-
[propertyName: string]: string;
|
|
1052
|
-
};
|
|
1053
|
-
}
|
|
1054
|
-
/** The SKU restriction information. */
|
|
1055
|
-
export interface RestrictionInfo {
|
|
1056
|
-
/** The restriction locations. */
|
|
1057
|
-
locations?: string[];
|
|
1058
|
-
/** The restriction zones. */
|
|
1059
|
-
zones?: string[];
|
|
1060
|
-
}
|
|
1061
|
-
/** The SKU capacity. */
|
|
1062
|
-
export interface SkuCapacity {
|
|
1063
|
-
/** Minimum capacity value. */
|
|
1064
|
-
minimum?: number;
|
|
1065
|
-
/** Maximum capacity value. */
|
|
1066
|
-
maximum?: number;
|
|
1067
|
-
/** Default capacity value. */
|
|
1068
|
-
default?: number;
|
|
1069
|
-
/** Scale type of the SKU capacity. */
|
|
1070
|
-
scaleType?: SkuScaleType;
|
|
1071
|
-
}
|
|
1072
|
-
/** VMSS profile */
|
|
1073
|
-
export interface VmssNodesProfile extends NodeProfile {
|
|
1074
|
-
/** Minimum number of nodes for autoscale */
|
|
1075
|
-
autoScaleMinCount?: number;
|
|
1076
|
-
/** Maximum number of nodes for autoscale */
|
|
1077
|
-
autoScaleMaxCount?: number;
|
|
1078
|
-
}
|
|
1079
|
-
/** Search profile */
|
|
1080
|
-
export interface SearchProfile extends NodeProfile {
|
|
1081
|
-
/** Search type */
|
|
1082
|
-
searchType: SearchType;
|
|
1083
|
-
}
|
|
1084
|
-
/** Identity for the resource. Currently not supported */
|
|
1085
|
-
export interface PhpWorkloadResourceIdentity extends UserAssignedServiceIdentity {
|
|
1086
|
-
}
|
|
1087
|
-
export interface PatchResourceRequestBodyIdentity extends UserAssignedServiceIdentity {
|
|
1088
|
-
}
|
|
1089
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1090
|
-
export interface TrackedResource extends Resource {
|
|
1091
|
-
/** Resource tags. */
|
|
1092
|
-
tags?: {
|
|
1093
|
-
[propertyName: string]: string;
|
|
1094
|
-
};
|
|
1095
|
-
/** The geo-location where the resource lives */
|
|
1096
|
-
location: string;
|
|
1097
|
-
}
|
|
1098
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1099
|
-
export interface ProxyResource extends Resource {
|
|
1100
|
-
}
|
|
1101
|
-
/** Defines the workload operation content. */
|
|
1102
|
-
export interface OperationsContent extends Resource {
|
|
1103
|
-
/** Name of the operation. */
|
|
1104
|
-
namePropertiesName?: string;
|
|
918
|
+
name: string;
|
|
1105
919
|
/** Indicates whether the operation applies to data-plane. */
|
|
1106
920
|
isDataAction?: boolean;
|
|
1107
921
|
/** Defines the workload operation origin. */
|
|
1108
922
|
origin?: OperationProperties;
|
|
1109
923
|
/** Display information of the operation. */
|
|
1110
|
-
display
|
|
924
|
+
display: OperationsDefinitionDisplay;
|
|
1111
925
|
/** Defines the action type of workload operation. */
|
|
1112
926
|
actionType?: WorkloadMonitorActionType;
|
|
1113
927
|
/** Defines the workload operation properties. */
|
|
1114
928
|
properties?: any;
|
|
1115
929
|
}
|
|
930
|
+
/** Defines the workload operation definition response. */
|
|
931
|
+
export interface OperationsDefinitionArrayResponseWithContinuation {
|
|
932
|
+
/** Defines the workload operation definition response properties. */
|
|
933
|
+
value?: OperationsDefinition[];
|
|
934
|
+
/** The URL to get to the next set of results, if there are any. */
|
|
935
|
+
nextLink?: string;
|
|
936
|
+
}
|
|
937
|
+
/** Tags field of the resource. */
|
|
938
|
+
export interface Tags {
|
|
939
|
+
/** Tags field of the resource. */
|
|
940
|
+
tags?: {
|
|
941
|
+
[propertyName: string]: string;
|
|
942
|
+
};
|
|
943
|
+
}
|
|
1116
944
|
/** The recommended configuration for a single server SAP system. */
|
|
1117
945
|
export interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
|
|
1118
946
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1143,6 +971,8 @@ export interface DiscoveryConfiguration extends SAPConfiguration {
|
|
|
1143
971
|
configurationType: "Discovery";
|
|
1144
972
|
/** The virtual machine ID of the Central Server. */
|
|
1145
973
|
centralServerVmId?: string;
|
|
974
|
+
/** The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name. */
|
|
975
|
+
managedRgStorageAccountName?: string;
|
|
1146
976
|
/**
|
|
1147
977
|
* The geo-location where the SAP system exists.
|
|
1148
978
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1173,6 +1003,33 @@ export interface DeploymentWithOSConfiguration extends SAPConfiguration {
|
|
|
1173
1003
|
/** The OS and SAP configuration. */
|
|
1174
1004
|
osSapConfiguration?: OsSapConfiguration;
|
|
1175
1005
|
}
|
|
1006
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1007
|
+
export interface TrackedResource extends Resource {
|
|
1008
|
+
/** Resource tags. */
|
|
1009
|
+
tags?: {
|
|
1010
|
+
[propertyName: string]: string;
|
|
1011
|
+
};
|
|
1012
|
+
/** The geo-location where the resource lives */
|
|
1013
|
+
location: string;
|
|
1014
|
+
}
|
|
1015
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1016
|
+
export interface ProxyResource extends Resource {
|
|
1017
|
+
}
|
|
1018
|
+
/** Defines the workload operation content. */
|
|
1019
|
+
export interface OperationsContent extends Resource {
|
|
1020
|
+
/** Name of the operation. */
|
|
1021
|
+
namePropertiesName?: string;
|
|
1022
|
+
/** Indicates whether the operation applies to data-plane. */
|
|
1023
|
+
isDataAction?: boolean;
|
|
1024
|
+
/** Defines the workload operation origin. */
|
|
1025
|
+
origin?: OperationProperties;
|
|
1026
|
+
/** Display information of the operation. */
|
|
1027
|
+
display?: OperationsDefinitionDisplay;
|
|
1028
|
+
/** Defines the action type of workload operation. */
|
|
1029
|
+
actionType?: WorkloadMonitorActionType;
|
|
1030
|
+
/** Defines the workload operation properties. */
|
|
1031
|
+
properties?: any;
|
|
1032
|
+
}
|
|
1176
1033
|
/** Defines the SAP monitor errors. */
|
|
1177
1034
|
export interface MonitorPropertiesErrors extends ErrorModel {
|
|
1178
1035
|
}
|
|
@@ -1198,9 +1055,13 @@ export interface HanaDbProviderInstanceProperties extends ProviderSpecificProper
|
|
|
1198
1055
|
/** Gets or sets the key vault URI to secret with the database password. */
|
|
1199
1056
|
dbPasswordUri?: string;
|
|
1200
1057
|
/** Gets or sets the blob URI to SSL certificate for the DB. */
|
|
1201
|
-
|
|
1058
|
+
sslCertificateUri?: string;
|
|
1202
1059
|
/** Gets or sets the hostname(s) in the SSL certificate. */
|
|
1203
1060
|
sslHostNameInCertificate?: string;
|
|
1061
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1062
|
+
sslPreference?: SslPreference;
|
|
1063
|
+
/** Gets or sets the SAP System Identifier. */
|
|
1064
|
+
sapSid?: string;
|
|
1204
1065
|
}
|
|
1205
1066
|
/** Gets or sets the provider properties. */
|
|
1206
1067
|
export interface SapNetWeaverProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -1225,7 +1086,9 @@ export interface SapNetWeaverProviderInstanceProperties extends ProviderSpecific
|
|
|
1225
1086
|
/** Gets or sets the SAP HTTP port number. */
|
|
1226
1087
|
sapPortNumber?: string;
|
|
1227
1088
|
/** Gets or sets the blob URI to SSL certificate for the SAP system. */
|
|
1228
|
-
|
|
1089
|
+
sslCertificateUri?: string;
|
|
1090
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1091
|
+
sslPreference?: SslPreference;
|
|
1229
1092
|
}
|
|
1230
1093
|
/** Gets or sets the PrometheusOS provider properties. */
|
|
1231
1094
|
export interface PrometheusOSProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -1233,6 +1096,12 @@ export interface PrometheusOSProviderInstanceProperties extends ProviderSpecific
|
|
|
1233
1096
|
providerType: "PrometheusOS";
|
|
1234
1097
|
/** URL of the Node Exporter endpoint */
|
|
1235
1098
|
prometheusUrl?: string;
|
|
1099
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1100
|
+
sslPreference?: SslPreference;
|
|
1101
|
+
/** Gets or sets the blob URI to SSL certificate for the prometheus node exporter. */
|
|
1102
|
+
sslCertificateUri?: string;
|
|
1103
|
+
/** Gets or sets the SAP System Identifier */
|
|
1104
|
+
sapSid?: string;
|
|
1236
1105
|
}
|
|
1237
1106
|
/** Gets or sets the DB2 provider properties. */
|
|
1238
1107
|
export interface DB2ProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -1252,6 +1121,10 @@ export interface DB2ProviderInstanceProperties extends ProviderSpecificPropertie
|
|
|
1252
1121
|
dbPasswordUri?: string;
|
|
1253
1122
|
/** Gets or sets the SAP System Identifier */
|
|
1254
1123
|
sapSid?: string;
|
|
1124
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1125
|
+
sslPreference?: SslPreference;
|
|
1126
|
+
/** Gets or sets the blob URI to SSL certificate for the DB2 Database. */
|
|
1127
|
+
sslCertificateUri?: string;
|
|
1255
1128
|
}
|
|
1256
1129
|
/** Gets or sets the PrometheusHaCluster provider properties. */
|
|
1257
1130
|
export interface PrometheusHaClusterProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -1265,6 +1138,10 @@ export interface PrometheusHaClusterProviderInstanceProperties extends ProviderS
|
|
|
1265
1138
|
sid?: string;
|
|
1266
1139
|
/** Gets or sets the clusterName. */
|
|
1267
1140
|
clusterName?: string;
|
|
1141
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1142
|
+
sslPreference?: SslPreference;
|
|
1143
|
+
/** Gets or sets the blob URI to SSL certificate for the HA cluster exporter. */
|
|
1144
|
+
sslCertificateUri?: string;
|
|
1268
1145
|
}
|
|
1269
1146
|
/** Gets or sets the SQL server provider properties. */
|
|
1270
1147
|
export interface MsSqlServerProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -1282,6 +1159,10 @@ export interface MsSqlServerProviderInstanceProperties extends ProviderSpecificP
|
|
|
1282
1159
|
dbPasswordUri?: string;
|
|
1283
1160
|
/** Gets or sets the SAP System Identifier */
|
|
1284
1161
|
sapSid?: string;
|
|
1162
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1163
|
+
sslPreference?: SslPreference;
|
|
1164
|
+
/** Gets or sets the blob URI to SSL certificate for the SQL Database. */
|
|
1165
|
+
sslCertificateUri?: string;
|
|
1285
1166
|
}
|
|
1286
1167
|
/** Specifies Windows operating system settings on the virtual machine. */
|
|
1287
1168
|
export interface WindowsConfiguration extends OSConfiguration {
|
|
@@ -1299,7 +1180,14 @@ export interface LinuxConfiguration extends OSConfiguration {
|
|
|
1299
1180
|
/** The SSH Key-pair used to authenticate with the VM's. */
|
|
1300
1181
|
sshKeyPair?: SshKeyPair;
|
|
1301
1182
|
}
|
|
1302
|
-
/**
|
|
1183
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
|
|
1184
|
+
export interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
|
|
1185
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1186
|
+
namingPatternType: "FullResourceName";
|
|
1187
|
+
/** The resource names object for virtual machine and related resources. */
|
|
1188
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
1189
|
+
}
|
|
1190
|
+
/** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
1303
1191
|
export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
1304
1192
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1305
1193
|
deploymentType: "SingleServer";
|
|
@@ -1311,8 +1199,12 @@ export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
|
1311
1199
|
subnetId: string;
|
|
1312
1200
|
/** Gets or sets the virtual machine configuration. */
|
|
1313
1201
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1202
|
+
/** Gets or sets the disk configuration. */
|
|
1203
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
1204
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1205
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
1314
1206
|
}
|
|
1315
|
-
/** Gets or sets the three tier SAP configuration. */
|
|
1207
|
+
/** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
1316
1208
|
export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
1317
1209
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1318
1210
|
deploymentType: "ThreeTier";
|
|
@@ -1326,6 +1218,46 @@ export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
|
1326
1218
|
databaseServer: DatabaseConfiguration;
|
|
1327
1219
|
/** The high availability configuration. */
|
|
1328
1220
|
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
1221
|
+
/** The storage configuration. */
|
|
1222
|
+
storageConfiguration?: StorageConfiguration;
|
|
1223
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1224
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
1225
|
+
}
|
|
1226
|
+
/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
|
|
1227
|
+
export interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
1228
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1229
|
+
configurationType: "Skip";
|
|
1230
|
+
}
|
|
1231
|
+
/** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn’t need to pre-created. */
|
|
1232
|
+
export interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
|
|
1233
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1234
|
+
configurationType: "CreateAndMount";
|
|
1235
|
+
/** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
|
|
1236
|
+
resourceGroup?: string;
|
|
1237
|
+
/** The name of file share storage account name . A custom name is used in case of missing input. */
|
|
1238
|
+
storageAccountName?: string;
|
|
1239
|
+
}
|
|
1240
|
+
/** Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow. */
|
|
1241
|
+
export interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
1242
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1243
|
+
configurationType: "Mount";
|
|
1244
|
+
/** The fileshare resource ID */
|
|
1245
|
+
id: string;
|
|
1246
|
+
/** The private endpoint resource ID */
|
|
1247
|
+
privateEndpointId: string;
|
|
1248
|
+
}
|
|
1249
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
|
|
1250
|
+
export interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
|
|
1251
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1252
|
+
namingPatternType: "FullResourceName";
|
|
1253
|
+
/** The full resource names object for central server layer resources. */
|
|
1254
|
+
centralServer?: CentralServerFullResourceNames;
|
|
1255
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
1256
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
1257
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
1258
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
1259
|
+
/** The resource names object for shared storage. */
|
|
1260
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
1329
1261
|
}
|
|
1330
1262
|
/** The SAP Software configuration Input when the software is to be installed by service. */
|
|
1331
1263
|
export interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
|
|
@@ -1357,58 +1289,25 @@ export interface SAPInstallWithoutOSConfigSoftwareConfiguration extends Software
|
|
|
1357
1289
|
/** Gets or sets the HA software configuration. */
|
|
1358
1290
|
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1359
1291
|
}
|
|
1292
|
+
/** The SAP Software configuration Input when the software is installed externally outside the service. */
|
|
1293
|
+
export interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {
|
|
1294
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1295
|
+
softwareInstallationType: "External";
|
|
1296
|
+
/** The resource ID of the virtual machine containing the central server instance. */
|
|
1297
|
+
centralServerVmId?: string;
|
|
1298
|
+
}
|
|
1360
1299
|
/** Display information of the operation. */
|
|
1361
1300
|
export interface OperationsDefinitionDisplay extends OperationsDisplayDefinition {
|
|
1362
1301
|
}
|
|
1363
|
-
/**
|
|
1364
|
-
export interface PhpWorkloadResource extends TrackedResource {
|
|
1365
|
-
/** Indicates which kind of php workload this resource represent e.g WordPress */
|
|
1366
|
-
kind: WorkloadKind;
|
|
1367
|
-
/** Php workloads SKU */
|
|
1368
|
-
sku?: Sku;
|
|
1369
|
-
/** Identity for the resource. Currently not supported */
|
|
1370
|
-
identity?: PhpWorkloadResourceIdentity;
|
|
1371
|
-
/** The infra resources for PHP workload will be created in this location */
|
|
1372
|
-
appLocation?: string;
|
|
1373
|
-
/** Managed resource group configuration of the workload */
|
|
1374
|
-
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1375
|
-
/** Admin user profile used for VM and VMSS */
|
|
1376
|
-
adminUserProfile?: UserProfile;
|
|
1377
|
-
/** VMSS web nodes profile */
|
|
1378
|
-
webNodesProfile?: VmssNodesProfile;
|
|
1379
|
-
/** Controller VM profile */
|
|
1380
|
-
controllerProfile?: NodeProfile;
|
|
1381
|
-
/** Network profile */
|
|
1382
|
-
networkProfile?: NetworkProfile;
|
|
1383
|
-
/** Database profile */
|
|
1384
|
-
databaseProfile?: DatabaseProfile;
|
|
1385
|
-
/** Site profile */
|
|
1386
|
-
siteProfile?: SiteProfile;
|
|
1387
|
-
/** File share profile */
|
|
1388
|
-
fileshareProfile?: FileshareProfile;
|
|
1389
|
-
/** PHP profile */
|
|
1390
|
-
phpProfile?: PhpProfile;
|
|
1391
|
-
/** Search profile */
|
|
1392
|
-
searchProfile?: SearchProfile;
|
|
1393
|
-
/** Cache profile */
|
|
1394
|
-
cacheProfile?: CacheProfile;
|
|
1395
|
-
/** Backup profile */
|
|
1396
|
-
backupProfile?: BackupProfile;
|
|
1397
|
-
/**
|
|
1398
|
-
* Php workload resource provisioning state
|
|
1399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1400
|
-
*/
|
|
1401
|
-
readonly provisioningState?: PhpWorkloadProvisioningState;
|
|
1402
|
-
}
|
|
1403
|
-
/** Define the Virtual Instance for SAP. */
|
|
1302
|
+
/** Define the Virtual Instance for SAP solutions resource. */
|
|
1404
1303
|
export interface SAPVirtualInstance extends TrackedResource {
|
|
1405
|
-
/**
|
|
1304
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
1406
1305
|
identity?: UserAssignedServiceIdentity;
|
|
1407
1306
|
/** Defines the environment type - Production/Non Production. */
|
|
1408
1307
|
environment: SAPEnvironmentType;
|
|
1409
1308
|
/** Defines the SAP Product type. */
|
|
1410
1309
|
sapProduct: SAPProductType;
|
|
1411
|
-
/** Defines if
|
|
1310
|
+
/** Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS */
|
|
1412
1311
|
configuration: SAPConfigurationUnion;
|
|
1413
1312
|
/** Managed resource group configuration */
|
|
1414
1313
|
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
@@ -1418,7 +1317,7 @@ export interface SAPVirtualInstance extends TrackedResource {
|
|
|
1418
1317
|
*/
|
|
1419
1318
|
readonly status?: SAPVirtualInstanceStatus;
|
|
1420
1319
|
/**
|
|
1421
|
-
* Defines the SAP
|
|
1320
|
+
* Defines the health of SAP Instances.
|
|
1422
1321
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1423
1322
|
*/
|
|
1424
1323
|
readonly health?: SAPHealthState;
|
|
@@ -1433,43 +1332,48 @@ export interface SAPVirtualInstance extends TrackedResource {
|
|
|
1433
1332
|
*/
|
|
1434
1333
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1435
1334
|
/**
|
|
1436
|
-
*
|
|
1335
|
+
* Indicates any errors on the Virtual Instance for SAP solutions resource.
|
|
1437
1336
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1438
1337
|
*/
|
|
1439
1338
|
readonly errors?: SAPVirtualInstanceError;
|
|
1440
1339
|
}
|
|
1441
|
-
/** Define the SAP Central
|
|
1340
|
+
/** Define the SAP Central Services Instance resource. */
|
|
1442
1341
|
export interface SAPCentralServerInstance extends TrackedResource {
|
|
1443
1342
|
/**
|
|
1444
|
-
* The central
|
|
1343
|
+
* The central services instance number.
|
|
1445
1344
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1446
1345
|
*/
|
|
1447
1346
|
readonly instanceNo?: string;
|
|
1448
1347
|
/**
|
|
1449
|
-
* The central
|
|
1348
|
+
* The central services instance subnet.
|
|
1450
1349
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
1350
|
*/
|
|
1452
1351
|
readonly subnet?: string;
|
|
1453
|
-
/** Defines the SAP
|
|
1352
|
+
/** Defines the SAP Message Server properties. */
|
|
1454
1353
|
messageServerProperties?: MessageServerProperties;
|
|
1455
|
-
/** Defines the SAP
|
|
1354
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
1456
1355
|
enqueueServerProperties?: EnqueueServerProperties;
|
|
1457
1356
|
/** Defines the SAP Gateway Server properties. */
|
|
1458
1357
|
gatewayServerProperties?: GatewayServerProperties;
|
|
1459
|
-
/** Defines the SAP
|
|
1358
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
1460
1359
|
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
1461
1360
|
/**
|
|
1462
|
-
* The central
|
|
1361
|
+
* The central services instance Kernel Version.
|
|
1463
1362
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1464
1363
|
*/
|
|
1465
1364
|
readonly kernelVersion?: string;
|
|
1466
1365
|
/**
|
|
1467
|
-
* The central
|
|
1366
|
+
* The central services instance Kernel Patch level.
|
|
1468
1367
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
1368
|
*/
|
|
1470
1369
|
readonly kernelPatch?: string;
|
|
1471
1370
|
/**
|
|
1472
|
-
* The
|
|
1371
|
+
* The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines
|
|
1372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1373
|
+
*/
|
|
1374
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1375
|
+
/**
|
|
1376
|
+
* The list of virtual machines corresponding to the Central Services instance.
|
|
1473
1377
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1474
1378
|
*/
|
|
1475
1379
|
readonly vmDetails?: CentralServerVmDetails[];
|
|
@@ -1479,7 +1383,7 @@ export interface SAPCentralServerInstance extends TrackedResource {
|
|
|
1479
1383
|
*/
|
|
1480
1384
|
readonly status?: SAPVirtualInstanceStatus;
|
|
1481
1385
|
/**
|
|
1482
|
-
* Defines the SAP
|
|
1386
|
+
* Defines the health of SAP Instances.
|
|
1483
1387
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1484
1388
|
*/
|
|
1485
1389
|
readonly health?: SAPHealthState;
|
|
@@ -1489,35 +1393,40 @@ export interface SAPCentralServerInstance extends TrackedResource {
|
|
|
1489
1393
|
*/
|
|
1490
1394
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1491
1395
|
/**
|
|
1492
|
-
* Defines the Central Instance
|
|
1396
|
+
* Defines the errors related to SAP Central Services Instance resource.
|
|
1493
1397
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1494
1398
|
*/
|
|
1495
1399
|
readonly errors?: SAPVirtualInstanceError;
|
|
1496
1400
|
}
|
|
1497
|
-
/** Define the
|
|
1401
|
+
/** Define the Database resource. */
|
|
1498
1402
|
export interface SAPDatabaseInstance extends TrackedResource {
|
|
1499
1403
|
/**
|
|
1500
|
-
*
|
|
1404
|
+
* Database subnet.
|
|
1501
1405
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1502
1406
|
*/
|
|
1503
1407
|
readonly subnet?: string;
|
|
1504
1408
|
/**
|
|
1505
|
-
*
|
|
1409
|
+
* Database SID name.
|
|
1506
1410
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1507
1411
|
*/
|
|
1508
1412
|
readonly databaseSid?: string;
|
|
1509
1413
|
/**
|
|
1510
|
-
*
|
|
1414
|
+
* Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
|
|
1511
1415
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1512
1416
|
*/
|
|
1513
1417
|
readonly databaseType?: string;
|
|
1514
1418
|
/**
|
|
1515
|
-
*
|
|
1419
|
+
* Database IP Address.
|
|
1516
1420
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1517
1421
|
*/
|
|
1518
1422
|
readonly ipAddress?: string;
|
|
1519
1423
|
/**
|
|
1520
|
-
* The
|
|
1424
|
+
* The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
|
|
1425
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1426
|
+
*/
|
|
1427
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1428
|
+
/**
|
|
1429
|
+
* The list of virtual machines corresponding to the Database resource.
|
|
1521
1430
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1522
1431
|
*/
|
|
1523
1432
|
readonly vmDetails?: DatabaseVmDetails[];
|
|
@@ -1532,70 +1441,75 @@ export interface SAPDatabaseInstance extends TrackedResource {
|
|
|
1532
1441
|
*/
|
|
1533
1442
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1534
1443
|
/**
|
|
1535
|
-
* Defines the Database
|
|
1444
|
+
* Defines the errors related to Database resource.
|
|
1536
1445
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1537
1446
|
*/
|
|
1538
1447
|
readonly errors?: SAPVirtualInstanceError;
|
|
1539
1448
|
}
|
|
1540
|
-
/** Define the SAP Application Server Instance. */
|
|
1449
|
+
/** Define the SAP Application Server Instance resource. */
|
|
1541
1450
|
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
1542
1451
|
/**
|
|
1543
|
-
*
|
|
1452
|
+
* Application server Instance Number.
|
|
1544
1453
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1545
1454
|
*/
|
|
1546
1455
|
readonly instanceNo?: string;
|
|
1547
1456
|
/**
|
|
1548
|
-
*
|
|
1457
|
+
* Application server Subnet.
|
|
1549
1458
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1550
1459
|
*/
|
|
1551
1460
|
readonly subnet?: string;
|
|
1552
1461
|
/**
|
|
1553
|
-
*
|
|
1462
|
+
* Application server instance SAP hostname.
|
|
1554
1463
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1555
1464
|
*/
|
|
1556
1465
|
readonly hostname?: string;
|
|
1557
1466
|
/**
|
|
1558
|
-
*
|
|
1467
|
+
* Application server instance SAP Kernel Version.
|
|
1559
1468
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1560
1469
|
*/
|
|
1561
1470
|
readonly kernelVersion?: string;
|
|
1562
1471
|
/**
|
|
1563
|
-
*
|
|
1472
|
+
* Application server instance SAP Kernel Patch level.
|
|
1564
1473
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1565
1474
|
*/
|
|
1566
1475
|
readonly kernelPatch?: string;
|
|
1567
1476
|
/**
|
|
1568
|
-
*
|
|
1477
|
+
* Application server instance SAP IP Address.
|
|
1569
1478
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1570
1479
|
*/
|
|
1571
1480
|
readonly ipAddress?: string;
|
|
1572
1481
|
/**
|
|
1573
|
-
*
|
|
1482
|
+
* Application server instance gateway Port.
|
|
1574
1483
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1575
1484
|
*/
|
|
1576
1485
|
readonly gatewayPort?: number;
|
|
1577
1486
|
/**
|
|
1578
|
-
*
|
|
1487
|
+
* Application server instance ICM HTTP Port.
|
|
1579
1488
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1580
1489
|
*/
|
|
1581
1490
|
readonly icmHttpPort?: number;
|
|
1582
1491
|
/**
|
|
1583
|
-
*
|
|
1492
|
+
* Application server instance ICM HTTPS Port.
|
|
1584
1493
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1585
1494
|
*/
|
|
1586
1495
|
readonly icmHttpsPort?: number;
|
|
1587
1496
|
/**
|
|
1588
|
-
* The
|
|
1497
|
+
* The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines
|
|
1589
1498
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1590
1499
|
*/
|
|
1591
|
-
readonly
|
|
1500
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1501
|
+
/**
|
|
1502
|
+
* The list of virtual machines.
|
|
1503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1504
|
+
*/
|
|
1505
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
1592
1506
|
/**
|
|
1593
1507
|
* Defines the SAP Instance status.
|
|
1594
1508
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1595
1509
|
*/
|
|
1596
1510
|
readonly status?: SAPVirtualInstanceStatus;
|
|
1597
1511
|
/**
|
|
1598
|
-
* Defines the SAP
|
|
1512
|
+
* Defines the health of SAP Instances.
|
|
1599
1513
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1600
1514
|
*/
|
|
1601
1515
|
readonly health?: SAPHealthState;
|
|
@@ -1612,7 +1526,7 @@ export interface SAPApplicationServerInstance extends TrackedResource {
|
|
|
1612
1526
|
}
|
|
1613
1527
|
/** SAP monitor info on Azure (ARM properties and SAP monitor properties) */
|
|
1614
1528
|
export interface Monitor extends TrackedResource {
|
|
1615
|
-
/** Managed service identity
|
|
1529
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1616
1530
|
identity?: UserAssignedServiceIdentity;
|
|
1617
1531
|
/**
|
|
1618
1532
|
* State of provisioning of the SAP monitor.
|
|
@@ -1628,6 +1542,8 @@ export interface Monitor extends TrackedResource {
|
|
|
1628
1542
|
appLocation?: string;
|
|
1629
1543
|
/** Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. */
|
|
1630
1544
|
routingPreference?: RoutingPreference;
|
|
1545
|
+
/** Sets the preference for zone redundancy on resources created for the SAP monitor. By default resources will be created which do not support zone redundancy. */
|
|
1546
|
+
zoneRedundancyPreference?: string;
|
|
1631
1547
|
/** Managed resource group configuration */
|
|
1632
1548
|
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1633
1549
|
/** The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. */
|
|
@@ -1639,415 +1555,41 @@ export interface Monitor extends TrackedResource {
|
|
|
1639
1555
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1640
1556
|
*/
|
|
1641
1557
|
readonly msiArmId?: string;
|
|
1642
|
-
}
|
|
1643
|
-
/** WordPress instance resource */
|
|
1644
|
-
export interface WordpressInstanceResource extends ProxyResource {
|
|
1645
|
-
/** Application version */
|
|
1646
|
-
version?: WordpressVersions;
|
|
1647
|
-
/** Database name used by the application */
|
|
1648
|
-
databaseName?: string;
|
|
1649
|
-
/** User name used by the application to connect to database */
|
|
1650
|
-
databaseUser?: string;
|
|
1651
|
-
/**
|
|
1652
|
-
* Site Url to access the WordPress application
|
|
1653
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1654
|
-
*/
|
|
1655
|
-
readonly siteUrl?: string;
|
|
1656
1558
|
/**
|
|
1657
|
-
*
|
|
1559
|
+
* The ARM ID of the Storage account used for SAP monitoring.
|
|
1658
1560
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1659
1561
|
*/
|
|
1660
|
-
readonly
|
|
1562
|
+
readonly storageAccountArmId?: string;
|
|
1661
1563
|
}
|
|
1662
1564
|
/** A provider instance associated with SAP monitor. */
|
|
1663
|
-
export interface ProviderInstance extends ProxyResource {
|
|
1664
|
-
/** Managed service identity
|
|
1665
|
-
identity?: UserAssignedServiceIdentity;
|
|
1666
|
-
/**
|
|
1667
|
-
* State of provisioning of the provider instance
|
|
1668
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1669
|
-
*/
|
|
1670
|
-
readonly provisioningState?: WorkloadMonitorProvisioningState;
|
|
1671
|
-
/**
|
|
1672
|
-
* Defines the provider instance errors.
|
|
1673
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1674
|
-
*/
|
|
1675
|
-
readonly errors?: ProviderInstancePropertiesErrors;
|
|
1676
|
-
/** Defines the provider
|
|
1677
|
-
providerSettings?: ProviderSpecificPropertiesUnion;
|
|
1678
|
-
}
|
|
1679
|
-
/**
|
|
1680
|
-
export
|
|
1681
|
-
/**
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
*/
|
|
1691
|
-
export declare type OSImagePublisher = string;
|
|
1692
|
-
/** Known values of {@link OSImageOffer} that the service accepts. */
|
|
1693
|
-
export declare enum KnownOSImageOffer {
|
|
1694
|
-
/** UbuntuServer */
|
|
1695
|
-
UbuntuServer = "UbuntuServer"
|
|
1696
|
-
}
|
|
1697
|
-
/**
|
|
1698
|
-
* Defines values for OSImageOffer. \
|
|
1699
|
-
* {@link KnownOSImageOffer} can be used interchangeably with OSImageOffer,
|
|
1700
|
-
* this enum contains the known values that the service supports.
|
|
1701
|
-
* ### Known values supported by the service
|
|
1702
|
-
* **UbuntuServer**
|
|
1703
|
-
*/
|
|
1704
|
-
export declare type OSImageOffer = string;
|
|
1705
|
-
/** Known values of {@link OSImageSku} that the service accepts. */
|
|
1706
|
-
export declare enum KnownOSImageSku {
|
|
1707
|
-
/** Eighteen04LTS */
|
|
1708
|
-
Eighteen04LTS = "18.04-LTS",
|
|
1709
|
-
/** Sixteen04LTS */
|
|
1710
|
-
Sixteen04LTS = "16.04-LTS"
|
|
1711
|
-
}
|
|
1712
|
-
/**
|
|
1713
|
-
* Defines values for OSImageSku. \
|
|
1714
|
-
* {@link KnownOSImageSku} can be used interchangeably with OSImageSku,
|
|
1715
|
-
* this enum contains the known values that the service supports.
|
|
1716
|
-
* ### Known values supported by the service
|
|
1717
|
-
* **18.04-LTS** \
|
|
1718
|
-
* **16.04-LTS**
|
|
1719
|
-
*/
|
|
1720
|
-
export declare type OSImageSku = string;
|
|
1721
|
-
/** Known values of {@link OSImageVersion} that the service accepts. */
|
|
1722
|
-
export declare enum KnownOSImageVersion {
|
|
1723
|
-
/** Latest */
|
|
1724
|
-
Latest = "latest"
|
|
1725
|
-
}
|
|
1726
|
-
/**
|
|
1727
|
-
* Defines values for OSImageVersion. \
|
|
1728
|
-
* {@link KnownOSImageVersion} can be used interchangeably with OSImageVersion,
|
|
1729
|
-
* this enum contains the known values that the service supports.
|
|
1730
|
-
* ### Known values supported by the service
|
|
1731
|
-
* **latest**
|
|
1732
|
-
*/
|
|
1733
|
-
export declare type OSImageVersion = string;
|
|
1734
|
-
/** Known values of {@link LoadBalancerType} that the service accepts. */
|
|
1735
|
-
export declare enum KnownLoadBalancerType {
|
|
1736
|
-
/** ApplicationGateway */
|
|
1737
|
-
ApplicationGateway = "ApplicationGateway",
|
|
1738
|
-
/** LoadBalancer */
|
|
1739
|
-
LoadBalancer = "LoadBalancer"
|
|
1740
|
-
}
|
|
1741
|
-
/**
|
|
1742
|
-
* Defines values for LoadBalancerType. \
|
|
1743
|
-
* {@link KnownLoadBalancerType} can be used interchangeably with LoadBalancerType,
|
|
1744
|
-
* this enum contains the known values that the service supports.
|
|
1745
|
-
* ### Known values supported by the service
|
|
1746
|
-
* **ApplicationGateway** \
|
|
1747
|
-
* **LoadBalancer**
|
|
1748
|
-
*/
|
|
1749
|
-
export declare type LoadBalancerType = string;
|
|
1750
|
-
/** Known values of {@link AzureFrontDoorEnabled} that the service accepts. */
|
|
1751
|
-
export declare enum KnownAzureFrontDoorEnabled {
|
|
1752
|
-
/** Enabled */
|
|
1753
|
-
Enabled = "Enabled",
|
|
1754
|
-
/** Disabled */
|
|
1755
|
-
Disabled = "Disabled"
|
|
1756
|
-
}
|
|
1757
|
-
/**
|
|
1758
|
-
* Defines values for AzureFrontDoorEnabled. \
|
|
1759
|
-
* {@link KnownAzureFrontDoorEnabled} can be used interchangeably with AzureFrontDoorEnabled,
|
|
1760
|
-
* this enum contains the known values that the service supports.
|
|
1761
|
-
* ### Known values supported by the service
|
|
1762
|
-
* **Enabled** \
|
|
1763
|
-
* **Disabled**
|
|
1764
|
-
*/
|
|
1765
|
-
export declare type AzureFrontDoorEnabled = string;
|
|
1766
|
-
/** Known values of {@link DatabaseType} that the service accepts. */
|
|
1767
|
-
export declare enum KnownDatabaseType {
|
|
1768
|
-
/** MySql */
|
|
1769
|
-
MySql = "MySql"
|
|
1770
|
-
}
|
|
1771
|
-
/**
|
|
1772
|
-
* Defines values for DatabaseType. \
|
|
1773
|
-
* {@link KnownDatabaseType} can be used interchangeably with DatabaseType,
|
|
1774
|
-
* this enum contains the known values that the service supports.
|
|
1775
|
-
* ### Known values supported by the service
|
|
1776
|
-
* **MySql**
|
|
1777
|
-
*/
|
|
1778
|
-
export declare type DatabaseType = string;
|
|
1779
|
-
/** Known values of {@link HAEnabled} that the service accepts. */
|
|
1780
|
-
export declare enum KnownHAEnabled {
|
|
1781
|
-
/** Enabled */
|
|
1782
|
-
Enabled = "Enabled",
|
|
1783
|
-
/** Disabled */
|
|
1784
|
-
Disabled = "Disabled"
|
|
1785
|
-
}
|
|
1786
|
-
/**
|
|
1787
|
-
* Defines values for HAEnabled. \
|
|
1788
|
-
* {@link KnownHAEnabled} can be used interchangeably with HAEnabled,
|
|
1789
|
-
* this enum contains the known values that the service supports.
|
|
1790
|
-
* ### Known values supported by the service
|
|
1791
|
-
* **Enabled** \
|
|
1792
|
-
* **Disabled**
|
|
1793
|
-
*/
|
|
1794
|
-
export declare type HAEnabled = string;
|
|
1795
|
-
/** Known values of {@link EnableSslEnforcement} that the service accepts. */
|
|
1796
|
-
export declare enum KnownEnableSslEnforcement {
|
|
1797
|
-
/** Enabled */
|
|
1798
|
-
Enabled = "Enabled",
|
|
1799
|
-
/** Disabled */
|
|
1800
|
-
Disabled = "Disabled"
|
|
1801
|
-
}
|
|
1802
|
-
/**
|
|
1803
|
-
* Defines values for EnableSslEnforcement. \
|
|
1804
|
-
* {@link KnownEnableSslEnforcement} can be used interchangeably with EnableSslEnforcement,
|
|
1805
|
-
* this enum contains the known values that the service supports.
|
|
1806
|
-
* ### Known values supported by the service
|
|
1807
|
-
* **Enabled** \
|
|
1808
|
-
* **Disabled**
|
|
1809
|
-
*/
|
|
1810
|
-
export declare type EnableSslEnforcement = string;
|
|
1811
|
-
/** Known values of {@link FileShareType} that the service accepts. */
|
|
1812
|
-
export declare enum KnownFileShareType {
|
|
1813
|
-
/** NfsOnController */
|
|
1814
|
-
NfsOnController = "NfsOnController",
|
|
1815
|
-
/** AzureFiles */
|
|
1816
|
-
AzureFiles = "AzureFiles"
|
|
1817
|
-
}
|
|
1818
|
-
/**
|
|
1819
|
-
* Defines values for FileShareType. \
|
|
1820
|
-
* {@link KnownFileShareType} can be used interchangeably with FileShareType,
|
|
1821
|
-
* this enum contains the known values that the service supports.
|
|
1822
|
-
* ### Known values supported by the service
|
|
1823
|
-
* **NfsOnController** \
|
|
1824
|
-
* **AzureFiles**
|
|
1825
|
-
*/
|
|
1826
|
-
export declare type FileShareType = string;
|
|
1827
|
-
/** Known values of {@link FileShareStorageType} that the service accepts. */
|
|
1828
|
-
export declare enum KnownFileShareStorageType {
|
|
1829
|
-
/** StandardLRS */
|
|
1830
|
-
StandardLRS = "Standard_LRS",
|
|
1831
|
-
/** StandardGRS */
|
|
1832
|
-
StandardGRS = "Standard_GRS",
|
|
1833
|
-
/** StandardZRS */
|
|
1834
|
-
StandardZRS = "Standard_ZRS",
|
|
1835
|
-
/** PremiumLRS */
|
|
1836
|
-
PremiumLRS = "Premium_LRS"
|
|
1837
|
-
}
|
|
1838
|
-
/**
|
|
1839
|
-
* Defines values for FileShareStorageType. \
|
|
1840
|
-
* {@link KnownFileShareStorageType} can be used interchangeably with FileShareStorageType,
|
|
1841
|
-
* this enum contains the known values that the service supports.
|
|
1842
|
-
* ### Known values supported by the service
|
|
1843
|
-
* **Standard_LRS** \
|
|
1844
|
-
* **Standard_GRS** \
|
|
1845
|
-
* **Standard_ZRS** \
|
|
1846
|
-
* **Premium_LRS**
|
|
1847
|
-
*/
|
|
1848
|
-
export declare type FileShareStorageType = string;
|
|
1849
|
-
/** Known values of {@link PHPVersion} that the service accepts. */
|
|
1850
|
-
export declare enum KnownPHPVersion {
|
|
1851
|
-
/** Seven2 */
|
|
1852
|
-
Seven2 = "7.2",
|
|
1853
|
-
/** Seven3 */
|
|
1854
|
-
Seven3 = "7.3",
|
|
1855
|
-
/** Seven4 */
|
|
1856
|
-
Seven4 = "7.4"
|
|
1857
|
-
}
|
|
1858
|
-
/**
|
|
1859
|
-
* Defines values for PHPVersion. \
|
|
1860
|
-
* {@link KnownPHPVersion} can be used interchangeably with PHPVersion,
|
|
1861
|
-
* this enum contains the known values that the service supports.
|
|
1862
|
-
* ### Known values supported by the service
|
|
1863
|
-
* **7.2** \
|
|
1864
|
-
* **7.3** \
|
|
1865
|
-
* **7.4**
|
|
1866
|
-
*/
|
|
1867
|
-
export declare type PHPVersion = string;
|
|
1868
|
-
/** Known values of {@link SearchType} that the service accepts. */
|
|
1869
|
-
export declare enum KnownSearchType {
|
|
1870
|
-
/** Elastic */
|
|
1871
|
-
Elastic = "Elastic"
|
|
1872
|
-
}
|
|
1873
|
-
/**
|
|
1874
|
-
* Defines values for SearchType. \
|
|
1875
|
-
* {@link KnownSearchType} can be used interchangeably with SearchType,
|
|
1876
|
-
* this enum contains the known values that the service supports.
|
|
1877
|
-
* ### Known values supported by the service
|
|
1878
|
-
* **Elastic**
|
|
1879
|
-
*/
|
|
1880
|
-
export declare type SearchType = string;
|
|
1881
|
-
/** Known values of {@link RedisCacheFamily} that the service accepts. */
|
|
1882
|
-
export declare enum KnownRedisCacheFamily {
|
|
1883
|
-
/** C */
|
|
1884
|
-
C = "C",
|
|
1885
|
-
/** P */
|
|
1886
|
-
P = "P"
|
|
1887
|
-
}
|
|
1888
|
-
/**
|
|
1889
|
-
* Defines values for RedisCacheFamily. \
|
|
1890
|
-
* {@link KnownRedisCacheFamily} can be used interchangeably with RedisCacheFamily,
|
|
1891
|
-
* this enum contains the known values that the service supports.
|
|
1892
|
-
* ### Known values supported by the service
|
|
1893
|
-
* **C** \
|
|
1894
|
-
* **P**
|
|
1895
|
-
*/
|
|
1896
|
-
export declare type RedisCacheFamily = string;
|
|
1897
|
-
/** Known values of {@link EnableBackup} that the service accepts. */
|
|
1898
|
-
export declare enum KnownEnableBackup {
|
|
1899
|
-
/** Enabled */
|
|
1900
|
-
Enabled = "Enabled",
|
|
1901
|
-
/** Disabled */
|
|
1902
|
-
Disabled = "Disabled"
|
|
1903
|
-
}
|
|
1904
|
-
/**
|
|
1905
|
-
* Defines values for EnableBackup. \
|
|
1906
|
-
* {@link KnownEnableBackup} can be used interchangeably with EnableBackup,
|
|
1907
|
-
* this enum contains the known values that the service supports.
|
|
1908
|
-
* ### Known values supported by the service
|
|
1909
|
-
* **Enabled** \
|
|
1910
|
-
* **Disabled**
|
|
1911
|
-
*/
|
|
1912
|
-
export declare type EnableBackup = string;
|
|
1913
|
-
/** Known values of {@link PhpWorkloadProvisioningState} that the service accepts. */
|
|
1914
|
-
export declare enum KnownPhpWorkloadProvisioningState {
|
|
1915
|
-
/** NotSpecified */
|
|
1916
|
-
NotSpecified = "NotSpecified",
|
|
1917
|
-
/** Accepted */
|
|
1918
|
-
Accepted = "Accepted",
|
|
1919
|
-
/** Created */
|
|
1920
|
-
Created = "Created",
|
|
1921
|
-
/** Succeeded */
|
|
1922
|
-
Succeeded = "Succeeded",
|
|
1923
|
-
/** Failed */
|
|
1924
|
-
Failed = "Failed",
|
|
1925
|
-
/** Canceled */
|
|
1926
|
-
Canceled = "Canceled",
|
|
1927
|
-
/** Provisioning */
|
|
1928
|
-
Provisioning = "Provisioning",
|
|
1929
|
-
/** Deleting */
|
|
1930
|
-
Deleting = "Deleting"
|
|
1931
|
-
}
|
|
1932
|
-
/**
|
|
1933
|
-
* Defines values for PhpWorkloadProvisioningState. \
|
|
1934
|
-
* {@link KnownPhpWorkloadProvisioningState} can be used interchangeably with PhpWorkloadProvisioningState,
|
|
1935
|
-
* this enum contains the known values that the service supports.
|
|
1936
|
-
* ### Known values supported by the service
|
|
1937
|
-
* **NotSpecified** \
|
|
1938
|
-
* **Accepted** \
|
|
1939
|
-
* **Created** \
|
|
1940
|
-
* **Succeeded** \
|
|
1941
|
-
* **Failed** \
|
|
1942
|
-
* **Canceled** \
|
|
1943
|
-
* **Provisioning** \
|
|
1944
|
-
* **Deleting**
|
|
1945
|
-
*/
|
|
1946
|
-
export declare type PhpWorkloadProvisioningState = string;
|
|
1947
|
-
/** Known values of {@link WorkloadKind} that the service accepts. */
|
|
1948
|
-
export declare enum KnownWorkloadKind {
|
|
1949
|
-
/** WordPress */
|
|
1950
|
-
WordPress = "WordPress"
|
|
1951
|
-
}
|
|
1952
|
-
/**
|
|
1953
|
-
* Defines values for WorkloadKind. \
|
|
1954
|
-
* {@link KnownWorkloadKind} can be used interchangeably with WorkloadKind,
|
|
1955
|
-
* this enum contains the known values that the service supports.
|
|
1956
|
-
* ### Known values supported by the service
|
|
1957
|
-
* **WordPress**
|
|
1958
|
-
*/
|
|
1959
|
-
export declare type WorkloadKind = string;
|
|
1960
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1961
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
1962
|
-
/** None */
|
|
1963
|
-
None = "None",
|
|
1964
|
-
/** UserAssigned */
|
|
1965
|
-
UserAssigned = "UserAssigned"
|
|
1966
|
-
}
|
|
1967
|
-
/**
|
|
1968
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
1969
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1970
|
-
* this enum contains the known values that the service supports.
|
|
1971
|
-
* ### Known values supported by the service
|
|
1972
|
-
* **None** \
|
|
1973
|
-
* **UserAssigned**
|
|
1974
|
-
*/
|
|
1975
|
-
export declare type ManagedServiceIdentityType = string;
|
|
1976
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1977
|
-
export declare enum KnownCreatedByType {
|
|
1978
|
-
/** User */
|
|
1979
|
-
User = "User",
|
|
1980
|
-
/** Application */
|
|
1981
|
-
Application = "Application",
|
|
1982
|
-
/** ManagedIdentity */
|
|
1983
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1984
|
-
/** Key */
|
|
1985
|
-
Key = "Key"
|
|
1986
|
-
}
|
|
1987
|
-
/**
|
|
1988
|
-
* Defines values for CreatedByType. \
|
|
1989
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1990
|
-
* this enum contains the known values that the service supports.
|
|
1991
|
-
* ### Known values supported by the service
|
|
1992
|
-
* **User** \
|
|
1993
|
-
* **Application** \
|
|
1994
|
-
* **ManagedIdentity** \
|
|
1995
|
-
* **Key**
|
|
1996
|
-
*/
|
|
1997
|
-
export declare type CreatedByType = string;
|
|
1998
|
-
/** Known values of {@link WordpressVersions} that the service accepts. */
|
|
1999
|
-
export declare enum KnownWordpressVersions {
|
|
2000
|
-
/** Five43 */
|
|
2001
|
-
Five43 = "5.4.3",
|
|
2002
|
-
/** Five42 */
|
|
2003
|
-
Five42 = "5.4.2",
|
|
2004
|
-
/** Five41 */
|
|
2005
|
-
Five41 = "5.4.1",
|
|
2006
|
-
/** Five4 */
|
|
2007
|
-
Five4 = "5.4"
|
|
2008
|
-
}
|
|
2009
|
-
/**
|
|
2010
|
-
* Defines values for WordpressVersions. \
|
|
2011
|
-
* {@link KnownWordpressVersions} can be used interchangeably with WordpressVersions,
|
|
2012
|
-
* this enum contains the known values that the service supports.
|
|
2013
|
-
* ### Known values supported by the service
|
|
2014
|
-
* **5.4.3** \
|
|
2015
|
-
* **5.4.2** \
|
|
2016
|
-
* **5.4.1** \
|
|
2017
|
-
* **5.4**
|
|
2018
|
-
*/
|
|
2019
|
-
export declare type WordpressVersions = string;
|
|
2020
|
-
/** Known values of {@link ApplicationProvisioningState} that the service accepts. */
|
|
2021
|
-
export declare enum KnownApplicationProvisioningState {
|
|
2022
|
-
/** NotSpecified */
|
|
2023
|
-
NotSpecified = "NotSpecified",
|
|
2024
|
-
/** Accepted */
|
|
2025
|
-
Accepted = "Accepted",
|
|
2026
|
-
/** Created */
|
|
2027
|
-
Created = "Created",
|
|
2028
|
-
/** Succeeded */
|
|
2029
|
-
Succeeded = "Succeeded",
|
|
2030
|
-
/** Failed */
|
|
2031
|
-
Failed = "Failed",
|
|
2032
|
-
/** Canceled */
|
|
2033
|
-
Canceled = "Canceled",
|
|
2034
|
-
/** Installing */
|
|
2035
|
-
Installing = "Installing"
|
|
1565
|
+
export interface ProviderInstance extends ProxyResource {
|
|
1566
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1567
|
+
identity?: UserAssignedServiceIdentity;
|
|
1568
|
+
/**
|
|
1569
|
+
* State of provisioning of the provider instance
|
|
1570
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
|
+
*/
|
|
1572
|
+
readonly provisioningState?: WorkloadMonitorProvisioningState;
|
|
1573
|
+
/**
|
|
1574
|
+
* Defines the provider instance errors.
|
|
1575
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1576
|
+
*/
|
|
1577
|
+
readonly errors?: ProviderInstancePropertiesErrors;
|
|
1578
|
+
/** Defines the provider specific properties. */
|
|
1579
|
+
providerSettings?: ProviderSpecificPropertiesUnion;
|
|
1580
|
+
}
|
|
1581
|
+
/** configuration associated with SAP Landscape Monitor Dashboard. */
|
|
1582
|
+
export interface SapLandscapeMonitor extends ProxyResource {
|
|
1583
|
+
/**
|
|
1584
|
+
* State of provisioning of the SAP monitor.
|
|
1585
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1586
|
+
*/
|
|
1587
|
+
readonly provisioningState?: SapLandscapeMonitorProvisioningState;
|
|
1588
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
1589
|
+
grouping?: SapLandscapeMonitorPropertiesGrouping;
|
|
1590
|
+
/** Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard */
|
|
1591
|
+
topMetricsThresholds?: SapLandscapeMonitorMetricThresholds[];
|
|
2036
1592
|
}
|
|
2037
|
-
/**
|
|
2038
|
-
* Defines values for ApplicationProvisioningState. \
|
|
2039
|
-
* {@link KnownApplicationProvisioningState} can be used interchangeably with ApplicationProvisioningState,
|
|
2040
|
-
* this enum contains the known values that the service supports.
|
|
2041
|
-
* ### Known values supported by the service
|
|
2042
|
-
* **NotSpecified** \
|
|
2043
|
-
* **Accepted** \
|
|
2044
|
-
* **Created** \
|
|
2045
|
-
* **Succeeded** \
|
|
2046
|
-
* **Failed** \
|
|
2047
|
-
* **Canceled** \
|
|
2048
|
-
* **Installing**
|
|
2049
|
-
*/
|
|
2050
|
-
export declare type ApplicationProvisioningState = string;
|
|
2051
1593
|
/** Known values of {@link SAPEnvironmentType} that the service accepts. */
|
|
2052
1594
|
export declare enum KnownSAPEnvironmentType {
|
|
2053
1595
|
/** NonProd */
|
|
@@ -2063,7 +1605,7 @@ export declare enum KnownSAPEnvironmentType {
|
|
|
2063
1605
|
* **NonProd** \
|
|
2064
1606
|
* **Prod**
|
|
2065
1607
|
*/
|
|
2066
|
-
export
|
|
1608
|
+
export type SAPEnvironmentType = string;
|
|
2067
1609
|
/** Known values of {@link SAPProductType} that the service accepts. */
|
|
2068
1610
|
export declare enum KnownSAPProductType {
|
|
2069
1611
|
/** ECC */
|
|
@@ -2082,7 +1624,7 @@ export declare enum KnownSAPProductType {
|
|
|
2082
1624
|
* **S4HANA** \
|
|
2083
1625
|
* **Other**
|
|
2084
1626
|
*/
|
|
2085
|
-
export
|
|
1627
|
+
export type SAPProductType = string;
|
|
2086
1628
|
/** Known values of {@link SAPDeploymentType} that the service accepts. */
|
|
2087
1629
|
export declare enum KnownSAPDeploymentType {
|
|
2088
1630
|
/** SingleServer */
|
|
@@ -2098,7 +1640,7 @@ export declare enum KnownSAPDeploymentType {
|
|
|
2098
1640
|
* **SingleServer** \
|
|
2099
1641
|
* **ThreeTier**
|
|
2100
1642
|
*/
|
|
2101
|
-
export
|
|
1643
|
+
export type SAPDeploymentType = string;
|
|
2102
1644
|
/** Known values of {@link SAPDatabaseType} that the service accepts. */
|
|
2103
1645
|
export declare enum KnownSAPDatabaseType {
|
|
2104
1646
|
/** Hana */
|
|
@@ -2114,7 +1656,7 @@ export declare enum KnownSAPDatabaseType {
|
|
|
2114
1656
|
* **HANA** \
|
|
2115
1657
|
* **DB2**
|
|
2116
1658
|
*/
|
|
2117
|
-
export
|
|
1659
|
+
export type SAPDatabaseType = string;
|
|
2118
1660
|
/** Known values of {@link SAPDatabaseScaleMethod} that the service accepts. */
|
|
2119
1661
|
export declare enum KnownSAPDatabaseScaleMethod {
|
|
2120
1662
|
/** ScaleUp */
|
|
@@ -2127,7 +1669,7 @@ export declare enum KnownSAPDatabaseScaleMethod {
|
|
|
2127
1669
|
* ### Known values supported by the service
|
|
2128
1670
|
* **ScaleUp**
|
|
2129
1671
|
*/
|
|
2130
|
-
export
|
|
1672
|
+
export type SAPDatabaseScaleMethod = string;
|
|
2131
1673
|
/** Known values of {@link SAPHighAvailabilityType} that the service accepts. */
|
|
2132
1674
|
export declare enum KnownSAPHighAvailabilityType {
|
|
2133
1675
|
/** AvailabilitySet */
|
|
@@ -2143,7 +1685,54 @@ export declare enum KnownSAPHighAvailabilityType {
|
|
|
2143
1685
|
* **AvailabilitySet** \
|
|
2144
1686
|
* **AvailabilityZone**
|
|
2145
1687
|
*/
|
|
2146
|
-
export
|
|
1688
|
+
export type SAPHighAvailabilityType = string;
|
|
1689
|
+
/** Known values of {@link DiskSkuName} that the service accepts. */
|
|
1690
|
+
export declare enum KnownDiskSkuName {
|
|
1691
|
+
/** StandardLRS */
|
|
1692
|
+
StandardLRS = "Standard_LRS",
|
|
1693
|
+
/** PremiumLRS */
|
|
1694
|
+
PremiumLRS = "Premium_LRS",
|
|
1695
|
+
/** StandardSSDLRS */
|
|
1696
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
1697
|
+
/** UltraSSDLRS */
|
|
1698
|
+
UltraSSDLRS = "UltraSSD_LRS",
|
|
1699
|
+
/** PremiumZRS */
|
|
1700
|
+
PremiumZRS = "Premium_ZRS",
|
|
1701
|
+
/** StandardSSDZRS */
|
|
1702
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
1703
|
+
/** PremiumV2LRS */
|
|
1704
|
+
PremiumV2LRS = "PremiumV2_LRS"
|
|
1705
|
+
}
|
|
1706
|
+
/**
|
|
1707
|
+
* Defines values for DiskSkuName. \
|
|
1708
|
+
* {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
|
|
1709
|
+
* this enum contains the known values that the service supports.
|
|
1710
|
+
* ### Known values supported by the service
|
|
1711
|
+
* **Standard_LRS** \
|
|
1712
|
+
* **Premium_LRS** \
|
|
1713
|
+
* **StandardSSD_LRS** \
|
|
1714
|
+
* **UltraSSD_LRS** \
|
|
1715
|
+
* **Premium_ZRS** \
|
|
1716
|
+
* **StandardSSD_ZRS** \
|
|
1717
|
+
* **PremiumV2_LRS**
|
|
1718
|
+
*/
|
|
1719
|
+
export type DiskSkuName = string;
|
|
1720
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1721
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1722
|
+
/** None */
|
|
1723
|
+
None = "None",
|
|
1724
|
+
/** UserAssigned */
|
|
1725
|
+
UserAssigned = "UserAssigned"
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1729
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1730
|
+
* this enum contains the known values that the service supports.
|
|
1731
|
+
* ### Known values supported by the service
|
|
1732
|
+
* **None** \
|
|
1733
|
+
* **UserAssigned**
|
|
1734
|
+
*/
|
|
1735
|
+
export type ManagedServiceIdentityType = string;
|
|
2147
1736
|
/** Known values of {@link SAPConfigurationType} that the service accepts. */
|
|
2148
1737
|
export declare enum KnownSAPConfigurationType {
|
|
2149
1738
|
/** Deployment */
|
|
@@ -2162,7 +1751,7 @@ export declare enum KnownSAPConfigurationType {
|
|
|
2162
1751
|
* **Discovery** \
|
|
2163
1752
|
* **DeploymentWithOSConfig**
|
|
2164
1753
|
*/
|
|
2165
|
-
export
|
|
1754
|
+
export type SAPConfigurationType = string;
|
|
2166
1755
|
/** Known values of {@link SAPVirtualInstanceStatus} that the service accepts. */
|
|
2167
1756
|
export declare enum KnownSAPVirtualInstanceStatus {
|
|
2168
1757
|
/** Starting */
|
|
@@ -2176,7 +1765,9 @@ export declare enum KnownSAPVirtualInstanceStatus {
|
|
|
2176
1765
|
/** PartiallyRunning */
|
|
2177
1766
|
PartiallyRunning = "PartiallyRunning",
|
|
2178
1767
|
/** Unavailable */
|
|
2179
|
-
Unavailable = "Unavailable"
|
|
1768
|
+
Unavailable = "Unavailable",
|
|
1769
|
+
/** SoftShutdown */
|
|
1770
|
+
SoftShutdown = "SoftShutdown"
|
|
2180
1771
|
}
|
|
2181
1772
|
/**
|
|
2182
1773
|
* Defines values for SAPVirtualInstanceStatus. \
|
|
@@ -2188,9 +1779,10 @@ export declare enum KnownSAPVirtualInstanceStatus {
|
|
|
2188
1779
|
* **Stopping** \
|
|
2189
1780
|
* **Offline** \
|
|
2190
1781
|
* **PartiallyRunning** \
|
|
2191
|
-
* **Unavailable**
|
|
1782
|
+
* **Unavailable** \
|
|
1783
|
+
* **SoftShutdown**
|
|
2192
1784
|
*/
|
|
2193
|
-
export
|
|
1785
|
+
export type SAPVirtualInstanceStatus = string;
|
|
2194
1786
|
/** Known values of {@link SAPHealthState} that the service accepts. */
|
|
2195
1787
|
export declare enum KnownSAPHealthState {
|
|
2196
1788
|
/** Unknown */
|
|
@@ -2212,7 +1804,7 @@ export declare enum KnownSAPHealthState {
|
|
|
2212
1804
|
* **Unhealthy** \
|
|
2213
1805
|
* **Degraded**
|
|
2214
1806
|
*/
|
|
2215
|
-
export
|
|
1807
|
+
export type SAPHealthState = string;
|
|
2216
1808
|
/** Known values of {@link SAPVirtualInstanceState} that the service accepts. */
|
|
2217
1809
|
export declare enum KnownSAPVirtualInstanceState {
|
|
2218
1810
|
/** InfrastructureDeploymentPending */
|
|
@@ -2227,6 +1819,10 @@ export declare enum KnownSAPVirtualInstanceState {
|
|
|
2227
1819
|
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
2228
1820
|
/** SoftwareInstallationFailed */
|
|
2229
1821
|
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
1822
|
+
/** SoftwareDetectionInProgress */
|
|
1823
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
1824
|
+
/** SoftwareDetectionFailed */
|
|
1825
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
2230
1826
|
/** DiscoveryPending */
|
|
2231
1827
|
DiscoveryPending = "DiscoveryPending",
|
|
2232
1828
|
/** DiscoveryInProgress */
|
|
@@ -2247,12 +1843,14 @@ export declare enum KnownSAPVirtualInstanceState {
|
|
|
2247
1843
|
* **SoftwareInstallationPending** \
|
|
2248
1844
|
* **SoftwareInstallationInProgress** \
|
|
2249
1845
|
* **SoftwareInstallationFailed** \
|
|
1846
|
+
* **SoftwareDetectionInProgress** \
|
|
1847
|
+
* **SoftwareDetectionFailed** \
|
|
2250
1848
|
* **DiscoveryPending** \
|
|
2251
1849
|
* **DiscoveryInProgress** \
|
|
2252
1850
|
* **DiscoveryFailed** \
|
|
2253
1851
|
* **RegistrationComplete**
|
|
2254
1852
|
*/
|
|
2255
|
-
export
|
|
1853
|
+
export type SAPVirtualInstanceState = string;
|
|
2256
1854
|
/** Known values of {@link SapVirtualInstanceProvisioningState} that the service accepts. */
|
|
2257
1855
|
export declare enum KnownSapVirtualInstanceProvisioningState {
|
|
2258
1856
|
/** Succeeded */
|
|
@@ -2277,7 +1875,29 @@ export declare enum KnownSapVirtualInstanceProvisioningState {
|
|
|
2277
1875
|
* **Failed** \
|
|
2278
1876
|
* **Deleting**
|
|
2279
1877
|
*/
|
|
2280
|
-
export
|
|
1878
|
+
export type SapVirtualInstanceProvisioningState = string;
|
|
1879
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1880
|
+
export declare enum KnownCreatedByType {
|
|
1881
|
+
/** User */
|
|
1882
|
+
User = "User",
|
|
1883
|
+
/** Application */
|
|
1884
|
+
Application = "Application",
|
|
1885
|
+
/** ManagedIdentity */
|
|
1886
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1887
|
+
/** Key */
|
|
1888
|
+
Key = "Key"
|
|
1889
|
+
}
|
|
1890
|
+
/**
|
|
1891
|
+
* Defines values for CreatedByType. \
|
|
1892
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1893
|
+
* this enum contains the known values that the service supports.
|
|
1894
|
+
* ### Known values supported by the service
|
|
1895
|
+
* **User** \
|
|
1896
|
+
* **Application** \
|
|
1897
|
+
* **ManagedIdentity** \
|
|
1898
|
+
* **Key**
|
|
1899
|
+
*/
|
|
1900
|
+
export type CreatedByType = string;
|
|
2281
1901
|
/** Known values of {@link EnqueueReplicationServerType} that the service accepts. */
|
|
2282
1902
|
export declare enum KnownEnqueueReplicationServerType {
|
|
2283
1903
|
/** EnqueueReplicator1 */
|
|
@@ -2293,7 +1913,7 @@ export declare enum KnownEnqueueReplicationServerType {
|
|
|
2293
1913
|
* **EnqueueReplicator1** \
|
|
2294
1914
|
* **EnqueueReplicator2**
|
|
2295
1915
|
*/
|
|
2296
|
-
export
|
|
1916
|
+
export type EnqueueReplicationServerType = string;
|
|
2297
1917
|
/** Known values of {@link CentralServerVirtualMachineType} that the service accepts. */
|
|
2298
1918
|
export declare enum KnownCentralServerVirtualMachineType {
|
|
2299
1919
|
/** Primary */
|
|
@@ -2324,39 +1944,26 @@ export declare enum KnownCentralServerVirtualMachineType {
|
|
|
2324
1944
|
* **ERS** \
|
|
2325
1945
|
* **Standby**
|
|
2326
1946
|
*/
|
|
2327
|
-
export
|
|
2328
|
-
/** Known values of {@link
|
|
2329
|
-
export declare enum
|
|
2330
|
-
/**
|
|
2331
|
-
|
|
2332
|
-
/**
|
|
2333
|
-
|
|
2334
|
-
/**
|
|
2335
|
-
|
|
2336
|
-
}
|
|
2337
|
-
/**
|
|
2338
|
-
* Defines values for Origin. \
|
|
2339
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2340
|
-
* this enum contains the known values that the service supports.
|
|
2341
|
-
* ### Known values supported by the service
|
|
2342
|
-
* **user** \
|
|
2343
|
-
* **system** \
|
|
2344
|
-
* **user,system**
|
|
2345
|
-
*/
|
|
2346
|
-
export declare type Origin = string;
|
|
2347
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
2348
|
-
export declare enum KnownActionType {
|
|
2349
|
-
/** Internal */
|
|
2350
|
-
Internal = "Internal"
|
|
1947
|
+
export type CentralServerVirtualMachineType = string;
|
|
1948
|
+
/** Known values of {@link ApplicationServerVirtualMachineType} that the service accepts. */
|
|
1949
|
+
export declare enum KnownApplicationServerVirtualMachineType {
|
|
1950
|
+
/** Active */
|
|
1951
|
+
Active = "Active",
|
|
1952
|
+
/** Standby */
|
|
1953
|
+
Standby = "Standby",
|
|
1954
|
+
/** Unknown */
|
|
1955
|
+
Unknown = "Unknown"
|
|
2351
1956
|
}
|
|
2352
1957
|
/**
|
|
2353
|
-
* Defines values for
|
|
2354
|
-
* {@link
|
|
1958
|
+
* Defines values for ApplicationServerVirtualMachineType. \
|
|
1959
|
+
* {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
|
|
2355
1960
|
* this enum contains the known values that the service supports.
|
|
2356
1961
|
* ### Known values supported by the service
|
|
2357
|
-
* **
|
|
1962
|
+
* **Active** \
|
|
1963
|
+
* **Standby** \
|
|
1964
|
+
* **Unknown**
|
|
2358
1965
|
*/
|
|
2359
|
-
export
|
|
1966
|
+
export type ApplicationServerVirtualMachineType = string;
|
|
2360
1967
|
/** Known values of {@link WorkloadMonitorProvisioningState} that the service accepts. */
|
|
2361
1968
|
export declare enum KnownWorkloadMonitorProvisioningState {
|
|
2362
1969
|
/** Accepted */
|
|
@@ -2387,7 +1994,7 @@ export declare enum KnownWorkloadMonitorProvisioningState {
|
|
|
2387
1994
|
* **Deleting** \
|
|
2388
1995
|
* **Migrating**
|
|
2389
1996
|
*/
|
|
2390
|
-
export
|
|
1997
|
+
export type WorkloadMonitorProvisioningState = string;
|
|
2391
1998
|
/** Known values of {@link RoutingPreference} that the service accepts. */
|
|
2392
1999
|
export declare enum KnownRoutingPreference {
|
|
2393
2000
|
/** Default */
|
|
@@ -2403,61 +2010,64 @@ export declare enum KnownRoutingPreference {
|
|
|
2403
2010
|
* **Default** \
|
|
2404
2011
|
* **RouteAll**
|
|
2405
2012
|
*/
|
|
2406
|
-
export
|
|
2407
|
-
/** Known values of {@link
|
|
2408
|
-
export declare enum
|
|
2409
|
-
/**
|
|
2410
|
-
|
|
2411
|
-
/**
|
|
2412
|
-
|
|
2013
|
+
export type RoutingPreference = string;
|
|
2014
|
+
/** Known values of {@link SapLandscapeMonitorProvisioningState} that the service accepts. */
|
|
2015
|
+
export declare enum KnownSapLandscapeMonitorProvisioningState {
|
|
2016
|
+
/** Accepted */
|
|
2017
|
+
Accepted = "Accepted",
|
|
2018
|
+
/** Created */
|
|
2019
|
+
Created = "Created",
|
|
2020
|
+
/** Failed */
|
|
2021
|
+
Failed = "Failed",
|
|
2022
|
+
/** Succeeded */
|
|
2023
|
+
Succeeded = "Succeeded",
|
|
2024
|
+
/** Canceled */
|
|
2025
|
+
Canceled = "Canceled"
|
|
2413
2026
|
}
|
|
2414
2027
|
/**
|
|
2415
|
-
* Defines values for
|
|
2416
|
-
* {@link
|
|
2028
|
+
* Defines values for SapLandscapeMonitorProvisioningState. \
|
|
2029
|
+
* {@link KnownSapLandscapeMonitorProvisioningState} can be used interchangeably with SapLandscapeMonitorProvisioningState,
|
|
2417
2030
|
* this enum contains the known values that the service supports.
|
|
2418
2031
|
* ### Known values supported by the service
|
|
2419
|
-
* **
|
|
2420
|
-
* **
|
|
2032
|
+
* **Accepted** \
|
|
2033
|
+
* **Created** \
|
|
2034
|
+
* **Failed** \
|
|
2035
|
+
* **Succeeded** \
|
|
2036
|
+
* **Canceled**
|
|
2421
2037
|
*/
|
|
2422
|
-
export
|
|
2423
|
-
/** Known values of {@link
|
|
2424
|
-
export declare enum
|
|
2425
|
-
/**
|
|
2426
|
-
|
|
2427
|
-
/**
|
|
2428
|
-
|
|
2429
|
-
/**
|
|
2430
|
-
|
|
2038
|
+
export type SapLandscapeMonitorProvisioningState = string;
|
|
2039
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
2040
|
+
export declare enum KnownOrigin {
|
|
2041
|
+
/** User */
|
|
2042
|
+
User = "user",
|
|
2043
|
+
/** System */
|
|
2044
|
+
System = "system",
|
|
2045
|
+
/** UserSystem */
|
|
2046
|
+
UserSystem = "user,system"
|
|
2431
2047
|
}
|
|
2432
2048
|
/**
|
|
2433
|
-
* Defines values for
|
|
2434
|
-
* {@link
|
|
2049
|
+
* Defines values for Origin. \
|
|
2050
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2435
2051
|
* this enum contains the known values that the service supports.
|
|
2436
2052
|
* ### Known values supported by the service
|
|
2437
|
-
* **
|
|
2438
|
-
* **
|
|
2439
|
-
* **
|
|
2053
|
+
* **user** \
|
|
2054
|
+
* **system** \
|
|
2055
|
+
* **user,system**
|
|
2440
2056
|
*/
|
|
2441
|
-
export
|
|
2442
|
-
/** Known values of {@link
|
|
2443
|
-
export declare enum
|
|
2444
|
-
/**
|
|
2445
|
-
|
|
2446
|
-
/** QuotaId */
|
|
2447
|
-
QuotaId = "QuotaId",
|
|
2448
|
-
/** NotAvailableForSubscription */
|
|
2449
|
-
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
2057
|
+
export type Origin = string;
|
|
2058
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
2059
|
+
export declare enum KnownActionType {
|
|
2060
|
+
/** Internal */
|
|
2061
|
+
Internal = "Internal"
|
|
2450
2062
|
}
|
|
2451
2063
|
/**
|
|
2452
|
-
* Defines values for
|
|
2453
|
-
* {@link
|
|
2064
|
+
* Defines values for ActionType. \
|
|
2065
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
2454
2066
|
* this enum contains the known values that the service supports.
|
|
2455
2067
|
* ### Known values supported by the service
|
|
2456
|
-
* **
|
|
2457
|
-
* **QuotaId** \
|
|
2458
|
-
* **NotAvailableForSubscription**
|
|
2068
|
+
* **Internal**
|
|
2459
2069
|
*/
|
|
2460
|
-
export
|
|
2070
|
+
export type ActionType = string;
|
|
2461
2071
|
/** Known values of {@link OSType} that the service accepts. */
|
|
2462
2072
|
export declare enum KnownOSType {
|
|
2463
2073
|
/** Linux */
|
|
@@ -2473,13 +2083,47 @@ export declare enum KnownOSType {
|
|
|
2473
2083
|
* **Linux** \
|
|
2474
2084
|
* **Windows**
|
|
2475
2085
|
*/
|
|
2476
|
-
export
|
|
2086
|
+
export type OSType = string;
|
|
2087
|
+
/** Known values of {@link NamingPatternType} that the service accepts. */
|
|
2088
|
+
export declare enum KnownNamingPatternType {
|
|
2089
|
+
/** FullResourceName */
|
|
2090
|
+
FullResourceName = "FullResourceName"
|
|
2091
|
+
}
|
|
2092
|
+
/**
|
|
2093
|
+
* Defines values for NamingPatternType. \
|
|
2094
|
+
* {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
|
|
2095
|
+
* this enum contains the known values that the service supports.
|
|
2096
|
+
* ### Known values supported by the service
|
|
2097
|
+
* **FullResourceName**
|
|
2098
|
+
*/
|
|
2099
|
+
export type NamingPatternType = string;
|
|
2100
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
2101
|
+
export declare enum KnownConfigurationType {
|
|
2102
|
+
/** Skip */
|
|
2103
|
+
Skip = "Skip",
|
|
2104
|
+
/** CreateAndMount */
|
|
2105
|
+
CreateAndMount = "CreateAndMount",
|
|
2106
|
+
/** Mount */
|
|
2107
|
+
Mount = "Mount"
|
|
2108
|
+
}
|
|
2109
|
+
/**
|
|
2110
|
+
* Defines values for ConfigurationType. \
|
|
2111
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
2112
|
+
* this enum contains the known values that the service supports.
|
|
2113
|
+
* ### Known values supported by the service
|
|
2114
|
+
* **Skip** \
|
|
2115
|
+
* **CreateAndMount** \
|
|
2116
|
+
* **Mount**
|
|
2117
|
+
*/
|
|
2118
|
+
export type ConfigurationType = string;
|
|
2477
2119
|
/** Known values of {@link SAPSoftwareInstallationType} that the service accepts. */
|
|
2478
2120
|
export declare enum KnownSAPSoftwareInstallationType {
|
|
2479
2121
|
/** ServiceInitiated */
|
|
2480
2122
|
ServiceInitiated = "ServiceInitiated",
|
|
2481
2123
|
/** SAPInstallWithoutOSConfig */
|
|
2482
|
-
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig"
|
|
2124
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
2125
|
+
/** External */
|
|
2126
|
+
External = "External"
|
|
2483
2127
|
}
|
|
2484
2128
|
/**
|
|
2485
2129
|
* Defines values for SAPSoftwareInstallationType. \
|
|
@@ -2487,9 +2131,10 @@ export declare enum KnownSAPSoftwareInstallationType {
|
|
|
2487
2131
|
* this enum contains the known values that the service supports.
|
|
2488
2132
|
* ### Known values supported by the service
|
|
2489
2133
|
* **ServiceInitiated** \
|
|
2490
|
-
* **SAPInstallWithoutOSConfig**
|
|
2134
|
+
* **SAPInstallWithoutOSConfig** \
|
|
2135
|
+
* **External**
|
|
2491
2136
|
*/
|
|
2492
|
-
export
|
|
2137
|
+
export type SAPSoftwareInstallationType = string;
|
|
2493
2138
|
/** Known values of {@link OperationProperties} that the service accepts. */
|
|
2494
2139
|
export declare enum KnownOperationProperties {
|
|
2495
2140
|
/** NotSpecified */
|
|
@@ -2508,7 +2153,7 @@ export declare enum KnownOperationProperties {
|
|
|
2508
2153
|
* **User** \
|
|
2509
2154
|
* **System**
|
|
2510
2155
|
*/
|
|
2511
|
-
export
|
|
2156
|
+
export type OperationProperties = string;
|
|
2512
2157
|
/** Known values of {@link WorkloadMonitorActionType} that the service accepts. */
|
|
2513
2158
|
export declare enum KnownWorkloadMonitorActionType {
|
|
2514
2159
|
/** NotSpecified */
|
|
@@ -2524,138 +2169,57 @@ export declare enum KnownWorkloadMonitorActionType {
|
|
|
2524
2169
|
* **NotSpecified** \
|
|
2525
2170
|
* **Internal**
|
|
2526
2171
|
*/
|
|
2527
|
-
export
|
|
2528
|
-
/** Known values of {@link
|
|
2529
|
-
export declare enum
|
|
2530
|
-
/**
|
|
2531
|
-
|
|
2532
|
-
/**
|
|
2533
|
-
|
|
2534
|
-
/**
|
|
2535
|
-
|
|
2172
|
+
export type WorkloadMonitorActionType = string;
|
|
2173
|
+
/** Known values of {@link SslPreference} that the service accepts. */
|
|
2174
|
+
export declare enum KnownSslPreference {
|
|
2175
|
+
/** Disabled */
|
|
2176
|
+
Disabled = "Disabled",
|
|
2177
|
+
/** RootCertificate */
|
|
2178
|
+
RootCertificate = "RootCertificate",
|
|
2179
|
+
/** ServerCertificate */
|
|
2180
|
+
ServerCertificate = "ServerCertificate"
|
|
2536
2181
|
}
|
|
2537
2182
|
/**
|
|
2538
|
-
* Defines values for
|
|
2539
|
-
* {@link
|
|
2183
|
+
* Defines values for SslPreference. \
|
|
2184
|
+
* {@link KnownSslPreference} can be used interchangeably with SslPreference,
|
|
2540
2185
|
* this enum contains the known values that the service supports.
|
|
2541
2186
|
* ### Known values supported by the service
|
|
2542
|
-
* **
|
|
2543
|
-
* **
|
|
2544
|
-
* **
|
|
2187
|
+
* **Disabled** \
|
|
2188
|
+
* **RootCertificate** \
|
|
2189
|
+
* **ServerCertificate**
|
|
2545
2190
|
*/
|
|
2546
|
-
export
|
|
2547
|
-
/** Defines values for DiskStorageType. */
|
|
2548
|
-
export declare type DiskStorageType = "Premium_LRS" | "Standard_LRS" | "StandardSSD_LRS";
|
|
2549
|
-
/** Defines values for DatabaseTier. */
|
|
2550
|
-
export declare type DatabaseTier = "Burstable" | "GeneralPurpose" | "MemoryOptimized";
|
|
2551
|
-
/** Defines values for SkuTier. */
|
|
2552
|
-
export declare type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
2553
|
-
/** Optional parameters. */
|
|
2554
|
-
export interface PhpWorkloadsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2555
|
-
}
|
|
2556
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2557
|
-
export declare type PhpWorkloadsListBySubscriptionResponse = PhpWorkloadResourceList;
|
|
2558
|
-
/** Optional parameters. */
|
|
2559
|
-
export interface PhpWorkloadsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2560
|
-
}
|
|
2561
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2562
|
-
export declare type PhpWorkloadsListByResourceGroupResponse = PhpWorkloadResourceList;
|
|
2563
|
-
/** Optional parameters. */
|
|
2564
|
-
export interface PhpWorkloadsGetOptionalParams extends coreClient.OperationOptions {
|
|
2565
|
-
}
|
|
2566
|
-
/** Contains response data for the get operation. */
|
|
2567
|
-
export declare type PhpWorkloadsGetResponse = PhpWorkloadResource;
|
|
2568
|
-
/** Optional parameters. */
|
|
2569
|
-
export interface PhpWorkloadsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2570
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2571
|
-
updateIntervalInMs?: number;
|
|
2572
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2573
|
-
resumeFrom?: string;
|
|
2574
|
-
}
|
|
2575
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2576
|
-
export declare type PhpWorkloadsCreateOrUpdateResponse = PhpWorkloadResource;
|
|
2577
|
-
/** Optional parameters. */
|
|
2578
|
-
export interface PhpWorkloadsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2579
|
-
}
|
|
2580
|
-
/** Contains response data for the update operation. */
|
|
2581
|
-
export declare type PhpWorkloadsUpdateResponse = PhpWorkloadResource;
|
|
2582
|
-
/** Optional parameters. */
|
|
2583
|
-
export interface PhpWorkloadsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2584
|
-
/** Whether to delete infra along with workload resource. */
|
|
2585
|
-
deleteInfra?: string;
|
|
2586
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2587
|
-
updateIntervalInMs?: number;
|
|
2588
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2589
|
-
resumeFrom?: string;
|
|
2590
|
-
}
|
|
2591
|
-
/** Optional parameters. */
|
|
2592
|
-
export interface PhpWorkloadsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2593
|
-
}
|
|
2594
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2595
|
-
export declare type PhpWorkloadsListBySubscriptionNextResponse = PhpWorkloadResourceList;
|
|
2596
|
-
/** Optional parameters. */
|
|
2597
|
-
export interface PhpWorkloadsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2598
|
-
}
|
|
2599
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2600
|
-
export declare type PhpWorkloadsListByResourceGroupNextResponse = PhpWorkloadResourceList;
|
|
2601
|
-
/** Optional parameters. */
|
|
2602
|
-
export interface WordpressInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
2603
|
-
}
|
|
2604
|
-
/** Contains response data for the list operation. */
|
|
2605
|
-
export declare type WordpressInstancesListResponse = WordpressInstanceResourceList;
|
|
2606
|
-
/** Optional parameters. */
|
|
2607
|
-
export interface WordpressInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2608
|
-
}
|
|
2609
|
-
/** Contains response data for the get operation. */
|
|
2610
|
-
export declare type WordpressInstancesGetResponse = WordpressInstanceResource;
|
|
2611
|
-
/** Optional parameters. */
|
|
2612
|
-
export interface WordpressInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2613
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2614
|
-
updateIntervalInMs?: number;
|
|
2615
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2616
|
-
resumeFrom?: string;
|
|
2617
|
-
}
|
|
2618
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2619
|
-
export declare type WordpressInstancesCreateOrUpdateResponse = WordpressInstanceResource;
|
|
2620
|
-
/** Optional parameters. */
|
|
2621
|
-
export interface WordpressInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2622
|
-
}
|
|
2623
|
-
/** Optional parameters. */
|
|
2624
|
-
export interface WordpressInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2625
|
-
}
|
|
2626
|
-
/** Contains response data for the listNext operation. */
|
|
2627
|
-
export declare type WordpressInstancesListNextResponse = WordpressInstanceResourceList;
|
|
2191
|
+
export type SslPreference = string;
|
|
2628
2192
|
/** Optional parameters. */
|
|
2629
2193
|
export interface SAPSizingRecommendationsOptionalParams extends coreClient.OperationOptions {
|
|
2630
2194
|
/** SAP Sizing Recommendation Request body */
|
|
2631
2195
|
sAPSizingRecommendation?: SAPSizingRecommendationRequest;
|
|
2632
2196
|
}
|
|
2633
2197
|
/** Contains response data for the sAPSizingRecommendations operation. */
|
|
2634
|
-
export
|
|
2198
|
+
export type SAPSizingRecommendationsResponse = SAPSizingRecommendationResultUnion;
|
|
2635
2199
|
/** Optional parameters. */
|
|
2636
2200
|
export interface SAPSupportedSkuOptionalParams extends coreClient.OperationOptions {
|
|
2637
2201
|
/** SAP Supported SKU Request body */
|
|
2638
2202
|
sAPSupportedSku?: SAPSupportedSkusRequest;
|
|
2639
2203
|
}
|
|
2640
2204
|
/** Contains response data for the sAPSupportedSku operation. */
|
|
2641
|
-
export
|
|
2205
|
+
export type SAPSupportedSkuResponse = SAPSupportedResourceSkusResult;
|
|
2642
2206
|
/** Optional parameters. */
|
|
2643
2207
|
export interface SAPDiskConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
2644
2208
|
/** SAP Disk Configurations Request body */
|
|
2645
2209
|
sAPDiskConfigurations?: SAPDiskConfigurationsRequest;
|
|
2646
2210
|
}
|
|
2647
2211
|
/** Contains response data for the sAPDiskConfigurations operation. */
|
|
2648
|
-
export
|
|
2212
|
+
export type SAPDiskConfigurationsResponse = SAPDiskConfigurationsResult;
|
|
2649
2213
|
/** Optional parameters. */
|
|
2650
2214
|
export interface SAPAvailabilityZoneDetailsOptionalParams extends coreClient.OperationOptions {
|
|
2651
2215
|
/** SAP Availability Zone Details Request body */
|
|
2652
2216
|
sAPAvailabilityZoneDetails?: SAPAvailabilityZoneDetailsRequest;
|
|
2653
2217
|
}
|
|
2654
2218
|
/** Contains response data for the sAPAvailabilityZoneDetails operation. */
|
|
2655
|
-
export
|
|
2219
|
+
export type SAPAvailabilityZoneDetailsResponse = SAPAvailabilityZoneDetailsResult;
|
|
2656
2220
|
/** Optional parameters. */
|
|
2657
2221
|
export interface SAPVirtualInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2658
|
-
/**
|
|
2222
|
+
/** Virtual Instance for SAP solutions resource request body. */
|
|
2659
2223
|
body?: SAPVirtualInstance;
|
|
2660
2224
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2661
2225
|
updateIntervalInMs?: number;
|
|
@@ -2663,19 +2227,19 @@ export interface SAPVirtualInstancesCreateOptionalParams extends coreClient.Oper
|
|
|
2663
2227
|
resumeFrom?: string;
|
|
2664
2228
|
}
|
|
2665
2229
|
/** Contains response data for the create operation. */
|
|
2666
|
-
export
|
|
2230
|
+
export type SAPVirtualInstancesCreateResponse = SAPVirtualInstance;
|
|
2667
2231
|
/** Optional parameters. */
|
|
2668
2232
|
export interface SAPVirtualInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2669
2233
|
}
|
|
2670
2234
|
/** Contains response data for the get operation. */
|
|
2671
|
-
export
|
|
2235
|
+
export type SAPVirtualInstancesGetResponse = SAPVirtualInstance;
|
|
2672
2236
|
/** Optional parameters. */
|
|
2673
2237
|
export interface SAPVirtualInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2674
|
-
/**
|
|
2238
|
+
/** Request body to update a Virtual Instance for SAP solutions resource. */
|
|
2675
2239
|
body?: UpdateSAPVirtualInstanceRequest;
|
|
2676
2240
|
}
|
|
2677
2241
|
/** Contains response data for the update operation. */
|
|
2678
|
-
export
|
|
2242
|
+
export type SAPVirtualInstancesUpdateResponse = SAPVirtualInstance;
|
|
2679
2243
|
/** Optional parameters. */
|
|
2680
2244
|
export interface SAPVirtualInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2681
2245
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2684,17 +2248,17 @@ export interface SAPVirtualInstancesDeleteOptionalParams extends coreClient.Oper
|
|
|
2684
2248
|
resumeFrom?: string;
|
|
2685
2249
|
}
|
|
2686
2250
|
/** Contains response data for the delete operation. */
|
|
2687
|
-
export
|
|
2251
|
+
export type SAPVirtualInstancesDeleteResponse = OperationStatusResult;
|
|
2688
2252
|
/** Optional parameters. */
|
|
2689
2253
|
export interface SAPVirtualInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2690
2254
|
}
|
|
2691
2255
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2692
|
-
export
|
|
2256
|
+
export type SAPVirtualInstancesListByResourceGroupResponse = SAPVirtualInstanceList;
|
|
2693
2257
|
/** Optional parameters. */
|
|
2694
2258
|
export interface SAPVirtualInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2695
2259
|
}
|
|
2696
2260
|
/** Contains response data for the listBySubscription operation. */
|
|
2697
|
-
export
|
|
2261
|
+
export type SAPVirtualInstancesListBySubscriptionResponse = SAPVirtualInstanceList;
|
|
2698
2262
|
/** Optional parameters. */
|
|
2699
2263
|
export interface SAPVirtualInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
2700
2264
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2703,10 +2267,10 @@ export interface SAPVirtualInstancesStartOptionalParams extends coreClient.Opera
|
|
|
2703
2267
|
resumeFrom?: string;
|
|
2704
2268
|
}
|
|
2705
2269
|
/** Contains response data for the start operation. */
|
|
2706
|
-
export
|
|
2270
|
+
export type SAPVirtualInstancesStartResponse = OperationStatusResult;
|
|
2707
2271
|
/** Optional parameters. */
|
|
2708
2272
|
export interface SAPVirtualInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
2709
|
-
/** The Virtual
|
|
2273
|
+
/** The Virtual Instance for SAP solutions resource stop request body. */
|
|
2710
2274
|
body?: StopRequest;
|
|
2711
2275
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2712
2276
|
updateIntervalInMs?: number;
|
|
@@ -2714,25 +2278,25 @@ export interface SAPVirtualInstancesStopOptionalParams extends coreClient.Operat
|
|
|
2714
2278
|
resumeFrom?: string;
|
|
2715
2279
|
}
|
|
2716
2280
|
/** Contains response data for the stop operation. */
|
|
2717
|
-
export
|
|
2281
|
+
export type SAPVirtualInstancesStopResponse = OperationStatusResult;
|
|
2718
2282
|
/** Optional parameters. */
|
|
2719
2283
|
export interface SAPVirtualInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2720
2284
|
}
|
|
2721
2285
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2722
|
-
export
|
|
2286
|
+
export type SAPVirtualInstancesListByResourceGroupNextResponse = SAPVirtualInstanceList;
|
|
2723
2287
|
/** Optional parameters. */
|
|
2724
2288
|
export interface SAPVirtualInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2725
2289
|
}
|
|
2726
2290
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2727
|
-
export
|
|
2291
|
+
export type SAPVirtualInstancesListBySubscriptionNextResponse = SAPVirtualInstanceList;
|
|
2728
2292
|
/** Optional parameters. */
|
|
2729
2293
|
export interface SAPCentralInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2730
2294
|
}
|
|
2731
2295
|
/** Contains response data for the get operation. */
|
|
2732
|
-
export
|
|
2296
|
+
export type SAPCentralInstancesGetResponse = SAPCentralServerInstance;
|
|
2733
2297
|
/** Optional parameters. */
|
|
2734
2298
|
export interface SAPCentralInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2735
|
-
/** The SAP Central
|
|
2299
|
+
/** The SAP Central Services Instance request body. */
|
|
2736
2300
|
body?: SAPCentralServerInstance;
|
|
2737
2301
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2738
2302
|
updateIntervalInMs?: number;
|
|
@@ -2740,10 +2304,10 @@ export interface SAPCentralInstancesCreateOptionalParams extends coreClient.Oper
|
|
|
2740
2304
|
resumeFrom?: string;
|
|
2741
2305
|
}
|
|
2742
2306
|
/** Contains response data for the create operation. */
|
|
2743
|
-
export
|
|
2307
|
+
export type SAPCentralInstancesCreateResponse = SAPCentralServerInstance;
|
|
2744
2308
|
/** Optional parameters. */
|
|
2745
2309
|
export interface SAPCentralInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2746
|
-
/** The SAP Central
|
|
2310
|
+
/** The SAP Central Services Instance resource request body. */
|
|
2747
2311
|
body?: UpdateSAPCentralInstanceRequest;
|
|
2748
2312
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2749
2313
|
updateIntervalInMs?: number;
|
|
@@ -2751,7 +2315,7 @@ export interface SAPCentralInstancesUpdateOptionalParams extends coreClient.Oper
|
|
|
2751
2315
|
resumeFrom?: string;
|
|
2752
2316
|
}
|
|
2753
2317
|
/** Contains response data for the update operation. */
|
|
2754
|
-
export
|
|
2318
|
+
export type SAPCentralInstancesUpdateResponse = SAPCentralServerInstance;
|
|
2755
2319
|
/** Optional parameters. */
|
|
2756
2320
|
export interface SAPCentralInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2757
2321
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2760,25 +2324,45 @@ export interface SAPCentralInstancesDeleteOptionalParams extends coreClient.Oper
|
|
|
2760
2324
|
resumeFrom?: string;
|
|
2761
2325
|
}
|
|
2762
2326
|
/** Contains response data for the delete operation. */
|
|
2763
|
-
export
|
|
2327
|
+
export type SAPCentralInstancesDeleteResponse = OperationStatusResult;
|
|
2764
2328
|
/** Optional parameters. */
|
|
2765
2329
|
export interface SAPCentralInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
2766
2330
|
}
|
|
2767
2331
|
/** Contains response data for the list operation. */
|
|
2768
|
-
export
|
|
2332
|
+
export type SAPCentralInstancesListResponse = SAPCentralInstanceList;
|
|
2333
|
+
/** Optional parameters. */
|
|
2334
|
+
export interface SAPCentralInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2335
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2336
|
+
updateIntervalInMs?: number;
|
|
2337
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2338
|
+
resumeFrom?: string;
|
|
2339
|
+
}
|
|
2340
|
+
/** Contains response data for the startInstance operation. */
|
|
2341
|
+
export type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
|
|
2342
|
+
/** Optional parameters. */
|
|
2343
|
+
export interface SAPCentralInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2344
|
+
/** SAP Central Services instance stop request body. */
|
|
2345
|
+
body?: StopRequest;
|
|
2346
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2347
|
+
updateIntervalInMs?: number;
|
|
2348
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2349
|
+
resumeFrom?: string;
|
|
2350
|
+
}
|
|
2351
|
+
/** Contains response data for the stopInstance operation. */
|
|
2352
|
+
export type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
|
|
2769
2353
|
/** Optional parameters. */
|
|
2770
2354
|
export interface SAPCentralInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2771
2355
|
}
|
|
2772
2356
|
/** Contains response data for the listNext operation. */
|
|
2773
|
-
export
|
|
2357
|
+
export type SAPCentralInstancesListNextResponse = SAPCentralInstanceList;
|
|
2774
2358
|
/** Optional parameters. */
|
|
2775
2359
|
export interface SAPDatabaseInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2776
2360
|
}
|
|
2777
2361
|
/** Contains response data for the get operation. */
|
|
2778
|
-
export
|
|
2362
|
+
export type SAPDatabaseInstancesGetResponse = SAPDatabaseInstance;
|
|
2779
2363
|
/** Optional parameters. */
|
|
2780
2364
|
export interface SAPDatabaseInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2781
|
-
/**
|
|
2365
|
+
/** Request body of Database resource of a SAP system. */
|
|
2782
2366
|
body?: SAPDatabaseInstance;
|
|
2783
2367
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2784
2368
|
updateIntervalInMs?: number;
|
|
@@ -2786,10 +2370,10 @@ export interface SAPDatabaseInstancesCreateOptionalParams extends coreClient.Ope
|
|
|
2786
2370
|
resumeFrom?: string;
|
|
2787
2371
|
}
|
|
2788
2372
|
/** Contains response data for the create operation. */
|
|
2789
|
-
export
|
|
2373
|
+
export type SAPDatabaseInstancesCreateResponse = SAPDatabaseInstance;
|
|
2790
2374
|
/** Optional parameters. */
|
|
2791
2375
|
export interface SAPDatabaseInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2792
|
-
/**
|
|
2376
|
+
/** Database resource update request body. */
|
|
2793
2377
|
body?: UpdateSAPDatabaseInstanceRequest;
|
|
2794
2378
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2795
2379
|
updateIntervalInMs?: number;
|
|
@@ -2797,7 +2381,7 @@ export interface SAPDatabaseInstancesUpdateOptionalParams extends coreClient.Ope
|
|
|
2797
2381
|
resumeFrom?: string;
|
|
2798
2382
|
}
|
|
2799
2383
|
/** Contains response data for the update operation. */
|
|
2800
|
-
export
|
|
2384
|
+
export type SAPDatabaseInstancesUpdateResponse = SAPDatabaseInstance;
|
|
2801
2385
|
/** Optional parameters. */
|
|
2802
2386
|
export interface SAPDatabaseInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2803
2387
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2806,25 +2390,45 @@ export interface SAPDatabaseInstancesDeleteOptionalParams extends coreClient.Ope
|
|
|
2806
2390
|
resumeFrom?: string;
|
|
2807
2391
|
}
|
|
2808
2392
|
/** Contains response data for the delete operation. */
|
|
2809
|
-
export
|
|
2393
|
+
export type SAPDatabaseInstancesDeleteResponse = OperationStatusResult;
|
|
2810
2394
|
/** Optional parameters. */
|
|
2811
2395
|
export interface SAPDatabaseInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
2812
2396
|
}
|
|
2813
2397
|
/** Contains response data for the list operation. */
|
|
2814
|
-
export
|
|
2398
|
+
export type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
|
|
2399
|
+
/** Optional parameters. */
|
|
2400
|
+
export interface SAPDatabaseInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2401
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2402
|
+
updateIntervalInMs?: number;
|
|
2403
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2404
|
+
resumeFrom?: string;
|
|
2405
|
+
}
|
|
2406
|
+
/** Contains response data for the startInstance operation. */
|
|
2407
|
+
export type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
|
|
2408
|
+
/** Optional parameters. */
|
|
2409
|
+
export interface SAPDatabaseInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2410
|
+
/** Stop request for the database instance of the SAP system. */
|
|
2411
|
+
body?: StopRequest;
|
|
2412
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2413
|
+
updateIntervalInMs?: number;
|
|
2414
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2415
|
+
resumeFrom?: string;
|
|
2416
|
+
}
|
|
2417
|
+
/** Contains response data for the stopInstance operation. */
|
|
2418
|
+
export type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
|
|
2815
2419
|
/** Optional parameters. */
|
|
2816
2420
|
export interface SAPDatabaseInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2817
2421
|
}
|
|
2818
2422
|
/** Contains response data for the listNext operation. */
|
|
2819
|
-
export
|
|
2423
|
+
export type SAPDatabaseInstancesListNextResponse = SAPDatabaseInstanceList;
|
|
2820
2424
|
/** Optional parameters. */
|
|
2821
2425
|
export interface SAPApplicationServerInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2822
2426
|
}
|
|
2823
2427
|
/** Contains response data for the get operation. */
|
|
2824
|
-
export
|
|
2428
|
+
export type SAPApplicationServerInstancesGetResponse = SAPApplicationServerInstance;
|
|
2825
2429
|
/** Optional parameters. */
|
|
2826
2430
|
export interface SAPApplicationServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2827
|
-
/** The SAP Application Server
|
|
2431
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2828
2432
|
body?: SAPApplicationServerInstance;
|
|
2829
2433
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2830
2434
|
updateIntervalInMs?: number;
|
|
@@ -2832,10 +2436,10 @@ export interface SAPApplicationServerInstancesCreateOptionalParams extends coreC
|
|
|
2832
2436
|
resumeFrom?: string;
|
|
2833
2437
|
}
|
|
2834
2438
|
/** Contains response data for the create operation. */
|
|
2835
|
-
export
|
|
2439
|
+
export type SAPApplicationServerInstancesCreateResponse = SAPApplicationServerInstance;
|
|
2836
2440
|
/** Optional parameters. */
|
|
2837
2441
|
export interface SAPApplicationServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2838
|
-
/** The SAP Application Server
|
|
2442
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2839
2443
|
body?: UpdateSAPApplicationInstanceRequest;
|
|
2840
2444
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2841
2445
|
updateIntervalInMs?: number;
|
|
@@ -2843,7 +2447,7 @@ export interface SAPApplicationServerInstancesUpdateOptionalParams extends coreC
|
|
|
2843
2447
|
resumeFrom?: string;
|
|
2844
2448
|
}
|
|
2845
2449
|
/** Contains response data for the update operation. */
|
|
2846
|
-
export
|
|
2450
|
+
export type SAPApplicationServerInstancesUpdateResponse = SAPApplicationServerInstance;
|
|
2847
2451
|
/** Optional parameters. */
|
|
2848
2452
|
export interface SAPApplicationServerInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2849
2453
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2852,42 +2456,52 @@ export interface SAPApplicationServerInstancesDeleteOptionalParams extends coreC
|
|
|
2852
2456
|
resumeFrom?: string;
|
|
2853
2457
|
}
|
|
2854
2458
|
/** Contains response data for the delete operation. */
|
|
2855
|
-
export
|
|
2459
|
+
export type SAPApplicationServerInstancesDeleteResponse = OperationStatusResult;
|
|
2856
2460
|
/** Optional parameters. */
|
|
2857
2461
|
export interface SAPApplicationServerInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
2858
2462
|
}
|
|
2859
2463
|
/** Contains response data for the list operation. */
|
|
2860
|
-
export
|
|
2464
|
+
export type SAPApplicationServerInstancesListResponse = SAPApplicationServerInstanceList;
|
|
2861
2465
|
/** Optional parameters. */
|
|
2862
|
-
export interface
|
|
2466
|
+
export interface SAPApplicationServerInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2467
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2468
|
+
updateIntervalInMs?: number;
|
|
2469
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2470
|
+
resumeFrom?: string;
|
|
2863
2471
|
}
|
|
2864
|
-
/** Contains response data for the
|
|
2865
|
-
export
|
|
2472
|
+
/** Contains response data for the startInstance operation. */
|
|
2473
|
+
export type SAPApplicationServerInstancesStartInstanceResponse = OperationStatusResult;
|
|
2866
2474
|
/** Optional parameters. */
|
|
2867
|
-
export interface
|
|
2475
|
+
export interface SAPApplicationServerInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2476
|
+
/** SAP Application server instance stop request body. */
|
|
2477
|
+
body?: StopRequest;
|
|
2478
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2479
|
+
updateIntervalInMs?: number;
|
|
2480
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2481
|
+
resumeFrom?: string;
|
|
2868
2482
|
}
|
|
2869
|
-
/** Contains response data for the
|
|
2870
|
-
export
|
|
2483
|
+
/** Contains response data for the stopInstance operation. */
|
|
2484
|
+
export type SAPApplicationServerInstancesStopInstanceResponse = OperationStatusResult;
|
|
2871
2485
|
/** Optional parameters. */
|
|
2872
|
-
export interface
|
|
2486
|
+
export interface SAPApplicationServerInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2873
2487
|
}
|
|
2874
2488
|
/** Contains response data for the listNext operation. */
|
|
2875
|
-
export
|
|
2489
|
+
export type SAPApplicationServerInstancesListNextResponse = SAPApplicationServerInstanceList;
|
|
2876
2490
|
/** Optional parameters. */
|
|
2877
2491
|
export interface MonitorsListOptionalParams extends coreClient.OperationOptions {
|
|
2878
2492
|
}
|
|
2879
2493
|
/** Contains response data for the list operation. */
|
|
2880
|
-
export
|
|
2494
|
+
export type MonitorsListResponse = MonitorListResult;
|
|
2881
2495
|
/** Optional parameters. */
|
|
2882
2496
|
export interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2883
2497
|
}
|
|
2884
2498
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2885
|
-
export
|
|
2499
|
+
export type MonitorsListByResourceGroupResponse = MonitorListResult;
|
|
2886
2500
|
/** Optional parameters. */
|
|
2887
2501
|
export interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
|
|
2888
2502
|
}
|
|
2889
2503
|
/** Contains response data for the get operation. */
|
|
2890
|
-
export
|
|
2504
|
+
export type MonitorsGetResponse = Monitor;
|
|
2891
2505
|
/** Optional parameters. */
|
|
2892
2506
|
export interface MonitorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2893
2507
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2896,7 +2510,7 @@ export interface MonitorsCreateOptionalParams extends coreClient.OperationOption
|
|
|
2896
2510
|
resumeFrom?: string;
|
|
2897
2511
|
}
|
|
2898
2512
|
/** Contains response data for the create operation. */
|
|
2899
|
-
export
|
|
2513
|
+
export type MonitorsCreateResponse = Monitor;
|
|
2900
2514
|
/** Optional parameters. */
|
|
2901
2515
|
export interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2902
2516
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2905,32 +2519,32 @@ export interface MonitorsDeleteOptionalParams extends coreClient.OperationOption
|
|
|
2905
2519
|
resumeFrom?: string;
|
|
2906
2520
|
}
|
|
2907
2521
|
/** Contains response data for the delete operation. */
|
|
2908
|
-
export
|
|
2522
|
+
export type MonitorsDeleteResponse = OperationStatusResult;
|
|
2909
2523
|
/** Optional parameters. */
|
|
2910
2524
|
export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2911
2525
|
}
|
|
2912
2526
|
/** Contains response data for the update operation. */
|
|
2913
|
-
export
|
|
2527
|
+
export type MonitorsUpdateResponse = Monitor;
|
|
2914
2528
|
/** Optional parameters. */
|
|
2915
2529
|
export interface MonitorsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2916
2530
|
}
|
|
2917
2531
|
/** Contains response data for the listNext operation. */
|
|
2918
|
-
export
|
|
2532
|
+
export type MonitorsListNextResponse = MonitorListResult;
|
|
2919
2533
|
/** Optional parameters. */
|
|
2920
2534
|
export interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2921
2535
|
}
|
|
2922
2536
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2923
|
-
export
|
|
2537
|
+
export type MonitorsListByResourceGroupNextResponse = MonitorListResult;
|
|
2924
2538
|
/** Optional parameters. */
|
|
2925
2539
|
export interface ProviderInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
2926
2540
|
}
|
|
2927
2541
|
/** Contains response data for the list operation. */
|
|
2928
|
-
export
|
|
2542
|
+
export type ProviderInstancesListResponse = ProviderInstanceListResult;
|
|
2929
2543
|
/** Optional parameters. */
|
|
2930
2544
|
export interface ProviderInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2931
2545
|
}
|
|
2932
2546
|
/** Contains response data for the get operation. */
|
|
2933
|
-
export
|
|
2547
|
+
export type ProviderInstancesGetResponse = ProviderInstance;
|
|
2934
2548
|
/** Optional parameters. */
|
|
2935
2549
|
export interface ProviderInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2936
2550
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2939,7 +2553,7 @@ export interface ProviderInstancesCreateOptionalParams extends coreClient.Operat
|
|
|
2939
2553
|
resumeFrom?: string;
|
|
2940
2554
|
}
|
|
2941
2555
|
/** Contains response data for the create operation. */
|
|
2942
|
-
export
|
|
2556
|
+
export type ProviderInstancesCreateResponse = ProviderInstance;
|
|
2943
2557
|
/** Optional parameters. */
|
|
2944
2558
|
export interface ProviderInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2945
2559
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2948,22 +2562,45 @@ export interface ProviderInstancesDeleteOptionalParams extends coreClient.Operat
|
|
|
2948
2562
|
resumeFrom?: string;
|
|
2949
2563
|
}
|
|
2950
2564
|
/** Contains response data for the delete operation. */
|
|
2951
|
-
export
|
|
2565
|
+
export type ProviderInstancesDeleteResponse = OperationStatusResult;
|
|
2952
2566
|
/** Optional parameters. */
|
|
2953
2567
|
export interface ProviderInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2954
2568
|
}
|
|
2955
2569
|
/** Contains response data for the listNext operation. */
|
|
2956
|
-
export
|
|
2570
|
+
export type ProviderInstancesListNextResponse = ProviderInstanceListResult;
|
|
2957
2571
|
/** Optional parameters. */
|
|
2958
|
-
export interface
|
|
2572
|
+
export interface SapLandscapeMonitorGetOptionalParams extends coreClient.OperationOptions {
|
|
2573
|
+
}
|
|
2574
|
+
/** Contains response data for the get operation. */
|
|
2575
|
+
export type SapLandscapeMonitorGetResponse = SapLandscapeMonitor;
|
|
2576
|
+
/** Optional parameters. */
|
|
2577
|
+
export interface SapLandscapeMonitorCreateOptionalParams extends coreClient.OperationOptions {
|
|
2578
|
+
}
|
|
2579
|
+
/** Contains response data for the create operation. */
|
|
2580
|
+
export type SapLandscapeMonitorCreateResponse = SapLandscapeMonitor;
|
|
2581
|
+
/** Optional parameters. */
|
|
2582
|
+
export interface SapLandscapeMonitorDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2583
|
+
}
|
|
2584
|
+
/** Optional parameters. */
|
|
2585
|
+
export interface SapLandscapeMonitorUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2586
|
+
}
|
|
2587
|
+
/** Contains response data for the update operation. */
|
|
2588
|
+
export type SapLandscapeMonitorUpdateResponse = SapLandscapeMonitor;
|
|
2589
|
+
/** Optional parameters. */
|
|
2590
|
+
export interface SapLandscapeMonitorListOptionalParams extends coreClient.OperationOptions {
|
|
2591
|
+
}
|
|
2592
|
+
/** Contains response data for the list operation. */
|
|
2593
|
+
export type SapLandscapeMonitorListResponse = SapLandscapeMonitorListResult;
|
|
2594
|
+
/** Optional parameters. */
|
|
2595
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2959
2596
|
}
|
|
2960
2597
|
/** Contains response data for the list operation. */
|
|
2961
|
-
export
|
|
2598
|
+
export type OperationsListResponse = OperationListResult;
|
|
2962
2599
|
/** Optional parameters. */
|
|
2963
|
-
export interface
|
|
2600
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2964
2601
|
}
|
|
2965
2602
|
/** Contains response data for the listNext operation. */
|
|
2966
|
-
export
|
|
2603
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2967
2604
|
/** Optional parameters. */
|
|
2968
2605
|
export interface WorkloadsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2969
2606
|
/** server parameter */
|