@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
package/types/arm-workloads.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import {
|
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Defines values for ActionType. \
|
|
@@ -13,21 +13,6 @@ import { PollOperationState } from '@azure/core-lro';
|
|
|
13
13
|
*/
|
|
14
14
|
export declare type ActionType = string;
|
|
15
15
|
|
|
16
|
-
/**
|
|
17
|
-
* Defines values for ApplicationProvisioningState. \
|
|
18
|
-
* {@link KnownApplicationProvisioningState} can be used interchangeably with ApplicationProvisioningState,
|
|
19
|
-
* this enum contains the known values that the service supports.
|
|
20
|
-
* ### Known values supported by the service
|
|
21
|
-
* **NotSpecified** \
|
|
22
|
-
* **Accepted** \
|
|
23
|
-
* **Created** \
|
|
24
|
-
* **Succeeded** \
|
|
25
|
-
* **Failed** \
|
|
26
|
-
* **Canceled** \
|
|
27
|
-
* **Installing**
|
|
28
|
-
*/
|
|
29
|
-
export declare type ApplicationProvisioningState = string;
|
|
30
|
-
|
|
31
16
|
/** Gets or sets the application server configuration. */
|
|
32
17
|
export declare interface ApplicationServerConfiguration {
|
|
33
18
|
/** The subnet id. */
|
|
@@ -38,42 +23,39 @@ export declare interface ApplicationServerConfiguration {
|
|
|
38
23
|
instanceCount: number;
|
|
39
24
|
}
|
|
40
25
|
|
|
26
|
+
/** 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. */
|
|
27
|
+
export declare interface ApplicationServerFullResourceNames {
|
|
28
|
+
/** The list of virtual machine naming details. */
|
|
29
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
30
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
|
|
31
|
+
availabilitySetName?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
41
34
|
/**
|
|
42
|
-
* Defines values for
|
|
43
|
-
* {@link
|
|
35
|
+
* Defines values for ApplicationServerVirtualMachineType. \
|
|
36
|
+
* {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
|
|
44
37
|
* this enum contains the known values that the service supports.
|
|
45
38
|
* ### Known values supported by the service
|
|
46
|
-
* **
|
|
47
|
-
* **
|
|
39
|
+
* **Active** \
|
|
40
|
+
* **Standby** \
|
|
41
|
+
* **Unknown**
|
|
48
42
|
*/
|
|
49
|
-
export declare type
|
|
43
|
+
export declare type ApplicationServerVirtualMachineType = string;
|
|
50
44
|
|
|
51
|
-
/**
|
|
52
|
-
export declare interface
|
|
53
|
-
/** Whether to enable Azure backup for the workload */
|
|
54
|
-
backupEnabled: EnableBackup;
|
|
45
|
+
/** The Application Server VM Details. */
|
|
46
|
+
export declare interface ApplicationServerVmDetails {
|
|
55
47
|
/**
|
|
56
|
-
*
|
|
48
|
+
* Defines the type of application server VM.
|
|
57
49
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
50
|
*/
|
|
59
|
-
readonly
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
/** Cache profile */
|
|
63
|
-
export declare interface CacheProfile {
|
|
64
|
-
/** Cache name */
|
|
65
|
-
name?: string;
|
|
66
|
-
/** Cache SKU name */
|
|
67
|
-
skuName: string;
|
|
68
|
-
/** Cache family */
|
|
69
|
-
family: RedisCacheFamily;
|
|
70
|
-
/** Cache capacity */
|
|
71
|
-
capacity: number;
|
|
51
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
52
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
53
|
+
readonly virtualMachineId?: string;
|
|
72
54
|
/**
|
|
73
|
-
*
|
|
55
|
+
* Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
74
56
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
57
|
*/
|
|
76
|
-
readonly
|
|
58
|
+
readonly storageDetails?: StorageInformation[];
|
|
77
59
|
}
|
|
78
60
|
|
|
79
61
|
/** Gets or sets the central server configuration. */
|
|
@@ -86,6 +68,16 @@ export declare interface CentralServerConfiguration {
|
|
|
86
68
|
instanceCount: number;
|
|
87
69
|
}
|
|
88
70
|
|
|
71
|
+
/** The full resource names object for central server layer resources. */
|
|
72
|
+
export declare interface CentralServerFullResourceNames {
|
|
73
|
+
/** 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. */
|
|
74
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
75
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */
|
|
76
|
+
availabilitySetName?: string;
|
|
77
|
+
/** The resource names object for load balancer and related resources. */
|
|
78
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
79
|
+
}
|
|
80
|
+
|
|
89
81
|
/**
|
|
90
82
|
* Defines values for CentralServerVirtualMachineType. \
|
|
91
83
|
* {@link KnownCentralServerVirtualMachineType} can be used interchangeably with CentralServerVirtualMachineType,
|
|
@@ -101,7 +93,7 @@ export declare interface CentralServerConfiguration {
|
|
|
101
93
|
*/
|
|
102
94
|
export declare type CentralServerVirtualMachineType = string;
|
|
103
95
|
|
|
104
|
-
/** The Central
|
|
96
|
+
/** The SAP Central Services Instance VM details. */
|
|
105
97
|
export declare interface CentralServerVmDetails {
|
|
106
98
|
/**
|
|
107
99
|
* Defines the type of central server VM.
|
|
@@ -110,6 +102,32 @@ export declare interface CentralServerVmDetails {
|
|
|
110
102
|
readonly type?: CentralServerVirtualMachineType;
|
|
111
103
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
112
104
|
readonly virtualMachineId?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
108
|
+
*/
|
|
109
|
+
readonly storageDetails?: StorageInformation[];
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Defines values for ConfigurationType. \
|
|
114
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
115
|
+
* this enum contains the known values that the service supports.
|
|
116
|
+
* ### Known values supported by the service
|
|
117
|
+
* **Skip** \
|
|
118
|
+
* **CreateAndMount** \
|
|
119
|
+
* **Mount**
|
|
120
|
+
*/
|
|
121
|
+
export declare type ConfigurationType = string;
|
|
122
|
+
|
|
123
|
+
/** 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. */
|
|
124
|
+
export declare interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
|
|
125
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
126
|
+
configurationType: "CreateAndMount";
|
|
127
|
+
/** 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. */
|
|
128
|
+
resourceGroup?: string;
|
|
129
|
+
/** The name of file share storage account name . A custom name is used in case of missing input. */
|
|
130
|
+
storageAccountName?: string;
|
|
113
131
|
}
|
|
114
132
|
|
|
115
133
|
/**
|
|
@@ -134,52 +152,21 @@ export declare interface DatabaseConfiguration {
|
|
|
134
152
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
135
153
|
/** The number of database VMs. */
|
|
136
154
|
instanceCount: number;
|
|
155
|
+
/** Gets or sets the disk configuration. */
|
|
156
|
+
diskConfiguration?: DiskConfiguration;
|
|
137
157
|
}
|
|
138
158
|
|
|
139
|
-
/**
|
|
140
|
-
export declare interface
|
|
141
|
-
/**
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
|
|
147
|
-
/** The name of the server SKU, e.g. Standard_D32s_v4 */
|
|
148
|
-
sku: string;
|
|
149
|
-
/** Tier of the server SKU */
|
|
150
|
-
tier: DatabaseTier;
|
|
151
|
-
/** Whether to enable HA for the server */
|
|
152
|
-
haEnabled?: HAEnabled;
|
|
153
|
-
/** SKU name for database storage */
|
|
154
|
-
storageSku?: string;
|
|
155
|
-
/** Database storage size in GB */
|
|
156
|
-
storageInGB?: number;
|
|
157
|
-
/** Storage IOPS for the server */
|
|
158
|
-
storageIops?: number;
|
|
159
|
-
/** Backup retention days for the server */
|
|
160
|
-
backupRetentionDays?: number;
|
|
161
|
-
/** Whether to enable SSL enforcement on the database */
|
|
162
|
-
sslEnforcementEnabled?: EnableSslEnforcement;
|
|
163
|
-
/**
|
|
164
|
-
* Azure Database Server resource Id
|
|
165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
-
*/
|
|
167
|
-
readonly serverResourceId?: string;
|
|
159
|
+
/** 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. */
|
|
160
|
+
export declare interface DatabaseServerFullResourceNames {
|
|
161
|
+
/** The list of virtual machine naming details. */
|
|
162
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
163
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */
|
|
164
|
+
availabilitySetName?: string;
|
|
165
|
+
/** The resource names object for load balancer and related resources. */
|
|
166
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
168
167
|
}
|
|
169
168
|
|
|
170
|
-
/**
|
|
171
|
-
export declare type DatabaseTier = "Burstable" | "GeneralPurpose" | "MemoryOptimized";
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Defines values for DatabaseType. \
|
|
175
|
-
* {@link KnownDatabaseType} can be used interchangeably with DatabaseType,
|
|
176
|
-
* this enum contains the known values that the service supports.
|
|
177
|
-
* ### Known values supported by the service
|
|
178
|
-
* **MySql**
|
|
179
|
-
*/
|
|
180
|
-
export declare type DatabaseType = string;
|
|
181
|
-
|
|
182
|
-
/** The Database VM Details. */
|
|
169
|
+
/** Database VM details. */
|
|
183
170
|
export declare interface DatabaseVmDetails {
|
|
184
171
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
185
172
|
readonly virtualMachineId?: string;
|
|
@@ -188,6 +175,11 @@ export declare interface DatabaseVmDetails {
|
|
|
188
175
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
176
|
*/
|
|
190
177
|
readonly status?: SAPVirtualInstanceStatus;
|
|
178
|
+
/**
|
|
179
|
+
* Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
+
*/
|
|
182
|
+
readonly storageDetails?: StorageInformation[];
|
|
191
183
|
}
|
|
192
184
|
|
|
193
185
|
/** Gets or sets the DB2 provider properties. */
|
|
@@ -208,6 +200,10 @@ export declare interface DB2ProviderInstanceProperties extends ProviderSpecificP
|
|
|
208
200
|
dbPasswordUri?: string;
|
|
209
201
|
/** Gets or sets the SAP System Identifier */
|
|
210
202
|
sapSid?: string;
|
|
203
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
204
|
+
sslPreference?: SslPreference;
|
|
205
|
+
/** Gets or sets the blob URI to SSL certificate for the DB2 Database. */
|
|
206
|
+
sslCertificateUri?: string;
|
|
211
207
|
}
|
|
212
208
|
|
|
213
209
|
/** Defines the url and storage account ID where deployer VM packages are uploaded */
|
|
@@ -250,6 +246,8 @@ export declare interface DiscoveryConfiguration extends SAPConfiguration {
|
|
|
250
246
|
configurationType: "Discovery";
|
|
251
247
|
/** The virtual machine ID of the Central Server. */
|
|
252
248
|
centralServerVmId?: string;
|
|
249
|
+
/** 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. */
|
|
250
|
+
managedRgStorageAccountName?: string;
|
|
253
251
|
/**
|
|
254
252
|
* The geo-location where the SAP system exists.
|
|
255
253
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -257,38 +255,64 @@ export declare interface DiscoveryConfiguration extends SAPConfiguration {
|
|
|
257
255
|
readonly appLocation?: string;
|
|
258
256
|
}
|
|
259
257
|
|
|
260
|
-
/** Disk
|
|
261
|
-
export declare interface
|
|
262
|
-
/**
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
258
|
+
/** The Disk Configuration Details. */
|
|
259
|
+
export declare interface DiskConfiguration {
|
|
260
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
261
|
+
diskVolumeConfigurations?: {
|
|
262
|
+
[propertyName: string]: DiskVolumeConfiguration;
|
|
263
|
+
};
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/** The supported disk size details for a disk type. */
|
|
267
|
+
export declare interface DiskDetails {
|
|
268
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
269
|
+
sku?: DiskSku;
|
|
270
|
+
/** The disk size in GB. */
|
|
271
|
+
sizeGB?: number;
|
|
272
|
+
/** The minimum supported disk count. */
|
|
273
|
+
minimumSupportedDiskCount?: number;
|
|
274
|
+
/** The maximum supported disk count. */
|
|
275
|
+
maximumSupportedDiskCount?: number;
|
|
276
|
+
/** The disk Iops. */
|
|
277
|
+
iopsReadWrite?: number;
|
|
278
|
+
/** The disk provisioned throughput in MBps. */
|
|
279
|
+
mbpsReadWrite?: number;
|
|
280
|
+
/** The disk tier, e.g. P10, E10. */
|
|
281
|
+
diskTier?: string;
|
|
266
282
|
}
|
|
267
283
|
|
|
268
|
-
/**
|
|
269
|
-
export declare
|
|
284
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
285
|
+
export declare interface DiskSku {
|
|
286
|
+
/** Defines the disk sku name. */
|
|
287
|
+
name?: DiskSkuName;
|
|
288
|
+
}
|
|
270
289
|
|
|
271
290
|
/**
|
|
272
|
-
* Defines values for
|
|
273
|
-
* {@link
|
|
291
|
+
* Defines values for DiskSkuName. \
|
|
292
|
+
* {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
|
|
274
293
|
* this enum contains the known values that the service supports.
|
|
275
294
|
* ### Known values supported by the service
|
|
276
|
-
* **
|
|
277
|
-
* **
|
|
295
|
+
* **Standard_LRS** \
|
|
296
|
+
* **Premium_LRS** \
|
|
297
|
+
* **StandardSSD_LRS** \
|
|
298
|
+
* **UltraSSD_LRS** \
|
|
299
|
+
* **Premium_ZRS** \
|
|
300
|
+
* **StandardSSD_ZRS** \
|
|
301
|
+
* **PremiumV2_LRS**
|
|
278
302
|
*/
|
|
279
|
-
export declare type
|
|
303
|
+
export declare type DiskSkuName = string;
|
|
280
304
|
|
|
281
|
-
/**
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
305
|
+
/** The disk configuration required for the selected volume. */
|
|
306
|
+
export declare interface DiskVolumeConfiguration {
|
|
307
|
+
/** The total number of disks required for the concerned volume. */
|
|
308
|
+
count?: number;
|
|
309
|
+
/** The disk size in GB. */
|
|
310
|
+
sizeGB?: number;
|
|
311
|
+
/** The disk SKU details. */
|
|
312
|
+
sku?: DiskSku;
|
|
313
|
+
}
|
|
290
314
|
|
|
291
|
-
/** Defines the SAP
|
|
315
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
292
316
|
export declare interface EnqueueReplicationServerProperties {
|
|
293
317
|
/**
|
|
294
318
|
* Defines the type of Enqueue Replication Server.
|
|
@@ -296,32 +320,32 @@ export declare interface EnqueueReplicationServerProperties {
|
|
|
296
320
|
*/
|
|
297
321
|
readonly ersVersion?: EnqueueReplicationServerType;
|
|
298
322
|
/**
|
|
299
|
-
*
|
|
323
|
+
* ERS Instance Number.
|
|
300
324
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
325
|
*/
|
|
302
326
|
readonly instanceNo?: string;
|
|
303
327
|
/**
|
|
304
|
-
*
|
|
328
|
+
* ERS SAP Hostname.
|
|
305
329
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
306
330
|
*/
|
|
307
331
|
readonly hostname?: string;
|
|
308
332
|
/**
|
|
309
|
-
*
|
|
333
|
+
* ERS SAP Kernel Version.
|
|
310
334
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
335
|
*/
|
|
312
336
|
readonly kernelVersion?: string;
|
|
313
337
|
/**
|
|
314
|
-
*
|
|
338
|
+
* ERS SAP Kernel Patch level.
|
|
315
339
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
316
340
|
*/
|
|
317
341
|
readonly kernelPatch?: string;
|
|
318
342
|
/**
|
|
319
|
-
*
|
|
343
|
+
* ERS SAP IP Address.
|
|
320
344
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
321
345
|
*/
|
|
322
346
|
readonly ipAddress?: string;
|
|
323
347
|
/**
|
|
324
|
-
* Defines the SAP
|
|
348
|
+
* Defines the health of SAP Instances.
|
|
325
349
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
350
|
*/
|
|
327
351
|
readonly health?: SAPHealthState;
|
|
@@ -337,25 +361,25 @@ export declare interface EnqueueReplicationServerProperties {
|
|
|
337
361
|
*/
|
|
338
362
|
export declare type EnqueueReplicationServerType = string;
|
|
339
363
|
|
|
340
|
-
/** Defines the SAP
|
|
364
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
341
365
|
export declare interface EnqueueServerProperties {
|
|
342
366
|
/**
|
|
343
|
-
*
|
|
367
|
+
* Enqueue Server SAP Hostname.
|
|
344
368
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
369
|
*/
|
|
346
370
|
readonly hostname?: string;
|
|
347
371
|
/**
|
|
348
|
-
*
|
|
372
|
+
* Enqueue Server SAP IP Address.
|
|
349
373
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
374
|
*/
|
|
351
375
|
readonly ipAddress?: string;
|
|
352
376
|
/**
|
|
353
|
-
*
|
|
377
|
+
* Enqueue Server Port.
|
|
354
378
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
379
|
*/
|
|
356
380
|
readonly port?: number;
|
|
357
381
|
/**
|
|
358
|
-
* Defines the SAP
|
|
382
|
+
* Defines the health of SAP Instances.
|
|
359
383
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
360
384
|
*/
|
|
361
385
|
readonly health?: SAPHealthState;
|
|
@@ -464,71 +488,44 @@ export declare interface ErrorResponse {
|
|
|
464
488
|
error?: ErrorDetail;
|
|
465
489
|
}
|
|
466
490
|
|
|
467
|
-
/**
|
|
468
|
-
export declare interface
|
|
469
|
-
/**
|
|
470
|
-
|
|
471
|
-
/**
|
|
472
|
-
|
|
473
|
-
/** File share size in GB */
|
|
474
|
-
shareSizeInGB?: number;
|
|
475
|
-
/**
|
|
476
|
-
* File share storage resource id
|
|
477
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
478
|
-
*/
|
|
479
|
-
readonly storageResourceId?: string;
|
|
480
|
-
/**
|
|
481
|
-
* File share name
|
|
482
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
483
|
-
*/
|
|
484
|
-
readonly shareName?: string;
|
|
491
|
+
/** The SAP Software configuration Input when the software is installed externally outside the service. */
|
|
492
|
+
export declare interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {
|
|
493
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
494
|
+
softwareInstallationType: "External";
|
|
495
|
+
/** The resource ID of the virtual machine containing the central server instance. */
|
|
496
|
+
centralServerVmId?: string;
|
|
485
497
|
}
|
|
486
498
|
|
|
487
|
-
/**
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
* **Standard_LRS** \
|
|
493
|
-
* **Standard_GRS** \
|
|
494
|
-
* **Standard_ZRS** \
|
|
495
|
-
* **Premium_LRS**
|
|
496
|
-
*/
|
|
497
|
-
export declare type FileShareStorageType = string;
|
|
499
|
+
/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
|
|
500
|
+
export declare interface FileShareConfiguration {
|
|
501
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
502
|
+
configurationType: "Skip" | "CreateAndMount" | "Mount";
|
|
503
|
+
}
|
|
498
504
|
|
|
499
|
-
|
|
500
|
-
* Defines values for FileShareType. \
|
|
501
|
-
* {@link KnownFileShareType} can be used interchangeably with FileShareType,
|
|
502
|
-
* this enum contains the known values that the service supports.
|
|
503
|
-
* ### Known values supported by the service
|
|
504
|
-
* **NfsOnController** \
|
|
505
|
-
* **AzureFiles**
|
|
506
|
-
*/
|
|
507
|
-
export declare type FileShareType = string;
|
|
505
|
+
export declare type FileShareConfigurationUnion = FileShareConfiguration | SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration;
|
|
508
506
|
|
|
509
507
|
/** Defines the SAP Gateway Server properties. */
|
|
510
508
|
export declare interface GatewayServerProperties {
|
|
511
509
|
/**
|
|
512
|
-
*
|
|
510
|
+
* Gateway Port.
|
|
513
511
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
512
|
*/
|
|
515
513
|
readonly port?: number;
|
|
516
514
|
/**
|
|
517
|
-
* Defines the SAP
|
|
515
|
+
* Defines the health of SAP Instances.
|
|
518
516
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
517
|
*/
|
|
520
518
|
readonly health?: SAPHealthState;
|
|
521
519
|
}
|
|
522
520
|
|
|
523
521
|
/**
|
|
524
|
-
*
|
|
525
|
-
*
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
* **Disabled**
|
|
522
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
523
|
+
* returns a continuation token that can be used to begin paging from
|
|
524
|
+
* that point later.
|
|
525
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
526
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
530
527
|
*/
|
|
531
|
-
export declare
|
|
528
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
532
529
|
|
|
533
530
|
/** Gets or sets the provider properties. */
|
|
534
531
|
export declare interface HanaDbProviderInstanceProperties extends ProviderSpecificProperties {
|
|
@@ -549,9 +546,13 @@ export declare interface HanaDbProviderInstanceProperties extends ProviderSpecif
|
|
|
549
546
|
/** Gets or sets the key vault URI to secret with the database password. */
|
|
550
547
|
dbPasswordUri?: string;
|
|
551
548
|
/** Gets or sets the blob URI to SSL certificate for the DB. */
|
|
552
|
-
|
|
549
|
+
sslCertificateUri?: string;
|
|
553
550
|
/** Gets or sets the hostname(s) in the SSL certificate. */
|
|
554
551
|
sslHostNameInCertificate?: string;
|
|
552
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
553
|
+
sslPreference?: SslPreference;
|
|
554
|
+
/** Gets or sets the SAP System Identifier. */
|
|
555
|
+
sapSid?: string;
|
|
555
556
|
}
|
|
556
557
|
|
|
557
558
|
/** Gets or sets the high availability configuration. */
|
|
@@ -578,13 +579,6 @@ export declare interface ImageReference {
|
|
|
578
579
|
sku?: string;
|
|
579
580
|
/** 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. */
|
|
580
581
|
version?: string;
|
|
581
|
-
/**
|
|
582
|
-
* 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'.
|
|
583
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
-
*/
|
|
585
|
-
readonly exactVersion?: string;
|
|
586
|
-
/** Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call. */
|
|
587
|
-
sharedGalleryImageId?: string;
|
|
588
582
|
}
|
|
589
583
|
|
|
590
584
|
/** Deploy SAP Infrastructure Details. */
|
|
@@ -603,30 +597,14 @@ export declare enum KnownActionType {
|
|
|
603
597
|
Internal = "Internal"
|
|
604
598
|
}
|
|
605
599
|
|
|
606
|
-
/** Known values of {@link
|
|
607
|
-
export declare enum
|
|
608
|
-
/**
|
|
609
|
-
|
|
610
|
-
/**
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
|
|
614
|
-
/** Succeeded */
|
|
615
|
-
Succeeded = "Succeeded",
|
|
616
|
-
/** Failed */
|
|
617
|
-
Failed = "Failed",
|
|
618
|
-
/** Canceled */
|
|
619
|
-
Canceled = "Canceled",
|
|
620
|
-
/** Installing */
|
|
621
|
-
Installing = "Installing"
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
/** Known values of {@link AzureFrontDoorEnabled} that the service accepts. */
|
|
625
|
-
export declare enum KnownAzureFrontDoorEnabled {
|
|
626
|
-
/** Enabled */
|
|
627
|
-
Enabled = "Enabled",
|
|
628
|
-
/** Disabled */
|
|
629
|
-
Disabled = "Disabled"
|
|
600
|
+
/** Known values of {@link ApplicationServerVirtualMachineType} that the service accepts. */
|
|
601
|
+
export declare enum KnownApplicationServerVirtualMachineType {
|
|
602
|
+
/** Active */
|
|
603
|
+
Active = "Active",
|
|
604
|
+
/** Standby */
|
|
605
|
+
Standby = "Standby",
|
|
606
|
+
/** Unknown */
|
|
607
|
+
Unknown = "Unknown"
|
|
630
608
|
}
|
|
631
609
|
|
|
632
610
|
/** Known values of {@link CentralServerVirtualMachineType} that the service accepts. */
|
|
@@ -647,6 +625,16 @@ export declare enum KnownCentralServerVirtualMachineType {
|
|
|
647
625
|
Standby = "Standby"
|
|
648
626
|
}
|
|
649
627
|
|
|
628
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
629
|
+
export declare enum KnownConfigurationType {
|
|
630
|
+
/** Skip */
|
|
631
|
+
Skip = "Skip",
|
|
632
|
+
/** CreateAndMount */
|
|
633
|
+
CreateAndMount = "CreateAndMount",
|
|
634
|
+
/** Mount */
|
|
635
|
+
Mount = "Mount"
|
|
636
|
+
}
|
|
637
|
+
|
|
650
638
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
651
639
|
export declare enum KnownCreatedByType {
|
|
652
640
|
/** User */
|
|
@@ -659,26 +647,22 @@ export declare enum KnownCreatedByType {
|
|
|
659
647
|
Key = "Key"
|
|
660
648
|
}
|
|
661
649
|
|
|
662
|
-
/** Known values of {@link
|
|
663
|
-
export declare enum
|
|
664
|
-
/**
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
/**
|
|
669
|
-
|
|
670
|
-
/**
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
/**
|
|
677
|
-
|
|
678
|
-
/** Enabled */
|
|
679
|
-
Enabled = "Enabled",
|
|
680
|
-
/** Disabled */
|
|
681
|
-
Disabled = "Disabled"
|
|
650
|
+
/** Known values of {@link DiskSkuName} that the service accepts. */
|
|
651
|
+
export declare enum KnownDiskSkuName {
|
|
652
|
+
/** StandardLRS */
|
|
653
|
+
StandardLRS = "Standard_LRS",
|
|
654
|
+
/** PremiumLRS */
|
|
655
|
+
PremiumLRS = "Premium_LRS",
|
|
656
|
+
/** StandardSSDLRS */
|
|
657
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
658
|
+
/** UltraSSDLRS */
|
|
659
|
+
UltraSSDLRS = "UltraSSD_LRS",
|
|
660
|
+
/** PremiumZRS */
|
|
661
|
+
PremiumZRS = "Premium_ZRS",
|
|
662
|
+
/** StandardSSDZRS */
|
|
663
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
664
|
+
/** PremiumV2LRS */
|
|
665
|
+
PremiumV2LRS = "PremiumV2_LRS"
|
|
682
666
|
}
|
|
683
667
|
|
|
684
668
|
/** Known values of {@link EnqueueReplicationServerType} that the service accepts. */
|
|
@@ -689,50 +673,6 @@ export declare enum KnownEnqueueReplicationServerType {
|
|
|
689
673
|
EnqueueReplicator2 = "EnqueueReplicator2"
|
|
690
674
|
}
|
|
691
675
|
|
|
692
|
-
/** Known values of {@link FileShareStorageType} that the service accepts. */
|
|
693
|
-
export declare enum KnownFileShareStorageType {
|
|
694
|
-
/** StandardLRS */
|
|
695
|
-
StandardLRS = "Standard_LRS",
|
|
696
|
-
/** StandardGRS */
|
|
697
|
-
StandardGRS = "Standard_GRS",
|
|
698
|
-
/** StandardZRS */
|
|
699
|
-
StandardZRS = "Standard_ZRS",
|
|
700
|
-
/** PremiumLRS */
|
|
701
|
-
PremiumLRS = "Premium_LRS"
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
/** Known values of {@link FileShareType} that the service accepts. */
|
|
705
|
-
export declare enum KnownFileShareType {
|
|
706
|
-
/** NfsOnController */
|
|
707
|
-
NfsOnController = "NfsOnController",
|
|
708
|
-
/** AzureFiles */
|
|
709
|
-
AzureFiles = "AzureFiles"
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/** Known values of {@link HAEnabled} that the service accepts. */
|
|
713
|
-
export declare enum KnownHAEnabled {
|
|
714
|
-
/** Enabled */
|
|
715
|
-
Enabled = "Enabled",
|
|
716
|
-
/** Disabled */
|
|
717
|
-
Disabled = "Disabled"
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
/** Known values of {@link LoadBalancerType} that the service accepts. */
|
|
721
|
-
export declare enum KnownLoadBalancerType {
|
|
722
|
-
/** ApplicationGateway */
|
|
723
|
-
ApplicationGateway = "ApplicationGateway",
|
|
724
|
-
/** LoadBalancer */
|
|
725
|
-
LoadBalancer = "LoadBalancer"
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/** Known values of {@link LocationType} that the service accepts. */
|
|
729
|
-
export declare enum KnownLocationType {
|
|
730
|
-
/** Region */
|
|
731
|
-
Region = "Region",
|
|
732
|
-
/** EdgeZone */
|
|
733
|
-
EdgeZone = "EdgeZone"
|
|
734
|
-
}
|
|
735
|
-
|
|
736
676
|
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
737
677
|
export declare enum KnownManagedServiceIdentityType {
|
|
738
678
|
/** None */
|
|
@@ -741,6 +681,12 @@ export declare enum KnownManagedServiceIdentityType {
|
|
|
741
681
|
UserAssigned = "UserAssigned"
|
|
742
682
|
}
|
|
743
683
|
|
|
684
|
+
/** Known values of {@link NamingPatternType} that the service accepts. */
|
|
685
|
+
export declare enum KnownNamingPatternType {
|
|
686
|
+
/** FullResourceName */
|
|
687
|
+
FullResourceName = "FullResourceName"
|
|
688
|
+
}
|
|
689
|
+
|
|
744
690
|
/** Known values of {@link OperationProperties} that the service accepts. */
|
|
745
691
|
export declare enum KnownOperationProperties {
|
|
746
692
|
/** NotSpecified */
|
|
@@ -761,32 +707,6 @@ export declare enum KnownOrigin {
|
|
|
761
707
|
UserSystem = "user,system"
|
|
762
708
|
}
|
|
763
709
|
|
|
764
|
-
/** Known values of {@link OSImageOffer} that the service accepts. */
|
|
765
|
-
export declare enum KnownOSImageOffer {
|
|
766
|
-
/** UbuntuServer */
|
|
767
|
-
UbuntuServer = "UbuntuServer"
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
/** Known values of {@link OSImagePublisher} that the service accepts. */
|
|
771
|
-
export declare enum KnownOSImagePublisher {
|
|
772
|
-
/** Canonical */
|
|
773
|
-
Canonical = "Canonical"
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/** Known values of {@link OSImageSku} that the service accepts. */
|
|
777
|
-
export declare enum KnownOSImageSku {
|
|
778
|
-
/** Eighteen04LTS */
|
|
779
|
-
Eighteen04LTS = "18.04-LTS",
|
|
780
|
-
/** Sixteen04LTS */
|
|
781
|
-
Sixteen04LTS = "16.04-LTS"
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
/** Known values of {@link OSImageVersion} that the service accepts. */
|
|
785
|
-
export declare enum KnownOSImageVersion {
|
|
786
|
-
/** Latest */
|
|
787
|
-
Latest = "latest"
|
|
788
|
-
}
|
|
789
|
-
|
|
790
710
|
/** Known values of {@link OSType} that the service accepts. */
|
|
791
711
|
export declare enum KnownOSType {
|
|
792
712
|
/** Linux */
|
|
@@ -795,44 +715,6 @@ export declare enum KnownOSType {
|
|
|
795
715
|
Windows = "Windows"
|
|
796
716
|
}
|
|
797
717
|
|
|
798
|
-
/** Known values of {@link PHPVersion} that the service accepts. */
|
|
799
|
-
export declare enum KnownPHPVersion {
|
|
800
|
-
/** Seven2 */
|
|
801
|
-
Seven2 = "7.2",
|
|
802
|
-
/** Seven3 */
|
|
803
|
-
Seven3 = "7.3",
|
|
804
|
-
/** Seven4 */
|
|
805
|
-
Seven4 = "7.4"
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
/** Known values of {@link PhpWorkloadProvisioningState} that the service accepts. */
|
|
809
|
-
export declare enum KnownPhpWorkloadProvisioningState {
|
|
810
|
-
/** NotSpecified */
|
|
811
|
-
NotSpecified = "NotSpecified",
|
|
812
|
-
/** Accepted */
|
|
813
|
-
Accepted = "Accepted",
|
|
814
|
-
/** Created */
|
|
815
|
-
Created = "Created",
|
|
816
|
-
/** Succeeded */
|
|
817
|
-
Succeeded = "Succeeded",
|
|
818
|
-
/** Failed */
|
|
819
|
-
Failed = "Failed",
|
|
820
|
-
/** Canceled */
|
|
821
|
-
Canceled = "Canceled",
|
|
822
|
-
/** Provisioning */
|
|
823
|
-
Provisioning = "Provisioning",
|
|
824
|
-
/** Deleting */
|
|
825
|
-
Deleting = "Deleting"
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
/** Known values of {@link RedisCacheFamily} that the service accepts. */
|
|
829
|
-
export declare enum KnownRedisCacheFamily {
|
|
830
|
-
/** C */
|
|
831
|
-
C = "C",
|
|
832
|
-
/** P */
|
|
833
|
-
P = "P"
|
|
834
|
-
}
|
|
835
|
-
|
|
836
718
|
/** Known values of {@link RoutingPreference} that the service accepts. */
|
|
837
719
|
export declare enum KnownRoutingPreference {
|
|
838
720
|
/** Default */
|
|
@@ -901,6 +783,20 @@ export declare enum KnownSAPHighAvailabilityType {
|
|
|
901
783
|
AvailabilityZone = "AvailabilityZone"
|
|
902
784
|
}
|
|
903
785
|
|
|
786
|
+
/** Known values of {@link SapLandscapeMonitorProvisioningState} that the service accepts. */
|
|
787
|
+
export declare enum KnownSapLandscapeMonitorProvisioningState {
|
|
788
|
+
/** Accepted */
|
|
789
|
+
Accepted = "Accepted",
|
|
790
|
+
/** Created */
|
|
791
|
+
Created = "Created",
|
|
792
|
+
/** Failed */
|
|
793
|
+
Failed = "Failed",
|
|
794
|
+
/** Succeeded */
|
|
795
|
+
Succeeded = "Succeeded",
|
|
796
|
+
/** Canceled */
|
|
797
|
+
Canceled = "Canceled"
|
|
798
|
+
}
|
|
799
|
+
|
|
904
800
|
/** Known values of {@link SAPProductType} that the service accepts. */
|
|
905
801
|
export declare enum KnownSAPProductType {
|
|
906
802
|
/** ECC */
|
|
@@ -916,7 +812,9 @@ export declare enum KnownSAPSoftwareInstallationType {
|
|
|
916
812
|
/** ServiceInitiated */
|
|
917
813
|
ServiceInitiated = "ServiceInitiated",
|
|
918
814
|
/** SAPInstallWithoutOSConfig */
|
|
919
|
-
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig"
|
|
815
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
816
|
+
/** External */
|
|
817
|
+
External = "External"
|
|
920
818
|
}
|
|
921
819
|
|
|
922
820
|
/** Known values of {@link SapVirtualInstanceProvisioningState} that the service accepts. */
|
|
@@ -947,6 +845,10 @@ export declare enum KnownSAPVirtualInstanceState {
|
|
|
947
845
|
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
948
846
|
/** SoftwareInstallationFailed */
|
|
949
847
|
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
848
|
+
/** SoftwareDetectionInProgress */
|
|
849
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
850
|
+
/** SoftwareDetectionFailed */
|
|
851
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
950
852
|
/** DiscoveryPending */
|
|
951
853
|
DiscoveryPending = "DiscoveryPending",
|
|
952
854
|
/** DiscoveryInProgress */
|
|
@@ -970,61 +872,19 @@ export declare enum KnownSAPVirtualInstanceStatus {
|
|
|
970
872
|
/** PartiallyRunning */
|
|
971
873
|
PartiallyRunning = "PartiallyRunning",
|
|
972
874
|
/** Unavailable */
|
|
973
|
-
Unavailable = "Unavailable"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
/** Known values of {@link SearchType} that the service accepts. */
|
|
977
|
-
export declare enum KnownSearchType {
|
|
978
|
-
/** Elastic */
|
|
979
|
-
Elastic = "Elastic"
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
/** Known values of {@link SkuRestrictionReasonCode} that the service accepts. */
|
|
983
|
-
export declare enum KnownSkuRestrictionReasonCode {
|
|
984
|
-
/** NotSpecified */
|
|
985
|
-
NotSpecified = "NotSpecified",
|
|
986
|
-
/** QuotaId */
|
|
987
|
-
QuotaId = "QuotaId",
|
|
988
|
-
/** NotAvailableForSubscription */
|
|
989
|
-
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Known values of {@link SkuRestrictionType} that the service accepts. */
|
|
993
|
-
export declare enum KnownSkuRestrictionType {
|
|
994
|
-
/** NotSpecified */
|
|
995
|
-
NotSpecified = "NotSpecified",
|
|
996
|
-
/** Location */
|
|
997
|
-
Location = "Location",
|
|
998
|
-
/** Zone */
|
|
999
|
-
Zone = "Zone"
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
/** Known values of {@link SkuScaleType} that the service accepts. */
|
|
1003
|
-
export declare enum KnownSkuScaleType {
|
|
1004
|
-
/** None */
|
|
1005
|
-
None = "None",
|
|
1006
|
-
/** Manual */
|
|
1007
|
-
Manual = "Manual",
|
|
1008
|
-
/** Automatic */
|
|
1009
|
-
Automatic = "Automatic"
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
/** Known values of {@link WordpressVersions} that the service accepts. */
|
|
1013
|
-
export declare enum KnownWordpressVersions {
|
|
1014
|
-
/** Five43 */
|
|
1015
|
-
Five43 = "5.4.3",
|
|
1016
|
-
/** Five42 */
|
|
1017
|
-
Five42 = "5.4.2",
|
|
1018
|
-
/** Five41 */
|
|
1019
|
-
Five41 = "5.4.1",
|
|
1020
|
-
/** Five4 */
|
|
1021
|
-
Five4 = "5.4"
|
|
875
|
+
Unavailable = "Unavailable",
|
|
876
|
+
/** SoftShutdown */
|
|
877
|
+
SoftShutdown = "SoftShutdown"
|
|
1022
878
|
}
|
|
1023
879
|
|
|
1024
|
-
/** Known values of {@link
|
|
1025
|
-
export declare enum
|
|
1026
|
-
/**
|
|
1027
|
-
|
|
880
|
+
/** Known values of {@link SslPreference} that the service accepts. */
|
|
881
|
+
export declare enum KnownSslPreference {
|
|
882
|
+
/** Disabled */
|
|
883
|
+
Disabled = "Disabled",
|
|
884
|
+
/** RootCertificate */
|
|
885
|
+
RootCertificate = "RootCertificate",
|
|
886
|
+
/** ServerCertificate */
|
|
887
|
+
ServerCertificate = "ServerCertificate"
|
|
1028
888
|
}
|
|
1029
889
|
|
|
1030
890
|
/** Known values of {@link WorkloadMonitorActionType} that the service accepts. */
|
|
@@ -1065,25 +925,23 @@ export declare interface LinuxConfiguration extends OSConfiguration {
|
|
|
1065
925
|
sshKeyPair?: SshKeyPair;
|
|
1066
926
|
}
|
|
1067
927
|
|
|
1068
|
-
/**
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
* **ApplicationGateway** \
|
|
1074
|
-
* **LoadBalancer**
|
|
1075
|
-
*/
|
|
1076
|
-
export declare type LoadBalancerType = string;
|
|
928
|
+
/** The Load Balancer details such as Load Balancer ID. */
|
|
929
|
+
export declare interface LoadBalancerDetails {
|
|
930
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
931
|
+
readonly id?: string;
|
|
932
|
+
}
|
|
1077
933
|
|
|
1078
|
-
/**
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
934
|
+
/** The resource names object for load balancer and related resources. */
|
|
935
|
+
export declare interface LoadBalancerResourceNames {
|
|
936
|
+
/** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
|
|
937
|
+
loadBalancerName?: string;
|
|
938
|
+
/** 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. */
|
|
939
|
+
frontendIpConfigurationNames?: string[];
|
|
940
|
+
/** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */
|
|
941
|
+
backendPoolNames?: string[];
|
|
942
|
+
/** 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. */
|
|
943
|
+
healthProbeNames?: string[];
|
|
944
|
+
}
|
|
1087
945
|
|
|
1088
946
|
/** Managed resource group configuration */
|
|
1089
947
|
export declare interface ManagedRGConfiguration {
|
|
@@ -1101,40 +959,40 @@ export declare interface ManagedRGConfiguration {
|
|
|
1101
959
|
*/
|
|
1102
960
|
export declare type ManagedServiceIdentityType = string;
|
|
1103
961
|
|
|
1104
|
-
/** Defines the SAP
|
|
962
|
+
/** Defines the SAP Message Server properties. */
|
|
1105
963
|
export declare interface MessageServerProperties {
|
|
1106
964
|
/**
|
|
1107
|
-
*
|
|
965
|
+
* Message Server port.
|
|
1108
966
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1109
967
|
*/
|
|
1110
968
|
readonly msPort?: number;
|
|
1111
969
|
/**
|
|
1112
|
-
*
|
|
970
|
+
* Message Server internal MS port.
|
|
1113
971
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1114
972
|
*/
|
|
1115
973
|
readonly internalMsPort?: number;
|
|
1116
974
|
/**
|
|
1117
|
-
*
|
|
975
|
+
* Message Server HTTP Port.
|
|
1118
976
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1119
977
|
*/
|
|
1120
978
|
readonly httpPort?: number;
|
|
1121
979
|
/**
|
|
1122
|
-
*
|
|
980
|
+
* Message Server HTTPS Port.
|
|
1123
981
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1124
982
|
*/
|
|
1125
983
|
readonly httpsPort?: number;
|
|
1126
984
|
/**
|
|
1127
|
-
*
|
|
985
|
+
* Message Server SAP Hostname.
|
|
1128
986
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1129
987
|
*/
|
|
1130
988
|
readonly hostname?: string;
|
|
1131
989
|
/**
|
|
1132
|
-
*
|
|
990
|
+
* Message server IP Address.
|
|
1133
991
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1134
992
|
*/
|
|
1135
993
|
readonly ipAddress?: string;
|
|
1136
994
|
/**
|
|
1137
|
-
* Defines the SAP
|
|
995
|
+
* Defines the health of SAP Instances.
|
|
1138
996
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1139
997
|
*/
|
|
1140
998
|
readonly health?: SAPHealthState;
|
|
@@ -1142,7 +1000,7 @@ export declare interface MessageServerProperties {
|
|
|
1142
1000
|
|
|
1143
1001
|
/** SAP monitor info on Azure (ARM properties and SAP monitor properties) */
|
|
1144
1002
|
export declare interface Monitor extends TrackedResource {
|
|
1145
|
-
/** Managed service identity
|
|
1003
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1146
1004
|
identity?: UserAssignedServiceIdentity;
|
|
1147
1005
|
/**
|
|
1148
1006
|
* State of provisioning of the SAP monitor.
|
|
@@ -1158,6 +1016,8 @@ export declare interface Monitor extends TrackedResource {
|
|
|
1158
1016
|
appLocation?: string;
|
|
1159
1017
|
/** Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. */
|
|
1160
1018
|
routingPreference?: RoutingPreference;
|
|
1019
|
+
/** 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. */
|
|
1020
|
+
zoneRedundancyPreference?: string;
|
|
1161
1021
|
/** Managed resource group configuration */
|
|
1162
1022
|
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1163
1023
|
/** The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. */
|
|
@@ -1169,6 +1029,11 @@ export declare interface Monitor extends TrackedResource {
|
|
|
1169
1029
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1170
1030
|
*/
|
|
1171
1031
|
readonly msiArmId?: string;
|
|
1032
|
+
/**
|
|
1033
|
+
* The ARM ID of the Storage account used for SAP monitoring.
|
|
1034
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1035
|
+
*/
|
|
1036
|
+
readonly storageAccountArmId?: string;
|
|
1172
1037
|
}
|
|
1173
1038
|
|
|
1174
1039
|
/** The response from the List SAP monitors operation. */
|
|
@@ -1211,7 +1076,7 @@ export declare interface Monitors {
|
|
|
1211
1076
|
* @param monitorParameter Request body representing a SAP monitor
|
|
1212
1077
|
* @param options The options parameters.
|
|
1213
1078
|
*/
|
|
1214
|
-
beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<
|
|
1079
|
+
beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsCreateResponse>, MonitorsCreateResponse>>;
|
|
1215
1080
|
/**
|
|
1216
1081
|
* Creates a SAP monitor for the specified subscription, resource group, and resource name.
|
|
1217
1082
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1226,7 +1091,7 @@ export declare interface Monitors {
|
|
|
1226
1091
|
* @param monitorName Name of the SAP monitor resource.
|
|
1227
1092
|
* @param options The options parameters.
|
|
1228
1093
|
*/
|
|
1229
|
-
beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<
|
|
1094
|
+
beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsDeleteResponse>, MonitorsDeleteResponse>>;
|
|
1230
1095
|
/**
|
|
1231
1096
|
* Deletes a SAP monitor with the specified subscription, resource group, and SAP monitor name.
|
|
1232
1097
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1309,6 +1174,16 @@ export declare interface MonitorsUpdateOptionalParams extends coreClient.Operati
|
|
|
1309
1174
|
/** Contains response data for the update operation. */
|
|
1310
1175
|
export declare type MonitorsUpdateResponse = Monitor;
|
|
1311
1176
|
|
|
1177
|
+
/** 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. */
|
|
1178
|
+
export declare interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
1179
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1180
|
+
configurationType: "Mount";
|
|
1181
|
+
/** The fileshare resource ID */
|
|
1182
|
+
id: string;
|
|
1183
|
+
/** The private endpoint resource ID */
|
|
1184
|
+
privateEndpointId: string;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1312
1187
|
/** Gets or sets the SQL server provider properties. */
|
|
1313
1188
|
export declare interface MsSqlServerProviderInstanceProperties extends ProviderSpecificProperties {
|
|
1314
1189
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1325,70 +1200,31 @@ export declare interface MsSqlServerProviderInstanceProperties extends ProviderS
|
|
|
1325
1200
|
dbPasswordUri?: string;
|
|
1326
1201
|
/** Gets or sets the SAP System Identifier */
|
|
1327
1202
|
sapSid?: string;
|
|
1203
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1204
|
+
sslPreference?: SslPreference;
|
|
1205
|
+
/** Gets or sets the blob URI to SSL certificate for the SQL Database. */
|
|
1206
|
+
sslCertificateUri?: string;
|
|
1328
1207
|
}
|
|
1329
1208
|
|
|
1330
|
-
/**
|
|
1209
|
+
/**
|
|
1210
|
+
* Defines values for NamingPatternType. \
|
|
1211
|
+
* {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
|
|
1212
|
+
* this enum contains the known values that the service supports.
|
|
1213
|
+
* ### Known values supported by the service
|
|
1214
|
+
* **FullResourceName**
|
|
1215
|
+
*/
|
|
1216
|
+
export declare type NamingPatternType = string;
|
|
1217
|
+
|
|
1218
|
+
/** Defines the network configuration type for SAP system infrastructure that is being deployed */
|
|
1331
1219
|
export declare interface NetworkConfiguration {
|
|
1332
|
-
/** Specifies whether a secondary IP address should be added to the network interface on all VMs */
|
|
1220
|
+
/** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
|
|
1333
1221
|
isSecondaryIpEnabled?: boolean;
|
|
1334
1222
|
}
|
|
1335
1223
|
|
|
1336
|
-
/**
|
|
1337
|
-
export declare interface
|
|
1338
|
-
/**
|
|
1339
|
-
|
|
1340
|
-
/** Load balancer SKU */
|
|
1341
|
-
loadBalancerSku?: string;
|
|
1342
|
-
/** Load balancer tier */
|
|
1343
|
-
loadBalancerTier?: string;
|
|
1344
|
-
/** Capacity, applicable only for Application Gateway */
|
|
1345
|
-
capacity?: number;
|
|
1346
|
-
/** Whether to enable Azure front door */
|
|
1347
|
-
azureFrontDoorEnabled?: AzureFrontDoorEnabled;
|
|
1348
|
-
/**
|
|
1349
|
-
* Virtual network resource Id
|
|
1350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1351
|
-
*/
|
|
1352
|
-
readonly vNetResourceId?: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* Azure Loadbalancer or ApplicationGateway resource Id
|
|
1355
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1356
|
-
*/
|
|
1357
|
-
readonly loadBalancerResourceId?: string;
|
|
1358
|
-
/**
|
|
1359
|
-
* Azure front door resource id
|
|
1360
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1361
|
-
*/
|
|
1362
|
-
readonly azureFrontDoorResourceId?: string;
|
|
1363
|
-
/**
|
|
1364
|
-
* Loadbalancer front-end IP address resource Id
|
|
1365
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1366
|
-
*/
|
|
1367
|
-
readonly frontEndPublicIpResourceId?: string;
|
|
1368
|
-
/**
|
|
1369
|
-
* List of outbound public IP resource IDs
|
|
1370
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1371
|
-
*/
|
|
1372
|
-
readonly outboundPublicIpResourceIds?: string[];
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
/** VM or VMSS node profile */
|
|
1376
|
-
export declare interface NodeProfile {
|
|
1377
|
-
/** VM or VMSS name */
|
|
1378
|
-
name?: string;
|
|
1379
|
-
/** VM SKU for node(s) */
|
|
1380
|
-
nodeSku: string;
|
|
1381
|
-
/** OS image used for creating the nodes */
|
|
1382
|
-
osImage: OsImageProfile;
|
|
1383
|
-
/** OS disk details */
|
|
1384
|
-
osDisk: DiskInfo;
|
|
1385
|
-
/** Data disks details. This property is not in use right now */
|
|
1386
|
-
dataDisks?: DiskInfo[];
|
|
1387
|
-
/**
|
|
1388
|
-
* VM/VMSS resource ARM Ids
|
|
1389
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1390
|
-
*/
|
|
1391
|
-
readonly nodeResourceIds?: string[];
|
|
1224
|
+
/** The resource names object for network interface and related resources. */
|
|
1225
|
+
export declare interface NetworkInterfaceResourceNames {
|
|
1226
|
+
/** 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. */
|
|
1227
|
+
networkInterfaceName?: string;
|
|
1392
1228
|
}
|
|
1393
1229
|
|
|
1394
1230
|
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
@@ -1584,55 +1420,6 @@ export declare interface OSConfiguration {
|
|
|
1584
1420
|
|
|
1585
1421
|
export declare type OSConfigurationUnion = OSConfiguration | WindowsConfiguration | LinuxConfiguration;
|
|
1586
1422
|
|
|
1587
|
-
/**
|
|
1588
|
-
* Defines values for OSImageOffer. \
|
|
1589
|
-
* {@link KnownOSImageOffer} can be used interchangeably with OSImageOffer,
|
|
1590
|
-
* this enum contains the known values that the service supports.
|
|
1591
|
-
* ### Known values supported by the service
|
|
1592
|
-
* **UbuntuServer**
|
|
1593
|
-
*/
|
|
1594
|
-
export declare type OSImageOffer = string;
|
|
1595
|
-
|
|
1596
|
-
/** OS image profile */
|
|
1597
|
-
export declare interface OsImageProfile {
|
|
1598
|
-
/** OS image publisher */
|
|
1599
|
-
publisher?: OSImagePublisher;
|
|
1600
|
-
/** OS image offer */
|
|
1601
|
-
offer?: OSImageOffer;
|
|
1602
|
-
/** OS image sku */
|
|
1603
|
-
sku?: OSImageSku;
|
|
1604
|
-
/** OS image version */
|
|
1605
|
-
version?: OSImageVersion;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
/**
|
|
1609
|
-
* Defines values for OSImagePublisher. \
|
|
1610
|
-
* {@link KnownOSImagePublisher} can be used interchangeably with OSImagePublisher,
|
|
1611
|
-
* this enum contains the known values that the service supports.
|
|
1612
|
-
* ### Known values supported by the service
|
|
1613
|
-
* **Canonical**
|
|
1614
|
-
*/
|
|
1615
|
-
export declare type OSImagePublisher = string;
|
|
1616
|
-
|
|
1617
|
-
/**
|
|
1618
|
-
* Defines values for OSImageSku. \
|
|
1619
|
-
* {@link KnownOSImageSku} can be used interchangeably with OSImageSku,
|
|
1620
|
-
* this enum contains the known values that the service supports.
|
|
1621
|
-
* ### Known values supported by the service
|
|
1622
|
-
* **18.04-LTS** \
|
|
1623
|
-
* **16.04-LTS**
|
|
1624
|
-
*/
|
|
1625
|
-
export declare type OSImageSku = string;
|
|
1626
|
-
|
|
1627
|
-
/**
|
|
1628
|
-
* Defines values for OSImageVersion. \
|
|
1629
|
-
* {@link KnownOSImageVersion} can be used interchangeably with OSImageVersion,
|
|
1630
|
-
* this enum contains the known values that the service supports.
|
|
1631
|
-
* ### Known values supported by the service
|
|
1632
|
-
* **latest**
|
|
1633
|
-
*/
|
|
1634
|
-
export declare type OSImageVersion = string;
|
|
1635
|
-
|
|
1636
1423
|
/** Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. */
|
|
1637
1424
|
export declare interface OSProfile {
|
|
1638
1425
|
/** Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters. */
|
|
@@ -1661,227 +1448,6 @@ export declare interface OsSapConfiguration {
|
|
|
1661
1448
|
*/
|
|
1662
1449
|
export declare type OSType = string;
|
|
1663
1450
|
|
|
1664
|
-
/** Resource patch request body */
|
|
1665
|
-
export declare interface PatchResourceRequestBody {
|
|
1666
|
-
/** Resource tags */
|
|
1667
|
-
tags?: {
|
|
1668
|
-
[propertyName: string]: string;
|
|
1669
|
-
};
|
|
1670
|
-
identity?: PatchResourceRequestBodyIdentity;
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export declare interface PatchResourceRequestBodyIdentity extends UserAssignedServiceIdentity {
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
/** PHP profile */
|
|
1677
|
-
export declare interface PhpProfile {
|
|
1678
|
-
/** PHP version */
|
|
1679
|
-
version: PHPVersion;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
/**
|
|
1683
|
-
* Defines values for PHPVersion. \
|
|
1684
|
-
* {@link KnownPHPVersion} can be used interchangeably with PHPVersion,
|
|
1685
|
-
* this enum contains the known values that the service supports.
|
|
1686
|
-
* ### Known values supported by the service
|
|
1687
|
-
* **7.2** \
|
|
1688
|
-
* **7.3** \
|
|
1689
|
-
* **7.4**
|
|
1690
|
-
*/
|
|
1691
|
-
export declare type PHPVersion = string;
|
|
1692
|
-
|
|
1693
|
-
/**
|
|
1694
|
-
* Defines values for PhpWorkloadProvisioningState. \
|
|
1695
|
-
* {@link KnownPhpWorkloadProvisioningState} can be used interchangeably with PhpWorkloadProvisioningState,
|
|
1696
|
-
* this enum contains the known values that the service supports.
|
|
1697
|
-
* ### Known values supported by the service
|
|
1698
|
-
* **NotSpecified** \
|
|
1699
|
-
* **Accepted** \
|
|
1700
|
-
* **Created** \
|
|
1701
|
-
* **Succeeded** \
|
|
1702
|
-
* **Failed** \
|
|
1703
|
-
* **Canceled** \
|
|
1704
|
-
* **Provisioning** \
|
|
1705
|
-
* **Deleting**
|
|
1706
|
-
*/
|
|
1707
|
-
export declare type PhpWorkloadProvisioningState = string;
|
|
1708
|
-
|
|
1709
|
-
/** Php workload resource */
|
|
1710
|
-
export declare interface PhpWorkloadResource extends TrackedResource {
|
|
1711
|
-
/** Indicates which kind of php workload this resource represent e.g WordPress */
|
|
1712
|
-
kind: WorkloadKind;
|
|
1713
|
-
/** Php workloads SKU */
|
|
1714
|
-
sku?: Sku;
|
|
1715
|
-
/** Identity for the resource. Currently not supported */
|
|
1716
|
-
identity?: PhpWorkloadResourceIdentity;
|
|
1717
|
-
/** The infra resources for PHP workload will be created in this location */
|
|
1718
|
-
appLocation?: string;
|
|
1719
|
-
/** Managed resource group configuration of the workload */
|
|
1720
|
-
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1721
|
-
/** Admin user profile used for VM and VMSS */
|
|
1722
|
-
adminUserProfile?: UserProfile;
|
|
1723
|
-
/** VMSS web nodes profile */
|
|
1724
|
-
webNodesProfile?: VmssNodesProfile;
|
|
1725
|
-
/** Controller VM profile */
|
|
1726
|
-
controllerProfile?: NodeProfile;
|
|
1727
|
-
/** Network profile */
|
|
1728
|
-
networkProfile?: NetworkProfile;
|
|
1729
|
-
/** Database profile */
|
|
1730
|
-
databaseProfile?: DatabaseProfile;
|
|
1731
|
-
/** Site profile */
|
|
1732
|
-
siteProfile?: SiteProfile;
|
|
1733
|
-
/** File share profile */
|
|
1734
|
-
fileshareProfile?: FileshareProfile;
|
|
1735
|
-
/** PHP profile */
|
|
1736
|
-
phpProfile?: PhpProfile;
|
|
1737
|
-
/** Search profile */
|
|
1738
|
-
searchProfile?: SearchProfile;
|
|
1739
|
-
/** Cache profile */
|
|
1740
|
-
cacheProfile?: CacheProfile;
|
|
1741
|
-
/** Backup profile */
|
|
1742
|
-
backupProfile?: BackupProfile;
|
|
1743
|
-
/**
|
|
1744
|
-
* Php workload resource provisioning state
|
|
1745
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1746
|
-
*/
|
|
1747
|
-
readonly provisioningState?: PhpWorkloadProvisioningState;
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
/** Identity for the resource. Currently not supported */
|
|
1751
|
-
export declare interface PhpWorkloadResourceIdentity extends UserAssignedServiceIdentity {
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
/** Php workload resource list */
|
|
1755
|
-
export declare interface PhpWorkloadResourceList {
|
|
1756
|
-
/** List of resources in current page */
|
|
1757
|
-
value?: PhpWorkloadResource[];
|
|
1758
|
-
/** Link to next page of resources */
|
|
1759
|
-
nextLink?: string;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
/** Interface representing a PhpWorkloads. */
|
|
1763
|
-
export declare interface PhpWorkloads {
|
|
1764
|
-
/**
|
|
1765
|
-
* Lists PHP workload resources for a subscription.
|
|
1766
|
-
* @param options The options parameters.
|
|
1767
|
-
*/
|
|
1768
|
-
listBySubscription(options?: PhpWorkloadsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PhpWorkloadResource>;
|
|
1769
|
-
/**
|
|
1770
|
-
* Lists PHP workload resources in a resource group.
|
|
1771
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1772
|
-
* @param options The options parameters.
|
|
1773
|
-
*/
|
|
1774
|
-
listByResourceGroup(resourceGroupName: string, options?: PhpWorkloadsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PhpWorkloadResource>;
|
|
1775
|
-
/**
|
|
1776
|
-
* Gets the PHP workload resource.
|
|
1777
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1778
|
-
* @param phpWorkloadName Php workload name
|
|
1779
|
-
* @param options The options parameters.
|
|
1780
|
-
*/
|
|
1781
|
-
get(resourceGroupName: string, phpWorkloadName: string, options?: PhpWorkloadsGetOptionalParams): Promise<PhpWorkloadsGetResponse>;
|
|
1782
|
-
/**
|
|
1783
|
-
* Create or updated PHP workload resource.
|
|
1784
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1785
|
-
* @param phpWorkloadName Php workload name
|
|
1786
|
-
* @param phpWorkloadResource Resource create or update request payload
|
|
1787
|
-
* @param options The options parameters.
|
|
1788
|
-
*/
|
|
1789
|
-
beginCreateOrUpdate(resourceGroupName: string, phpWorkloadName: string, phpWorkloadResource: PhpWorkloadResource, options?: PhpWorkloadsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PhpWorkloadsCreateOrUpdateResponse>, PhpWorkloadsCreateOrUpdateResponse>>;
|
|
1790
|
-
/**
|
|
1791
|
-
* Create or updated PHP workload resource.
|
|
1792
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1793
|
-
* @param phpWorkloadName Php workload name
|
|
1794
|
-
* @param phpWorkloadResource Resource create or update request payload
|
|
1795
|
-
* @param options The options parameters.
|
|
1796
|
-
*/
|
|
1797
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, phpWorkloadName: string, phpWorkloadResource: PhpWorkloadResource, options?: PhpWorkloadsCreateOrUpdateOptionalParams): Promise<PhpWorkloadsCreateOrUpdateResponse>;
|
|
1798
|
-
/**
|
|
1799
|
-
* Update PHP workload resource.
|
|
1800
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1801
|
-
* @param phpWorkloadName Php workload name
|
|
1802
|
-
* @param resourcePatchRequestBody Workload resource update data
|
|
1803
|
-
* @param options The options parameters.
|
|
1804
|
-
*/
|
|
1805
|
-
update(resourceGroupName: string, phpWorkloadName: string, resourcePatchRequestBody: PatchResourceRequestBody, options?: PhpWorkloadsUpdateOptionalParams): Promise<PhpWorkloadsUpdateResponse>;
|
|
1806
|
-
/**
|
|
1807
|
-
* Delete PHP workload resource.
|
|
1808
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1809
|
-
* @param phpWorkloadName Php workload name
|
|
1810
|
-
* @param options The options parameters.
|
|
1811
|
-
*/
|
|
1812
|
-
beginDelete(resourceGroupName: string, phpWorkloadName: string, options?: PhpWorkloadsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1813
|
-
/**
|
|
1814
|
-
* Delete PHP workload resource.
|
|
1815
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1816
|
-
* @param phpWorkloadName Php workload name
|
|
1817
|
-
* @param options The options parameters.
|
|
1818
|
-
*/
|
|
1819
|
-
beginDeleteAndWait(resourceGroupName: string, phpWorkloadName: string, options?: PhpWorkloadsDeleteOptionalParams): Promise<void>;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
/** Optional parameters. */
|
|
1823
|
-
export declare interface PhpWorkloadsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1825
|
-
updateIntervalInMs?: number;
|
|
1826
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1827
|
-
resumeFrom?: string;
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1831
|
-
export declare type PhpWorkloadsCreateOrUpdateResponse = PhpWorkloadResource;
|
|
1832
|
-
|
|
1833
|
-
/** Optional parameters. */
|
|
1834
|
-
export declare interface PhpWorkloadsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1835
|
-
/** Whether to delete infra along with workload resource. */
|
|
1836
|
-
deleteInfra?: string;
|
|
1837
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1838
|
-
updateIntervalInMs?: number;
|
|
1839
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1840
|
-
resumeFrom?: string;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
/** Optional parameters. */
|
|
1844
|
-
export declare interface PhpWorkloadsGetOptionalParams extends coreClient.OperationOptions {
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
/** Contains response data for the get operation. */
|
|
1848
|
-
export declare type PhpWorkloadsGetResponse = PhpWorkloadResource;
|
|
1849
|
-
|
|
1850
|
-
/** Optional parameters. */
|
|
1851
|
-
export declare interface PhpWorkloadsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1855
|
-
export declare type PhpWorkloadsListByResourceGroupNextResponse = PhpWorkloadResourceList;
|
|
1856
|
-
|
|
1857
|
-
/** Optional parameters. */
|
|
1858
|
-
export declare interface PhpWorkloadsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1862
|
-
export declare type PhpWorkloadsListByResourceGroupResponse = PhpWorkloadResourceList;
|
|
1863
|
-
|
|
1864
|
-
/** Optional parameters. */
|
|
1865
|
-
export declare interface PhpWorkloadsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1869
|
-
export declare type PhpWorkloadsListBySubscriptionNextResponse = PhpWorkloadResourceList;
|
|
1870
|
-
|
|
1871
|
-
/** Optional parameters. */
|
|
1872
|
-
export declare interface PhpWorkloadsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1876
|
-
export declare type PhpWorkloadsListBySubscriptionResponse = PhpWorkloadResourceList;
|
|
1877
|
-
|
|
1878
|
-
/** Optional parameters. */
|
|
1879
|
-
export declare interface PhpWorkloadsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
/** Contains response data for the update operation. */
|
|
1883
|
-
export declare type PhpWorkloadsUpdateResponse = PhpWorkloadResource;
|
|
1884
|
-
|
|
1885
1451
|
/** Gets or sets the PrometheusHaCluster provider properties. */
|
|
1886
1452
|
export declare interface PrometheusHaClusterProviderInstanceProperties extends ProviderSpecificProperties {
|
|
1887
1453
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1894,6 +1460,10 @@ export declare interface PrometheusHaClusterProviderInstanceProperties extends P
|
|
|
1894
1460
|
sid?: string;
|
|
1895
1461
|
/** Gets or sets the clusterName. */
|
|
1896
1462
|
clusterName?: string;
|
|
1463
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1464
|
+
sslPreference?: SslPreference;
|
|
1465
|
+
/** Gets or sets the blob URI to SSL certificate for the HA cluster exporter. */
|
|
1466
|
+
sslCertificateUri?: string;
|
|
1897
1467
|
}
|
|
1898
1468
|
|
|
1899
1469
|
/** Gets or sets the PrometheusOS provider properties. */
|
|
@@ -1902,11 +1472,17 @@ export declare interface PrometheusOSProviderInstanceProperties extends Provider
|
|
|
1902
1472
|
providerType: "PrometheusOS";
|
|
1903
1473
|
/** URL of the Node Exporter endpoint */
|
|
1904
1474
|
prometheusUrl?: string;
|
|
1475
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1476
|
+
sslPreference?: SslPreference;
|
|
1477
|
+
/** Gets or sets the blob URI to SSL certificate for the prometheus node exporter. */
|
|
1478
|
+
sslCertificateUri?: string;
|
|
1479
|
+
/** Gets or sets the SAP System Identifier */
|
|
1480
|
+
sapSid?: string;
|
|
1905
1481
|
}
|
|
1906
1482
|
|
|
1907
1483
|
/** A provider instance associated with SAP monitor. */
|
|
1908
1484
|
export declare interface ProviderInstance extends ProxyResource {
|
|
1909
|
-
/** Managed service identity
|
|
1485
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1910
1486
|
identity?: UserAssignedServiceIdentity;
|
|
1911
1487
|
/**
|
|
1912
1488
|
* State of provisioning of the provider instance
|
|
@@ -1918,7 +1494,7 @@ export declare interface ProviderInstance extends ProxyResource {
|
|
|
1918
1494
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1919
1495
|
*/
|
|
1920
1496
|
readonly errors?: ProviderInstancePropertiesErrors;
|
|
1921
|
-
/** Defines the provider
|
|
1497
|
+
/** Defines the provider specific properties. */
|
|
1922
1498
|
providerSettings?: ProviderSpecificPropertiesUnion;
|
|
1923
1499
|
}
|
|
1924
1500
|
|
|
@@ -1962,7 +1538,7 @@ export declare interface ProviderInstances {
|
|
|
1962
1538
|
* @param providerInstanceParameter Request body representing a provider instance
|
|
1963
1539
|
* @param options The options parameters.
|
|
1964
1540
|
*/
|
|
1965
|
-
beginCreate(resourceGroupName: string, monitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<
|
|
1541
|
+
beginCreate(resourceGroupName: string, monitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ProviderInstancesCreateResponse>, ProviderInstancesCreateResponse>>;
|
|
1966
1542
|
/**
|
|
1967
1543
|
* Creates a provider instance for the specified subscription, resource group, SAP monitor name, and
|
|
1968
1544
|
* resource name.
|
|
@@ -1981,7 +1557,7 @@ export declare interface ProviderInstances {
|
|
|
1981
1557
|
* @param providerInstanceName Name of the provider instance.
|
|
1982
1558
|
* @param options The options parameters.
|
|
1983
1559
|
*/
|
|
1984
|
-
beginDelete(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<
|
|
1560
|
+
beginDelete(resourceGroupName: string, monitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ProviderInstancesDeleteResponse>, ProviderInstancesDeleteResponse>>;
|
|
1985
1561
|
/**
|
|
1986
1562
|
* Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and
|
|
1987
1563
|
* resource name.
|
|
@@ -2048,16 +1624,6 @@ export declare type ProviderSpecificPropertiesUnion = ProviderSpecificProperties
|
|
|
2048
1624
|
export declare interface ProxyResource extends Resource {
|
|
2049
1625
|
}
|
|
2050
1626
|
|
|
2051
|
-
/**
|
|
2052
|
-
* Defines values for RedisCacheFamily. \
|
|
2053
|
-
* {@link KnownRedisCacheFamily} can be used interchangeably with RedisCacheFamily,
|
|
2054
|
-
* this enum contains the known values that the service supports.
|
|
2055
|
-
* ### Known values supported by the service
|
|
2056
|
-
* **C** \
|
|
2057
|
-
* **P**
|
|
2058
|
-
*/
|
|
2059
|
-
export declare type RedisCacheFamily = string;
|
|
2060
|
-
|
|
2061
1627
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2062
1628
|
export declare interface Resource {
|
|
2063
1629
|
/**
|
|
@@ -2082,14 +1648,6 @@ export declare interface Resource {
|
|
|
2082
1648
|
readonly systemData?: SystemData;
|
|
2083
1649
|
}
|
|
2084
1650
|
|
|
2085
|
-
/** The SKU restriction information. */
|
|
2086
|
-
export declare interface RestrictionInfo {
|
|
2087
|
-
/** The restriction locations. */
|
|
2088
|
-
locations?: string[];
|
|
2089
|
-
/** The restriction zones. */
|
|
2090
|
-
zones?: string[];
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
1651
|
/**
|
|
2094
1652
|
* Defines values for RoutingPreference. \
|
|
2095
1653
|
* {@link KnownRoutingPreference} can be used interchangeably with RoutingPreference,
|
|
@@ -2100,65 +1658,70 @@ export declare interface RestrictionInfo {
|
|
|
2100
1658
|
*/
|
|
2101
1659
|
export declare type RoutingPreference = string;
|
|
2102
1660
|
|
|
2103
|
-
/** Define the SAP Application Server Instance. */
|
|
1661
|
+
/** Define the SAP Application Server Instance resource. */
|
|
2104
1662
|
export declare interface SAPApplicationServerInstance extends TrackedResource {
|
|
2105
1663
|
/**
|
|
2106
|
-
*
|
|
1664
|
+
* Application server Instance Number.
|
|
2107
1665
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2108
1666
|
*/
|
|
2109
1667
|
readonly instanceNo?: string;
|
|
2110
1668
|
/**
|
|
2111
|
-
*
|
|
1669
|
+
* Application server Subnet.
|
|
2112
1670
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2113
1671
|
*/
|
|
2114
1672
|
readonly subnet?: string;
|
|
2115
1673
|
/**
|
|
2116
|
-
*
|
|
1674
|
+
* Application server instance SAP hostname.
|
|
2117
1675
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2118
1676
|
*/
|
|
2119
1677
|
readonly hostname?: string;
|
|
2120
1678
|
/**
|
|
2121
|
-
*
|
|
1679
|
+
* Application server instance SAP Kernel Version.
|
|
2122
1680
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2123
1681
|
*/
|
|
2124
1682
|
readonly kernelVersion?: string;
|
|
2125
1683
|
/**
|
|
2126
|
-
*
|
|
1684
|
+
* Application server instance SAP Kernel Patch level.
|
|
2127
1685
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2128
1686
|
*/
|
|
2129
1687
|
readonly kernelPatch?: string;
|
|
2130
1688
|
/**
|
|
2131
|
-
*
|
|
1689
|
+
* Application server instance SAP IP Address.
|
|
2132
1690
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2133
1691
|
*/
|
|
2134
1692
|
readonly ipAddress?: string;
|
|
2135
1693
|
/**
|
|
2136
|
-
*
|
|
1694
|
+
* Application server instance gateway Port.
|
|
2137
1695
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2138
1696
|
*/
|
|
2139
1697
|
readonly gatewayPort?: number;
|
|
2140
1698
|
/**
|
|
2141
|
-
*
|
|
1699
|
+
* Application server instance ICM HTTP Port.
|
|
2142
1700
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2143
1701
|
*/
|
|
2144
1702
|
readonly icmHttpPort?: number;
|
|
2145
1703
|
/**
|
|
2146
|
-
*
|
|
1704
|
+
* Application server instance ICM HTTPS Port.
|
|
2147
1705
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2148
1706
|
*/
|
|
2149
1707
|
readonly icmHttpsPort?: number;
|
|
2150
1708
|
/**
|
|
2151
|
-
* The
|
|
1709
|
+
* The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines
|
|
2152
1710
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2153
1711
|
*/
|
|
2154
|
-
readonly
|
|
1712
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1713
|
+
/**
|
|
1714
|
+
* The list of virtual machines.
|
|
1715
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1716
|
+
*/
|
|
1717
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
2155
1718
|
/**
|
|
2156
1719
|
* Defines the SAP Instance status.
|
|
2157
1720
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2158
1721
|
*/
|
|
2159
1722
|
readonly status?: SAPVirtualInstanceStatus;
|
|
2160
1723
|
/**
|
|
2161
|
-
* Defines the SAP
|
|
1724
|
+
* Defines the health of SAP Instances.
|
|
2162
1725
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2163
1726
|
*/
|
|
2164
1727
|
readonly health?: SAPHealthState;
|
|
@@ -2174,9 +1737,9 @@ export declare interface SAPApplicationServerInstance extends TrackedResource {
|
|
|
2174
1737
|
readonly errors?: SAPVirtualInstanceError;
|
|
2175
1738
|
}
|
|
2176
1739
|
|
|
2177
|
-
/** Defines the collection of SAP Application Server
|
|
1740
|
+
/** Defines the collection of SAP Application Server Instance resources. */
|
|
2178
1741
|
export declare interface SAPApplicationServerInstanceList {
|
|
2179
|
-
/** Gets the list of SAP Application Server
|
|
1742
|
+
/** Gets the list of SAP Application Server instance resources. */
|
|
2180
1743
|
value?: SAPApplicationServerInstance[];
|
|
2181
1744
|
/** Gets the value of next link. */
|
|
2182
1745
|
nextLink?: string;
|
|
@@ -2185,77 +1748,111 @@ export declare interface SAPApplicationServerInstanceList {
|
|
|
2185
1748
|
/** Interface representing a SAPApplicationServerInstances. */
|
|
2186
1749
|
export declare interface SAPApplicationServerInstances {
|
|
2187
1750
|
/**
|
|
2188
|
-
* Lists the SAP Application
|
|
1751
|
+
* Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions
|
|
1752
|
+
* resource.
|
|
2189
1753
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2190
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
1754
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2191
1755
|
* @param options The options parameters.
|
|
2192
1756
|
*/
|
|
2193
1757
|
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPApplicationServerInstancesListOptionalParams): PagedAsyncIterableIterator<SAPApplicationServerInstance>;
|
|
2194
1758
|
/**
|
|
2195
|
-
* Gets the SAP Application Server Instance
|
|
1759
|
+
* Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions
|
|
1760
|
+
* resource.
|
|
2196
1761
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2197
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2198
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1762
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1763
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2199
1764
|
* @param options The options parameters.
|
|
2200
1765
|
*/
|
|
2201
1766
|
get(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesGetOptionalParams): Promise<SAPApplicationServerInstancesGetResponse>;
|
|
2202
1767
|
/**
|
|
2203
|
-
* Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT by
|
|
2204
|
-
* will return a Bad Request error.
|
|
1768
|
+
* Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by
|
|
1769
|
+
* end user will return a Bad Request error.
|
|
2205
1770
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2206
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2207
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1771
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1772
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2208
1773
|
* @param options The options parameters.
|
|
2209
1774
|
*/
|
|
2210
|
-
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<
|
|
1775
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesCreateResponse>, SAPApplicationServerInstancesCreateResponse>>;
|
|
2211
1776
|
/**
|
|
2212
|
-
* Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT by
|
|
2213
|
-
* will return a Bad Request error.
|
|
1777
|
+
* Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by
|
|
1778
|
+
* end user will return a Bad Request error.
|
|
2214
1779
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2215
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2216
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1780
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1781
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2217
1782
|
* @param options The options parameters.
|
|
2218
1783
|
*/
|
|
2219
1784
|
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SAPApplicationServerInstancesCreateResponse>;
|
|
2220
1785
|
/**
|
|
2221
|
-
* Puts the SAP Application Server Instance.
|
|
1786
|
+
* Puts the SAP Application Server Instance resource.
|
|
2222
1787
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2223
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2224
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1788
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1789
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2225
1790
|
* @param options The options parameters.
|
|
2226
1791
|
*/
|
|
2227
|
-
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<
|
|
1792
|
+
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesUpdateResponse>, SAPApplicationServerInstancesUpdateResponse>>;
|
|
2228
1793
|
/**
|
|
2229
|
-
* Puts the SAP Application Server Instance.
|
|
1794
|
+
* Puts the SAP Application Server Instance resource.
|
|
2230
1795
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2231
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2232
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1796
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1797
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2233
1798
|
* @param options The options parameters.
|
|
2234
1799
|
*/
|
|
2235
1800
|
beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SAPApplicationServerInstancesUpdateResponse>;
|
|
2236
1801
|
/**
|
|
2237
|
-
* Deletes the SAP Application Server Instance. <br><br>This operation will be used by service
|
|
2238
|
-
* Delete by end user will return a Bad Request error.
|
|
1802
|
+
* Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service
|
|
1803
|
+
* only. Delete by end user will return a Bad Request error.
|
|
2239
1804
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2240
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2241
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1805
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1806
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2242
1807
|
* @param options The options parameters.
|
|
2243
1808
|
*/
|
|
2244
|
-
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<
|
|
1809
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteResponse>, SAPApplicationServerInstancesDeleteResponse>>;
|
|
2245
1810
|
/**
|
|
2246
|
-
* Deletes the SAP Application Server Instance. <br><br>This operation will be used by service
|
|
2247
|
-
* Delete by end user will return a Bad Request error.
|
|
1811
|
+
* Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service
|
|
1812
|
+
* only. Delete by end user will return a Bad Request error.
|
|
2248
1813
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2249
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2250
|
-
* @param applicationInstanceName The name of SAP Application Server instance.
|
|
1814
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1815
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
2251
1816
|
* @param options The options parameters.
|
|
2252
1817
|
*/
|
|
2253
1818
|
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SAPApplicationServerInstancesDeleteResponse>;
|
|
1819
|
+
/**
|
|
1820
|
+
* Starts the SAP Application Server Instance.
|
|
1821
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1822
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1823
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
1824
|
+
* @param options The options parameters.
|
|
1825
|
+
*/
|
|
1826
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStartInstanceResponse>, SAPApplicationServerInstancesStartInstanceResponse>>;
|
|
1827
|
+
/**
|
|
1828
|
+
* Starts the SAP Application Server Instance.
|
|
1829
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1830
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1831
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
1832
|
+
* @param options The options parameters.
|
|
1833
|
+
*/
|
|
1834
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SAPApplicationServerInstancesStartInstanceResponse>;
|
|
1835
|
+
/**
|
|
1836
|
+
* Stops the SAP Application Server Instance.
|
|
1837
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1838
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1839
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
1840
|
+
* @param options The options parameters.
|
|
1841
|
+
*/
|
|
1842
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStopInstanceResponse>, SAPApplicationServerInstancesStopInstanceResponse>>;
|
|
1843
|
+
/**
|
|
1844
|
+
* Stops the SAP Application Server Instance.
|
|
1845
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1846
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1847
|
+
* @param applicationInstanceName The name of SAP Application Server instance resource.
|
|
1848
|
+
* @param options The options parameters.
|
|
1849
|
+
*/
|
|
1850
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SAPApplicationServerInstancesStopInstanceResponse>;
|
|
2254
1851
|
}
|
|
2255
1852
|
|
|
2256
1853
|
/** Optional parameters. */
|
|
2257
1854
|
export declare interface SAPApplicationServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2258
|
-
/** The SAP Application Server
|
|
1855
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2259
1856
|
body?: SAPApplicationServerInstance;
|
|
2260
1857
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2261
1858
|
updateIntervalInMs?: number;
|
|
@@ -2298,9 +1895,33 @@ export declare interface SAPApplicationServerInstancesListOptionalParams extends
|
|
|
2298
1895
|
/** Contains response data for the list operation. */
|
|
2299
1896
|
export declare type SAPApplicationServerInstancesListResponse = SAPApplicationServerInstanceList;
|
|
2300
1897
|
|
|
1898
|
+
/** Optional parameters. */
|
|
1899
|
+
export declare interface SAPApplicationServerInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
1900
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1901
|
+
updateIntervalInMs?: number;
|
|
1902
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1903
|
+
resumeFrom?: string;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
/** Contains response data for the startInstance operation. */
|
|
1907
|
+
export declare type SAPApplicationServerInstancesStartInstanceResponse = OperationStatusResult;
|
|
1908
|
+
|
|
1909
|
+
/** Optional parameters. */
|
|
1910
|
+
export declare interface SAPApplicationServerInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
1911
|
+
/** SAP Application server instance stop request body. */
|
|
1912
|
+
body?: StopRequest;
|
|
1913
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1914
|
+
updateIntervalInMs?: number;
|
|
1915
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1916
|
+
resumeFrom?: string;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
/** Contains response data for the stopInstance operation. */
|
|
1920
|
+
export declare type SAPApplicationServerInstancesStopInstanceResponse = OperationStatusResult;
|
|
1921
|
+
|
|
2301
1922
|
/** Optional parameters. */
|
|
2302
1923
|
export declare interface SAPApplicationServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2303
|
-
/** The SAP Application Server
|
|
1924
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2304
1925
|
body?: UpdateSAPApplicationInstanceRequest;
|
|
2305
1926
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2306
1927
|
updateIntervalInMs?: number;
|
|
@@ -2344,9 +1965,9 @@ export declare interface SAPAvailabilityZonePair {
|
|
|
2344
1965
|
zoneB?: number;
|
|
2345
1966
|
}
|
|
2346
1967
|
|
|
2347
|
-
/** Defines the collection of SAP Central
|
|
1968
|
+
/** Defines the collection of SAP Central Services Instance resources. */
|
|
2348
1969
|
export declare interface SAPCentralInstanceList {
|
|
2349
|
-
/** Gets the list of SAP central
|
|
1970
|
+
/** Gets the list of SAP central services instance resources. */
|
|
2350
1971
|
value?: SAPCentralServerInstance[];
|
|
2351
1972
|
/** Gets the value of next link. */
|
|
2352
1973
|
nextLink?: string;
|
|
@@ -2355,84 +1976,127 @@ export declare interface SAPCentralInstanceList {
|
|
|
2355
1976
|
/** Interface representing a SAPCentralInstances. */
|
|
2356
1977
|
export declare interface SAPCentralInstances {
|
|
2357
1978
|
/**
|
|
2358
|
-
* Lists the SAP Central
|
|
1979
|
+
* Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions
|
|
1980
|
+
* resource.
|
|
2359
1981
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2360
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
1982
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2361
1983
|
* @param options The options parameters.
|
|
2362
1984
|
*/
|
|
2363
1985
|
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPCentralInstancesListOptionalParams): PagedAsyncIterableIterator<SAPCentralServerInstance>;
|
|
2364
1986
|
/**
|
|
2365
|
-
* Gets the SAP Central Instance.
|
|
1987
|
+
* Gets the SAP Central Services Instance resource.
|
|
2366
1988
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2367
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2368
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2369
|
-
* work correctly.
|
|
1989
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
1990
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
1991
|
+
* auto generation to work correctly.
|
|
2370
1992
|
* @param options The options parameters.
|
|
2371
1993
|
*/
|
|
2372
1994
|
get(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesGetOptionalParams): Promise<SAPCentralInstancesGetResponse>;
|
|
2373
1995
|
/**
|
|
2374
|
-
*
|
|
2375
|
-
* return a Bad Request error.
|
|
1996
|
+
* Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT
|
|
1997
|
+
* operation on this resource by end user will return a Bad Request error.
|
|
2376
1998
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2377
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2378
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2379
|
-
* work correctly.
|
|
1999
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2000
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2001
|
+
* auto generation to work correctly.
|
|
2380
2002
|
* @param options The options parameters.
|
|
2381
2003
|
*/
|
|
2382
|
-
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<
|
|
2004
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesCreateResponse>, SAPCentralInstancesCreateResponse>>;
|
|
2383
2005
|
/**
|
|
2384
|
-
*
|
|
2385
|
-
* return a Bad Request error.
|
|
2006
|
+
* Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT
|
|
2007
|
+
* operation on this resource by end user will return a Bad Request error.
|
|
2386
2008
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2387
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2388
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2389
|
-
* work correctly.
|
|
2009
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2010
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2011
|
+
* auto generation to work correctly.
|
|
2390
2012
|
* @param options The options parameters.
|
|
2391
2013
|
*/
|
|
2392
2014
|
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<SAPCentralInstancesCreateResponse>;
|
|
2393
2015
|
/**
|
|
2394
|
-
* Updates the SAP Central Instance. <br><br>This can be used to update tags
|
|
2016
|
+
* Updates the SAP Central Services Instance resource. <br><br>This can be used to update tags on the
|
|
2017
|
+
* resource.
|
|
2395
2018
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2396
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2397
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2398
|
-
* work correctly.
|
|
2019
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2020
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2021
|
+
* auto generation to work correctly.
|
|
2399
2022
|
* @param options The options parameters.
|
|
2400
2023
|
*/
|
|
2401
|
-
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<
|
|
2024
|
+
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesUpdateResponse>, SAPCentralInstancesUpdateResponse>>;
|
|
2402
2025
|
/**
|
|
2403
|
-
* Updates the SAP Central Instance. <br><br>This can be used to update tags
|
|
2026
|
+
* Updates the SAP Central Services Instance resource. <br><br>This can be used to update tags on the
|
|
2027
|
+
* resource.
|
|
2404
2028
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2405
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2406
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2407
|
-
* work correctly.
|
|
2029
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2030
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2031
|
+
* auto generation to work correctly.
|
|
2408
2032
|
* @param options The options parameters.
|
|
2409
2033
|
*/
|
|
2410
2034
|
beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<SAPCentralInstancesUpdateResponse>;
|
|
2411
2035
|
/**
|
|
2412
|
-
* Deletes the SAP Central Instance. <br><br>This will be used by service only.
|
|
2413
|
-
* return a Bad Request error.
|
|
2036
|
+
* Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only.
|
|
2037
|
+
* Delete operation on this resource by end user will return a Bad Request error. You can delete the
|
|
2038
|
+
* parent resource, which is the Virtual Instance for SAP solutions resource, using the delete
|
|
2039
|
+
* operation on it.
|
|
2414
2040
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2415
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2416
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2417
|
-
* work correctly.
|
|
2041
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2042
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2043
|
+
* auto generation to work correctly.
|
|
2418
2044
|
* @param options The options parameters.
|
|
2419
2045
|
*/
|
|
2420
|
-
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<
|
|
2046
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesDeleteResponse>, SAPCentralInstancesDeleteResponse>>;
|
|
2421
2047
|
/**
|
|
2422
|
-
* Deletes the SAP Central Instance. <br><br>This will be used by service only.
|
|
2423
|
-
* return a Bad Request error.
|
|
2048
|
+
* Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only.
|
|
2049
|
+
* Delete operation on this resource by end user will return a Bad Request error. You can delete the
|
|
2050
|
+
* parent resource, which is the Virtual Instance for SAP solutions resource, using the delete
|
|
2051
|
+
* operation on it.
|
|
2424
2052
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2425
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2426
|
-
* @param centralInstanceName Central Instance name string modeled as parameter for
|
|
2427
|
-
* work correctly.
|
|
2053
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2054
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2055
|
+
* auto generation to work correctly.
|
|
2428
2056
|
* @param options The options parameters.
|
|
2429
2057
|
*/
|
|
2430
2058
|
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<SAPCentralInstancesDeleteResponse>;
|
|
2059
|
+
/**
|
|
2060
|
+
* Starts the SAP Central Services Instance.
|
|
2061
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2062
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2063
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2064
|
+
* auto generation to work correctly.
|
|
2065
|
+
* @param options The options parameters.
|
|
2066
|
+
*/
|
|
2067
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStartInstanceResponse>, SAPCentralInstancesStartInstanceResponse>>;
|
|
2068
|
+
/**
|
|
2069
|
+
* Starts the SAP Central Services Instance.
|
|
2070
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2071
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2072
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2073
|
+
* auto generation to work correctly.
|
|
2074
|
+
* @param options The options parameters.
|
|
2075
|
+
*/
|
|
2076
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<SAPCentralInstancesStartInstanceResponse>;
|
|
2077
|
+
/**
|
|
2078
|
+
* Stops the SAP Central Services Instance.
|
|
2079
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2080
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2081
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2082
|
+
* auto generation to work correctly.
|
|
2083
|
+
* @param options The options parameters.
|
|
2084
|
+
*/
|
|
2085
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStopInstanceResponse>, SAPCentralInstancesStopInstanceResponse>>;
|
|
2086
|
+
/**
|
|
2087
|
+
* Stops the SAP Central Services Instance.
|
|
2088
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2089
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2090
|
+
* @param centralInstanceName Central Services Instance resource name string modeled as parameter for
|
|
2091
|
+
* auto generation to work correctly.
|
|
2092
|
+
* @param options The options parameters.
|
|
2093
|
+
*/
|
|
2094
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<SAPCentralInstancesStopInstanceResponse>;
|
|
2431
2095
|
}
|
|
2432
2096
|
|
|
2433
2097
|
/** Optional parameters. */
|
|
2434
2098
|
export declare interface SAPCentralInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2435
|
-
/** The SAP Central
|
|
2099
|
+
/** The SAP Central Services Instance request body. */
|
|
2436
2100
|
body?: SAPCentralServerInstance;
|
|
2437
2101
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2438
2102
|
updateIntervalInMs?: number;
|
|
@@ -2475,9 +2139,33 @@ export declare interface SAPCentralInstancesListOptionalParams extends coreClien
|
|
|
2475
2139
|
/** Contains response data for the list operation. */
|
|
2476
2140
|
export declare type SAPCentralInstancesListResponse = SAPCentralInstanceList;
|
|
2477
2141
|
|
|
2142
|
+
/** Optional parameters. */
|
|
2143
|
+
export declare interface SAPCentralInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2144
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2145
|
+
updateIntervalInMs?: number;
|
|
2146
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2147
|
+
resumeFrom?: string;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
/** Contains response data for the startInstance operation. */
|
|
2151
|
+
export declare type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
|
|
2152
|
+
|
|
2153
|
+
/** Optional parameters. */
|
|
2154
|
+
export declare interface SAPCentralInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2155
|
+
/** SAP Central Services instance stop request body. */
|
|
2156
|
+
body?: StopRequest;
|
|
2157
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2158
|
+
updateIntervalInMs?: number;
|
|
2159
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2160
|
+
resumeFrom?: string;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
/** Contains response data for the stopInstance operation. */
|
|
2164
|
+
export declare type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
|
|
2165
|
+
|
|
2478
2166
|
/** Optional parameters. */
|
|
2479
2167
|
export declare interface SAPCentralInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2480
|
-
/** The SAP Central
|
|
2168
|
+
/** The SAP Central Services Instance resource request body. */
|
|
2481
2169
|
body?: UpdateSAPCentralInstanceRequest;
|
|
2482
2170
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2483
2171
|
updateIntervalInMs?: number;
|
|
@@ -2488,38 +2176,43 @@ export declare interface SAPCentralInstancesUpdateOptionalParams extends coreCli
|
|
|
2488
2176
|
/** Contains response data for the update operation. */
|
|
2489
2177
|
export declare type SAPCentralInstancesUpdateResponse = SAPCentralServerInstance;
|
|
2490
2178
|
|
|
2491
|
-
/** Define the SAP Central
|
|
2179
|
+
/** Define the SAP Central Services Instance resource. */
|
|
2492
2180
|
export declare interface SAPCentralServerInstance extends TrackedResource {
|
|
2493
2181
|
/**
|
|
2494
|
-
* The central
|
|
2182
|
+
* The central services instance number.
|
|
2495
2183
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2496
2184
|
*/
|
|
2497
2185
|
readonly instanceNo?: string;
|
|
2498
2186
|
/**
|
|
2499
|
-
* The central
|
|
2187
|
+
* The central services instance subnet.
|
|
2500
2188
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2501
2189
|
*/
|
|
2502
2190
|
readonly subnet?: string;
|
|
2503
|
-
/** Defines the SAP
|
|
2191
|
+
/** Defines the SAP Message Server properties. */
|
|
2504
2192
|
messageServerProperties?: MessageServerProperties;
|
|
2505
|
-
/** Defines the SAP
|
|
2193
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
2506
2194
|
enqueueServerProperties?: EnqueueServerProperties;
|
|
2507
2195
|
/** Defines the SAP Gateway Server properties. */
|
|
2508
2196
|
gatewayServerProperties?: GatewayServerProperties;
|
|
2509
|
-
/** Defines the SAP
|
|
2197
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
2510
2198
|
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
2511
2199
|
/**
|
|
2512
|
-
* The central
|
|
2200
|
+
* The central services instance Kernel Version.
|
|
2513
2201
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2514
2202
|
*/
|
|
2515
2203
|
readonly kernelVersion?: string;
|
|
2516
2204
|
/**
|
|
2517
|
-
* The central
|
|
2205
|
+
* The central services instance Kernel Patch level.
|
|
2518
2206
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2519
2207
|
*/
|
|
2520
2208
|
readonly kernelPatch?: string;
|
|
2521
2209
|
/**
|
|
2522
|
-
* The
|
|
2210
|
+
* The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines
|
|
2211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2212
|
+
*/
|
|
2213
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
2214
|
+
/**
|
|
2215
|
+
* The list of virtual machines corresponding to the Central Services instance.
|
|
2523
2216
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2524
2217
|
*/
|
|
2525
2218
|
readonly vmDetails?: CentralServerVmDetails[];
|
|
@@ -2529,7 +2222,7 @@ export declare interface SAPCentralServerInstance extends TrackedResource {
|
|
|
2529
2222
|
*/
|
|
2530
2223
|
readonly status?: SAPVirtualInstanceStatus;
|
|
2531
2224
|
/**
|
|
2532
|
-
* Defines the SAP
|
|
2225
|
+
* Defines the health of SAP Instances.
|
|
2533
2226
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2534
2227
|
*/
|
|
2535
2228
|
readonly health?: SAPHealthState;
|
|
@@ -2539,7 +2232,7 @@ export declare interface SAPCentralServerInstance extends TrackedResource {
|
|
|
2539
2232
|
*/
|
|
2540
2233
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
2541
2234
|
/**
|
|
2542
|
-
* Defines the Central Instance
|
|
2235
|
+
* Defines the errors related to SAP Central Services Instance resource.
|
|
2543
2236
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2544
2237
|
*/
|
|
2545
2238
|
readonly errors?: SAPVirtualInstanceError;
|
|
@@ -2564,30 +2257,35 @@ export declare type SAPConfigurationType = string;
|
|
|
2564
2257
|
|
|
2565
2258
|
export declare type SAPConfigurationUnion = SAPConfiguration | DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration;
|
|
2566
2259
|
|
|
2567
|
-
/** Define the
|
|
2260
|
+
/** Define the Database resource. */
|
|
2568
2261
|
export declare interface SAPDatabaseInstance extends TrackedResource {
|
|
2569
2262
|
/**
|
|
2570
|
-
*
|
|
2263
|
+
* Database subnet.
|
|
2571
2264
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2572
2265
|
*/
|
|
2573
2266
|
readonly subnet?: string;
|
|
2574
2267
|
/**
|
|
2575
|
-
*
|
|
2268
|
+
* Database SID name.
|
|
2576
2269
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2577
2270
|
*/
|
|
2578
2271
|
readonly databaseSid?: string;
|
|
2579
2272
|
/**
|
|
2580
|
-
*
|
|
2273
|
+
* Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
|
|
2581
2274
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2582
2275
|
*/
|
|
2583
2276
|
readonly databaseType?: string;
|
|
2584
2277
|
/**
|
|
2585
|
-
*
|
|
2278
|
+
* Database IP Address.
|
|
2586
2279
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2587
2280
|
*/
|
|
2588
2281
|
readonly ipAddress?: string;
|
|
2589
2282
|
/**
|
|
2590
|
-
* The
|
|
2283
|
+
* The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
|
|
2284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2285
|
+
*/
|
|
2286
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
2287
|
+
/**
|
|
2288
|
+
* The list of virtual machines corresponding to the Database resource.
|
|
2591
2289
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2592
2290
|
*/
|
|
2593
2291
|
readonly vmDetails?: DatabaseVmDetails[];
|
|
@@ -2602,7 +2300,7 @@ export declare interface SAPDatabaseInstance extends TrackedResource {
|
|
|
2602
2300
|
*/
|
|
2603
2301
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
2604
2302
|
/**
|
|
2605
|
-
* Defines the Database
|
|
2303
|
+
* Defines the errors related to Database resource.
|
|
2606
2304
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2607
2305
|
*/
|
|
2608
2306
|
readonly errors?: SAPVirtualInstanceError;
|
|
@@ -2619,84 +2317,120 @@ export declare interface SAPDatabaseInstanceList {
|
|
|
2619
2317
|
/** Interface representing a SAPDatabaseInstances. */
|
|
2620
2318
|
export declare interface SAPDatabaseInstances {
|
|
2621
2319
|
/**
|
|
2622
|
-
* Lists the
|
|
2320
|
+
* Lists the Database resources associated with a Virtual Instance for SAP solutions resource.
|
|
2623
2321
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2624
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2322
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2625
2323
|
* @param options The options parameters.
|
|
2626
2324
|
*/
|
|
2627
2325
|
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPDatabaseInstancesListOptionalParams): PagedAsyncIterableIterator<SAPDatabaseInstance>;
|
|
2628
2326
|
/**
|
|
2629
|
-
* Gets the SAP Database Instance.
|
|
2327
|
+
* Gets the SAP Database Instance resource.
|
|
2630
2328
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2631
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2632
|
-
* @param databaseInstanceName Database
|
|
2633
|
-
* work correctly.
|
|
2329
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2330
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2331
|
+
* to work correctly.
|
|
2634
2332
|
* @param options The options parameters.
|
|
2635
2333
|
*/
|
|
2636
2334
|
get(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesGetOptionalParams): Promise<SAPDatabaseInstancesGetResponse>;
|
|
2637
2335
|
/**
|
|
2638
|
-
*
|
|
2639
|
-
* return a Bad Request error.
|
|
2336
|
+
* Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource.
|
|
2337
|
+
* <br><br>This will be used by service only. PUT by end user will return a Bad Request error.
|
|
2640
2338
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2641
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2642
|
-
* @param databaseInstanceName Database
|
|
2643
|
-
* work correctly.
|
|
2339
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2340
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2341
|
+
* to work correctly.
|
|
2644
2342
|
* @param options The options parameters.
|
|
2645
2343
|
*/
|
|
2646
|
-
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<
|
|
2344
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesCreateResponse>, SAPDatabaseInstancesCreateResponse>>;
|
|
2647
2345
|
/**
|
|
2648
|
-
*
|
|
2649
|
-
* return a Bad Request error.
|
|
2346
|
+
* Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource.
|
|
2347
|
+
* <br><br>This will be used by service only. PUT by end user will return a Bad Request error.
|
|
2650
2348
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2651
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2652
|
-
* @param databaseInstanceName Database
|
|
2653
|
-
* work correctly.
|
|
2349
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2350
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2351
|
+
* to work correctly.
|
|
2654
2352
|
* @param options The options parameters.
|
|
2655
2353
|
*/
|
|
2656
2354
|
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SAPDatabaseInstancesCreateResponse>;
|
|
2657
2355
|
/**
|
|
2658
|
-
*
|
|
2356
|
+
* Updates the Database resource.
|
|
2659
2357
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2660
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2661
|
-
* @param databaseInstanceName Database
|
|
2662
|
-
* work correctly.
|
|
2358
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2359
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2360
|
+
* to work correctly.
|
|
2663
2361
|
* @param options The options parameters.
|
|
2664
2362
|
*/
|
|
2665
|
-
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<
|
|
2363
|
+
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesUpdateResponse>, SAPDatabaseInstancesUpdateResponse>>;
|
|
2666
2364
|
/**
|
|
2667
|
-
*
|
|
2365
|
+
* Updates the Database resource.
|
|
2668
2366
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2669
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2670
|
-
* @param databaseInstanceName Database
|
|
2671
|
-
* work correctly.
|
|
2367
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2368
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2369
|
+
* to work correctly.
|
|
2672
2370
|
* @param options The options parameters.
|
|
2673
2371
|
*/
|
|
2674
2372
|
beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SAPDatabaseInstancesUpdateResponse>;
|
|
2675
2373
|
/**
|
|
2676
|
-
* Deletes the
|
|
2677
|
-
* will return a Bad Request error.
|
|
2374
|
+
* Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource.
|
|
2375
|
+
* <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
|
|
2678
2376
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2679
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2680
|
-
* @param databaseInstanceName Database
|
|
2681
|
-
* work correctly.
|
|
2377
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2378
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2379
|
+
* to work correctly.
|
|
2682
2380
|
* @param options The options parameters.
|
|
2683
2381
|
*/
|
|
2684
|
-
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<
|
|
2382
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesDeleteResponse>, SAPDatabaseInstancesDeleteResponse>>;
|
|
2685
2383
|
/**
|
|
2686
|
-
* Deletes the
|
|
2687
|
-
* will return a Bad Request error.
|
|
2384
|
+
* Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource.
|
|
2385
|
+
* <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
|
|
2688
2386
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2689
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2690
|
-
* @param databaseInstanceName Database
|
|
2691
|
-
* work correctly.
|
|
2387
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2388
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2389
|
+
* to work correctly.
|
|
2692
2390
|
* @param options The options parameters.
|
|
2693
2391
|
*/
|
|
2694
2392
|
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SAPDatabaseInstancesDeleteResponse>;
|
|
2393
|
+
/**
|
|
2394
|
+
* Starts the database instance of the SAP system.
|
|
2395
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2396
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2397
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2398
|
+
* to work correctly.
|
|
2399
|
+
* @param options The options parameters.
|
|
2400
|
+
*/
|
|
2401
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStartInstanceResponse>, SAPDatabaseInstancesStartInstanceResponse>>;
|
|
2402
|
+
/**
|
|
2403
|
+
* Starts the database instance of the SAP system.
|
|
2404
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2405
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2406
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2407
|
+
* to work correctly.
|
|
2408
|
+
* @param options The options parameters.
|
|
2409
|
+
*/
|
|
2410
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SAPDatabaseInstancesStartInstanceResponse>;
|
|
2411
|
+
/**
|
|
2412
|
+
* Stops the database instance of the SAP system.
|
|
2413
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2414
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2415
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2416
|
+
* to work correctly.
|
|
2417
|
+
* @param options The options parameters.
|
|
2418
|
+
*/
|
|
2419
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStopInstanceResponse>, SAPDatabaseInstancesStopInstanceResponse>>;
|
|
2420
|
+
/**
|
|
2421
|
+
* Stops the database instance of the SAP system.
|
|
2422
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2423
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
2424
|
+
* @param databaseInstanceName Database resource name string modeled as parameter for auto generation
|
|
2425
|
+
* to work correctly.
|
|
2426
|
+
* @param options The options parameters.
|
|
2427
|
+
*/
|
|
2428
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SAPDatabaseInstancesStopInstanceResponse>;
|
|
2695
2429
|
}
|
|
2696
2430
|
|
|
2697
2431
|
/** Optional parameters. */
|
|
2698
2432
|
export declare interface SAPDatabaseInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2699
|
-
/**
|
|
2433
|
+
/** Request body of Database resource of a SAP system. */
|
|
2700
2434
|
body?: SAPDatabaseInstance;
|
|
2701
2435
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2702
2436
|
updateIntervalInMs?: number;
|
|
@@ -2739,9 +2473,33 @@ export declare interface SAPDatabaseInstancesListOptionalParams extends coreClie
|
|
|
2739
2473
|
/** Contains response data for the list operation. */
|
|
2740
2474
|
export declare type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
|
|
2741
2475
|
|
|
2476
|
+
/** Optional parameters. */
|
|
2477
|
+
export declare interface SAPDatabaseInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
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;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
/** Contains response data for the startInstance operation. */
|
|
2485
|
+
export declare type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
|
|
2486
|
+
|
|
2487
|
+
/** Optional parameters. */
|
|
2488
|
+
export declare interface SAPDatabaseInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
2489
|
+
/** Stop request for the database instance of the SAP system. */
|
|
2490
|
+
body?: StopRequest;
|
|
2491
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2492
|
+
updateIntervalInMs?: number;
|
|
2493
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2494
|
+
resumeFrom?: string;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
/** Contains response data for the stopInstance operation. */
|
|
2498
|
+
export declare type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
|
|
2499
|
+
|
|
2742
2500
|
/** Optional parameters. */
|
|
2743
2501
|
export declare interface SAPDatabaseInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2744
|
-
/**
|
|
2502
|
+
/** Database resource update request body. */
|
|
2745
2503
|
body?: UpdateSAPDatabaseInstanceRequest;
|
|
2746
2504
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2747
2505
|
updateIntervalInMs?: number;
|
|
@@ -2781,22 +2539,12 @@ export declare type SAPDatabaseType = string;
|
|
|
2781
2539
|
*/
|
|
2782
2540
|
export declare type SAPDeploymentType = string;
|
|
2783
2541
|
|
|
2784
|
-
/** The SAP Disk Configuration. */
|
|
2542
|
+
/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
|
|
2785
2543
|
export declare interface SAPDiskConfiguration {
|
|
2786
|
-
/** The
|
|
2787
|
-
|
|
2788
|
-
/** The
|
|
2789
|
-
|
|
2790
|
-
/** The disk count. */
|
|
2791
|
-
diskCount?: number;
|
|
2792
|
-
/** The disk size in GB. */
|
|
2793
|
-
diskSizeGB?: number;
|
|
2794
|
-
/** The disk Iops. */
|
|
2795
|
-
diskIopsReadWrite?: number;
|
|
2796
|
-
/** The disk provisioned throughput in MBps. */
|
|
2797
|
-
diskMBpsReadWrite?: number;
|
|
2798
|
-
/** The disk storage type */
|
|
2799
|
-
diskStorageType?: string;
|
|
2544
|
+
/** The recommended disk details for a given VM Sku. */
|
|
2545
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
2546
|
+
/** The list of supported disks for a given VM Sku. */
|
|
2547
|
+
supportedConfigurations?: DiskDetails[];
|
|
2800
2548
|
}
|
|
2801
2549
|
|
|
2802
2550
|
/** Optional parameters. */
|
|
@@ -2826,8 +2574,10 @@ export declare type SAPDiskConfigurationsResponse = SAPDiskConfigurationsResult;
|
|
|
2826
2574
|
|
|
2827
2575
|
/** The list of disk configuration for vmSku which are part of SAP deployment. */
|
|
2828
2576
|
export declare interface SAPDiskConfigurationsResult {
|
|
2829
|
-
/**
|
|
2830
|
-
|
|
2577
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
2578
|
+
volumeConfigurations?: {
|
|
2579
|
+
[propertyName: string]: SAPDiskConfiguration;
|
|
2580
|
+
};
|
|
2831
2581
|
}
|
|
2832
2582
|
|
|
2833
2583
|
/**
|
|
@@ -2876,6 +2626,148 @@ export declare interface SAPInstallWithoutOSConfigSoftwareConfiguration extends
|
|
|
2876
2626
|
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
2877
2627
|
}
|
|
2878
2628
|
|
|
2629
|
+
/** configuration associated with SAP Landscape Monitor Dashboard. */
|
|
2630
|
+
export declare interface SapLandscapeMonitor extends ProxyResource {
|
|
2631
|
+
/**
|
|
2632
|
+
* State of provisioning of the SAP monitor.
|
|
2633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2634
|
+
*/
|
|
2635
|
+
readonly provisioningState?: SapLandscapeMonitorProvisioningState;
|
|
2636
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
2637
|
+
grouping?: SapLandscapeMonitorPropertiesGrouping;
|
|
2638
|
+
/** Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard */
|
|
2639
|
+
topMetricsThresholds?: SapLandscapeMonitorMetricThresholds[];
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
/** Optional parameters. */
|
|
2643
|
+
export declare interface SapLandscapeMonitorCreateOptionalParams extends coreClient.OperationOptions {
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
/** Contains response data for the create operation. */
|
|
2647
|
+
export declare type SapLandscapeMonitorCreateResponse = SapLandscapeMonitor;
|
|
2648
|
+
|
|
2649
|
+
/** Optional parameters. */
|
|
2650
|
+
export declare interface SapLandscapeMonitorDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
/** Optional parameters. */
|
|
2654
|
+
export declare interface SapLandscapeMonitorGetOptionalParams extends coreClient.OperationOptions {
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
/** Contains response data for the get operation. */
|
|
2658
|
+
export declare type SapLandscapeMonitorGetResponse = SapLandscapeMonitor;
|
|
2659
|
+
|
|
2660
|
+
/** Optional parameters. */
|
|
2661
|
+
export declare interface SapLandscapeMonitorListOptionalParams extends coreClient.OperationOptions {
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
/** Contains response data for the list operation. */
|
|
2665
|
+
export declare type SapLandscapeMonitorListResponse = SapLandscapeMonitorListResult;
|
|
2666
|
+
|
|
2667
|
+
/** The response from the List SAP Landscape Monitor Dashboard operation. */
|
|
2668
|
+
export declare interface SapLandscapeMonitorListResult {
|
|
2669
|
+
/** The list of Sap Landscape Monitor configuration. */
|
|
2670
|
+
value?: SapLandscapeMonitor[];
|
|
2671
|
+
/** The URL to get the next set of SAP Landscape Monitor Dashboard. */
|
|
2672
|
+
nextLink?: string;
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
/** Gets or sets the Threshold Values for Top Metrics Health. */
|
|
2676
|
+
export declare interface SapLandscapeMonitorMetricThresholds {
|
|
2677
|
+
/** Gets or sets the name of the threshold. */
|
|
2678
|
+
name?: string;
|
|
2679
|
+
/** Gets or sets the threshold value for Green. */
|
|
2680
|
+
green?: number;
|
|
2681
|
+
/** Gets or sets the threshold value for Yellow. */
|
|
2682
|
+
yellow?: number;
|
|
2683
|
+
/** Gets or sets the threshold value for Red. */
|
|
2684
|
+
red?: number;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
/** Interface representing a SapLandscapeMonitorOperations. */
|
|
2688
|
+
export declare interface SapLandscapeMonitorOperations {
|
|
2689
|
+
/**
|
|
2690
|
+
* Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription,
|
|
2691
|
+
* resource group, and resource name.
|
|
2692
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2693
|
+
* @param monitorName Name of the SAP monitor resource.
|
|
2694
|
+
* @param options The options parameters.
|
|
2695
|
+
*/
|
|
2696
|
+
get(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorGetOptionalParams): Promise<SapLandscapeMonitorGetResponse>;
|
|
2697
|
+
/**
|
|
2698
|
+
* Creates a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and
|
|
2699
|
+
* resource name.
|
|
2700
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2701
|
+
* @param monitorName Name of the SAP monitor resource.
|
|
2702
|
+
* @param sapLandscapeMonitorParameter Request body representing a configuration for Sap Landscape
|
|
2703
|
+
* Monitor Dashboard
|
|
2704
|
+
* @param options The options parameters.
|
|
2705
|
+
*/
|
|
2706
|
+
create(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorCreateOptionalParams): Promise<SapLandscapeMonitorCreateResponse>;
|
|
2707
|
+
/**
|
|
2708
|
+
* Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resource group, and SAP
|
|
2709
|
+
* monitor name.
|
|
2710
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2711
|
+
* @param monitorName Name of the SAP monitor resource.
|
|
2712
|
+
* @param options The options parameters.
|
|
2713
|
+
*/
|
|
2714
|
+
delete(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorDeleteOptionalParams): Promise<void>;
|
|
2715
|
+
/**
|
|
2716
|
+
* Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP
|
|
2717
|
+
* monitor name.
|
|
2718
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2719
|
+
* @param monitorName Name of the SAP monitor resource.
|
|
2720
|
+
* @param sapLandscapeMonitorParameter Request body representing a configuration for Sap Landscape
|
|
2721
|
+
* Monitor Dashboard
|
|
2722
|
+
* @param options The options parameters.
|
|
2723
|
+
*/
|
|
2724
|
+
update(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorUpdateOptionalParams): Promise<SapLandscapeMonitorUpdateResponse>;
|
|
2725
|
+
/**
|
|
2726
|
+
* Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription,
|
|
2727
|
+
* resource group, and resource name.
|
|
2728
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2729
|
+
* @param monitorName Name of the SAP monitor resource.
|
|
2730
|
+
* @param options The options parameters.
|
|
2731
|
+
*/
|
|
2732
|
+
list(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorListOptionalParams): Promise<SapLandscapeMonitorListResponse>;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
2736
|
+
export declare interface SapLandscapeMonitorPropertiesGrouping {
|
|
2737
|
+
/** Gets or sets the list of landscape to SID mappings. */
|
|
2738
|
+
landscape?: SapLandscapeMonitorSidMapping[];
|
|
2739
|
+
/** Gets or sets the list of Sap Applications to SID mappings. */
|
|
2740
|
+
sapApplication?: SapLandscapeMonitorSidMapping[];
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
/**
|
|
2744
|
+
* Defines values for SapLandscapeMonitorProvisioningState. \
|
|
2745
|
+
* {@link KnownSapLandscapeMonitorProvisioningState} can be used interchangeably with SapLandscapeMonitorProvisioningState,
|
|
2746
|
+
* this enum contains the known values that the service supports.
|
|
2747
|
+
* ### Known values supported by the service
|
|
2748
|
+
* **Accepted** \
|
|
2749
|
+
* **Created** \
|
|
2750
|
+
* **Failed** \
|
|
2751
|
+
* **Succeeded** \
|
|
2752
|
+
* **Canceled**
|
|
2753
|
+
*/
|
|
2754
|
+
export declare type SapLandscapeMonitorProvisioningState = string;
|
|
2755
|
+
|
|
2756
|
+
/** Gets or sets the mapping for SID to Environment/Applications. */
|
|
2757
|
+
export declare interface SapLandscapeMonitorSidMapping {
|
|
2758
|
+
/** Gets or sets the name of the grouping. */
|
|
2759
|
+
name?: string;
|
|
2760
|
+
/** Gets or sets the list of SID's. */
|
|
2761
|
+
topSid?: string[];
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
/** Optional parameters. */
|
|
2765
|
+
export declare interface SapLandscapeMonitorUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
/** Contains response data for the update operation. */
|
|
2769
|
+
export declare type SapLandscapeMonitorUpdateResponse = SapLandscapeMonitor;
|
|
2770
|
+
|
|
2879
2771
|
/** Gets or sets the provider properties. */
|
|
2880
2772
|
export declare interface SapNetWeaverProviderInstanceProperties extends ProviderSpecificProperties {
|
|
2881
2773
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -2899,7 +2791,9 @@ export declare interface SapNetWeaverProviderInstanceProperties extends Provider
|
|
|
2899
2791
|
/** Gets or sets the SAP HTTP port number. */
|
|
2900
2792
|
sapPortNumber?: string;
|
|
2901
2793
|
/** Gets or sets the blob URI to SSL certificate for the SAP system. */
|
|
2902
|
-
|
|
2794
|
+
sslCertificateUri?: string;
|
|
2795
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
2796
|
+
sslPreference?: SslPreference;
|
|
2903
2797
|
}
|
|
2904
2798
|
|
|
2905
2799
|
/**
|
|
@@ -2958,7 +2852,8 @@ export declare type SAPSizingRecommendationsResponse = SAPSizingRecommendationRe
|
|
|
2958
2852
|
* this enum contains the known values that the service supports.
|
|
2959
2853
|
* ### Known values supported by the service
|
|
2960
2854
|
* **ServiceInitiated** \
|
|
2961
|
-
* **SAPInstallWithoutOSConfig**
|
|
2855
|
+
* **SAPInstallWithoutOSConfig** \
|
|
2856
|
+
* **External**
|
|
2962
2857
|
*/
|
|
2963
2858
|
export declare type SAPSoftwareInstallationType = string;
|
|
2964
2859
|
|
|
@@ -3003,15 +2898,15 @@ export declare interface SAPSupportedSkusRequest {
|
|
|
3003
2898
|
highAvailabilityType?: SAPHighAvailabilityType;
|
|
3004
2899
|
}
|
|
3005
2900
|
|
|
3006
|
-
/** Define the Virtual Instance for SAP. */
|
|
2901
|
+
/** Define the Virtual Instance for SAP solutions resource. */
|
|
3007
2902
|
export declare interface SAPVirtualInstance extends TrackedResource {
|
|
3008
|
-
/**
|
|
2903
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
3009
2904
|
identity?: UserAssignedServiceIdentity;
|
|
3010
2905
|
/** Defines the environment type - Production/Non Production. */
|
|
3011
2906
|
environment: SAPEnvironmentType;
|
|
3012
2907
|
/** Defines the SAP Product type. */
|
|
3013
2908
|
sapProduct: SAPProductType;
|
|
3014
|
-
/** Defines if
|
|
2909
|
+
/** 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 */
|
|
3015
2910
|
configuration: SAPConfigurationUnion;
|
|
3016
2911
|
/** Managed resource group configuration */
|
|
3017
2912
|
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
@@ -3021,7 +2916,7 @@ export declare interface SAPVirtualInstance extends TrackedResource {
|
|
|
3021
2916
|
*/
|
|
3022
2917
|
readonly status?: SAPVirtualInstanceStatus;
|
|
3023
2918
|
/**
|
|
3024
|
-
* Defines the SAP
|
|
2919
|
+
* Defines the health of SAP Instances.
|
|
3025
2920
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3026
2921
|
*/
|
|
3027
2922
|
readonly health?: SAPHealthState;
|
|
@@ -3036,7 +2931,7 @@ export declare interface SAPVirtualInstance extends TrackedResource {
|
|
|
3036
2931
|
*/
|
|
3037
2932
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
3038
2933
|
/**
|
|
3039
|
-
*
|
|
2934
|
+
* Indicates any errors on the Virtual Instance for SAP solutions resource.
|
|
3040
2935
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3041
2936
|
*/
|
|
3042
2937
|
readonly errors?: SAPVirtualInstanceError;
|
|
@@ -3048,9 +2943,9 @@ export declare interface SAPVirtualInstanceError {
|
|
|
3048
2943
|
properties?: ErrorDefinition;
|
|
3049
2944
|
}
|
|
3050
2945
|
|
|
3051
|
-
/** Defines the collection of Virtual Instance for SAP. */
|
|
2946
|
+
/** Defines the collection of Virtual Instance for SAP solutions resources. */
|
|
3052
2947
|
export declare interface SAPVirtualInstanceList {
|
|
3053
|
-
/** Gets the list of Virtual Instances for SAP. */
|
|
2948
|
+
/** Gets the list of Virtual Instances for SAP solutions resources. */
|
|
3054
2949
|
value?: SAPVirtualInstance[];
|
|
3055
2950
|
/** Gets the value of next link. */
|
|
3056
2951
|
nextLink?: string;
|
|
@@ -3072,83 +2967,85 @@ export declare type SapVirtualInstanceProvisioningState = string;
|
|
|
3072
2967
|
/** Interface representing a SAPVirtualInstances. */
|
|
3073
2968
|
export declare interface SAPVirtualInstances {
|
|
3074
2969
|
/**
|
|
3075
|
-
* Gets all Virtual Instances for SAP in a
|
|
2970
|
+
* Gets all Virtual Instances for SAP solutions resources in a Resource Group.
|
|
3076
2971
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3077
2972
|
* @param options The options parameters.
|
|
3078
2973
|
*/
|
|
3079
2974
|
listByResourceGroup(resourceGroupName: string, options?: SAPVirtualInstancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance>;
|
|
3080
2975
|
/**
|
|
3081
|
-
* Gets all Virtual Instances for SAP in
|
|
2976
|
+
* Gets all Virtual Instances for SAP solutions resources in a Subscription.
|
|
3082
2977
|
* @param options The options parameters.
|
|
3083
2978
|
*/
|
|
3084
2979
|
listBySubscription(options?: SAPVirtualInstancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance>;
|
|
3085
2980
|
/**
|
|
3086
|
-
* Creates
|
|
2981
|
+
* Creates a Virtual Instance for SAP solutions (VIS) resource
|
|
3087
2982
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3088
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2983
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3089
2984
|
* @param options The options parameters.
|
|
3090
2985
|
*/
|
|
3091
|
-
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<
|
|
2986
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesCreateResponse>, SAPVirtualInstancesCreateResponse>>;
|
|
3092
2987
|
/**
|
|
3093
|
-
* Creates
|
|
2988
|
+
* Creates a Virtual Instance for SAP solutions (VIS) resource
|
|
3094
2989
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3095
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2990
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3096
2991
|
* @param options The options parameters.
|
|
3097
2992
|
*/
|
|
3098
2993
|
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SAPVirtualInstancesCreateResponse>;
|
|
3099
2994
|
/**
|
|
3100
|
-
* Gets
|
|
2995
|
+
* Gets a Virtual Instance for SAP solutions resource
|
|
3101
2996
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3102
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
2997
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3103
2998
|
* @param options The options parameters.
|
|
3104
2999
|
*/
|
|
3105
3000
|
get(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesGetOptionalParams): Promise<SAPVirtualInstancesGetResponse>;
|
|
3106
3001
|
/**
|
|
3107
|
-
* Updates
|
|
3002
|
+
* Updates a Virtual Instance for SAP solutions resource
|
|
3108
3003
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3109
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3004
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3110
3005
|
* @param options The options parameters.
|
|
3111
3006
|
*/
|
|
3112
3007
|
update(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): Promise<SAPVirtualInstancesUpdateResponse>;
|
|
3113
3008
|
/**
|
|
3114
|
-
* Deletes
|
|
3009
|
+
* Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the
|
|
3010
|
+
* associated Central Services Instance, Application Server Instances and Database Instance.
|
|
3115
3011
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3116
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3012
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3117
3013
|
* @param options The options parameters.
|
|
3118
3014
|
*/
|
|
3119
|
-
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<
|
|
3015
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesDeleteResponse>, SAPVirtualInstancesDeleteResponse>>;
|
|
3120
3016
|
/**
|
|
3121
|
-
* Deletes
|
|
3017
|
+
* Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the
|
|
3018
|
+
* associated Central Services Instance, Application Server Instances and Database Instance.
|
|
3122
3019
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3123
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3020
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3124
3021
|
* @param options The options parameters.
|
|
3125
3022
|
*/
|
|
3126
3023
|
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SAPVirtualInstancesDeleteResponse>;
|
|
3127
3024
|
/**
|
|
3128
|
-
* Starts the SAP
|
|
3025
|
+
* Starts the SAP application, that is the Central Services instance and Application server instances.
|
|
3129
3026
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3130
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3027
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3131
3028
|
* @param options The options parameters.
|
|
3132
3029
|
*/
|
|
3133
|
-
beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<
|
|
3030
|
+
beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStartResponse>, SAPVirtualInstancesStartResponse>>;
|
|
3134
3031
|
/**
|
|
3135
|
-
* Starts the SAP
|
|
3032
|
+
* Starts the SAP application, that is the Central Services instance and Application server instances.
|
|
3136
3033
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3137
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3034
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3138
3035
|
* @param options The options parameters.
|
|
3139
3036
|
*/
|
|
3140
3037
|
beginStartAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SAPVirtualInstancesStartResponse>;
|
|
3141
3038
|
/**
|
|
3142
|
-
* Stops the SAP
|
|
3039
|
+
* Stops the SAP Application, that is the Application server instances and Central Services instance.
|
|
3143
3040
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3144
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3041
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3145
3042
|
* @param options The options parameters.
|
|
3146
3043
|
*/
|
|
3147
|
-
beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<
|
|
3044
|
+
beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStopResponse>, SAPVirtualInstancesStopResponse>>;
|
|
3148
3045
|
/**
|
|
3149
|
-
* Stops the SAP
|
|
3046
|
+
* Stops the SAP Application, that is the Application server instances and Central Services instance.
|
|
3150
3047
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3151
|
-
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP
|
|
3048
|
+
* @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
|
|
3152
3049
|
* @param options The options parameters.
|
|
3153
3050
|
*/
|
|
3154
3051
|
beginStopAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SAPVirtualInstancesStopResponse>;
|
|
@@ -3156,7 +3053,7 @@ export declare interface SAPVirtualInstances {
|
|
|
3156
3053
|
|
|
3157
3054
|
/** Optional parameters. */
|
|
3158
3055
|
export declare interface SAPVirtualInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
3159
|
-
/**
|
|
3056
|
+
/** Virtual Instance for SAP solutions resource request body. */
|
|
3160
3057
|
body?: SAPVirtualInstance;
|
|
3161
3058
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3162
3059
|
updateIntervalInMs?: number;
|
|
@@ -3226,7 +3123,7 @@ export declare type SAPVirtualInstancesStartResponse = OperationStatusResult;
|
|
|
3226
3123
|
|
|
3227
3124
|
/** Optional parameters. */
|
|
3228
3125
|
export declare interface SAPVirtualInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
3229
|
-
/** The Virtual
|
|
3126
|
+
/** The Virtual Instance for SAP solutions resource stop request body. */
|
|
3230
3127
|
body?: StopRequest;
|
|
3231
3128
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3232
3129
|
updateIntervalInMs?: number;
|
|
@@ -3248,6 +3145,8 @@ export declare type SAPVirtualInstancesStopResponse = OperationStatusResult;
|
|
|
3248
3145
|
* **SoftwareInstallationPending** \
|
|
3249
3146
|
* **SoftwareInstallationInProgress** \
|
|
3250
3147
|
* **SoftwareInstallationFailed** \
|
|
3148
|
+
* **SoftwareDetectionInProgress** \
|
|
3149
|
+
* **SoftwareDetectionFailed** \
|
|
3251
3150
|
* **DiscoveryPending** \
|
|
3252
3151
|
* **DiscoveryInProgress** \
|
|
3253
3152
|
* **DiscoveryFailed** \
|
|
@@ -3265,34 +3164,20 @@ export declare type SAPVirtualInstanceState = string;
|
|
|
3265
3164
|
* **Stopping** \
|
|
3266
3165
|
* **Offline** \
|
|
3267
3166
|
* **PartiallyRunning** \
|
|
3268
|
-
* **Unavailable**
|
|
3167
|
+
* **Unavailable** \
|
|
3168
|
+
* **SoftShutdown**
|
|
3269
3169
|
*/
|
|
3270
3170
|
export declare type SAPVirtualInstanceStatus = string;
|
|
3271
3171
|
|
|
3272
3172
|
/** Optional parameters. */
|
|
3273
3173
|
export declare interface SAPVirtualInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3274
|
-
/**
|
|
3174
|
+
/** Request body to update a Virtual Instance for SAP solutions resource. */
|
|
3275
3175
|
body?: UpdateSAPVirtualInstanceRequest;
|
|
3276
3176
|
}
|
|
3277
3177
|
|
|
3278
3178
|
/** Contains response data for the update operation. */
|
|
3279
3179
|
export declare type SAPVirtualInstancesUpdateResponse = SAPVirtualInstance;
|
|
3280
3180
|
|
|
3281
|
-
/** Search profile */
|
|
3282
|
-
export declare interface SearchProfile extends NodeProfile {
|
|
3283
|
-
/** Search type */
|
|
3284
|
-
searchType: SearchType;
|
|
3285
|
-
}
|
|
3286
|
-
|
|
3287
|
-
/**
|
|
3288
|
-
* Defines values for SearchType. \
|
|
3289
|
-
* {@link KnownSearchType} can be used interchangeably with SearchType,
|
|
3290
|
-
* this enum contains the known values that the service supports.
|
|
3291
|
-
* ### Known values supported by the service
|
|
3292
|
-
* **Elastic**
|
|
3293
|
-
*/
|
|
3294
|
-
export declare type SearchType = string;
|
|
3295
|
-
|
|
3296
3181
|
/** The SAP Software configuration Input when the software is to be installed by service. */
|
|
3297
3182
|
export declare interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
|
|
3298
3183
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3311,7 +3196,15 @@ export declare interface ServiceInitiatedSoftwareConfiguration extends SoftwareC
|
|
|
3311
3196
|
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
3312
3197
|
}
|
|
3313
3198
|
|
|
3314
|
-
/**
|
|
3199
|
+
/** The resource names object for shared storage. */
|
|
3200
|
+
export declare interface SharedStorageResourceNames {
|
|
3201
|
+
/** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
|
|
3202
|
+
sharedStorageAccountName?: string;
|
|
3203
|
+
/** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
|
|
3204
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
/** 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) */
|
|
3315
3208
|
export declare interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
3316
3209
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3317
3210
|
deploymentType: "SingleServer";
|
|
@@ -3323,208 +3216,49 @@ export declare interface SingleServerConfiguration extends InfrastructureConfigu
|
|
|
3323
3216
|
subnetId: string;
|
|
3324
3217
|
/** Gets or sets the virtual machine configuration. */
|
|
3325
3218
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
3219
|
+
/** Gets or sets the disk configuration. */
|
|
3220
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
3221
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
3222
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
3326
3223
|
}
|
|
3327
3224
|
|
|
3328
|
-
/** The
|
|
3329
|
-
export declare interface
|
|
3225
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
|
|
3226
|
+
export declare interface SingleServerCustomResourceNames {
|
|
3330
3227
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3331
|
-
|
|
3332
|
-
/** The recommended VM SKU for single server. */
|
|
3333
|
-
vmSku?: string;
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
/** Workload website profile */
|
|
3337
|
-
export declare interface SiteProfile {
|
|
3338
|
-
/** Domain name for the application site URL */
|
|
3339
|
-
domainName?: string;
|
|
3340
|
-
}
|
|
3341
|
-
|
|
3342
|
-
/** The resource model definition representing SKU */
|
|
3343
|
-
export declare interface Sku {
|
|
3344
|
-
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
3345
|
-
name: string;
|
|
3346
|
-
/** 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. */
|
|
3347
|
-
tier?: SkuTier;
|
|
3348
|
-
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
3349
|
-
size?: string;
|
|
3350
|
-
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
3351
|
-
family?: string;
|
|
3352
|
-
/** 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. */
|
|
3353
|
-
capacity?: number;
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
/** The SKU capability definition. */
|
|
3357
|
-
export declare interface SkuCapability {
|
|
3358
|
-
/** The capability name. */
|
|
3359
|
-
name?: string;
|
|
3360
|
-
/** The capability value. */
|
|
3361
|
-
value?: string;
|
|
3362
|
-
}
|
|
3363
|
-
|
|
3364
|
-
/** The SKU capacity. */
|
|
3365
|
-
export declare interface SkuCapacity {
|
|
3366
|
-
/** Minimum capacity value. */
|
|
3367
|
-
minimum?: number;
|
|
3368
|
-
/** Maximum capacity value. */
|
|
3369
|
-
maximum?: number;
|
|
3370
|
-
/** Default capacity value. */
|
|
3371
|
-
default?: number;
|
|
3372
|
-
/** Scale type of the SKU capacity. */
|
|
3373
|
-
scaleType?: SkuScaleType;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
/** The SKU cost definition. */
|
|
3377
|
-
export declare interface SkuCost {
|
|
3378
|
-
/** Billing meter id. */
|
|
3379
|
-
meterId?: string;
|
|
3380
|
-
/** The quantity. */
|
|
3381
|
-
quantity?: number;
|
|
3382
|
-
/** The extended unit. */
|
|
3383
|
-
extendedUnit?: string;
|
|
3384
|
-
}
|
|
3385
|
-
|
|
3386
|
-
/** The SKU definition. */
|
|
3387
|
-
export declare interface SkuDefinition {
|
|
3388
|
-
/** The name of the SKU. */
|
|
3389
|
-
name: string;
|
|
3390
|
-
/** Resource type the SKU applicable for. */
|
|
3391
|
-
resourceType?: string;
|
|
3392
|
-
/** 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. */
|
|
3393
|
-
tier?: string;
|
|
3394
|
-
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
3395
|
-
size?: string;
|
|
3396
|
-
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
3397
|
-
family?: string;
|
|
3398
|
-
/** If the service has different kinds of hardware, for the same SKU, then that can be captured here. */
|
|
3399
|
-
kind?: string;
|
|
3400
|
-
/** List of locations where this SKU is available. */
|
|
3401
|
-
locations?: string[];
|
|
3402
|
-
/** List of locations where this SKU is available. */
|
|
3403
|
-
locationInfo?: SkuLocationAndZones[];
|
|
3404
|
-
/** 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. */
|
|
3405
|
-
capacity?: Record<string, unknown>;
|
|
3406
|
-
/** The SKU costs. */
|
|
3407
|
-
costs?: SkuCost[];
|
|
3408
|
-
/** The SKU capabilities. */
|
|
3409
|
-
capabilities?: SkuCapability[];
|
|
3410
|
-
/** The SKU restrictions. */
|
|
3411
|
-
restrictions?: SkuRestriction[];
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
/** The SKU location and zone. */
|
|
3415
|
-
export declare interface SkuLocationAndZones {
|
|
3416
|
-
/** The location of the SKU. */
|
|
3417
|
-
location?: string;
|
|
3418
|
-
/** The availability zones of SKU location. */
|
|
3419
|
-
zones?: string[];
|
|
3420
|
-
/** The availability zone details of the SKU location. */
|
|
3421
|
-
zoneDetails?: SkuZoneDetail[];
|
|
3422
|
-
/** The extended locations of SKU. */
|
|
3423
|
-
extendedLocations?: string[];
|
|
3424
|
-
/** Type of the extended location. */
|
|
3425
|
-
type?: LocationType;
|
|
3426
|
-
}
|
|
3427
|
-
|
|
3428
|
-
/** The SKU restriction definition. */
|
|
3429
|
-
export declare interface SkuRestriction {
|
|
3430
|
-
/** The SKU restriction type. */
|
|
3431
|
-
type?: SkuRestrictionType;
|
|
3432
|
-
/** Restriction values. */
|
|
3433
|
-
values?: string[];
|
|
3434
|
-
/** The restriction information. */
|
|
3435
|
-
restrictionInfo?: Record<string, unknown>;
|
|
3436
|
-
/** The SKU restriction reason code. */
|
|
3437
|
-
reasonCode?: SkuRestrictionReasonCode;
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
/**
|
|
3441
|
-
* Defines values for SkuRestrictionReasonCode. \
|
|
3442
|
-
* {@link KnownSkuRestrictionReasonCode} can be used interchangeably with SkuRestrictionReasonCode,
|
|
3443
|
-
* this enum contains the known values that the service supports.
|
|
3444
|
-
* ### Known values supported by the service
|
|
3445
|
-
* **NotSpecified** \
|
|
3446
|
-
* **QuotaId** \
|
|
3447
|
-
* **NotAvailableForSubscription**
|
|
3448
|
-
*/
|
|
3449
|
-
export declare type SkuRestrictionReasonCode = string;
|
|
3450
|
-
|
|
3451
|
-
/**
|
|
3452
|
-
* Defines values for SkuRestrictionType. \
|
|
3453
|
-
* {@link KnownSkuRestrictionType} can be used interchangeably with SkuRestrictionType,
|
|
3454
|
-
* this enum contains the known values that the service supports.
|
|
3455
|
-
* ### Known values supported by the service
|
|
3456
|
-
* **NotSpecified** \
|
|
3457
|
-
* **Location** \
|
|
3458
|
-
* **Zone**
|
|
3459
|
-
*/
|
|
3460
|
-
export declare type SkuRestrictionType = string;
|
|
3461
|
-
|
|
3462
|
-
/** Interface representing a Skus. */
|
|
3463
|
-
export declare interface Skus {
|
|
3464
|
-
/**
|
|
3465
|
-
* Lists all the available SKUs under this PR
|
|
3466
|
-
* @param options The options parameters.
|
|
3467
|
-
*/
|
|
3468
|
-
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuDefinition>;
|
|
3469
|
-
}
|
|
3470
|
-
|
|
3471
|
-
/**
|
|
3472
|
-
* Defines values for SkuScaleType. \
|
|
3473
|
-
* {@link KnownSkuScaleType} can be used interchangeably with SkuScaleType,
|
|
3474
|
-
* this enum contains the known values that the service supports.
|
|
3475
|
-
* ### Known values supported by the service
|
|
3476
|
-
* **None** \
|
|
3477
|
-
* **Manual** \
|
|
3478
|
-
* **Automatic**
|
|
3479
|
-
*/
|
|
3480
|
-
export declare type SkuScaleType = string;
|
|
3481
|
-
|
|
3482
|
-
/** Optional parameters. */
|
|
3483
|
-
export declare interface SkusListNextOptionalParams extends coreClient.OperationOptions {
|
|
3228
|
+
namingPatternType: "FullResourceName";
|
|
3484
3229
|
}
|
|
3485
3230
|
|
|
3486
|
-
|
|
3487
|
-
export declare type SkusListNextResponse = SkusListResult;
|
|
3231
|
+
export declare type SingleServerCustomResourceNamesUnion = SingleServerCustomResourceNames | SingleServerFullResourceNames;
|
|
3488
3232
|
|
|
3489
|
-
/**
|
|
3490
|
-
export declare interface
|
|
3233
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
|
|
3234
|
+
export declare interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
|
|
3235
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3236
|
+
namingPatternType: "FullResourceName";
|
|
3237
|
+
/** The resource names object for virtual machine and related resources. */
|
|
3238
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
3491
3239
|
}
|
|
3492
3240
|
|
|
3493
|
-
/**
|
|
3494
|
-
export declare
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
* List of SKUs supported by the resource provider
|
|
3500
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3501
|
-
*/
|
|
3502
|
-
readonly value?: SkuDefinition[];
|
|
3503
|
-
/**
|
|
3504
|
-
* URL to get the next set of SKU list results (if there are any).
|
|
3505
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3506
|
-
*/
|
|
3507
|
-
readonly nextLink?: string;
|
|
3241
|
+
/** The recommended configuration for a single server SAP system. */
|
|
3242
|
+
export declare interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
|
|
3243
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3244
|
+
deploymentType: "SingleServer";
|
|
3245
|
+
/** The recommended VM SKU for single server. */
|
|
3246
|
+
vmSku?: string;
|
|
3508
3247
|
}
|
|
3509
3248
|
|
|
3510
|
-
/**
|
|
3511
|
-
export declare
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
export declare interface SkuZoneDetail {
|
|
3515
|
-
/** The physical zones. */
|
|
3516
|
-
zones?: string[];
|
|
3517
|
-
/** The capabilities. */
|
|
3518
|
-
capabilities?: SkuCapability[];
|
|
3249
|
+
/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
|
|
3250
|
+
export declare interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
3251
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3252
|
+
configurationType: "Skip";
|
|
3519
3253
|
}
|
|
3520
3254
|
|
|
3521
3255
|
/** The SAP Software configuration Input. */
|
|
3522
3256
|
export declare interface SoftwareConfiguration {
|
|
3523
3257
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3524
|
-
softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig";
|
|
3258
|
+
softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig" | "External";
|
|
3525
3259
|
}
|
|
3526
3260
|
|
|
3527
|
-
export declare type SoftwareConfigurationUnion = SoftwareConfiguration | ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration;
|
|
3261
|
+
export declare type SoftwareConfigurationUnion = SoftwareConfiguration | ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration;
|
|
3528
3262
|
|
|
3529
3263
|
/** SSH configuration for Linux based VMs running on Azure */
|
|
3530
3264
|
export declare interface SshConfiguration {
|
|
@@ -3546,10 +3280,33 @@ export declare interface SshPublicKey {
|
|
|
3546
3280
|
keyData?: string;
|
|
3547
3281
|
}
|
|
3548
3282
|
|
|
3549
|
-
/**
|
|
3283
|
+
/**
|
|
3284
|
+
* Defines values for SslPreference. \
|
|
3285
|
+
* {@link KnownSslPreference} can be used interchangeably with SslPreference,
|
|
3286
|
+
* this enum contains the known values that the service supports.
|
|
3287
|
+
* ### Known values supported by the service
|
|
3288
|
+
* **Disabled** \
|
|
3289
|
+
* **RootCertificate** \
|
|
3290
|
+
* **ServerCertificate**
|
|
3291
|
+
*/
|
|
3292
|
+
export declare type SslPreference = string;
|
|
3293
|
+
|
|
3294
|
+
/** Stop SAP instance(s) request body. */
|
|
3550
3295
|
export declare interface StopRequest {
|
|
3551
|
-
/**
|
|
3552
|
-
|
|
3296
|
+
/** 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. */
|
|
3297
|
+
softStopTimeoutSeconds?: number;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
/** Gets or sets the storage configuration. */
|
|
3301
|
+
export declare interface StorageConfiguration {
|
|
3302
|
+
/** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
|
|
3303
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
|
|
3307
|
+
export declare interface StorageInformation {
|
|
3308
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3309
|
+
readonly id?: string;
|
|
3553
3310
|
}
|
|
3554
3311
|
|
|
3555
3312
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
@@ -3576,7 +3333,7 @@ export declare interface Tags {
|
|
|
3576
3333
|
};
|
|
3577
3334
|
}
|
|
3578
3335
|
|
|
3579
|
-
/** Gets or sets the three tier SAP configuration. */
|
|
3336
|
+
/** 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) */
|
|
3580
3337
|
export declare interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
3581
3338
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3582
3339
|
deploymentType: "ThreeTier";
|
|
@@ -3590,6 +3347,32 @@ export declare interface ThreeTierConfiguration extends InfrastructureConfigurat
|
|
|
3590
3347
|
databaseServer: DatabaseConfiguration;
|
|
3591
3348
|
/** The high availability configuration. */
|
|
3592
3349
|
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
3350
|
+
/** The storage configuration. */
|
|
3351
|
+
storageConfiguration?: StorageConfiguration;
|
|
3352
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
3353
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
|
|
3357
|
+
export declare interface ThreeTierCustomResourceNames {
|
|
3358
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3359
|
+
namingPatternType: "FullResourceName";
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
export declare type ThreeTierCustomResourceNamesUnion = ThreeTierCustomResourceNames | ThreeTierFullResourceNames;
|
|
3363
|
+
|
|
3364
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
|
|
3365
|
+
export declare interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
|
|
3366
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3367
|
+
namingPatternType: "FullResourceName";
|
|
3368
|
+
/** The full resource names object for central server layer resources. */
|
|
3369
|
+
centralServer?: CentralServerFullResourceNames;
|
|
3370
|
+
/** 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. */
|
|
3371
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
3372
|
+
/** 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. */
|
|
3373
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
3374
|
+
/** The resource names object for shared storage. */
|
|
3375
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
3593
3376
|
}
|
|
3594
3377
|
|
|
3595
3378
|
/** The recommended configuration for a three tier SAP system. */
|
|
@@ -3626,7 +3409,7 @@ export declare interface UpdateMonitorRequest {
|
|
|
3626
3409
|
tags?: {
|
|
3627
3410
|
[propertyName: string]: string;
|
|
3628
3411
|
};
|
|
3629
|
-
/** Managed service identity
|
|
3412
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
3630
3413
|
identity?: UserAssignedServiceIdentity;
|
|
3631
3414
|
}
|
|
3632
3415
|
|
|
@@ -3660,7 +3443,7 @@ export declare interface UpdateSAPVirtualInstanceRequest {
|
|
|
3660
3443
|
tags?: {
|
|
3661
3444
|
[propertyName: string]: string;
|
|
3662
3445
|
};
|
|
3663
|
-
/**
|
|
3446
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
3664
3447
|
identity?: UserAssignedServiceIdentity;
|
|
3665
3448
|
}
|
|
3666
3449
|
|
|
@@ -3678,7 +3461,7 @@ export declare interface UserAssignedIdentity {
|
|
|
3678
3461
|
readonly clientId?: string;
|
|
3679
3462
|
}
|
|
3680
3463
|
|
|
3681
|
-
/**
|
|
3464
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
3682
3465
|
export declare interface UserAssignedServiceIdentity {
|
|
3683
3466
|
/** Type of manage identity */
|
|
3684
3467
|
type: ManagedServiceIdentityType;
|
|
@@ -3688,14 +3471,6 @@ export declare interface UserAssignedServiceIdentity {
|
|
|
3688
3471
|
};
|
|
3689
3472
|
}
|
|
3690
3473
|
|
|
3691
|
-
/** User profile to configure on a compute resources such as VM, VMSS */
|
|
3692
|
-
export declare interface UserProfile {
|
|
3693
|
-
/** User name */
|
|
3694
|
-
userName: string;
|
|
3695
|
-
/** SSH public key data */
|
|
3696
|
-
sshPublicKey: string;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
3474
|
/** Defines the virtual machine configuration. */
|
|
3700
3475
|
export declare interface VirtualMachineConfiguration {
|
|
3701
3476
|
/** The virtual machine size. */
|
|
@@ -3706,12 +3481,20 @@ export declare interface VirtualMachineConfiguration {
|
|
|
3706
3481
|
osProfile: OSProfile;
|
|
3707
3482
|
}
|
|
3708
3483
|
|
|
3709
|
-
/**
|
|
3710
|
-
export declare interface
|
|
3711
|
-
/**
|
|
3712
|
-
|
|
3713
|
-
/**
|
|
3714
|
-
|
|
3484
|
+
/** The resource names object for virtual machine and related resources. */
|
|
3485
|
+
export declare interface VirtualMachineResourceNames {
|
|
3486
|
+
/** 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. */
|
|
3487
|
+
vmName?: string;
|
|
3488
|
+
/** 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. */
|
|
3489
|
+
hostName?: string;
|
|
3490
|
+
/** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
|
|
3491
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
3492
|
+
/** 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. */
|
|
3493
|
+
osDiskName?: string;
|
|
3494
|
+
/** 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 */
|
|
3495
|
+
dataDiskNames?: {
|
|
3496
|
+
[propertyName: string]: string[];
|
|
3497
|
+
};
|
|
3715
3498
|
}
|
|
3716
3499
|
|
|
3717
3500
|
/** Specifies Windows operating system settings on the virtual machine. */
|
|
@@ -3720,132 +3503,6 @@ export declare interface WindowsConfiguration extends OSConfiguration {
|
|
|
3720
3503
|
osType: "Windows";
|
|
3721
3504
|
}
|
|
3722
3505
|
|
|
3723
|
-
/** WordPress instance resource */
|
|
3724
|
-
export declare interface WordpressInstanceResource extends ProxyResource {
|
|
3725
|
-
/** Application version */
|
|
3726
|
-
version?: WordpressVersions;
|
|
3727
|
-
/** Database name used by the application */
|
|
3728
|
-
databaseName?: string;
|
|
3729
|
-
/** User name used by the application to connect to database */
|
|
3730
|
-
databaseUser?: string;
|
|
3731
|
-
/**
|
|
3732
|
-
* Site Url to access the WordPress application
|
|
3733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3734
|
-
*/
|
|
3735
|
-
readonly siteUrl?: string;
|
|
3736
|
-
/**
|
|
3737
|
-
* WordPress instance provisioning state
|
|
3738
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3739
|
-
*/
|
|
3740
|
-
readonly provisioningState?: ApplicationProvisioningState;
|
|
3741
|
-
}
|
|
3742
|
-
|
|
3743
|
-
/** WordPress instance resource list */
|
|
3744
|
-
export declare interface WordpressInstanceResourceList {
|
|
3745
|
-
/** List of resources in current page */
|
|
3746
|
-
value?: WordpressInstanceResource[];
|
|
3747
|
-
/** Link to next page of resources */
|
|
3748
|
-
nextLink?: string;
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
|
-
/** Interface representing a WordpressInstances. */
|
|
3752
|
-
export declare interface WordpressInstances {
|
|
3753
|
-
/**
|
|
3754
|
-
* Lists WordPress instance resources under a phpWorkload resource.
|
|
3755
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3756
|
-
* @param phpWorkloadName Php workload name
|
|
3757
|
-
* @param options The options parameters.
|
|
3758
|
-
*/
|
|
3759
|
-
list(resourceGroupName: string, phpWorkloadName: string, options?: WordpressInstancesListOptionalParams): PagedAsyncIterableIterator<WordpressInstanceResource>;
|
|
3760
|
-
/**
|
|
3761
|
-
* Gets the WordPress instance resource.
|
|
3762
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3763
|
-
* @param phpWorkloadName Php workload name
|
|
3764
|
-
* @param options The options parameters.
|
|
3765
|
-
*/
|
|
3766
|
-
get(resourceGroupName: string, phpWorkloadName: string, options?: WordpressInstancesGetOptionalParams): Promise<WordpressInstancesGetResponse>;
|
|
3767
|
-
/**
|
|
3768
|
-
* Create or updated WordPress instance resource.
|
|
3769
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3770
|
-
* @param phpWorkloadName Php workload name
|
|
3771
|
-
* @param wordpressInstanceResource Resource create or update request payload
|
|
3772
|
-
* @param options The options parameters.
|
|
3773
|
-
*/
|
|
3774
|
-
beginCreateOrUpdate(resourceGroupName: string, phpWorkloadName: string, wordpressInstanceResource: WordpressInstanceResource, options?: WordpressInstancesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WordpressInstancesCreateOrUpdateResponse>, WordpressInstancesCreateOrUpdateResponse>>;
|
|
3775
|
-
/**
|
|
3776
|
-
* Create or updated WordPress instance resource.
|
|
3777
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3778
|
-
* @param phpWorkloadName Php workload name
|
|
3779
|
-
* @param wordpressInstanceResource Resource create or update request payload
|
|
3780
|
-
* @param options The options parameters.
|
|
3781
|
-
*/
|
|
3782
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, phpWorkloadName: string, wordpressInstanceResource: WordpressInstanceResource, options?: WordpressInstancesCreateOrUpdateOptionalParams): Promise<WordpressInstancesCreateOrUpdateResponse>;
|
|
3783
|
-
/**
|
|
3784
|
-
* Delete WordPress instance resource.
|
|
3785
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3786
|
-
* @param phpWorkloadName Php workload name
|
|
3787
|
-
* @param options The options parameters.
|
|
3788
|
-
*/
|
|
3789
|
-
delete(resourceGroupName: string, phpWorkloadName: string, options?: WordpressInstancesDeleteOptionalParams): Promise<void>;
|
|
3790
|
-
}
|
|
3791
|
-
|
|
3792
|
-
/** Optional parameters. */
|
|
3793
|
-
export declare interface WordpressInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3794
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3795
|
-
updateIntervalInMs?: number;
|
|
3796
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3797
|
-
resumeFrom?: string;
|
|
3798
|
-
}
|
|
3799
|
-
|
|
3800
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3801
|
-
export declare type WordpressInstancesCreateOrUpdateResponse = WordpressInstanceResource;
|
|
3802
|
-
|
|
3803
|
-
/** Optional parameters. */
|
|
3804
|
-
export declare interface WordpressInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
/** Optional parameters. */
|
|
3808
|
-
export declare interface WordpressInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
3809
|
-
}
|
|
3810
|
-
|
|
3811
|
-
/** Contains response data for the get operation. */
|
|
3812
|
-
export declare type WordpressInstancesGetResponse = WordpressInstanceResource;
|
|
3813
|
-
|
|
3814
|
-
/** Optional parameters. */
|
|
3815
|
-
export declare interface WordpressInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3816
|
-
}
|
|
3817
|
-
|
|
3818
|
-
/** Contains response data for the listNext operation. */
|
|
3819
|
-
export declare type WordpressInstancesListNextResponse = WordpressInstanceResourceList;
|
|
3820
|
-
|
|
3821
|
-
/** Optional parameters. */
|
|
3822
|
-
export declare interface WordpressInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
3823
|
-
}
|
|
3824
|
-
|
|
3825
|
-
/** Contains response data for the list operation. */
|
|
3826
|
-
export declare type WordpressInstancesListResponse = WordpressInstanceResourceList;
|
|
3827
|
-
|
|
3828
|
-
/**
|
|
3829
|
-
* Defines values for WordpressVersions. \
|
|
3830
|
-
* {@link KnownWordpressVersions} can be used interchangeably with WordpressVersions,
|
|
3831
|
-
* this enum contains the known values that the service supports.
|
|
3832
|
-
* ### Known values supported by the service
|
|
3833
|
-
* **5.4.3** \
|
|
3834
|
-
* **5.4.2** \
|
|
3835
|
-
* **5.4.1** \
|
|
3836
|
-
* **5.4**
|
|
3837
|
-
*/
|
|
3838
|
-
export declare type WordpressVersions = string;
|
|
3839
|
-
|
|
3840
|
-
/**
|
|
3841
|
-
* Defines values for WorkloadKind. \
|
|
3842
|
-
* {@link KnownWorkloadKind} can be used interchangeably with WorkloadKind,
|
|
3843
|
-
* this enum contains the known values that the service supports.
|
|
3844
|
-
* ### Known values supported by the service
|
|
3845
|
-
* **WordPress**
|
|
3846
|
-
*/
|
|
3847
|
-
export declare type WorkloadKind = string;
|
|
3848
|
-
|
|
3849
3506
|
/**
|
|
3850
3507
|
* Defines values for WorkloadMonitorActionType. \
|
|
3851
3508
|
* {@link KnownWorkloadMonitorActionType} can be used interchangeably with WorkloadMonitorActionType,
|
|
@@ -3885,39 +3542,38 @@ export declare class WorkloadsClient extends coreClient.ServiceClient {
|
|
|
3885
3542
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
3886
3543
|
private addCustomApiVersionPolicy;
|
|
3887
3544
|
/**
|
|
3888
|
-
* Get SAP sizing recommendations
|
|
3545
|
+
* Get SAP sizing recommendations by providing input SAPS for application tier and memory required for
|
|
3546
|
+
* database tier
|
|
3889
3547
|
* @param location The name of Azure region.
|
|
3890
3548
|
* @param options The options parameters.
|
|
3891
3549
|
*/
|
|
3892
3550
|
sAPSizingRecommendations(location: string, options?: SAPSizingRecommendationsOptionalParams): Promise<SAPSizingRecommendationsResponse>;
|
|
3893
3551
|
/**
|
|
3894
|
-
* Get SAP supported SKUs.
|
|
3552
|
+
* Get a list of SAP supported SKUs for ASCS, Application and Database tier.
|
|
3895
3553
|
* @param location The name of Azure region.
|
|
3896
3554
|
* @param options The options parameters.
|
|
3897
3555
|
*/
|
|
3898
3556
|
sAPSupportedSku(location: string, options?: SAPSupportedSkuOptionalParams): Promise<SAPSupportedSkuResponse>;
|
|
3899
3557
|
/**
|
|
3900
|
-
* Get SAP Disk
|
|
3558
|
+
* Get the SAP Disk Configuration Layout prod/non-prod SAP System.
|
|
3901
3559
|
* @param location The name of Azure region.
|
|
3902
3560
|
* @param options The options parameters.
|
|
3903
3561
|
*/
|
|
3904
3562
|
sAPDiskConfigurations(location: string, options?: SAPDiskConfigurationsOptionalParams): Promise<SAPDiskConfigurationsResponse>;
|
|
3905
3563
|
/**
|
|
3906
|
-
* Get SAP Availability Zone Details.
|
|
3564
|
+
* Get the recommended SAP Availability Zone Pair Details for your region.
|
|
3907
3565
|
* @param location The name of Azure region.
|
|
3908
3566
|
* @param options The options parameters.
|
|
3909
3567
|
*/
|
|
3910
3568
|
sAPAvailabilityZoneDetails(location: string, options?: SAPAvailabilityZoneDetailsOptionalParams): Promise<SAPAvailabilityZoneDetailsResponse>;
|
|
3911
|
-
phpWorkloads: PhpWorkloads;
|
|
3912
|
-
wordpressInstances: WordpressInstances;
|
|
3913
3569
|
sAPVirtualInstances: SAPVirtualInstances;
|
|
3914
3570
|
sAPCentralInstances: SAPCentralInstances;
|
|
3915
3571
|
sAPDatabaseInstances: SAPDatabaseInstances;
|
|
3916
3572
|
sAPApplicationServerInstances: SAPApplicationServerInstances;
|
|
3917
|
-
operations: Operations;
|
|
3918
3573
|
monitors: Monitors;
|
|
3919
3574
|
providerInstances: ProviderInstances;
|
|
3920
|
-
|
|
3575
|
+
sapLandscapeMonitorOperations: SapLandscapeMonitorOperations;
|
|
3576
|
+
operations: Operations;
|
|
3921
3577
|
}
|
|
3922
3578
|
|
|
3923
3579
|
/** Optional parameters. */
|