@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/src/models/index.ts
CHANGED
|
@@ -29,280 +29,53 @@ export type OSConfigurationUnion =
|
|
|
29
29
|
| OSConfiguration
|
|
30
30
|
| WindowsConfiguration
|
|
31
31
|
| LinuxConfiguration;
|
|
32
|
+
export type SingleServerCustomResourceNamesUnion =
|
|
33
|
+
| SingleServerCustomResourceNames
|
|
34
|
+
| SingleServerFullResourceNames;
|
|
32
35
|
export type InfrastructureConfigurationUnion =
|
|
33
36
|
| InfrastructureConfiguration
|
|
34
37
|
| SingleServerConfiguration
|
|
35
38
|
| ThreeTierConfiguration;
|
|
39
|
+
export type FileShareConfigurationUnion =
|
|
40
|
+
| FileShareConfiguration
|
|
41
|
+
| SkipFileShareConfiguration
|
|
42
|
+
| CreateAndMountFileShareConfiguration
|
|
43
|
+
| MountFileShareConfiguration;
|
|
44
|
+
export type ThreeTierCustomResourceNamesUnion =
|
|
45
|
+
| ThreeTierCustomResourceNames
|
|
46
|
+
| ThreeTierFullResourceNames;
|
|
36
47
|
export type SoftwareConfigurationUnion =
|
|
37
48
|
| SoftwareConfiguration
|
|
38
49
|
| ServiceInitiatedSoftwareConfiguration
|
|
39
|
-
| SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
50
|
+
| SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
51
|
+
| ExternalInstallationSoftwareConfiguration;
|
|
40
52
|
|
|
41
|
-
/**
|
|
42
|
-
export interface
|
|
43
|
-
/**
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/** VM or VMSS node profile */
|
|
64
|
-
export interface NodeProfile {
|
|
65
|
-
/** VM or VMSS name */
|
|
66
|
-
name?: string;
|
|
67
|
-
/** VM SKU for node(s) */
|
|
68
|
-
nodeSku: string;
|
|
69
|
-
/** OS image used for creating the nodes */
|
|
70
|
-
osImage: OsImageProfile;
|
|
71
|
-
/** OS disk details */
|
|
72
|
-
osDisk: DiskInfo;
|
|
73
|
-
/** Data disks details. This property is not in use right now */
|
|
74
|
-
dataDisks?: DiskInfo[];
|
|
75
|
-
/**
|
|
76
|
-
* VM/VMSS resource ARM Ids
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly nodeResourceIds?: string[];
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/** OS image profile */
|
|
83
|
-
export interface OsImageProfile {
|
|
84
|
-
/** OS image publisher */
|
|
85
|
-
publisher?: OSImagePublisher;
|
|
86
|
-
/** OS image offer */
|
|
87
|
-
offer?: OSImageOffer;
|
|
88
|
-
/** OS image sku */
|
|
89
|
-
sku?: OSImageSku;
|
|
90
|
-
/** OS image version */
|
|
91
|
-
version?: OSImageVersion;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/** Disk resource creation details */
|
|
95
|
-
export interface DiskInfo {
|
|
96
|
-
/** Storage type */
|
|
97
|
-
storageType: DiskStorageType;
|
|
98
|
-
/** Disk size in GB */
|
|
99
|
-
sizeInGB?: number;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/** Network profile */
|
|
103
|
-
export interface NetworkProfile {
|
|
104
|
-
/** Load balancer type */
|
|
105
|
-
loadBalancerType: LoadBalancerType;
|
|
106
|
-
/** Load balancer SKU */
|
|
107
|
-
loadBalancerSku?: string;
|
|
108
|
-
/** Load balancer tier */
|
|
109
|
-
loadBalancerTier?: string;
|
|
110
|
-
/** Capacity, applicable only for Application Gateway */
|
|
111
|
-
capacity?: number;
|
|
112
|
-
/** Whether to enable Azure front door */
|
|
113
|
-
azureFrontDoorEnabled?: AzureFrontDoorEnabled;
|
|
114
|
-
/**
|
|
115
|
-
* Virtual network resource Id
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly vNetResourceId?: string;
|
|
119
|
-
/**
|
|
120
|
-
* Azure Loadbalancer or ApplicationGateway resource Id
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly loadBalancerResourceId?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Azure front door resource id
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly azureFrontDoorResourceId?: string;
|
|
129
|
-
/**
|
|
130
|
-
* Loadbalancer front-end IP address resource Id
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly frontEndPublicIpResourceId?: string;
|
|
134
|
-
/**
|
|
135
|
-
* List of outbound public IP resource IDs
|
|
136
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
-
*/
|
|
138
|
-
readonly outboundPublicIpResourceIds?: string[];
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** Workload database profile */
|
|
142
|
-
export interface DatabaseProfile {
|
|
143
|
-
/** Database type */
|
|
144
|
-
type: DatabaseType;
|
|
145
|
-
/** Database server name */
|
|
146
|
-
serverName?: string;
|
|
147
|
-
/** Database version */
|
|
148
|
-
version?: string;
|
|
149
|
-
/** The name of the server SKU, e.g. Standard_D32s_v4 */
|
|
150
|
-
sku: string;
|
|
151
|
-
/** Tier of the server SKU */
|
|
152
|
-
tier: DatabaseTier;
|
|
153
|
-
/** Whether to enable HA for the server */
|
|
154
|
-
haEnabled?: HAEnabled;
|
|
155
|
-
/** SKU name for database storage */
|
|
156
|
-
storageSku?: string;
|
|
157
|
-
/** Database storage size in GB */
|
|
158
|
-
storageInGB?: number;
|
|
159
|
-
/** Storage IOPS for the server */
|
|
160
|
-
storageIops?: number;
|
|
161
|
-
/** Backup retention days for the server */
|
|
162
|
-
backupRetentionDays?: number;
|
|
163
|
-
/** Whether to enable SSL enforcement on the database */
|
|
164
|
-
sslEnforcementEnabled?: EnableSslEnforcement;
|
|
165
|
-
/**
|
|
166
|
-
* Azure Database Server resource Id
|
|
167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
-
*/
|
|
169
|
-
readonly serverResourceId?: string;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/** Workload website profile */
|
|
173
|
-
export interface SiteProfile {
|
|
174
|
-
/** Domain name for the application site URL */
|
|
175
|
-
domainName?: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
/** File share profile */
|
|
179
|
-
export interface FileshareProfile {
|
|
180
|
-
/** Share type */
|
|
181
|
-
shareType: FileShareType;
|
|
182
|
-
/** File share backing storage type */
|
|
183
|
-
storageType: FileShareStorageType;
|
|
184
|
-
/** File share size in GB */
|
|
185
|
-
shareSizeInGB?: number;
|
|
186
|
-
/**
|
|
187
|
-
* File share storage resource id
|
|
188
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
|
-
*/
|
|
190
|
-
readonly storageResourceId?: string;
|
|
191
|
-
/**
|
|
192
|
-
* File share name
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly shareName?: string;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/** PHP profile */
|
|
199
|
-
export interface PhpProfile {
|
|
200
|
-
/** PHP version */
|
|
201
|
-
version: PHPVersion;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
/** Cache profile */
|
|
205
|
-
export interface CacheProfile {
|
|
206
|
-
/** Cache name */
|
|
207
|
-
name?: string;
|
|
208
|
-
/** Cache SKU name */
|
|
209
|
-
skuName: string;
|
|
210
|
-
/** Cache family */
|
|
211
|
-
family: RedisCacheFamily;
|
|
212
|
-
/** Cache capacity */
|
|
213
|
-
capacity: number;
|
|
214
|
-
/**
|
|
215
|
-
* Cache resource Id
|
|
216
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
-
*/
|
|
218
|
-
readonly cacheResourceId?: string;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/** Backup profile */
|
|
222
|
-
export interface BackupProfile {
|
|
223
|
-
/** Whether to enable Azure backup for the workload */
|
|
224
|
-
backupEnabled: EnableBackup;
|
|
225
|
-
/**
|
|
226
|
-
* Backup vault resource Id
|
|
227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
-
*/
|
|
229
|
-
readonly vaultResourceId?: string;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
/** The resource model definition representing SKU */
|
|
233
|
-
export interface Sku {
|
|
234
|
-
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
235
|
-
name: string;
|
|
236
|
-
/** 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. */
|
|
237
|
-
tier?: SkuTier;
|
|
238
|
-
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
239
|
-
size?: string;
|
|
240
|
-
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
241
|
-
family?: string;
|
|
242
|
-
/** 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. */
|
|
243
|
-
capacity?: number;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
/** Managed service identity (user assigned identities) */
|
|
247
|
-
export interface UserAssignedServiceIdentity {
|
|
248
|
-
/** Type of manage identity */
|
|
249
|
-
type: ManagedServiceIdentityType;
|
|
250
|
-
/** User assigned identities dictionary */
|
|
251
|
-
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/** User assigned identity properties */
|
|
255
|
-
export interface UserAssignedIdentity {
|
|
256
|
-
/**
|
|
257
|
-
* The principal ID of the assigned identity.
|
|
258
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
-
*/
|
|
260
|
-
readonly principalId?: string;
|
|
261
|
-
/**
|
|
262
|
-
* The client ID of the assigned identity.
|
|
263
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
-
*/
|
|
265
|
-
readonly clientId?: string;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
269
|
-
export interface Resource {
|
|
270
|
-
/**
|
|
271
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
272
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
-
*/
|
|
274
|
-
readonly id?: string;
|
|
275
|
-
/**
|
|
276
|
-
* The name of the resource
|
|
277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
-
*/
|
|
279
|
-
readonly name?: string;
|
|
280
|
-
/**
|
|
281
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
-
*/
|
|
284
|
-
readonly type?: string;
|
|
285
|
-
/**
|
|
286
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
-
*/
|
|
289
|
-
readonly systemData?: SystemData;
|
|
53
|
+
/** The SAP Sizing Recommendation request. */
|
|
54
|
+
export interface SAPSizingRecommendationRequest {
|
|
55
|
+
/** The geo-location where the resource is to be created. */
|
|
56
|
+
appLocation: string;
|
|
57
|
+
/** Defines the environment type - Production/Non Production. */
|
|
58
|
+
environment: SAPEnvironmentType;
|
|
59
|
+
/** Defines the SAP Product type. */
|
|
60
|
+
sapProduct: SAPProductType;
|
|
61
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
62
|
+
deploymentType: SAPDeploymentType;
|
|
63
|
+
/** The SAP Application Performance Standard measurement. */
|
|
64
|
+
saps: number;
|
|
65
|
+
/** The database memory configuration. */
|
|
66
|
+
dbMemory: number;
|
|
67
|
+
/** The database type. */
|
|
68
|
+
databaseType: SAPDatabaseType;
|
|
69
|
+
/** The DB scale method. */
|
|
70
|
+
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
71
|
+
/** The high availability type. */
|
|
72
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
290
73
|
}
|
|
291
74
|
|
|
292
|
-
/**
|
|
293
|
-
export interface
|
|
294
|
-
/**
|
|
295
|
-
|
|
296
|
-
/** The type of identity that created the resource. */
|
|
297
|
-
createdByType?: CreatedByType;
|
|
298
|
-
/** The timestamp of resource creation (UTC). */
|
|
299
|
-
createdAt?: Date;
|
|
300
|
-
/** The identity that last modified the resource. */
|
|
301
|
-
lastModifiedBy?: string;
|
|
302
|
-
/** The type of identity that last modified the resource. */
|
|
303
|
-
lastModifiedByType?: CreatedByType;
|
|
304
|
-
/** The timestamp of resource last modification (UTC) */
|
|
305
|
-
lastModifiedAt?: Date;
|
|
75
|
+
/** The SAP sizing recommendation result. */
|
|
76
|
+
export interface SAPSizingRecommendationResult {
|
|
77
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
78
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
306
79
|
}
|
|
307
80
|
|
|
308
81
|
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
@@ -354,49 +127,6 @@ export interface ErrorAdditionalInfo {
|
|
|
354
127
|
readonly info?: Record<string, unknown>;
|
|
355
128
|
}
|
|
356
129
|
|
|
357
|
-
/** Resource patch request body */
|
|
358
|
-
export interface PatchResourceRequestBody {
|
|
359
|
-
/** Resource tags */
|
|
360
|
-
tags?: { [propertyName: string]: string };
|
|
361
|
-
identity?: PatchResourceRequestBodyIdentity;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/** WordPress instance resource list */
|
|
365
|
-
export interface WordpressInstanceResourceList {
|
|
366
|
-
/** List of resources in current page */
|
|
367
|
-
value?: WordpressInstanceResource[];
|
|
368
|
-
/** Link to next page of resources */
|
|
369
|
-
nextLink?: string;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/** The SAP Sizing Recommendation request. */
|
|
373
|
-
export interface SAPSizingRecommendationRequest {
|
|
374
|
-
/** The geo-location where the resource is to be created. */
|
|
375
|
-
appLocation: string;
|
|
376
|
-
/** Defines the environment type - Production/Non Production. */
|
|
377
|
-
environment: SAPEnvironmentType;
|
|
378
|
-
/** Defines the SAP Product type. */
|
|
379
|
-
sapProduct: SAPProductType;
|
|
380
|
-
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
381
|
-
deploymentType: SAPDeploymentType;
|
|
382
|
-
/** The SAP Application Performance Standard measurement. */
|
|
383
|
-
saps: number;
|
|
384
|
-
/** The database memory configuration. */
|
|
385
|
-
dbMemory: number;
|
|
386
|
-
/** The database type. */
|
|
387
|
-
databaseType: SAPDatabaseType;
|
|
388
|
-
/** The DB scale method. */
|
|
389
|
-
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
390
|
-
/** The high availability type. */
|
|
391
|
-
highAvailabilityType?: SAPHighAvailabilityType;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/** The SAP sizing recommendation result. */
|
|
395
|
-
export interface SAPSizingRecommendationResult {
|
|
396
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
397
|
-
deploymentType: "SingleServer" | "ThreeTier";
|
|
398
|
-
}
|
|
399
|
-
|
|
400
130
|
/** The SAP request to get list of supported SKUs. */
|
|
401
131
|
export interface SAPSupportedSkusRequest {
|
|
402
132
|
/** The geo-location where the resource is to be created. */
|
|
@@ -447,26 +177,50 @@ export interface SAPDiskConfigurationsRequest {
|
|
|
447
177
|
|
|
448
178
|
/** The list of disk configuration for vmSku which are part of SAP deployment. */
|
|
449
179
|
export interface SAPDiskConfigurationsResult {
|
|
450
|
-
/**
|
|
451
|
-
|
|
180
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
181
|
+
volumeConfigurations?: { [propertyName: string]: SAPDiskConfiguration };
|
|
452
182
|
}
|
|
453
183
|
|
|
454
|
-
/** The SAP Disk Configuration. */
|
|
184
|
+
/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
|
|
455
185
|
export interface SAPDiskConfiguration {
|
|
456
|
-
/** The
|
|
457
|
-
|
|
458
|
-
/** The
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
186
|
+
/** The recommended disk details for a given VM Sku. */
|
|
187
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
188
|
+
/** The list of supported disks for a given VM Sku. */
|
|
189
|
+
supportedConfigurations?: DiskDetails[];
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/** The disk configuration required for the selected volume. */
|
|
193
|
+
export interface DiskVolumeConfiguration {
|
|
194
|
+
/** The total number of disks required for the concerned volume. */
|
|
195
|
+
count?: number;
|
|
196
|
+
/** The disk size in GB. */
|
|
197
|
+
sizeGB?: number;
|
|
198
|
+
/** The disk SKU details. */
|
|
199
|
+
sku?: DiskSku;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
203
|
+
export interface DiskSku {
|
|
204
|
+
/** Defines the disk sku name. */
|
|
205
|
+
name?: DiskSkuName;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/** The supported disk size details for a disk type. */
|
|
209
|
+
export interface DiskDetails {
|
|
210
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
211
|
+
sku?: DiskSku;
|
|
462
212
|
/** The disk size in GB. */
|
|
463
|
-
|
|
213
|
+
sizeGB?: number;
|
|
214
|
+
/** The minimum supported disk count. */
|
|
215
|
+
minimumSupportedDiskCount?: number;
|
|
216
|
+
/** The maximum supported disk count. */
|
|
217
|
+
maximumSupportedDiskCount?: number;
|
|
464
218
|
/** The disk Iops. */
|
|
465
|
-
|
|
219
|
+
iopsReadWrite?: number;
|
|
466
220
|
/** The disk provisioned throughput in MBps. */
|
|
467
|
-
|
|
468
|
-
/** The disk
|
|
469
|
-
|
|
221
|
+
mbpsReadWrite?: number;
|
|
222
|
+
/** The disk tier, e.g. P10, E10. */
|
|
223
|
+
diskTier?: string;
|
|
470
224
|
}
|
|
471
225
|
|
|
472
226
|
/** The SAP request to get list of availability zones. */
|
|
@@ -493,12 +247,40 @@ export interface SAPAvailabilityZonePair {
|
|
|
493
247
|
zoneB?: number;
|
|
494
248
|
}
|
|
495
249
|
|
|
250
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
251
|
+
export interface UserAssignedServiceIdentity {
|
|
252
|
+
/** Type of manage identity */
|
|
253
|
+
type: ManagedServiceIdentityType;
|
|
254
|
+
/** User assigned identities dictionary */
|
|
255
|
+
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/** User assigned identity properties */
|
|
259
|
+
export interface UserAssignedIdentity {
|
|
260
|
+
/**
|
|
261
|
+
* The principal ID of the assigned identity.
|
|
262
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
263
|
+
*/
|
|
264
|
+
readonly principalId?: string;
|
|
265
|
+
/**
|
|
266
|
+
* The client ID of the assigned identity.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly clientId?: string;
|
|
270
|
+
}
|
|
271
|
+
|
|
496
272
|
/** The SAP Configuration. */
|
|
497
273
|
export interface SAPConfiguration {
|
|
498
274
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
499
275
|
configurationType: "Discovery" | "Deployment" | "DeploymentWithOSConfig";
|
|
500
276
|
}
|
|
501
277
|
|
|
278
|
+
/** Managed resource group configuration */
|
|
279
|
+
export interface ManagedRGConfiguration {
|
|
280
|
+
/** Managed resource group name */
|
|
281
|
+
name?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
502
284
|
/** An error response from the Virtual Instance for SAP Workload service. */
|
|
503
285
|
export interface SAPVirtualInstanceError {
|
|
504
286
|
/** The Virtual Instance for SAP error body. */
|
|
@@ -524,100 +306,140 @@ export interface ErrorDefinition {
|
|
|
524
306
|
readonly details?: ErrorDefinition[];
|
|
525
307
|
}
|
|
526
308
|
|
|
527
|
-
/**
|
|
528
|
-
export interface
|
|
529
|
-
/** Gets or sets the Resource tags. */
|
|
530
|
-
tags?: { [propertyName: string]: string };
|
|
531
|
-
/** Managed service identity (user assigned identities) */
|
|
532
|
-
identity?: UserAssignedServiceIdentity;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
/** The current status of an async operation. */
|
|
536
|
-
export interface OperationStatusResult {
|
|
537
|
-
/** Fully qualified ID for the async operation. */
|
|
538
|
-
id?: string;
|
|
539
|
-
/** Name of the async operation. */
|
|
540
|
-
name?: string;
|
|
541
|
-
/** Operation status. */
|
|
542
|
-
status: string;
|
|
543
|
-
/** Percent of the operation that is complete. */
|
|
544
|
-
percentComplete?: number;
|
|
545
|
-
/** The start time of the operation. */
|
|
546
|
-
startTime?: Date;
|
|
547
|
-
/** The end time of the operation. */
|
|
548
|
-
endTime?: Date;
|
|
549
|
-
/** The operations list. */
|
|
550
|
-
operations?: OperationStatusResult[];
|
|
551
|
-
/** If present, details of the operation error. */
|
|
552
|
-
error?: ErrorDetail;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/** Defines the collection of Virtual Instance for SAP. */
|
|
556
|
-
export interface SAPVirtualInstanceList {
|
|
557
|
-
/** Gets the list of Virtual Instances for SAP. */
|
|
558
|
-
value?: SAPVirtualInstance[];
|
|
559
|
-
/** Gets the value of next link. */
|
|
560
|
-
nextLink?: string;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/** Defines the SAP message server properties. */
|
|
564
|
-
export interface MessageServerProperties {
|
|
309
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
310
|
+
export interface Resource {
|
|
565
311
|
/**
|
|
566
|
-
*
|
|
312
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
313
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
314
|
+
*/
|
|
315
|
+
readonly id?: string;
|
|
316
|
+
/**
|
|
317
|
+
* The name of the resource
|
|
318
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
319
|
+
*/
|
|
320
|
+
readonly name?: string;
|
|
321
|
+
/**
|
|
322
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
323
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
324
|
+
*/
|
|
325
|
+
readonly type?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
328
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
+
*/
|
|
330
|
+
readonly systemData?: SystemData;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
334
|
+
export interface SystemData {
|
|
335
|
+
/** The identity that created the resource. */
|
|
336
|
+
createdBy?: string;
|
|
337
|
+
/** The type of identity that created the resource. */
|
|
338
|
+
createdByType?: CreatedByType;
|
|
339
|
+
/** The timestamp of resource creation (UTC). */
|
|
340
|
+
createdAt?: Date;
|
|
341
|
+
/** The identity that last modified the resource. */
|
|
342
|
+
lastModifiedBy?: string;
|
|
343
|
+
/** The type of identity that last modified the resource. */
|
|
344
|
+
lastModifiedByType?: CreatedByType;
|
|
345
|
+
/** The timestamp of resource last modification (UTC) */
|
|
346
|
+
lastModifiedAt?: Date;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/** Defines the request body for updating Virtual Instance for SAP. */
|
|
350
|
+
export interface UpdateSAPVirtualInstanceRequest {
|
|
351
|
+
/** Gets or sets the Resource tags. */
|
|
352
|
+
tags?: { [propertyName: string]: string };
|
|
353
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
354
|
+
identity?: UserAssignedServiceIdentity;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/** The current status of an async operation. */
|
|
358
|
+
export interface OperationStatusResult {
|
|
359
|
+
/** Fully qualified ID for the async operation. */
|
|
360
|
+
id?: string;
|
|
361
|
+
/** Name of the async operation. */
|
|
362
|
+
name?: string;
|
|
363
|
+
/** Operation status. */
|
|
364
|
+
status: string;
|
|
365
|
+
/** Percent of the operation that is complete. */
|
|
366
|
+
percentComplete?: number;
|
|
367
|
+
/** The start time of the operation. */
|
|
368
|
+
startTime?: Date;
|
|
369
|
+
/** The end time of the operation. */
|
|
370
|
+
endTime?: Date;
|
|
371
|
+
/** The operations list. */
|
|
372
|
+
operations?: OperationStatusResult[];
|
|
373
|
+
/** If present, details of the operation error. */
|
|
374
|
+
error?: ErrorDetail;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/** Defines the collection of Virtual Instance for SAP solutions resources. */
|
|
378
|
+
export interface SAPVirtualInstanceList {
|
|
379
|
+
/** Gets the list of Virtual Instances for SAP solutions resources. */
|
|
380
|
+
value?: SAPVirtualInstance[];
|
|
381
|
+
/** Gets the value of next link. */
|
|
382
|
+
nextLink?: string;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
/** Defines the SAP Message Server properties. */
|
|
386
|
+
export interface MessageServerProperties {
|
|
387
|
+
/**
|
|
388
|
+
* Message Server port.
|
|
567
389
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
390
|
*/
|
|
569
391
|
readonly msPort?: number;
|
|
570
392
|
/**
|
|
571
|
-
*
|
|
393
|
+
* Message Server internal MS port.
|
|
572
394
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
395
|
*/
|
|
574
396
|
readonly internalMsPort?: number;
|
|
575
397
|
/**
|
|
576
|
-
*
|
|
398
|
+
* Message Server HTTP Port.
|
|
577
399
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
578
400
|
*/
|
|
579
401
|
readonly httpPort?: number;
|
|
580
402
|
/**
|
|
581
|
-
*
|
|
403
|
+
* Message Server HTTPS Port.
|
|
582
404
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
583
405
|
*/
|
|
584
406
|
readonly httpsPort?: number;
|
|
585
407
|
/**
|
|
586
|
-
*
|
|
408
|
+
* Message Server SAP Hostname.
|
|
587
409
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
588
410
|
*/
|
|
589
411
|
readonly hostname?: string;
|
|
590
412
|
/**
|
|
591
|
-
*
|
|
413
|
+
* Message server IP Address.
|
|
592
414
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
415
|
*/
|
|
594
416
|
readonly ipAddress?: string;
|
|
595
417
|
/**
|
|
596
|
-
* Defines the SAP
|
|
418
|
+
* Defines the health of SAP Instances.
|
|
597
419
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
420
|
*/
|
|
599
421
|
readonly health?: SAPHealthState;
|
|
600
422
|
}
|
|
601
423
|
|
|
602
|
-
/** Defines the SAP
|
|
424
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
603
425
|
export interface EnqueueServerProperties {
|
|
604
426
|
/**
|
|
605
|
-
*
|
|
427
|
+
* Enqueue Server SAP Hostname.
|
|
606
428
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
607
429
|
*/
|
|
608
430
|
readonly hostname?: string;
|
|
609
431
|
/**
|
|
610
|
-
*
|
|
432
|
+
* Enqueue Server SAP IP Address.
|
|
611
433
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
612
434
|
*/
|
|
613
435
|
readonly ipAddress?: string;
|
|
614
436
|
/**
|
|
615
|
-
*
|
|
437
|
+
* Enqueue Server Port.
|
|
616
438
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
617
439
|
*/
|
|
618
440
|
readonly port?: number;
|
|
619
441
|
/**
|
|
620
|
-
* Defines the SAP
|
|
442
|
+
* Defines the health of SAP Instances.
|
|
621
443
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
622
444
|
*/
|
|
623
445
|
readonly health?: SAPHealthState;
|
|
@@ -626,18 +448,18 @@ export interface EnqueueServerProperties {
|
|
|
626
448
|
/** Defines the SAP Gateway Server properties. */
|
|
627
449
|
export interface GatewayServerProperties {
|
|
628
450
|
/**
|
|
629
|
-
*
|
|
451
|
+
* Gateway Port.
|
|
630
452
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
453
|
*/
|
|
632
454
|
readonly port?: number;
|
|
633
455
|
/**
|
|
634
|
-
* Defines the SAP
|
|
456
|
+
* Defines the health of SAP Instances.
|
|
635
457
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
458
|
*/
|
|
637
459
|
readonly health?: SAPHealthState;
|
|
638
460
|
}
|
|
639
461
|
|
|
640
|
-
/** Defines the SAP
|
|
462
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
641
463
|
export interface EnqueueReplicationServerProperties {
|
|
642
464
|
/**
|
|
643
465
|
* Defines the type of Enqueue Replication Server.
|
|
@@ -645,38 +467,44 @@ export interface EnqueueReplicationServerProperties {
|
|
|
645
467
|
*/
|
|
646
468
|
readonly ersVersion?: EnqueueReplicationServerType;
|
|
647
469
|
/**
|
|
648
|
-
*
|
|
470
|
+
* ERS Instance Number.
|
|
649
471
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
650
472
|
*/
|
|
651
473
|
readonly instanceNo?: string;
|
|
652
474
|
/**
|
|
653
|
-
*
|
|
475
|
+
* ERS SAP Hostname.
|
|
654
476
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
655
477
|
*/
|
|
656
478
|
readonly hostname?: string;
|
|
657
479
|
/**
|
|
658
|
-
*
|
|
480
|
+
* ERS SAP Kernel Version.
|
|
659
481
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
660
482
|
*/
|
|
661
483
|
readonly kernelVersion?: string;
|
|
662
484
|
/**
|
|
663
|
-
*
|
|
485
|
+
* ERS SAP Kernel Patch level.
|
|
664
486
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
665
487
|
*/
|
|
666
488
|
readonly kernelPatch?: string;
|
|
667
489
|
/**
|
|
668
|
-
*
|
|
490
|
+
* ERS SAP IP Address.
|
|
669
491
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
670
492
|
*/
|
|
671
493
|
readonly ipAddress?: string;
|
|
672
494
|
/**
|
|
673
|
-
* Defines the SAP
|
|
495
|
+
* Defines the health of SAP Instances.
|
|
674
496
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
497
|
*/
|
|
676
498
|
readonly health?: SAPHealthState;
|
|
677
499
|
}
|
|
678
500
|
|
|
679
|
-
/** The
|
|
501
|
+
/** The Load Balancer details such as Load Balancer ID. */
|
|
502
|
+
export interface LoadBalancerDetails {
|
|
503
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
504
|
+
readonly id?: string;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** The SAP Central Services Instance VM details. */
|
|
680
508
|
export interface CentralServerVmDetails {
|
|
681
509
|
/**
|
|
682
510
|
* Defines the type of central server VM.
|
|
@@ -685,6 +513,17 @@ export interface CentralServerVmDetails {
|
|
|
685
513
|
readonly type?: CentralServerVirtualMachineType;
|
|
686
514
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
687
515
|
readonly virtualMachineId?: string;
|
|
516
|
+
/**
|
|
517
|
+
* Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly storageDetails?: StorageInformation[];
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
|
|
524
|
+
export interface StorageInformation {
|
|
525
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
526
|
+
readonly id?: string;
|
|
688
527
|
}
|
|
689
528
|
|
|
690
529
|
/** Defines the request body for updating SAP Central Instance. */
|
|
@@ -693,15 +532,15 @@ export interface UpdateSAPCentralInstanceRequest {
|
|
|
693
532
|
tags?: { [propertyName: string]: string };
|
|
694
533
|
}
|
|
695
534
|
|
|
696
|
-
/** Defines the collection of SAP Central
|
|
535
|
+
/** Defines the collection of SAP Central Services Instance resources. */
|
|
697
536
|
export interface SAPCentralInstanceList {
|
|
698
|
-
/** Gets the list of SAP central
|
|
537
|
+
/** Gets the list of SAP central services instance resources. */
|
|
699
538
|
value?: SAPCentralServerInstance[];
|
|
700
539
|
/** Gets the value of next link. */
|
|
701
540
|
nextLink?: string;
|
|
702
541
|
}
|
|
703
542
|
|
|
704
|
-
/**
|
|
543
|
+
/** Database VM details. */
|
|
705
544
|
export interface DatabaseVmDetails {
|
|
706
545
|
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
707
546
|
readonly virtualMachineId?: string;
|
|
@@ -710,6 +549,11 @@ export interface DatabaseVmDetails {
|
|
|
710
549
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
711
550
|
*/
|
|
712
551
|
readonly status?: SAPVirtualInstanceStatus;
|
|
552
|
+
/**
|
|
553
|
+
* Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
+
*/
|
|
556
|
+
readonly storageDetails?: StorageInformation[];
|
|
713
557
|
}
|
|
714
558
|
|
|
715
559
|
/** Defines the request body for updating SAP Database Instance. */
|
|
@@ -726,88 +570,40 @@ export interface SAPDatabaseInstanceList {
|
|
|
726
570
|
nextLink?: string;
|
|
727
571
|
}
|
|
728
572
|
|
|
573
|
+
/** The Application Server VM Details. */
|
|
574
|
+
export interface ApplicationServerVmDetails {
|
|
575
|
+
/**
|
|
576
|
+
* Defines the type of application server VM.
|
|
577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
578
|
+
*/
|
|
579
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
580
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
581
|
+
readonly virtualMachineId?: string;
|
|
582
|
+
/**
|
|
583
|
+
* Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
584
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
|
+
*/
|
|
586
|
+
readonly storageDetails?: StorageInformation[];
|
|
587
|
+
}
|
|
588
|
+
|
|
729
589
|
/** Defines the request body for updating SAP Application Instance. */
|
|
730
590
|
export interface UpdateSAPApplicationInstanceRequest {
|
|
731
591
|
/** Gets or sets the Resource tags. */
|
|
732
592
|
tags?: { [propertyName: string]: string };
|
|
733
593
|
}
|
|
734
594
|
|
|
735
|
-
/** Defines the collection of SAP Application Server
|
|
595
|
+
/** Defines the collection of SAP Application Server Instance resources. */
|
|
736
596
|
export interface SAPApplicationServerInstanceList {
|
|
737
|
-
/** Gets the list of SAP Application Server
|
|
597
|
+
/** Gets the list of SAP Application Server instance resources. */
|
|
738
598
|
value?: SAPApplicationServerInstance[];
|
|
739
599
|
/** Gets the value of next link. */
|
|
740
600
|
nextLink?: string;
|
|
741
601
|
}
|
|
742
602
|
|
|
743
|
-
/** Stop SAP
|
|
603
|
+
/** Stop SAP instance(s) request body. */
|
|
744
604
|
export interface StopRequest {
|
|
745
|
-
/**
|
|
746
|
-
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
750
|
-
export interface OperationListResult {
|
|
751
|
-
/**
|
|
752
|
-
* List of operations supported by the resource provider
|
|
753
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
754
|
-
*/
|
|
755
|
-
readonly value?: Operation[];
|
|
756
|
-
/**
|
|
757
|
-
* URL to get the next set of operation list results (if there are any).
|
|
758
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
759
|
-
*/
|
|
760
|
-
readonly nextLink?: string;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
764
|
-
export interface Operation {
|
|
765
|
-
/**
|
|
766
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
767
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
768
|
-
*/
|
|
769
|
-
readonly name?: string;
|
|
770
|
-
/**
|
|
771
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
772
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
-
*/
|
|
774
|
-
readonly isDataAction?: boolean;
|
|
775
|
-
/** Localized display information for this particular operation. */
|
|
776
|
-
display?: OperationDisplay;
|
|
777
|
-
/**
|
|
778
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
779
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
-
*/
|
|
781
|
-
readonly origin?: Origin;
|
|
782
|
-
/**
|
|
783
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
784
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
-
*/
|
|
786
|
-
readonly actionType?: ActionType;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** Localized display information for this particular operation. */
|
|
790
|
-
export interface OperationDisplay {
|
|
791
|
-
/**
|
|
792
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
793
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
794
|
-
*/
|
|
795
|
-
readonly provider?: string;
|
|
796
|
-
/**
|
|
797
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
798
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
799
|
-
*/
|
|
800
|
-
readonly resource?: string;
|
|
801
|
-
/**
|
|
802
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
803
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
804
|
-
*/
|
|
805
|
-
readonly operation?: string;
|
|
806
|
-
/**
|
|
807
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
808
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
809
|
-
*/
|
|
810
|
-
readonly description?: string;
|
|
605
|
+
/** 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. */
|
|
606
|
+
softStopTimeoutSeconds?: number;
|
|
811
607
|
}
|
|
812
608
|
|
|
813
609
|
/** The response from the List SAP monitors operation. */
|
|
@@ -857,7 +653,7 @@ export interface ErrorInnerError {
|
|
|
857
653
|
export interface UpdateMonitorRequest {
|
|
858
654
|
/** Gets or sets the Resource tags. */
|
|
859
655
|
tags?: { [propertyName: string]: string };
|
|
860
|
-
/** Managed service identity
|
|
656
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
861
657
|
identity?: UserAssignedServiceIdentity;
|
|
862
658
|
}
|
|
863
659
|
|
|
@@ -881,98 +677,104 @@ export interface ProviderSpecificProperties {
|
|
|
881
677
|
| "MsSqlServer";
|
|
882
678
|
}
|
|
883
679
|
|
|
884
|
-
/**
|
|
885
|
-
export interface
|
|
680
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
681
|
+
export interface SapLandscapeMonitorPropertiesGrouping {
|
|
682
|
+
/** Gets or sets the list of landscape to SID mappings. */
|
|
683
|
+
landscape?: SapLandscapeMonitorSidMapping[];
|
|
684
|
+
/** Gets or sets the list of Sap Applications to SID mappings. */
|
|
685
|
+
sapApplication?: SapLandscapeMonitorSidMapping[];
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
/** Gets or sets the mapping for SID to Environment/Applications. */
|
|
689
|
+
export interface SapLandscapeMonitorSidMapping {
|
|
690
|
+
/** Gets or sets the name of the grouping. */
|
|
691
|
+
name?: string;
|
|
692
|
+
/** Gets or sets the list of SID's. */
|
|
693
|
+
topSid?: string[];
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/** Gets or sets the Threshold Values for Top Metrics Health. */
|
|
697
|
+
export interface SapLandscapeMonitorMetricThresholds {
|
|
698
|
+
/** Gets or sets the name of the threshold. */
|
|
699
|
+
name?: string;
|
|
700
|
+
/** Gets or sets the threshold value for Green. */
|
|
701
|
+
green?: number;
|
|
702
|
+
/** Gets or sets the threshold value for Yellow. */
|
|
703
|
+
yellow?: number;
|
|
704
|
+
/** Gets or sets the threshold value for Red. */
|
|
705
|
+
red?: number;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
/** The response from the List SAP Landscape Monitor Dashboard operation. */
|
|
709
|
+
export interface SapLandscapeMonitorListResult {
|
|
710
|
+
/** The list of Sap Landscape Monitor configuration. */
|
|
711
|
+
value?: SapLandscapeMonitor[];
|
|
712
|
+
/** The URL to get the next set of SAP Landscape Monitor Dashboard. */
|
|
713
|
+
nextLink?: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
717
|
+
export interface OperationListResult {
|
|
886
718
|
/**
|
|
887
|
-
* List of
|
|
719
|
+
* List of operations supported by the resource provider
|
|
888
720
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
889
721
|
*/
|
|
890
|
-
readonly value?:
|
|
722
|
+
readonly value?: Operation[];
|
|
891
723
|
/**
|
|
892
|
-
* URL to get the next set of
|
|
724
|
+
* URL to get the next set of operation list results (if there are any).
|
|
893
725
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
894
726
|
*/
|
|
895
727
|
readonly nextLink?: string;
|
|
896
728
|
}
|
|
897
729
|
|
|
898
|
-
/**
|
|
899
|
-
export interface
|
|
900
|
-
/**
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
|
|
912
|
-
/**
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
/** The SKU restrictions. */
|
|
923
|
-
restrictions?: SkuRestriction[];
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
/** The SKU location and zone. */
|
|
927
|
-
export interface SkuLocationAndZones {
|
|
928
|
-
/** The location of the SKU. */
|
|
929
|
-
location?: string;
|
|
930
|
-
/** The availability zones of SKU location. */
|
|
931
|
-
zones?: string[];
|
|
932
|
-
/** The availability zone details of the SKU location. */
|
|
933
|
-
zoneDetails?: SkuZoneDetail[];
|
|
934
|
-
/** The extended locations of SKU. */
|
|
935
|
-
extendedLocations?: string[];
|
|
936
|
-
/** Type of the extended location. */
|
|
937
|
-
type?: LocationType;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
/** The SKU zone details. */
|
|
941
|
-
export interface SkuZoneDetail {
|
|
942
|
-
/** The physical zones. */
|
|
943
|
-
zones?: string[];
|
|
944
|
-
/** The capabilities. */
|
|
945
|
-
capabilities?: SkuCapability[];
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
/** The SKU capability definition. */
|
|
949
|
-
export interface SkuCapability {
|
|
950
|
-
/** The capability name. */
|
|
951
|
-
name?: string;
|
|
952
|
-
/** The capability value. */
|
|
953
|
-
value?: string;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
/** The SKU cost definition. */
|
|
957
|
-
export interface SkuCost {
|
|
958
|
-
/** Billing meter id. */
|
|
959
|
-
meterId?: string;
|
|
960
|
-
/** The quantity. */
|
|
961
|
-
quantity?: number;
|
|
962
|
-
/** The extended unit. */
|
|
963
|
-
extendedUnit?: string;
|
|
730
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
731
|
+
export interface Operation {
|
|
732
|
+
/**
|
|
733
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
|
+
*/
|
|
736
|
+
readonly name?: string;
|
|
737
|
+
/**
|
|
738
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly isDataAction?: boolean;
|
|
742
|
+
/** Localized display information for this particular operation. */
|
|
743
|
+
display?: OperationDisplay;
|
|
744
|
+
/**
|
|
745
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
+
*/
|
|
748
|
+
readonly origin?: Origin;
|
|
749
|
+
/**
|
|
750
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
+
*/
|
|
753
|
+
readonly actionType?: ActionType;
|
|
964
754
|
}
|
|
965
755
|
|
|
966
|
-
/**
|
|
967
|
-
export interface
|
|
968
|
-
/**
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
756
|
+
/** Localized display information for this particular operation. */
|
|
757
|
+
export interface OperationDisplay {
|
|
758
|
+
/**
|
|
759
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
761
|
+
*/
|
|
762
|
+
readonly provider?: string;
|
|
763
|
+
/**
|
|
764
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
765
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
766
|
+
*/
|
|
767
|
+
readonly resource?: string;
|
|
768
|
+
/**
|
|
769
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
770
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
771
|
+
*/
|
|
772
|
+
readonly operation?: string;
|
|
773
|
+
/**
|
|
774
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
775
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
776
|
+
*/
|
|
777
|
+
readonly description?: string;
|
|
976
778
|
}
|
|
977
779
|
|
|
978
780
|
/** Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. */
|
|
@@ -985,13 +787,6 @@ export interface ImageReference {
|
|
|
985
787
|
sku?: string;
|
|
986
788
|
/** 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. */
|
|
987
789
|
version?: string;
|
|
988
|
-
/**
|
|
989
|
-
* 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'.
|
|
990
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
991
|
-
*/
|
|
992
|
-
readonly exactVersion?: string;
|
|
993
|
-
/** Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call. */
|
|
994
|
-
sharedGalleryImageId?: string;
|
|
995
790
|
}
|
|
996
791
|
|
|
997
792
|
/** Defines the OS configuration. */
|
|
@@ -1030,6 +825,14 @@ export interface OSProfile {
|
|
|
1030
825
|
osConfiguration?: OSConfigurationUnion;
|
|
1031
826
|
}
|
|
1032
827
|
|
|
828
|
+
/** The Disk Configuration Details. */
|
|
829
|
+
export interface DiskConfiguration {
|
|
830
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
831
|
+
diskVolumeConfigurations?: {
|
|
832
|
+
[propertyName: string]: DiskVolumeConfiguration;
|
|
833
|
+
};
|
|
834
|
+
}
|
|
835
|
+
|
|
1033
836
|
/** Defines the virtual machine configuration. */
|
|
1034
837
|
export interface VirtualMachineConfiguration {
|
|
1035
838
|
/** The virtual machine size. */
|
|
@@ -1040,12 +843,18 @@ export interface VirtualMachineConfiguration {
|
|
|
1040
843
|
osProfile: OSProfile;
|
|
1041
844
|
}
|
|
1042
845
|
|
|
1043
|
-
/** Defines the network configuration for SAP infrastructure */
|
|
846
|
+
/** Defines the network configuration type for SAP system infrastructure that is being deployed */
|
|
1044
847
|
export interface NetworkConfiguration {
|
|
1045
|
-
/** Specifies whether a secondary IP address should be added to the network interface on all VMs */
|
|
848
|
+
/** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
|
|
1046
849
|
isSecondaryIpEnabled?: boolean;
|
|
1047
850
|
}
|
|
1048
851
|
|
|
852
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
|
|
853
|
+
export interface SingleServerCustomResourceNames {
|
|
854
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
855
|
+
namingPatternType: "FullResourceName";
|
|
856
|
+
}
|
|
857
|
+
|
|
1049
858
|
/** Deploy SAP Infrastructure Details. */
|
|
1050
859
|
export interface InfrastructureConfiguration {
|
|
1051
860
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1074,6 +883,8 @@ export interface DatabaseConfiguration {
|
|
|
1074
883
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1075
884
|
/** The number of database VMs. */
|
|
1076
885
|
instanceCount: number;
|
|
886
|
+
/** Gets or sets the disk configuration. */
|
|
887
|
+
diskConfiguration?: DiskConfiguration;
|
|
1077
888
|
}
|
|
1078
889
|
|
|
1079
890
|
/** Gets or sets the application server configuration. */
|
|
@@ -1092,10 +903,99 @@ export interface HighAvailabilityConfiguration {
|
|
|
1092
903
|
highAvailabilityType: SAPHighAvailabilityType;
|
|
1093
904
|
}
|
|
1094
905
|
|
|
906
|
+
/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
|
|
907
|
+
export interface FileShareConfiguration {
|
|
908
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
909
|
+
configurationType: "Skip" | "CreateAndMount" | "Mount";
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
/** Gets or sets the storage configuration. */
|
|
913
|
+
export interface StorageConfiguration {
|
|
914
|
+
/** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
|
|
915
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
|
|
919
|
+
export interface ThreeTierCustomResourceNames {
|
|
920
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
921
|
+
namingPatternType: "FullResourceName";
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
/** The resource names object for virtual machine and related resources. */
|
|
925
|
+
export interface VirtualMachineResourceNames {
|
|
926
|
+
/** 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. */
|
|
927
|
+
vmName?: string;
|
|
928
|
+
/** 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. */
|
|
929
|
+
hostName?: string;
|
|
930
|
+
/** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
|
|
931
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
932
|
+
/** 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. */
|
|
933
|
+
osDiskName?: string;
|
|
934
|
+
/** 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 */
|
|
935
|
+
dataDiskNames?: { [propertyName: string]: string[] };
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
/** The resource names object for network interface and related resources. */
|
|
939
|
+
export interface NetworkInterfaceResourceNames {
|
|
940
|
+
/** 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. */
|
|
941
|
+
networkInterfaceName?: string;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
/** The full resource names object for central server layer resources. */
|
|
945
|
+
export interface CentralServerFullResourceNames {
|
|
946
|
+
/** 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. */
|
|
947
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
948
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */
|
|
949
|
+
availabilitySetName?: string;
|
|
950
|
+
/** The resource names object for load balancer and related resources. */
|
|
951
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
/** The resource names object for load balancer and related resources. */
|
|
955
|
+
export interface LoadBalancerResourceNames {
|
|
956
|
+
/** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
|
|
957
|
+
loadBalancerName?: string;
|
|
958
|
+
/** 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. */
|
|
959
|
+
frontendIpConfigurationNames?: string[];
|
|
960
|
+
/** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */
|
|
961
|
+
backendPoolNames?: string[];
|
|
962
|
+
/** 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. */
|
|
963
|
+
healthProbeNames?: string[];
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
/** 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. */
|
|
967
|
+
export interface ApplicationServerFullResourceNames {
|
|
968
|
+
/** The list of virtual machine naming details. */
|
|
969
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
970
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
|
|
971
|
+
availabilitySetName?: string;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
/** 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. */
|
|
975
|
+
export interface DatabaseServerFullResourceNames {
|
|
976
|
+
/** The list of virtual machine naming details. */
|
|
977
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
978
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */
|
|
979
|
+
availabilitySetName?: string;
|
|
980
|
+
/** The resource names object for load balancer and related resources. */
|
|
981
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
/** The resource names object for shared storage. */
|
|
985
|
+
export interface SharedStorageResourceNames {
|
|
986
|
+
/** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
|
|
987
|
+
sharedStorageAccountName?: string;
|
|
988
|
+
/** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
|
|
989
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
990
|
+
}
|
|
991
|
+
|
|
1095
992
|
/** The SAP Software configuration Input. */
|
|
1096
993
|
export interface SoftwareConfiguration {
|
|
1097
994
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1098
|
-
softwareInstallationType:
|
|
995
|
+
softwareInstallationType:
|
|
996
|
+
| "ServiceInitiated"
|
|
997
|
+
| "SAPInstallWithoutOSConfig"
|
|
998
|
+
| "External";
|
|
1099
999
|
}
|
|
1100
1000
|
|
|
1101
1001
|
/** Gets or sets the HA software configuration. */
|
|
@@ -1164,81 +1064,13 @@ export interface Tags {
|
|
|
1164
1064
|
tags?: { [propertyName: string]: string };
|
|
1165
1065
|
}
|
|
1166
1066
|
|
|
1167
|
-
/** The
|
|
1168
|
-
export interface
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
/** The SKU capacity. */
|
|
1176
|
-
export interface SkuCapacity {
|
|
1177
|
-
/** Minimum capacity value. */
|
|
1178
|
-
minimum?: number;
|
|
1179
|
-
/** Maximum capacity value. */
|
|
1180
|
-
maximum?: number;
|
|
1181
|
-
/** Default capacity value. */
|
|
1182
|
-
default?: number;
|
|
1183
|
-
/** Scale type of the SKU capacity. */
|
|
1184
|
-
scaleType?: SkuScaleType;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
/** VMSS profile */
|
|
1188
|
-
export interface VmssNodesProfile extends NodeProfile {
|
|
1189
|
-
/** Minimum number of nodes for autoscale */
|
|
1190
|
-
autoScaleMinCount?: number;
|
|
1191
|
-
/** Maximum number of nodes for autoscale */
|
|
1192
|
-
autoScaleMaxCount?: number;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/** Search profile */
|
|
1196
|
-
export interface SearchProfile extends NodeProfile {
|
|
1197
|
-
/** Search type */
|
|
1198
|
-
searchType: SearchType;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
/** Identity for the resource. Currently not supported */
|
|
1202
|
-
export interface PhpWorkloadResourceIdentity
|
|
1203
|
-
extends UserAssignedServiceIdentity {}
|
|
1204
|
-
|
|
1205
|
-
export interface PatchResourceRequestBodyIdentity
|
|
1206
|
-
extends UserAssignedServiceIdentity {}
|
|
1207
|
-
|
|
1208
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1209
|
-
export interface TrackedResource extends Resource {
|
|
1210
|
-
/** Resource tags. */
|
|
1211
|
-
tags?: { [propertyName: string]: string };
|
|
1212
|
-
/** The geo-location where the resource lives */
|
|
1213
|
-
location: string;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1217
|
-
export interface ProxyResource extends Resource {}
|
|
1218
|
-
|
|
1219
|
-
/** Defines the workload operation content. */
|
|
1220
|
-
export interface OperationsContent extends Resource {
|
|
1221
|
-
/** Name of the operation. */
|
|
1222
|
-
namePropertiesName?: string;
|
|
1223
|
-
/** Indicates whether the operation applies to data-plane. */
|
|
1224
|
-
isDataAction?: boolean;
|
|
1225
|
-
/** Defines the workload operation origin. */
|
|
1226
|
-
origin?: OperationProperties;
|
|
1227
|
-
/** Display information of the operation. */
|
|
1228
|
-
display?: OperationsDefinitionDisplay;
|
|
1229
|
-
/** Defines the action type of workload operation. */
|
|
1230
|
-
actionType?: WorkloadMonitorActionType;
|
|
1231
|
-
/** Defines the workload operation properties. */
|
|
1232
|
-
properties?: any;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
/** The recommended configuration for a single server SAP system. */
|
|
1236
|
-
export interface SingleServerRecommendationResult
|
|
1237
|
-
extends SAPSizingRecommendationResult {
|
|
1238
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1239
|
-
deploymentType: "SingleServer";
|
|
1240
|
-
/** The recommended VM SKU for single server. */
|
|
1241
|
-
vmSku?: string;
|
|
1067
|
+
/** The recommended configuration for a single server SAP system. */
|
|
1068
|
+
export interface SingleServerRecommendationResult
|
|
1069
|
+
extends SAPSizingRecommendationResult {
|
|
1070
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1071
|
+
deploymentType: "SingleServer";
|
|
1072
|
+
/** The recommended VM SKU for single server. */
|
|
1073
|
+
vmSku?: string;
|
|
1242
1074
|
}
|
|
1243
1075
|
|
|
1244
1076
|
/** The recommended configuration for a three tier SAP system. */
|
|
@@ -1266,6 +1098,8 @@ export interface DiscoveryConfiguration extends SAPConfiguration {
|
|
|
1266
1098
|
configurationType: "Discovery";
|
|
1267
1099
|
/** The virtual machine ID of the Central Server. */
|
|
1268
1100
|
centralServerVmId?: string;
|
|
1101
|
+
/** 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. */
|
|
1102
|
+
managedRgStorageAccountName?: string;
|
|
1269
1103
|
/**
|
|
1270
1104
|
* The geo-location where the SAP system exists.
|
|
1271
1105
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1299,6 +1133,33 @@ export interface DeploymentWithOSConfiguration extends SAPConfiguration {
|
|
|
1299
1133
|
osSapConfiguration?: OsSapConfiguration;
|
|
1300
1134
|
}
|
|
1301
1135
|
|
|
1136
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1137
|
+
export interface TrackedResource extends Resource {
|
|
1138
|
+
/** Resource tags. */
|
|
1139
|
+
tags?: { [propertyName: string]: string };
|
|
1140
|
+
/** The geo-location where the resource lives */
|
|
1141
|
+
location: string;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1145
|
+
export interface ProxyResource extends Resource {}
|
|
1146
|
+
|
|
1147
|
+
/** Defines the workload operation content. */
|
|
1148
|
+
export interface OperationsContent extends Resource {
|
|
1149
|
+
/** Name of the operation. */
|
|
1150
|
+
namePropertiesName?: string;
|
|
1151
|
+
/** Indicates whether the operation applies to data-plane. */
|
|
1152
|
+
isDataAction?: boolean;
|
|
1153
|
+
/** Defines the workload operation origin. */
|
|
1154
|
+
origin?: OperationProperties;
|
|
1155
|
+
/** Display information of the operation. */
|
|
1156
|
+
display?: OperationsDefinitionDisplay;
|
|
1157
|
+
/** Defines the action type of workload operation. */
|
|
1158
|
+
actionType?: WorkloadMonitorActionType;
|
|
1159
|
+
/** Defines the workload operation properties. */
|
|
1160
|
+
properties?: any;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1302
1163
|
/** Defines the SAP monitor errors. */
|
|
1303
1164
|
export interface MonitorPropertiesErrors extends ErrorModel {}
|
|
1304
1165
|
|
|
@@ -1325,9 +1186,13 @@ export interface HanaDbProviderInstanceProperties
|
|
|
1325
1186
|
/** Gets or sets the key vault URI to secret with the database password. */
|
|
1326
1187
|
dbPasswordUri?: string;
|
|
1327
1188
|
/** Gets or sets the blob URI to SSL certificate for the DB. */
|
|
1328
|
-
|
|
1189
|
+
sslCertificateUri?: string;
|
|
1329
1190
|
/** Gets or sets the hostname(s) in the SSL certificate. */
|
|
1330
1191
|
sslHostNameInCertificate?: string;
|
|
1192
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1193
|
+
sslPreference?: SslPreference;
|
|
1194
|
+
/** Gets or sets the SAP System Identifier. */
|
|
1195
|
+
sapSid?: string;
|
|
1331
1196
|
}
|
|
1332
1197
|
|
|
1333
1198
|
/** Gets or sets the provider properties. */
|
|
@@ -1354,7 +1219,9 @@ export interface SapNetWeaverProviderInstanceProperties
|
|
|
1354
1219
|
/** Gets or sets the SAP HTTP port number. */
|
|
1355
1220
|
sapPortNumber?: string;
|
|
1356
1221
|
/** Gets or sets the blob URI to SSL certificate for the SAP system. */
|
|
1357
|
-
|
|
1222
|
+
sslCertificateUri?: string;
|
|
1223
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1224
|
+
sslPreference?: SslPreference;
|
|
1358
1225
|
}
|
|
1359
1226
|
|
|
1360
1227
|
/** Gets or sets the PrometheusOS provider properties. */
|
|
@@ -1364,6 +1231,12 @@ export interface PrometheusOSProviderInstanceProperties
|
|
|
1364
1231
|
providerType: "PrometheusOS";
|
|
1365
1232
|
/** URL of the Node Exporter endpoint */
|
|
1366
1233
|
prometheusUrl?: string;
|
|
1234
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1235
|
+
sslPreference?: SslPreference;
|
|
1236
|
+
/** Gets or sets the blob URI to SSL certificate for the prometheus node exporter. */
|
|
1237
|
+
sslCertificateUri?: string;
|
|
1238
|
+
/** Gets or sets the SAP System Identifier */
|
|
1239
|
+
sapSid?: string;
|
|
1367
1240
|
}
|
|
1368
1241
|
|
|
1369
1242
|
/** Gets or sets the DB2 provider properties. */
|
|
@@ -1385,6 +1258,10 @@ export interface DB2ProviderInstanceProperties
|
|
|
1385
1258
|
dbPasswordUri?: string;
|
|
1386
1259
|
/** Gets or sets the SAP System Identifier */
|
|
1387
1260
|
sapSid?: string;
|
|
1261
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1262
|
+
sslPreference?: SslPreference;
|
|
1263
|
+
/** Gets or sets the blob URI to SSL certificate for the DB2 Database. */
|
|
1264
|
+
sslCertificateUri?: string;
|
|
1388
1265
|
}
|
|
1389
1266
|
|
|
1390
1267
|
/** Gets or sets the PrometheusHaCluster provider properties. */
|
|
@@ -1400,6 +1277,10 @@ export interface PrometheusHaClusterProviderInstanceProperties
|
|
|
1400
1277
|
sid?: string;
|
|
1401
1278
|
/** Gets or sets the clusterName. */
|
|
1402
1279
|
clusterName?: string;
|
|
1280
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1281
|
+
sslPreference?: SslPreference;
|
|
1282
|
+
/** Gets or sets the blob URI to SSL certificate for the HA cluster exporter. */
|
|
1283
|
+
sslCertificateUri?: string;
|
|
1403
1284
|
}
|
|
1404
1285
|
|
|
1405
1286
|
/** Gets or sets the SQL server provider properties. */
|
|
@@ -1419,6 +1300,10 @@ export interface MsSqlServerProviderInstanceProperties
|
|
|
1419
1300
|
dbPasswordUri?: string;
|
|
1420
1301
|
/** Gets or sets the SAP System Identifier */
|
|
1421
1302
|
sapSid?: string;
|
|
1303
|
+
/** Gets or sets certificate preference if secure communication is enabled. */
|
|
1304
|
+
sslPreference?: SslPreference;
|
|
1305
|
+
/** Gets or sets the blob URI to SSL certificate for the SQL Database. */
|
|
1306
|
+
sslCertificateUri?: string;
|
|
1422
1307
|
}
|
|
1423
1308
|
|
|
1424
1309
|
/** Specifies Windows operating system settings on the virtual machine. */
|
|
@@ -1439,7 +1324,16 @@ export interface LinuxConfiguration extends OSConfiguration {
|
|
|
1439
1324
|
sshKeyPair?: SshKeyPair;
|
|
1440
1325
|
}
|
|
1441
1326
|
|
|
1442
|
-
/**
|
|
1327
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
|
|
1328
|
+
export interface SingleServerFullResourceNames
|
|
1329
|
+
extends SingleServerCustomResourceNames {
|
|
1330
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1331
|
+
namingPatternType: "FullResourceName";
|
|
1332
|
+
/** The resource names object for virtual machine and related resources. */
|
|
1333
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/** 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) */
|
|
1443
1337
|
export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
1444
1338
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1445
1339
|
deploymentType: "SingleServer";
|
|
@@ -1451,9 +1345,13 @@ export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
|
1451
1345
|
subnetId: string;
|
|
1452
1346
|
/** Gets or sets the virtual machine configuration. */
|
|
1453
1347
|
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1348
|
+
/** Gets or sets the disk configuration. */
|
|
1349
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
1350
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1351
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
1454
1352
|
}
|
|
1455
1353
|
|
|
1456
|
-
/** Gets or sets the three tier SAP configuration. */
|
|
1354
|
+
/** 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) */
|
|
1457
1355
|
export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
1458
1356
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1459
1357
|
deploymentType: "ThreeTier";
|
|
@@ -1467,6 +1365,52 @@ export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
|
1467
1365
|
databaseServer: DatabaseConfiguration;
|
|
1468
1366
|
/** The high availability configuration. */
|
|
1469
1367
|
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
1368
|
+
/** The storage configuration. */
|
|
1369
|
+
storageConfiguration?: StorageConfiguration;
|
|
1370
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1371
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
|
|
1375
|
+
export interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
1376
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1377
|
+
configurationType: "Skip";
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
/** 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. */
|
|
1381
|
+
export interface CreateAndMountFileShareConfiguration
|
|
1382
|
+
extends FileShareConfiguration {
|
|
1383
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1384
|
+
configurationType: "CreateAndMount";
|
|
1385
|
+
/** 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. */
|
|
1386
|
+
resourceGroup?: string;
|
|
1387
|
+
/** The name of file share storage account name . A custom name is used in case of missing input. */
|
|
1388
|
+
storageAccountName?: string;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
/** 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. */
|
|
1392
|
+
export interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
1393
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1394
|
+
configurationType: "Mount";
|
|
1395
|
+
/** The fileshare resource ID */
|
|
1396
|
+
id: string;
|
|
1397
|
+
/** The private endpoint resource ID */
|
|
1398
|
+
privateEndpointId: string;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
|
|
1402
|
+
export interface ThreeTierFullResourceNames
|
|
1403
|
+
extends ThreeTierCustomResourceNames {
|
|
1404
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1405
|
+
namingPatternType: "FullResourceName";
|
|
1406
|
+
/** The full resource names object for central server layer resources. */
|
|
1407
|
+
centralServer?: CentralServerFullResourceNames;
|
|
1408
|
+
/** 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. */
|
|
1409
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
1410
|
+
/** 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. */
|
|
1411
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
1412
|
+
/** The resource names object for shared storage. */
|
|
1413
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
1470
1414
|
}
|
|
1471
1415
|
|
|
1472
1416
|
/** The SAP Software configuration Input when the software is to be installed by service. */
|
|
@@ -1503,60 +1447,28 @@ export interface SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
|
1503
1447
|
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1504
1448
|
}
|
|
1505
1449
|
|
|
1450
|
+
/** The SAP Software configuration Input when the software is installed externally outside the service. */
|
|
1451
|
+
export interface ExternalInstallationSoftwareConfiguration
|
|
1452
|
+
extends SoftwareConfiguration {
|
|
1453
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1454
|
+
softwareInstallationType: "External";
|
|
1455
|
+
/** The resource ID of the virtual machine containing the central server instance. */
|
|
1456
|
+
centralServerVmId?: string;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1506
1459
|
/** Display information of the operation. */
|
|
1507
1460
|
export interface OperationsDefinitionDisplay
|
|
1508
1461
|
extends OperationsDisplayDefinition {}
|
|
1509
1462
|
|
|
1510
|
-
/**
|
|
1511
|
-
export interface PhpWorkloadResource extends TrackedResource {
|
|
1512
|
-
/** Indicates which kind of php workload this resource represent e.g WordPress */
|
|
1513
|
-
kind: WorkloadKind;
|
|
1514
|
-
/** Php workloads SKU */
|
|
1515
|
-
sku?: Sku;
|
|
1516
|
-
/** Identity for the resource. Currently not supported */
|
|
1517
|
-
identity?: PhpWorkloadResourceIdentity;
|
|
1518
|
-
/** The infra resources for PHP workload will be created in this location */
|
|
1519
|
-
appLocation?: string;
|
|
1520
|
-
/** Managed resource group configuration of the workload */
|
|
1521
|
-
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1522
|
-
/** Admin user profile used for VM and VMSS */
|
|
1523
|
-
adminUserProfile?: UserProfile;
|
|
1524
|
-
/** VMSS web nodes profile */
|
|
1525
|
-
webNodesProfile?: VmssNodesProfile;
|
|
1526
|
-
/** Controller VM profile */
|
|
1527
|
-
controllerProfile?: NodeProfile;
|
|
1528
|
-
/** Network profile */
|
|
1529
|
-
networkProfile?: NetworkProfile;
|
|
1530
|
-
/** Database profile */
|
|
1531
|
-
databaseProfile?: DatabaseProfile;
|
|
1532
|
-
/** Site profile */
|
|
1533
|
-
siteProfile?: SiteProfile;
|
|
1534
|
-
/** File share profile */
|
|
1535
|
-
fileshareProfile?: FileshareProfile;
|
|
1536
|
-
/** PHP profile */
|
|
1537
|
-
phpProfile?: PhpProfile;
|
|
1538
|
-
/** Search profile */
|
|
1539
|
-
searchProfile?: SearchProfile;
|
|
1540
|
-
/** Cache profile */
|
|
1541
|
-
cacheProfile?: CacheProfile;
|
|
1542
|
-
/** Backup profile */
|
|
1543
|
-
backupProfile?: BackupProfile;
|
|
1544
|
-
/**
|
|
1545
|
-
* Php workload resource provisioning state
|
|
1546
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1547
|
-
*/
|
|
1548
|
-
readonly provisioningState?: PhpWorkloadProvisioningState;
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
/** Define the Virtual Instance for SAP. */
|
|
1463
|
+
/** Define the Virtual Instance for SAP solutions resource. */
|
|
1552
1464
|
export interface SAPVirtualInstance extends TrackedResource {
|
|
1553
|
-
/**
|
|
1465
|
+
/** A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. */
|
|
1554
1466
|
identity?: UserAssignedServiceIdentity;
|
|
1555
1467
|
/** Defines the environment type - Production/Non Production. */
|
|
1556
1468
|
environment: SAPEnvironmentType;
|
|
1557
1469
|
/** Defines the SAP Product type. */
|
|
1558
1470
|
sapProduct: SAPProductType;
|
|
1559
|
-
/** Defines if
|
|
1471
|
+
/** 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 */
|
|
1560
1472
|
configuration: SAPConfigurationUnion;
|
|
1561
1473
|
/** Managed resource group configuration */
|
|
1562
1474
|
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
@@ -1566,7 +1478,7 @@ export interface SAPVirtualInstance extends TrackedResource {
|
|
|
1566
1478
|
*/
|
|
1567
1479
|
readonly status?: SAPVirtualInstanceStatus;
|
|
1568
1480
|
/**
|
|
1569
|
-
* Defines the SAP
|
|
1481
|
+
* Defines the health of SAP Instances.
|
|
1570
1482
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
1483
|
*/
|
|
1572
1484
|
readonly health?: SAPHealthState;
|
|
@@ -1581,44 +1493,49 @@ export interface SAPVirtualInstance extends TrackedResource {
|
|
|
1581
1493
|
*/
|
|
1582
1494
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1583
1495
|
/**
|
|
1584
|
-
*
|
|
1496
|
+
* Indicates any errors on the Virtual Instance for SAP solutions resource.
|
|
1585
1497
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1586
1498
|
*/
|
|
1587
1499
|
readonly errors?: SAPVirtualInstanceError;
|
|
1588
1500
|
}
|
|
1589
1501
|
|
|
1590
|
-
/** Define the SAP Central
|
|
1502
|
+
/** Define the SAP Central Services Instance resource. */
|
|
1591
1503
|
export interface SAPCentralServerInstance extends TrackedResource {
|
|
1592
1504
|
/**
|
|
1593
|
-
* The central
|
|
1505
|
+
* The central services instance number.
|
|
1594
1506
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1595
1507
|
*/
|
|
1596
1508
|
readonly instanceNo?: string;
|
|
1597
1509
|
/**
|
|
1598
|
-
* The central
|
|
1510
|
+
* The central services instance subnet.
|
|
1599
1511
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1600
1512
|
*/
|
|
1601
1513
|
readonly subnet?: string;
|
|
1602
|
-
/** Defines the SAP
|
|
1514
|
+
/** Defines the SAP Message Server properties. */
|
|
1603
1515
|
messageServerProperties?: MessageServerProperties;
|
|
1604
|
-
/** Defines the SAP
|
|
1516
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
1605
1517
|
enqueueServerProperties?: EnqueueServerProperties;
|
|
1606
1518
|
/** Defines the SAP Gateway Server properties. */
|
|
1607
1519
|
gatewayServerProperties?: GatewayServerProperties;
|
|
1608
|
-
/** Defines the SAP
|
|
1520
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
1609
1521
|
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
1610
1522
|
/**
|
|
1611
|
-
* The central
|
|
1523
|
+
* The central services instance Kernel Version.
|
|
1612
1524
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1613
1525
|
*/
|
|
1614
1526
|
readonly kernelVersion?: string;
|
|
1615
1527
|
/**
|
|
1616
|
-
* The central
|
|
1528
|
+
* The central services instance Kernel Patch level.
|
|
1617
1529
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1618
1530
|
*/
|
|
1619
1531
|
readonly kernelPatch?: string;
|
|
1620
1532
|
/**
|
|
1621
|
-
* The
|
|
1533
|
+
* The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines
|
|
1534
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1535
|
+
*/
|
|
1536
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1537
|
+
/**
|
|
1538
|
+
* The list of virtual machines corresponding to the Central Services instance.
|
|
1622
1539
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1623
1540
|
*/
|
|
1624
1541
|
readonly vmDetails?: CentralServerVmDetails[];
|
|
@@ -1628,7 +1545,7 @@ export interface SAPCentralServerInstance extends TrackedResource {
|
|
|
1628
1545
|
*/
|
|
1629
1546
|
readonly status?: SAPVirtualInstanceStatus;
|
|
1630
1547
|
/**
|
|
1631
|
-
* Defines the SAP
|
|
1548
|
+
* Defines the health of SAP Instances.
|
|
1632
1549
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1633
1550
|
*/
|
|
1634
1551
|
readonly health?: SAPHealthState;
|
|
@@ -1638,613 +1555,209 @@ export interface SAPCentralServerInstance extends TrackedResource {
|
|
|
1638
1555
|
*/
|
|
1639
1556
|
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1640
1557
|
/**
|
|
1641
|
-
* Defines the Central Instance
|
|
1558
|
+
* Defines the errors related to SAP Central Services Instance resource.
|
|
1642
1559
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1643
1560
|
*/
|
|
1644
1561
|
readonly errors?: SAPVirtualInstanceError;
|
|
1645
1562
|
}
|
|
1646
1563
|
|
|
1647
|
-
/** Define the
|
|
1564
|
+
/** Define the Database resource. */
|
|
1648
1565
|
export interface SAPDatabaseInstance extends TrackedResource {
|
|
1649
1566
|
/**
|
|
1650
|
-
*
|
|
1567
|
+
* Database subnet.
|
|
1651
1568
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1652
1569
|
*/
|
|
1653
1570
|
readonly subnet?: string;
|
|
1654
1571
|
/**
|
|
1655
|
-
*
|
|
1572
|
+
* Database SID name.
|
|
1656
1573
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1657
1574
|
*/
|
|
1658
1575
|
readonly databaseSid?: string;
|
|
1659
1576
|
/**
|
|
1660
|
-
*
|
|
1577
|
+
* Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
|
|
1661
1578
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1662
1579
|
*/
|
|
1663
1580
|
readonly databaseType?: string;
|
|
1664
1581
|
/**
|
|
1665
|
-
*
|
|
1666
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1667
|
-
*/
|
|
1668
|
-
readonly ipAddress?: string;
|
|
1669
|
-
/**
|
|
1670
|
-
* The list of virtual machines.
|
|
1671
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1672
|
-
*/
|
|
1673
|
-
readonly vmDetails?: DatabaseVmDetails[];
|
|
1674
|
-
/**
|
|
1675
|
-
* Defines the SAP Instance status.
|
|
1676
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1677
|
-
*/
|
|
1678
|
-
readonly status?: SAPVirtualInstanceStatus;
|
|
1679
|
-
/**
|
|
1680
|
-
* Defines the provisioning states.
|
|
1681
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1682
|
-
*/
|
|
1683
|
-
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1684
|
-
/**
|
|
1685
|
-
* Defines the Database Instance errors.
|
|
1686
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1687
|
-
*/
|
|
1688
|
-
readonly errors?: SAPVirtualInstanceError;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
/** Define the SAP Application Server Instance. */
|
|
1692
|
-
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
1693
|
-
/**
|
|
1694
|
-
* The application server instance id.
|
|
1695
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
-
*/
|
|
1697
|
-
readonly instanceNo?: string;
|
|
1698
|
-
/**
|
|
1699
|
-
* The application server subnet.
|
|
1700
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1701
|
-
*/
|
|
1702
|
-
readonly subnet?: string;
|
|
1703
|
-
/**
|
|
1704
|
-
* The application server SAP host name.
|
|
1705
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1706
|
-
*/
|
|
1707
|
-
readonly hostname?: string;
|
|
1708
|
-
/**
|
|
1709
|
-
* The application server SAP kernel version.
|
|
1710
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1711
|
-
*/
|
|
1712
|
-
readonly kernelVersion?: string;
|
|
1713
|
-
/**
|
|
1714
|
-
* The application server SAP kernel patch.
|
|
1715
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1716
|
-
*/
|
|
1717
|
-
readonly kernelPatch?: string;
|
|
1718
|
-
/**
|
|
1719
|
-
* The application server SAP IP Address.
|
|
1720
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1721
|
-
*/
|
|
1722
|
-
readonly ipAddress?: string;
|
|
1723
|
-
/**
|
|
1724
|
-
* The application server gateway Port.
|
|
1725
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1726
|
-
*/
|
|
1727
|
-
readonly gatewayPort?: number;
|
|
1728
|
-
/**
|
|
1729
|
-
* The application server ICM HTTP Port.
|
|
1730
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1731
|
-
*/
|
|
1732
|
-
readonly icmHttpPort?: number;
|
|
1733
|
-
/**
|
|
1734
|
-
* The application server ICM HTTPS Port.
|
|
1735
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1736
|
-
*/
|
|
1737
|
-
readonly icmHttpsPort?: number;
|
|
1738
|
-
/**
|
|
1739
|
-
* The virtual machine.
|
|
1740
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1741
|
-
*/
|
|
1742
|
-
readonly virtualMachineId?: string;
|
|
1743
|
-
/**
|
|
1744
|
-
* Defines the SAP Instance status.
|
|
1745
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1746
|
-
*/
|
|
1747
|
-
readonly status?: SAPVirtualInstanceStatus;
|
|
1748
|
-
/**
|
|
1749
|
-
* Defines the SAP Instance health.
|
|
1750
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1751
|
-
*/
|
|
1752
|
-
readonly health?: SAPHealthState;
|
|
1753
|
-
/**
|
|
1754
|
-
* Defines the provisioning states.
|
|
1755
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
-
*/
|
|
1757
|
-
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1758
|
-
/**
|
|
1759
|
-
* Defines the Application Instance errors.
|
|
1760
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1761
|
-
*/
|
|
1762
|
-
readonly errors?: SAPVirtualInstanceError;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
/** SAP monitor info on Azure (ARM properties and SAP monitor properties) */
|
|
1766
|
-
export interface Monitor extends TrackedResource {
|
|
1767
|
-
/** Managed service identity (user assigned identities) */
|
|
1768
|
-
identity?: UserAssignedServiceIdentity;
|
|
1769
|
-
/**
|
|
1770
|
-
* State of provisioning of the SAP monitor.
|
|
1771
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1772
|
-
*/
|
|
1773
|
-
readonly provisioningState?: WorkloadMonitorProvisioningState;
|
|
1774
|
-
/**
|
|
1775
|
-
* Defines the SAP monitor errors.
|
|
1776
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1777
|
-
*/
|
|
1778
|
-
readonly errors?: MonitorPropertiesErrors;
|
|
1779
|
-
/** The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region. */
|
|
1780
|
-
appLocation?: string;
|
|
1781
|
-
/** Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. */
|
|
1782
|
-
routingPreference?: RoutingPreference;
|
|
1783
|
-
/** Managed resource group configuration */
|
|
1784
|
-
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1785
|
-
/** The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. */
|
|
1786
|
-
logAnalyticsWorkspaceArmId?: string;
|
|
1787
|
-
/** The subnet which the SAP monitor will be deployed in */
|
|
1788
|
-
monitorSubnet?: string;
|
|
1789
|
-
/**
|
|
1790
|
-
* The ARM ID of the MSI used for SAP monitoring.
|
|
1791
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1792
|
-
*/
|
|
1793
|
-
readonly msiArmId?: string;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
/** WordPress instance resource */
|
|
1797
|
-
export interface WordpressInstanceResource extends ProxyResource {
|
|
1798
|
-
/** Application version */
|
|
1799
|
-
version?: WordpressVersions;
|
|
1800
|
-
/** Database name used by the application */
|
|
1801
|
-
databaseName?: string;
|
|
1802
|
-
/** User name used by the application to connect to database */
|
|
1803
|
-
databaseUser?: string;
|
|
1804
|
-
/**
|
|
1805
|
-
* Site Url to access the WordPress application
|
|
1582
|
+
* Database IP Address.
|
|
1806
1583
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1807
|
-
*/
|
|
1808
|
-
readonly
|
|
1809
|
-
/**
|
|
1810
|
-
*
|
|
1811
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1812
|
-
*/
|
|
1813
|
-
readonly
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
*
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
*
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
/** Known values of {@link OSImagePublisher} that the service accepts. */
|
|
1835
|
-
export enum KnownOSImagePublisher {
|
|
1836
|
-
/** Canonical */
|
|
1837
|
-
Canonical = "Canonical"
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
/**
|
|
1841
|
-
* Defines values for OSImagePublisher. \
|
|
1842
|
-
* {@link KnownOSImagePublisher} can be used interchangeably with OSImagePublisher,
|
|
1843
|
-
* this enum contains the known values that the service supports.
|
|
1844
|
-
* ### Known values supported by the service
|
|
1845
|
-
* **Canonical**
|
|
1846
|
-
*/
|
|
1847
|
-
export type OSImagePublisher = string;
|
|
1848
|
-
|
|
1849
|
-
/** Known values of {@link OSImageOffer} that the service accepts. */
|
|
1850
|
-
export enum KnownOSImageOffer {
|
|
1851
|
-
/** UbuntuServer */
|
|
1852
|
-
UbuntuServer = "UbuntuServer"
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
/**
|
|
1856
|
-
* Defines values for OSImageOffer. \
|
|
1857
|
-
* {@link KnownOSImageOffer} can be used interchangeably with OSImageOffer,
|
|
1858
|
-
* this enum contains the known values that the service supports.
|
|
1859
|
-
* ### Known values supported by the service
|
|
1860
|
-
* **UbuntuServer**
|
|
1861
|
-
*/
|
|
1862
|
-
export type OSImageOffer = string;
|
|
1863
|
-
|
|
1864
|
-
/** Known values of {@link OSImageSku} that the service accepts. */
|
|
1865
|
-
export enum KnownOSImageSku {
|
|
1866
|
-
/** Eighteen04LTS */
|
|
1867
|
-
Eighteen04LTS = "18.04-LTS",
|
|
1868
|
-
/** Sixteen04LTS */
|
|
1869
|
-
Sixteen04LTS = "16.04-LTS"
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
|
-
/**
|
|
1873
|
-
* Defines values for OSImageSku. \
|
|
1874
|
-
* {@link KnownOSImageSku} can be used interchangeably with OSImageSku,
|
|
1875
|
-
* this enum contains the known values that the service supports.
|
|
1876
|
-
* ### Known values supported by the service
|
|
1877
|
-
* **18.04-LTS** \
|
|
1878
|
-
* **16.04-LTS**
|
|
1879
|
-
*/
|
|
1880
|
-
export type OSImageSku = string;
|
|
1881
|
-
|
|
1882
|
-
/** Known values of {@link OSImageVersion} that the service accepts. */
|
|
1883
|
-
export enum KnownOSImageVersion {
|
|
1884
|
-
/** Latest */
|
|
1885
|
-
Latest = "latest"
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
/**
|
|
1889
|
-
* Defines values for OSImageVersion. \
|
|
1890
|
-
* {@link KnownOSImageVersion} can be used interchangeably with OSImageVersion,
|
|
1891
|
-
* this enum contains the known values that the service supports.
|
|
1892
|
-
* ### Known values supported by the service
|
|
1893
|
-
* **latest**
|
|
1894
|
-
*/
|
|
1895
|
-
export type OSImageVersion = string;
|
|
1896
|
-
|
|
1897
|
-
/** Known values of {@link LoadBalancerType} that the service accepts. */
|
|
1898
|
-
export enum KnownLoadBalancerType {
|
|
1899
|
-
/** ApplicationGateway */
|
|
1900
|
-
ApplicationGateway = "ApplicationGateway",
|
|
1901
|
-
/** LoadBalancer */
|
|
1902
|
-
LoadBalancer = "LoadBalancer"
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
/**
|
|
1906
|
-
* Defines values for LoadBalancerType. \
|
|
1907
|
-
* {@link KnownLoadBalancerType} can be used interchangeably with LoadBalancerType,
|
|
1908
|
-
* this enum contains the known values that the service supports.
|
|
1909
|
-
* ### Known values supported by the service
|
|
1910
|
-
* **ApplicationGateway** \
|
|
1911
|
-
* **LoadBalancer**
|
|
1912
|
-
*/
|
|
1913
|
-
export type LoadBalancerType = string;
|
|
1914
|
-
|
|
1915
|
-
/** Known values of {@link AzureFrontDoorEnabled} that the service accepts. */
|
|
1916
|
-
export enum KnownAzureFrontDoorEnabled {
|
|
1917
|
-
/** Enabled */
|
|
1918
|
-
Enabled = "Enabled",
|
|
1919
|
-
/** Disabled */
|
|
1920
|
-
Disabled = "Disabled"
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
/**
|
|
1924
|
-
* Defines values for AzureFrontDoorEnabled. \
|
|
1925
|
-
* {@link KnownAzureFrontDoorEnabled} can be used interchangeably with AzureFrontDoorEnabled,
|
|
1926
|
-
* this enum contains the known values that the service supports.
|
|
1927
|
-
* ### Known values supported by the service
|
|
1928
|
-
* **Enabled** \
|
|
1929
|
-
* **Disabled**
|
|
1930
|
-
*/
|
|
1931
|
-
export type AzureFrontDoorEnabled = string;
|
|
1932
|
-
|
|
1933
|
-
/** Known values of {@link DatabaseType} that the service accepts. */
|
|
1934
|
-
export enum KnownDatabaseType {
|
|
1935
|
-
/** MySql */
|
|
1936
|
-
MySql = "MySql"
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
/**
|
|
1940
|
-
* Defines values for DatabaseType. \
|
|
1941
|
-
* {@link KnownDatabaseType} can be used interchangeably with DatabaseType,
|
|
1942
|
-
* this enum contains the known values that the service supports.
|
|
1943
|
-
* ### Known values supported by the service
|
|
1944
|
-
* **MySql**
|
|
1945
|
-
*/
|
|
1946
|
-
export type DatabaseType = string;
|
|
1947
|
-
|
|
1948
|
-
/** Known values of {@link HAEnabled} that the service accepts. */
|
|
1949
|
-
export enum KnownHAEnabled {
|
|
1950
|
-
/** Enabled */
|
|
1951
|
-
Enabled = "Enabled",
|
|
1952
|
-
/** Disabled */
|
|
1953
|
-
Disabled = "Disabled"
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
/**
|
|
1957
|
-
* Defines values for HAEnabled. \
|
|
1958
|
-
* {@link KnownHAEnabled} can be used interchangeably with HAEnabled,
|
|
1959
|
-
* this enum contains the known values that the service supports.
|
|
1960
|
-
* ### Known values supported by the service
|
|
1961
|
-
* **Enabled** \
|
|
1962
|
-
* **Disabled**
|
|
1963
|
-
*/
|
|
1964
|
-
export type HAEnabled = string;
|
|
1965
|
-
|
|
1966
|
-
/** Known values of {@link EnableSslEnforcement} that the service accepts. */
|
|
1967
|
-
export enum KnownEnableSslEnforcement {
|
|
1968
|
-
/** Enabled */
|
|
1969
|
-
Enabled = "Enabled",
|
|
1970
|
-
/** Disabled */
|
|
1971
|
-
Disabled = "Disabled"
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
/**
|
|
1975
|
-
* Defines values for EnableSslEnforcement. \
|
|
1976
|
-
* {@link KnownEnableSslEnforcement} can be used interchangeably with EnableSslEnforcement,
|
|
1977
|
-
* this enum contains the known values that the service supports.
|
|
1978
|
-
* ### Known values supported by the service
|
|
1979
|
-
* **Enabled** \
|
|
1980
|
-
* **Disabled**
|
|
1981
|
-
*/
|
|
1982
|
-
export type EnableSslEnforcement = string;
|
|
1983
|
-
|
|
1984
|
-
/** Known values of {@link FileShareType} that the service accepts. */
|
|
1985
|
-
export enum KnownFileShareType {
|
|
1986
|
-
/** NfsOnController */
|
|
1987
|
-
NfsOnController = "NfsOnController",
|
|
1988
|
-
/** AzureFiles */
|
|
1989
|
-
AzureFiles = "AzureFiles"
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
/**
|
|
1993
|
-
* Defines values for FileShareType. \
|
|
1994
|
-
* {@link KnownFileShareType} can be used interchangeably with FileShareType,
|
|
1995
|
-
* this enum contains the known values that the service supports.
|
|
1996
|
-
* ### Known values supported by the service
|
|
1997
|
-
* **NfsOnController** \
|
|
1998
|
-
* **AzureFiles**
|
|
1999
|
-
*/
|
|
2000
|
-
export type FileShareType = string;
|
|
2001
|
-
|
|
2002
|
-
/** Known values of {@link FileShareStorageType} that the service accepts. */
|
|
2003
|
-
export enum KnownFileShareStorageType {
|
|
2004
|
-
/** StandardLRS */
|
|
2005
|
-
StandardLRS = "Standard_LRS",
|
|
2006
|
-
/** StandardGRS */
|
|
2007
|
-
StandardGRS = "Standard_GRS",
|
|
2008
|
-
/** StandardZRS */
|
|
2009
|
-
StandardZRS = "Standard_ZRS",
|
|
2010
|
-
/** PremiumLRS */
|
|
2011
|
-
PremiumLRS = "Premium_LRS"
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
/**
|
|
2015
|
-
* Defines values for FileShareStorageType. \
|
|
2016
|
-
* {@link KnownFileShareStorageType} can be used interchangeably with FileShareStorageType,
|
|
2017
|
-
* this enum contains the known values that the service supports.
|
|
2018
|
-
* ### Known values supported by the service
|
|
2019
|
-
* **Standard_LRS** \
|
|
2020
|
-
* **Standard_GRS** \
|
|
2021
|
-
* **Standard_ZRS** \
|
|
2022
|
-
* **Premium_LRS**
|
|
2023
|
-
*/
|
|
2024
|
-
export type FileShareStorageType = string;
|
|
2025
|
-
|
|
2026
|
-
/** Known values of {@link PHPVersion} that the service accepts. */
|
|
2027
|
-
export enum KnownPHPVersion {
|
|
2028
|
-
/** Seven2 */
|
|
2029
|
-
Seven2 = "7.2",
|
|
2030
|
-
/** Seven3 */
|
|
2031
|
-
Seven3 = "7.3",
|
|
2032
|
-
/** Seven4 */
|
|
2033
|
-
Seven4 = "7.4"
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
/**
|
|
2037
|
-
* Defines values for PHPVersion. \
|
|
2038
|
-
* {@link KnownPHPVersion} can be used interchangeably with PHPVersion,
|
|
2039
|
-
* this enum contains the known values that the service supports.
|
|
2040
|
-
* ### Known values supported by the service
|
|
2041
|
-
* **7.2** \
|
|
2042
|
-
* **7.3** \
|
|
2043
|
-
* **7.4**
|
|
2044
|
-
*/
|
|
2045
|
-
export type PHPVersion = string;
|
|
2046
|
-
|
|
2047
|
-
/** Known values of {@link SearchType} that the service accepts. */
|
|
2048
|
-
export enum KnownSearchType {
|
|
2049
|
-
/** Elastic */
|
|
2050
|
-
Elastic = "Elastic"
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
/**
|
|
2054
|
-
* Defines values for SearchType. \
|
|
2055
|
-
* {@link KnownSearchType} can be used interchangeably with SearchType,
|
|
2056
|
-
* this enum contains the known values that the service supports.
|
|
2057
|
-
* ### Known values supported by the service
|
|
2058
|
-
* **Elastic**
|
|
2059
|
-
*/
|
|
2060
|
-
export type SearchType = string;
|
|
2061
|
-
|
|
2062
|
-
/** Known values of {@link RedisCacheFamily} that the service accepts. */
|
|
2063
|
-
export enum KnownRedisCacheFamily {
|
|
2064
|
-
/** C */
|
|
2065
|
-
C = "C",
|
|
2066
|
-
/** P */
|
|
2067
|
-
P = "P"
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
/**
|
|
2071
|
-
* Defines values for RedisCacheFamily. \
|
|
2072
|
-
* {@link KnownRedisCacheFamily} can be used interchangeably with RedisCacheFamily,
|
|
2073
|
-
* this enum contains the known values that the service supports.
|
|
2074
|
-
* ### Known values supported by the service
|
|
2075
|
-
* **C** \
|
|
2076
|
-
* **P**
|
|
2077
|
-
*/
|
|
2078
|
-
export type RedisCacheFamily = string;
|
|
2079
|
-
|
|
2080
|
-
/** Known values of {@link EnableBackup} that the service accepts. */
|
|
2081
|
-
export enum KnownEnableBackup {
|
|
2082
|
-
/** Enabled */
|
|
2083
|
-
Enabled = "Enabled",
|
|
2084
|
-
/** Disabled */
|
|
2085
|
-
Disabled = "Disabled"
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
/**
|
|
2089
|
-
* Defines values for EnableBackup. \
|
|
2090
|
-
* {@link KnownEnableBackup} can be used interchangeably with EnableBackup,
|
|
2091
|
-
* this enum contains the known values that the service supports.
|
|
2092
|
-
* ### Known values supported by the service
|
|
2093
|
-
* **Enabled** \
|
|
2094
|
-
* **Disabled**
|
|
2095
|
-
*/
|
|
2096
|
-
export type EnableBackup = string;
|
|
2097
|
-
|
|
2098
|
-
/** Known values of {@link PhpWorkloadProvisioningState} that the service accepts. */
|
|
2099
|
-
export enum KnownPhpWorkloadProvisioningState {
|
|
2100
|
-
/** NotSpecified */
|
|
2101
|
-
NotSpecified = "NotSpecified",
|
|
2102
|
-
/** Accepted */
|
|
2103
|
-
Accepted = "Accepted",
|
|
2104
|
-
/** Created */
|
|
2105
|
-
Created = "Created",
|
|
2106
|
-
/** Succeeded */
|
|
2107
|
-
Succeeded = "Succeeded",
|
|
2108
|
-
/** Failed */
|
|
2109
|
-
Failed = "Failed",
|
|
2110
|
-
/** Canceled */
|
|
2111
|
-
Canceled = "Canceled",
|
|
2112
|
-
/** Provisioning */
|
|
2113
|
-
Provisioning = "Provisioning",
|
|
2114
|
-
/** Deleting */
|
|
2115
|
-
Deleting = "Deleting"
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
/**
|
|
2119
|
-
* Defines values for PhpWorkloadProvisioningState. \
|
|
2120
|
-
* {@link KnownPhpWorkloadProvisioningState} can be used interchangeably with PhpWorkloadProvisioningState,
|
|
2121
|
-
* this enum contains the known values that the service supports.
|
|
2122
|
-
* ### Known values supported by the service
|
|
2123
|
-
* **NotSpecified** \
|
|
2124
|
-
* **Accepted** \
|
|
2125
|
-
* **Created** \
|
|
2126
|
-
* **Succeeded** \
|
|
2127
|
-
* **Failed** \
|
|
2128
|
-
* **Canceled** \
|
|
2129
|
-
* **Provisioning** \
|
|
2130
|
-
* **Deleting**
|
|
2131
|
-
*/
|
|
2132
|
-
export type PhpWorkloadProvisioningState = string;
|
|
2133
|
-
|
|
2134
|
-
/** Known values of {@link WorkloadKind} that the service accepts. */
|
|
2135
|
-
export enum KnownWorkloadKind {
|
|
2136
|
-
/** WordPress */
|
|
2137
|
-
WordPress = "WordPress"
|
|
1584
|
+
*/
|
|
1585
|
+
readonly ipAddress?: string;
|
|
1586
|
+
/**
|
|
1587
|
+
* The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
|
|
1588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1589
|
+
*/
|
|
1590
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1591
|
+
/**
|
|
1592
|
+
* The list of virtual machines corresponding to the Database resource.
|
|
1593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1594
|
+
*/
|
|
1595
|
+
readonly vmDetails?: DatabaseVmDetails[];
|
|
1596
|
+
/**
|
|
1597
|
+
* Defines the SAP Instance status.
|
|
1598
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1599
|
+
*/
|
|
1600
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1601
|
+
/**
|
|
1602
|
+
* Defines the provisioning states.
|
|
1603
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1604
|
+
*/
|
|
1605
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1606
|
+
/**
|
|
1607
|
+
* Defines the errors related to Database resource.
|
|
1608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1609
|
+
*/
|
|
1610
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
2138
1611
|
}
|
|
2139
1612
|
|
|
2140
|
-
/**
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
1613
|
+
/** Define the SAP Application Server Instance resource. */
|
|
1614
|
+
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
1615
|
+
/**
|
|
1616
|
+
* Application server Instance Number.
|
|
1617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1618
|
+
*/
|
|
1619
|
+
readonly instanceNo?: string;
|
|
1620
|
+
/**
|
|
1621
|
+
* Application server Subnet.
|
|
1622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1623
|
+
*/
|
|
1624
|
+
readonly subnet?: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* Application server instance SAP hostname.
|
|
1627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1628
|
+
*/
|
|
1629
|
+
readonly hostname?: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* Application server instance SAP Kernel Version.
|
|
1632
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1633
|
+
*/
|
|
1634
|
+
readonly kernelVersion?: string;
|
|
1635
|
+
/**
|
|
1636
|
+
* Application server instance SAP Kernel Patch level.
|
|
1637
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1638
|
+
*/
|
|
1639
|
+
readonly kernelPatch?: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* Application server instance SAP IP Address.
|
|
1642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1643
|
+
*/
|
|
1644
|
+
readonly ipAddress?: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* Application server instance gateway Port.
|
|
1647
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1648
|
+
*/
|
|
1649
|
+
readonly gatewayPort?: number;
|
|
1650
|
+
/**
|
|
1651
|
+
* Application server instance ICM HTTP Port.
|
|
1652
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1653
|
+
*/
|
|
1654
|
+
readonly icmHttpPort?: number;
|
|
1655
|
+
/**
|
|
1656
|
+
* Application server instance ICM HTTPS Port.
|
|
1657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1658
|
+
*/
|
|
1659
|
+
readonly icmHttpsPort?: number;
|
|
1660
|
+
/**
|
|
1661
|
+
* The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines
|
|
1662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1663
|
+
*/
|
|
1664
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1665
|
+
/**
|
|
1666
|
+
* The list of virtual machines.
|
|
1667
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1668
|
+
*/
|
|
1669
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
1670
|
+
/**
|
|
1671
|
+
* Defines the SAP Instance status.
|
|
1672
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1673
|
+
*/
|
|
1674
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1675
|
+
/**
|
|
1676
|
+
* Defines the health of SAP Instances.
|
|
1677
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1678
|
+
*/
|
|
1679
|
+
readonly health?: SAPHealthState;
|
|
1680
|
+
/**
|
|
1681
|
+
* Defines the provisioning states.
|
|
1682
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1683
|
+
*/
|
|
1684
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1685
|
+
/**
|
|
1686
|
+
* Defines the Application Instance errors.
|
|
1687
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1688
|
+
*/
|
|
1689
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
2155
1690
|
}
|
|
2156
1691
|
|
|
2157
|
-
/**
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
/**
|
|
2172
|
-
|
|
2173
|
-
/**
|
|
2174
|
-
|
|
2175
|
-
/**
|
|
2176
|
-
|
|
1692
|
+
/** SAP monitor info on Azure (ARM properties and SAP monitor properties) */
|
|
1693
|
+
export interface Monitor extends TrackedResource {
|
|
1694
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1695
|
+
identity?: UserAssignedServiceIdentity;
|
|
1696
|
+
/**
|
|
1697
|
+
* State of provisioning of the SAP monitor.
|
|
1698
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1699
|
+
*/
|
|
1700
|
+
readonly provisioningState?: WorkloadMonitorProvisioningState;
|
|
1701
|
+
/**
|
|
1702
|
+
* Defines the SAP monitor errors.
|
|
1703
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1704
|
+
*/
|
|
1705
|
+
readonly errors?: MonitorPropertiesErrors;
|
|
1706
|
+
/** The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region. */
|
|
1707
|
+
appLocation?: string;
|
|
1708
|
+
/** Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. */
|
|
1709
|
+
routingPreference?: RoutingPreference;
|
|
1710
|
+
/** 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. */
|
|
1711
|
+
zoneRedundancyPreference?: string;
|
|
1712
|
+
/** Managed resource group configuration */
|
|
1713
|
+
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1714
|
+
/** The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. */
|
|
1715
|
+
logAnalyticsWorkspaceArmId?: string;
|
|
1716
|
+
/** The subnet which the SAP monitor will be deployed in */
|
|
1717
|
+
monitorSubnet?: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* The ARM ID of the MSI used for SAP monitoring.
|
|
1720
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1721
|
+
*/
|
|
1722
|
+
readonly msiArmId?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* The ARM ID of the Storage account used for SAP monitoring.
|
|
1725
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1726
|
+
*/
|
|
1727
|
+
readonly storageAccountArmId?: string;
|
|
2177
1728
|
}
|
|
2178
1729
|
|
|
2179
|
-
/**
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
/**
|
|
2194
|
-
|
|
2195
|
-
/** Five42 */
|
|
2196
|
-
Five42 = "5.4.2",
|
|
2197
|
-
/** Five41 */
|
|
2198
|
-
Five41 = "5.4.1",
|
|
2199
|
-
/** Five4 */
|
|
2200
|
-
Five4 = "5.4"
|
|
1730
|
+
/** A provider instance associated with SAP monitor. */
|
|
1731
|
+
export interface ProviderInstance extends ProxyResource {
|
|
1732
|
+
/** [currently not in use] Managed service identity(user assigned identities) */
|
|
1733
|
+
identity?: UserAssignedServiceIdentity;
|
|
1734
|
+
/**
|
|
1735
|
+
* State of provisioning of the provider instance
|
|
1736
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1737
|
+
*/
|
|
1738
|
+
readonly provisioningState?: WorkloadMonitorProvisioningState;
|
|
1739
|
+
/**
|
|
1740
|
+
* Defines the provider instance errors.
|
|
1741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1742
|
+
*/
|
|
1743
|
+
readonly errors?: ProviderInstancePropertiesErrors;
|
|
1744
|
+
/** Defines the provider specific properties. */
|
|
1745
|
+
providerSettings?: ProviderSpecificPropertiesUnion;
|
|
2201
1746
|
}
|
|
2202
1747
|
|
|
2203
|
-
/**
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
*/
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
/** Known values of {@link ApplicationProvisioningState} that the service accepts. */
|
|
2216
|
-
export enum KnownApplicationProvisioningState {
|
|
2217
|
-
/** NotSpecified */
|
|
2218
|
-
NotSpecified = "NotSpecified",
|
|
2219
|
-
/** Accepted */
|
|
2220
|
-
Accepted = "Accepted",
|
|
2221
|
-
/** Created */
|
|
2222
|
-
Created = "Created",
|
|
2223
|
-
/** Succeeded */
|
|
2224
|
-
Succeeded = "Succeeded",
|
|
2225
|
-
/** Failed */
|
|
2226
|
-
Failed = "Failed",
|
|
2227
|
-
/** Canceled */
|
|
2228
|
-
Canceled = "Canceled",
|
|
2229
|
-
/** Installing */
|
|
2230
|
-
Installing = "Installing"
|
|
1748
|
+
/** configuration associated with SAP Landscape Monitor Dashboard. */
|
|
1749
|
+
export interface SapLandscapeMonitor extends ProxyResource {
|
|
1750
|
+
/**
|
|
1751
|
+
* State of provisioning of the SAP monitor.
|
|
1752
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1753
|
+
*/
|
|
1754
|
+
readonly provisioningState?: SapLandscapeMonitorProvisioningState;
|
|
1755
|
+
/** Gets or sets the SID groupings by landscape and Environment. */
|
|
1756
|
+
grouping?: SapLandscapeMonitorPropertiesGrouping;
|
|
1757
|
+
/** Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard */
|
|
1758
|
+
topMetricsThresholds?: SapLandscapeMonitorMetricThresholds[];
|
|
2231
1759
|
}
|
|
2232
1760
|
|
|
2233
|
-
/**
|
|
2234
|
-
* Defines values for ApplicationProvisioningState. \
|
|
2235
|
-
* {@link KnownApplicationProvisioningState} can be used interchangeably with ApplicationProvisioningState,
|
|
2236
|
-
* this enum contains the known values that the service supports.
|
|
2237
|
-
* ### Known values supported by the service
|
|
2238
|
-
* **NotSpecified** \
|
|
2239
|
-
* **Accepted** \
|
|
2240
|
-
* **Created** \
|
|
2241
|
-
* **Succeeded** \
|
|
2242
|
-
* **Failed** \
|
|
2243
|
-
* **Canceled** \
|
|
2244
|
-
* **Installing**
|
|
2245
|
-
*/
|
|
2246
|
-
export type ApplicationProvisioningState = string;
|
|
2247
|
-
|
|
2248
1761
|
/** Known values of {@link SAPEnvironmentType} that the service accepts. */
|
|
2249
1762
|
export enum KnownSAPEnvironmentType {
|
|
2250
1763
|
/** NonProd */
|
|
@@ -2353,6 +1866,57 @@ export enum KnownSAPHighAvailabilityType {
|
|
|
2353
1866
|
*/
|
|
2354
1867
|
export type SAPHighAvailabilityType = string;
|
|
2355
1868
|
|
|
1869
|
+
/** Known values of {@link DiskSkuName} that the service accepts. */
|
|
1870
|
+
export enum KnownDiskSkuName {
|
|
1871
|
+
/** StandardLRS */
|
|
1872
|
+
StandardLRS = "Standard_LRS",
|
|
1873
|
+
/** PremiumLRS */
|
|
1874
|
+
PremiumLRS = "Premium_LRS",
|
|
1875
|
+
/** StandardSSDLRS */
|
|
1876
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
1877
|
+
/** UltraSSDLRS */
|
|
1878
|
+
UltraSSDLRS = "UltraSSD_LRS",
|
|
1879
|
+
/** PremiumZRS */
|
|
1880
|
+
PremiumZRS = "Premium_ZRS",
|
|
1881
|
+
/** StandardSSDZRS */
|
|
1882
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
1883
|
+
/** PremiumV2LRS */
|
|
1884
|
+
PremiumV2LRS = "PremiumV2_LRS"
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
/**
|
|
1888
|
+
* Defines values for DiskSkuName. \
|
|
1889
|
+
* {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
|
|
1890
|
+
* this enum contains the known values that the service supports.
|
|
1891
|
+
* ### Known values supported by the service
|
|
1892
|
+
* **Standard_LRS** \
|
|
1893
|
+
* **Premium_LRS** \
|
|
1894
|
+
* **StandardSSD_LRS** \
|
|
1895
|
+
* **UltraSSD_LRS** \
|
|
1896
|
+
* **Premium_ZRS** \
|
|
1897
|
+
* **StandardSSD_ZRS** \
|
|
1898
|
+
* **PremiumV2_LRS**
|
|
1899
|
+
*/
|
|
1900
|
+
export type DiskSkuName = string;
|
|
1901
|
+
|
|
1902
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1903
|
+
export enum KnownManagedServiceIdentityType {
|
|
1904
|
+
/** None */
|
|
1905
|
+
None = "None",
|
|
1906
|
+
/** UserAssigned */
|
|
1907
|
+
UserAssigned = "UserAssigned"
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1912
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1913
|
+
* this enum contains the known values that the service supports.
|
|
1914
|
+
* ### Known values supported by the service
|
|
1915
|
+
* **None** \
|
|
1916
|
+
* **UserAssigned**
|
|
1917
|
+
*/
|
|
1918
|
+
export type ManagedServiceIdentityType = string;
|
|
1919
|
+
|
|
2356
1920
|
/** Known values of {@link SAPConfigurationType} that the service accepts. */
|
|
2357
1921
|
export enum KnownSAPConfigurationType {
|
|
2358
1922
|
/** Deployment */
|
|
@@ -2387,7 +1951,9 @@ export enum KnownSAPVirtualInstanceStatus {
|
|
|
2387
1951
|
/** PartiallyRunning */
|
|
2388
1952
|
PartiallyRunning = "PartiallyRunning",
|
|
2389
1953
|
/** Unavailable */
|
|
2390
|
-
Unavailable = "Unavailable"
|
|
1954
|
+
Unavailable = "Unavailable",
|
|
1955
|
+
/** SoftShutdown */
|
|
1956
|
+
SoftShutdown = "SoftShutdown"
|
|
2391
1957
|
}
|
|
2392
1958
|
|
|
2393
1959
|
/**
|
|
@@ -2400,7 +1966,8 @@ export enum KnownSAPVirtualInstanceStatus {
|
|
|
2400
1966
|
* **Stopping** \
|
|
2401
1967
|
* **Offline** \
|
|
2402
1968
|
* **PartiallyRunning** \
|
|
2403
|
-
* **Unavailable**
|
|
1969
|
+
* **Unavailable** \
|
|
1970
|
+
* **SoftShutdown**
|
|
2404
1971
|
*/
|
|
2405
1972
|
export type SAPVirtualInstanceStatus = string;
|
|
2406
1973
|
|
|
@@ -2442,6 +2009,10 @@ export enum KnownSAPVirtualInstanceState {
|
|
|
2442
2009
|
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
2443
2010
|
/** SoftwareInstallationFailed */
|
|
2444
2011
|
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
2012
|
+
/** SoftwareDetectionInProgress */
|
|
2013
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
2014
|
+
/** SoftwareDetectionFailed */
|
|
2015
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
2445
2016
|
/** DiscoveryPending */
|
|
2446
2017
|
DiscoveryPending = "DiscoveryPending",
|
|
2447
2018
|
/** DiscoveryInProgress */
|
|
@@ -2463,6 +2034,8 @@ export enum KnownSAPVirtualInstanceState {
|
|
|
2463
2034
|
* **SoftwareInstallationPending** \
|
|
2464
2035
|
* **SoftwareInstallationInProgress** \
|
|
2465
2036
|
* **SoftwareInstallationFailed** \
|
|
2037
|
+
* **SoftwareDetectionInProgress** \
|
|
2038
|
+
* **SoftwareDetectionFailed** \
|
|
2466
2039
|
* **DiscoveryPending** \
|
|
2467
2040
|
* **DiscoveryInProgress** \
|
|
2468
2041
|
* **DiscoveryFailed** \
|
|
@@ -2497,6 +2070,30 @@ export enum KnownSapVirtualInstanceProvisioningState {
|
|
|
2497
2070
|
*/
|
|
2498
2071
|
export type SapVirtualInstanceProvisioningState = string;
|
|
2499
2072
|
|
|
2073
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2074
|
+
export enum KnownCreatedByType {
|
|
2075
|
+
/** User */
|
|
2076
|
+
User = "User",
|
|
2077
|
+
/** Application */
|
|
2078
|
+
Application = "Application",
|
|
2079
|
+
/** ManagedIdentity */
|
|
2080
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2081
|
+
/** Key */
|
|
2082
|
+
Key = "Key"
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* Defines values for CreatedByType. \
|
|
2087
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2088
|
+
* this enum contains the known values that the service supports.
|
|
2089
|
+
* ### Known values supported by the service
|
|
2090
|
+
* **User** \
|
|
2091
|
+
* **Application** \
|
|
2092
|
+
* **ManagedIdentity** \
|
|
2093
|
+
* **Key**
|
|
2094
|
+
*/
|
|
2095
|
+
export type CreatedByType = string;
|
|
2096
|
+
|
|
2500
2097
|
/** Known values of {@link EnqueueReplicationServerType} that the service accepts. */
|
|
2501
2098
|
export enum KnownEnqueueReplicationServerType {
|
|
2502
2099
|
/** EnqueueReplicator1 */
|
|
@@ -2548,41 +2145,26 @@ export enum KnownCentralServerVirtualMachineType {
|
|
|
2548
2145
|
*/
|
|
2549
2146
|
export type CentralServerVirtualMachineType = string;
|
|
2550
2147
|
|
|
2551
|
-
/** Known values of {@link
|
|
2552
|
-
export enum
|
|
2553
|
-
/**
|
|
2554
|
-
|
|
2555
|
-
/**
|
|
2556
|
-
|
|
2557
|
-
/**
|
|
2558
|
-
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
/**
|
|
2562
|
-
* Defines values for Origin. \
|
|
2563
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2564
|
-
* this enum contains the known values that the service supports.
|
|
2565
|
-
* ### Known values supported by the service
|
|
2566
|
-
* **user** \
|
|
2567
|
-
* **system** \
|
|
2568
|
-
* **user,system**
|
|
2569
|
-
*/
|
|
2570
|
-
export type Origin = string;
|
|
2571
|
-
|
|
2572
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
2573
|
-
export enum KnownActionType {
|
|
2574
|
-
/** Internal */
|
|
2575
|
-
Internal = "Internal"
|
|
2148
|
+
/** Known values of {@link ApplicationServerVirtualMachineType} that the service accepts. */
|
|
2149
|
+
export enum KnownApplicationServerVirtualMachineType {
|
|
2150
|
+
/** Active */
|
|
2151
|
+
Active = "Active",
|
|
2152
|
+
/** Standby */
|
|
2153
|
+
Standby = "Standby",
|
|
2154
|
+
/** Unknown */
|
|
2155
|
+
Unknown = "Unknown"
|
|
2576
2156
|
}
|
|
2577
2157
|
|
|
2578
2158
|
/**
|
|
2579
|
-
* Defines values for
|
|
2580
|
-
* {@link
|
|
2159
|
+
* Defines values for ApplicationServerVirtualMachineType. \
|
|
2160
|
+
* {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
|
|
2581
2161
|
* this enum contains the known values that the service supports.
|
|
2582
2162
|
* ### Known values supported by the service
|
|
2583
|
-
* **
|
|
2163
|
+
* **Active** \
|
|
2164
|
+
* **Standby** \
|
|
2165
|
+
* **Unknown**
|
|
2584
2166
|
*/
|
|
2585
|
-
export type
|
|
2167
|
+
export type ApplicationServerVirtualMachineType = string;
|
|
2586
2168
|
|
|
2587
2169
|
/** Known values of {@link WorkloadMonitorProvisioningState} that the service accepts. */
|
|
2588
2170
|
export enum KnownWorkloadMonitorProvisioningState {
|
|
@@ -2635,65 +2217,68 @@ export enum KnownRoutingPreference {
|
|
|
2635
2217
|
*/
|
|
2636
2218
|
export type RoutingPreference = string;
|
|
2637
2219
|
|
|
2638
|
-
/** Known values of {@link
|
|
2639
|
-
export enum
|
|
2640
|
-
/**
|
|
2641
|
-
|
|
2642
|
-
/**
|
|
2643
|
-
|
|
2220
|
+
/** Known values of {@link SapLandscapeMonitorProvisioningState} that the service accepts. */
|
|
2221
|
+
export enum KnownSapLandscapeMonitorProvisioningState {
|
|
2222
|
+
/** Accepted */
|
|
2223
|
+
Accepted = "Accepted",
|
|
2224
|
+
/** Created */
|
|
2225
|
+
Created = "Created",
|
|
2226
|
+
/** Failed */
|
|
2227
|
+
Failed = "Failed",
|
|
2228
|
+
/** Succeeded */
|
|
2229
|
+
Succeeded = "Succeeded",
|
|
2230
|
+
/** Canceled */
|
|
2231
|
+
Canceled = "Canceled"
|
|
2644
2232
|
}
|
|
2645
2233
|
|
|
2646
2234
|
/**
|
|
2647
|
-
* Defines values for
|
|
2648
|
-
* {@link
|
|
2235
|
+
* Defines values for SapLandscapeMonitorProvisioningState. \
|
|
2236
|
+
* {@link KnownSapLandscapeMonitorProvisioningState} can be used interchangeably with SapLandscapeMonitorProvisioningState,
|
|
2649
2237
|
* this enum contains the known values that the service supports.
|
|
2650
2238
|
* ### Known values supported by the service
|
|
2651
|
-
* **
|
|
2652
|
-
* **
|
|
2239
|
+
* **Accepted** \
|
|
2240
|
+
* **Created** \
|
|
2241
|
+
* **Failed** \
|
|
2242
|
+
* **Succeeded** \
|
|
2243
|
+
* **Canceled**
|
|
2653
2244
|
*/
|
|
2654
|
-
export type
|
|
2245
|
+
export type SapLandscapeMonitorProvisioningState = string;
|
|
2655
2246
|
|
|
2656
|
-
/** Known values of {@link
|
|
2657
|
-
export enum
|
|
2658
|
-
/**
|
|
2659
|
-
|
|
2660
|
-
/**
|
|
2661
|
-
|
|
2662
|
-
/**
|
|
2663
|
-
|
|
2247
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
2248
|
+
export enum KnownOrigin {
|
|
2249
|
+
/** User */
|
|
2250
|
+
User = "user",
|
|
2251
|
+
/** System */
|
|
2252
|
+
System = "system",
|
|
2253
|
+
/** UserSystem */
|
|
2254
|
+
UserSystem = "user,system"
|
|
2664
2255
|
}
|
|
2665
2256
|
|
|
2666
2257
|
/**
|
|
2667
|
-
* Defines values for
|
|
2668
|
-
* {@link
|
|
2258
|
+
* Defines values for Origin. \
|
|
2259
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2669
2260
|
* this enum contains the known values that the service supports.
|
|
2670
2261
|
* ### Known values supported by the service
|
|
2671
|
-
* **
|
|
2672
|
-
* **
|
|
2673
|
-
* **
|
|
2262
|
+
* **user** \
|
|
2263
|
+
* **system** \
|
|
2264
|
+
* **user,system**
|
|
2674
2265
|
*/
|
|
2675
|
-
export type
|
|
2266
|
+
export type Origin = string;
|
|
2676
2267
|
|
|
2677
|
-
/** Known values of {@link
|
|
2678
|
-
export enum
|
|
2679
|
-
/**
|
|
2680
|
-
|
|
2681
|
-
/** QuotaId */
|
|
2682
|
-
QuotaId = "QuotaId",
|
|
2683
|
-
/** NotAvailableForSubscription */
|
|
2684
|
-
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
2268
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
2269
|
+
export enum KnownActionType {
|
|
2270
|
+
/** Internal */
|
|
2271
|
+
Internal = "Internal"
|
|
2685
2272
|
}
|
|
2686
2273
|
|
|
2687
2274
|
/**
|
|
2688
|
-
* Defines values for
|
|
2689
|
-
* {@link
|
|
2275
|
+
* Defines values for ActionType. \
|
|
2276
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
2690
2277
|
* this enum contains the known values that the service supports.
|
|
2691
2278
|
* ### Known values supported by the service
|
|
2692
|
-
* **
|
|
2693
|
-
* **QuotaId** \
|
|
2694
|
-
* **NotAvailableForSubscription**
|
|
2279
|
+
* **Internal**
|
|
2695
2280
|
*/
|
|
2696
|
-
export type
|
|
2281
|
+
export type ActionType = string;
|
|
2697
2282
|
|
|
2698
2283
|
/** Known values of {@link OSType} that the service accepts. */
|
|
2699
2284
|
export enum KnownOSType {
|
|
@@ -2713,12 +2298,50 @@ export enum KnownOSType {
|
|
|
2713
2298
|
*/
|
|
2714
2299
|
export type OSType = string;
|
|
2715
2300
|
|
|
2301
|
+
/** Known values of {@link NamingPatternType} that the service accepts. */
|
|
2302
|
+
export enum KnownNamingPatternType {
|
|
2303
|
+
/** FullResourceName */
|
|
2304
|
+
FullResourceName = "FullResourceName"
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
/**
|
|
2308
|
+
* Defines values for NamingPatternType. \
|
|
2309
|
+
* {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
|
|
2310
|
+
* this enum contains the known values that the service supports.
|
|
2311
|
+
* ### Known values supported by the service
|
|
2312
|
+
* **FullResourceName**
|
|
2313
|
+
*/
|
|
2314
|
+
export type NamingPatternType = string;
|
|
2315
|
+
|
|
2316
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
2317
|
+
export enum KnownConfigurationType {
|
|
2318
|
+
/** Skip */
|
|
2319
|
+
Skip = "Skip",
|
|
2320
|
+
/** CreateAndMount */
|
|
2321
|
+
CreateAndMount = "CreateAndMount",
|
|
2322
|
+
/** Mount */
|
|
2323
|
+
Mount = "Mount"
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
/**
|
|
2327
|
+
* Defines values for ConfigurationType. \
|
|
2328
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
2329
|
+
* this enum contains the known values that the service supports.
|
|
2330
|
+
* ### Known values supported by the service
|
|
2331
|
+
* **Skip** \
|
|
2332
|
+
* **CreateAndMount** \
|
|
2333
|
+
* **Mount**
|
|
2334
|
+
*/
|
|
2335
|
+
export type ConfigurationType = string;
|
|
2336
|
+
|
|
2716
2337
|
/** Known values of {@link SAPSoftwareInstallationType} that the service accepts. */
|
|
2717
2338
|
export enum KnownSAPSoftwareInstallationType {
|
|
2718
2339
|
/** ServiceInitiated */
|
|
2719
2340
|
ServiceInitiated = "ServiceInitiated",
|
|
2720
2341
|
/** SAPInstallWithoutOSConfig */
|
|
2721
|
-
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig"
|
|
2342
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
2343
|
+
/** External */
|
|
2344
|
+
External = "External"
|
|
2722
2345
|
}
|
|
2723
2346
|
|
|
2724
2347
|
/**
|
|
@@ -2727,7 +2350,8 @@ export enum KnownSAPSoftwareInstallationType {
|
|
|
2727
2350
|
* this enum contains the known values that the service supports.
|
|
2728
2351
|
* ### Known values supported by the service
|
|
2729
2352
|
* **ServiceInitiated** \
|
|
2730
|
-
* **SAPInstallWithoutOSConfig**
|
|
2353
|
+
* **SAPInstallWithoutOSConfig** \
|
|
2354
|
+
* **External**
|
|
2731
2355
|
*/
|
|
2732
2356
|
export type SAPSoftwareInstallationType = string;
|
|
2733
2357
|
|
|
@@ -2770,137 +2394,26 @@ export enum KnownWorkloadMonitorActionType {
|
|
|
2770
2394
|
*/
|
|
2771
2395
|
export type WorkloadMonitorActionType = string;
|
|
2772
2396
|
|
|
2773
|
-
/** Known values of {@link
|
|
2774
|
-
export enum
|
|
2775
|
-
/**
|
|
2776
|
-
|
|
2777
|
-
/**
|
|
2778
|
-
|
|
2779
|
-
/**
|
|
2780
|
-
|
|
2397
|
+
/** Known values of {@link SslPreference} that the service accepts. */
|
|
2398
|
+
export enum KnownSslPreference {
|
|
2399
|
+
/** Disabled */
|
|
2400
|
+
Disabled = "Disabled",
|
|
2401
|
+
/** RootCertificate */
|
|
2402
|
+
RootCertificate = "RootCertificate",
|
|
2403
|
+
/** ServerCertificate */
|
|
2404
|
+
ServerCertificate = "ServerCertificate"
|
|
2781
2405
|
}
|
|
2782
2406
|
|
|
2783
2407
|
/**
|
|
2784
|
-
* Defines values for
|
|
2785
|
-
* {@link
|
|
2408
|
+
* Defines values for SslPreference. \
|
|
2409
|
+
* {@link KnownSslPreference} can be used interchangeably with SslPreference,
|
|
2786
2410
|
* this enum contains the known values that the service supports.
|
|
2787
2411
|
* ### Known values supported by the service
|
|
2788
|
-
* **
|
|
2789
|
-
* **
|
|
2790
|
-
* **
|
|
2412
|
+
* **Disabled** \
|
|
2413
|
+
* **RootCertificate** \
|
|
2414
|
+
* **ServerCertificate**
|
|
2791
2415
|
*/
|
|
2792
|
-
export type
|
|
2793
|
-
/** Defines values for DiskStorageType. */
|
|
2794
|
-
export type DiskStorageType =
|
|
2795
|
-
| "Premium_LRS"
|
|
2796
|
-
| "Standard_LRS"
|
|
2797
|
-
| "StandardSSD_LRS";
|
|
2798
|
-
/** Defines values for DatabaseTier. */
|
|
2799
|
-
export type DatabaseTier = "Burstable" | "GeneralPurpose" | "MemoryOptimized";
|
|
2800
|
-
/** Defines values for SkuTier. */
|
|
2801
|
-
export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
2802
|
-
|
|
2803
|
-
/** Optional parameters. */
|
|
2804
|
-
export interface PhpWorkloadsListBySubscriptionOptionalParams
|
|
2805
|
-
extends coreClient.OperationOptions {}
|
|
2806
|
-
|
|
2807
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2808
|
-
export type PhpWorkloadsListBySubscriptionResponse = PhpWorkloadResourceList;
|
|
2809
|
-
|
|
2810
|
-
/** Optional parameters. */
|
|
2811
|
-
export interface PhpWorkloadsListByResourceGroupOptionalParams
|
|
2812
|
-
extends coreClient.OperationOptions {}
|
|
2813
|
-
|
|
2814
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2815
|
-
export type PhpWorkloadsListByResourceGroupResponse = PhpWorkloadResourceList;
|
|
2816
|
-
|
|
2817
|
-
/** Optional parameters. */
|
|
2818
|
-
export interface PhpWorkloadsGetOptionalParams
|
|
2819
|
-
extends coreClient.OperationOptions {}
|
|
2820
|
-
|
|
2821
|
-
/** Contains response data for the get operation. */
|
|
2822
|
-
export type PhpWorkloadsGetResponse = PhpWorkloadResource;
|
|
2823
|
-
|
|
2824
|
-
/** Optional parameters. */
|
|
2825
|
-
export interface PhpWorkloadsCreateOrUpdateOptionalParams
|
|
2826
|
-
extends coreClient.OperationOptions {
|
|
2827
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2828
|
-
updateIntervalInMs?: number;
|
|
2829
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2830
|
-
resumeFrom?: string;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2834
|
-
export type PhpWorkloadsCreateOrUpdateResponse = PhpWorkloadResource;
|
|
2835
|
-
|
|
2836
|
-
/** Optional parameters. */
|
|
2837
|
-
export interface PhpWorkloadsUpdateOptionalParams
|
|
2838
|
-
extends coreClient.OperationOptions {}
|
|
2839
|
-
|
|
2840
|
-
/** Contains response data for the update operation. */
|
|
2841
|
-
export type PhpWorkloadsUpdateResponse = PhpWorkloadResource;
|
|
2842
|
-
|
|
2843
|
-
/** Optional parameters. */
|
|
2844
|
-
export interface PhpWorkloadsDeleteOptionalParams
|
|
2845
|
-
extends coreClient.OperationOptions {
|
|
2846
|
-
/** Whether to delete infra along with workload resource. */
|
|
2847
|
-
deleteInfra?: string;
|
|
2848
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2849
|
-
updateIntervalInMs?: number;
|
|
2850
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2851
|
-
resumeFrom?: string;
|
|
2852
|
-
}
|
|
2853
|
-
|
|
2854
|
-
/** Optional parameters. */
|
|
2855
|
-
export interface PhpWorkloadsListBySubscriptionNextOptionalParams
|
|
2856
|
-
extends coreClient.OperationOptions {}
|
|
2857
|
-
|
|
2858
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2859
|
-
export type PhpWorkloadsListBySubscriptionNextResponse = PhpWorkloadResourceList;
|
|
2860
|
-
|
|
2861
|
-
/** Optional parameters. */
|
|
2862
|
-
export interface PhpWorkloadsListByResourceGroupNextOptionalParams
|
|
2863
|
-
extends coreClient.OperationOptions {}
|
|
2864
|
-
|
|
2865
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2866
|
-
export type PhpWorkloadsListByResourceGroupNextResponse = PhpWorkloadResourceList;
|
|
2867
|
-
|
|
2868
|
-
/** Optional parameters. */
|
|
2869
|
-
export interface WordpressInstancesListOptionalParams
|
|
2870
|
-
extends coreClient.OperationOptions {}
|
|
2871
|
-
|
|
2872
|
-
/** Contains response data for the list operation. */
|
|
2873
|
-
export type WordpressInstancesListResponse = WordpressInstanceResourceList;
|
|
2874
|
-
|
|
2875
|
-
/** Optional parameters. */
|
|
2876
|
-
export interface WordpressInstancesGetOptionalParams
|
|
2877
|
-
extends coreClient.OperationOptions {}
|
|
2878
|
-
|
|
2879
|
-
/** Contains response data for the get operation. */
|
|
2880
|
-
export type WordpressInstancesGetResponse = WordpressInstanceResource;
|
|
2881
|
-
|
|
2882
|
-
/** Optional parameters. */
|
|
2883
|
-
export interface WordpressInstancesCreateOrUpdateOptionalParams
|
|
2884
|
-
extends coreClient.OperationOptions {
|
|
2885
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2886
|
-
updateIntervalInMs?: number;
|
|
2887
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2888
|
-
resumeFrom?: string;
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2892
|
-
export type WordpressInstancesCreateOrUpdateResponse = WordpressInstanceResource;
|
|
2893
|
-
|
|
2894
|
-
/** Optional parameters. */
|
|
2895
|
-
export interface WordpressInstancesDeleteOptionalParams
|
|
2896
|
-
extends coreClient.OperationOptions {}
|
|
2897
|
-
|
|
2898
|
-
/** Optional parameters. */
|
|
2899
|
-
export interface WordpressInstancesListNextOptionalParams
|
|
2900
|
-
extends coreClient.OperationOptions {}
|
|
2901
|
-
|
|
2902
|
-
/** Contains response data for the listNext operation. */
|
|
2903
|
-
export type WordpressInstancesListNextResponse = WordpressInstanceResourceList;
|
|
2416
|
+
export type SslPreference = string;
|
|
2904
2417
|
|
|
2905
2418
|
/** Optional parameters. */
|
|
2906
2419
|
export interface SAPSizingRecommendationsOptionalParams
|
|
@@ -2945,7 +2458,7 @@ export type SAPAvailabilityZoneDetailsResponse = SAPAvailabilityZoneDetailsResul
|
|
|
2945
2458
|
/** Optional parameters. */
|
|
2946
2459
|
export interface SAPVirtualInstancesCreateOptionalParams
|
|
2947
2460
|
extends coreClient.OperationOptions {
|
|
2948
|
-
/**
|
|
2461
|
+
/** Virtual Instance for SAP solutions resource request body. */
|
|
2949
2462
|
body?: SAPVirtualInstance;
|
|
2950
2463
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2951
2464
|
updateIntervalInMs?: number;
|
|
@@ -2966,7 +2479,7 @@ export type SAPVirtualInstancesGetResponse = SAPVirtualInstance;
|
|
|
2966
2479
|
/** Optional parameters. */
|
|
2967
2480
|
export interface SAPVirtualInstancesUpdateOptionalParams
|
|
2968
2481
|
extends coreClient.OperationOptions {
|
|
2969
|
-
/**
|
|
2482
|
+
/** Request body to update a Virtual Instance for SAP solutions resource. */
|
|
2970
2483
|
body?: UpdateSAPVirtualInstanceRequest;
|
|
2971
2484
|
}
|
|
2972
2485
|
|
|
@@ -3014,7 +2527,7 @@ export type SAPVirtualInstancesStartResponse = OperationStatusResult;
|
|
|
3014
2527
|
/** Optional parameters. */
|
|
3015
2528
|
export interface SAPVirtualInstancesStopOptionalParams
|
|
3016
2529
|
extends coreClient.OperationOptions {
|
|
3017
|
-
/** The Virtual
|
|
2530
|
+
/** The Virtual Instance for SAP solutions resource stop request body. */
|
|
3018
2531
|
body?: StopRequest;
|
|
3019
2532
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3020
2533
|
updateIntervalInMs?: number;
|
|
@@ -3049,7 +2562,7 @@ export type SAPCentralInstancesGetResponse = SAPCentralServerInstance;
|
|
|
3049
2562
|
/** Optional parameters. */
|
|
3050
2563
|
export interface SAPCentralInstancesCreateOptionalParams
|
|
3051
2564
|
extends coreClient.OperationOptions {
|
|
3052
|
-
/** The SAP Central
|
|
2565
|
+
/** The SAP Central Services Instance request body. */
|
|
3053
2566
|
body?: SAPCentralServerInstance;
|
|
3054
2567
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3055
2568
|
updateIntervalInMs?: number;
|
|
@@ -3063,7 +2576,7 @@ export type SAPCentralInstancesCreateResponse = SAPCentralServerInstance;
|
|
|
3063
2576
|
/** Optional parameters. */
|
|
3064
2577
|
export interface SAPCentralInstancesUpdateOptionalParams
|
|
3065
2578
|
extends coreClient.OperationOptions {
|
|
3066
|
-
/** The SAP Central
|
|
2579
|
+
/** The SAP Central Services Instance resource request body. */
|
|
3067
2580
|
body?: UpdateSAPCentralInstanceRequest;
|
|
3068
2581
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3069
2582
|
updateIntervalInMs?: number;
|
|
@@ -3093,6 +2606,32 @@ export interface SAPCentralInstancesListOptionalParams
|
|
|
3093
2606
|
/** Contains response data for the list operation. */
|
|
3094
2607
|
export type SAPCentralInstancesListResponse = SAPCentralInstanceList;
|
|
3095
2608
|
|
|
2609
|
+
/** Optional parameters. */
|
|
2610
|
+
export interface SAPCentralInstancesStartInstanceOptionalParams
|
|
2611
|
+
extends coreClient.OperationOptions {
|
|
2612
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2613
|
+
updateIntervalInMs?: number;
|
|
2614
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2615
|
+
resumeFrom?: string;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
/** Contains response data for the startInstance operation. */
|
|
2619
|
+
export type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
|
|
2620
|
+
|
|
2621
|
+
/** Optional parameters. */
|
|
2622
|
+
export interface SAPCentralInstancesStopInstanceOptionalParams
|
|
2623
|
+
extends coreClient.OperationOptions {
|
|
2624
|
+
/** SAP Central Services instance stop request body. */
|
|
2625
|
+
body?: StopRequest;
|
|
2626
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2627
|
+
updateIntervalInMs?: number;
|
|
2628
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2629
|
+
resumeFrom?: string;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
/** Contains response data for the stopInstance operation. */
|
|
2633
|
+
export type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
|
|
2634
|
+
|
|
3096
2635
|
/** Optional parameters. */
|
|
3097
2636
|
export interface SAPCentralInstancesListNextOptionalParams
|
|
3098
2637
|
extends coreClient.OperationOptions {}
|
|
@@ -3110,7 +2649,7 @@ export type SAPDatabaseInstancesGetResponse = SAPDatabaseInstance;
|
|
|
3110
2649
|
/** Optional parameters. */
|
|
3111
2650
|
export interface SAPDatabaseInstancesCreateOptionalParams
|
|
3112
2651
|
extends coreClient.OperationOptions {
|
|
3113
|
-
/**
|
|
2652
|
+
/** Request body of Database resource of a SAP system. */
|
|
3114
2653
|
body?: SAPDatabaseInstance;
|
|
3115
2654
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3116
2655
|
updateIntervalInMs?: number;
|
|
@@ -3124,7 +2663,7 @@ export type SAPDatabaseInstancesCreateResponse = SAPDatabaseInstance;
|
|
|
3124
2663
|
/** Optional parameters. */
|
|
3125
2664
|
export interface SAPDatabaseInstancesUpdateOptionalParams
|
|
3126
2665
|
extends coreClient.OperationOptions {
|
|
3127
|
-
/**
|
|
2666
|
+
/** Database resource update request body. */
|
|
3128
2667
|
body?: UpdateSAPDatabaseInstanceRequest;
|
|
3129
2668
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3130
2669
|
updateIntervalInMs?: number;
|
|
@@ -3154,6 +2693,32 @@ export interface SAPDatabaseInstancesListOptionalParams
|
|
|
3154
2693
|
/** Contains response data for the list operation. */
|
|
3155
2694
|
export type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
|
|
3156
2695
|
|
|
2696
|
+
/** Optional parameters. */
|
|
2697
|
+
export interface SAPDatabaseInstancesStartInstanceOptionalParams
|
|
2698
|
+
extends coreClient.OperationOptions {
|
|
2699
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2700
|
+
updateIntervalInMs?: number;
|
|
2701
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2702
|
+
resumeFrom?: string;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
/** Contains response data for the startInstance operation. */
|
|
2706
|
+
export type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
|
|
2707
|
+
|
|
2708
|
+
/** Optional parameters. */
|
|
2709
|
+
export interface SAPDatabaseInstancesStopInstanceOptionalParams
|
|
2710
|
+
extends coreClient.OperationOptions {
|
|
2711
|
+
/** Stop request for the database instance of the SAP system. */
|
|
2712
|
+
body?: StopRequest;
|
|
2713
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2714
|
+
updateIntervalInMs?: number;
|
|
2715
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2716
|
+
resumeFrom?: string;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
/** Contains response data for the stopInstance operation. */
|
|
2720
|
+
export type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
|
|
2721
|
+
|
|
3157
2722
|
/** Optional parameters. */
|
|
3158
2723
|
export interface SAPDatabaseInstancesListNextOptionalParams
|
|
3159
2724
|
extends coreClient.OperationOptions {}
|
|
@@ -3171,7 +2736,7 @@ export type SAPApplicationServerInstancesGetResponse = SAPApplicationServerInsta
|
|
|
3171
2736
|
/** Optional parameters. */
|
|
3172
2737
|
export interface SAPApplicationServerInstancesCreateOptionalParams
|
|
3173
2738
|
extends coreClient.OperationOptions {
|
|
3174
|
-
/** The SAP Application Server
|
|
2739
|
+
/** The SAP Application Server Instance resource request body. */
|
|
3175
2740
|
body?: SAPApplicationServerInstance;
|
|
3176
2741
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3177
2742
|
updateIntervalInMs?: number;
|
|
@@ -3185,7 +2750,7 @@ export type SAPApplicationServerInstancesCreateResponse = SAPApplicationServerIn
|
|
|
3185
2750
|
/** Optional parameters. */
|
|
3186
2751
|
export interface SAPApplicationServerInstancesUpdateOptionalParams
|
|
3187
2752
|
extends coreClient.OperationOptions {
|
|
3188
|
-
/** The SAP Application Server
|
|
2753
|
+
/** The SAP Application Server Instance resource request body. */
|
|
3189
2754
|
body?: UpdateSAPApplicationInstanceRequest;
|
|
3190
2755
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3191
2756
|
updateIntervalInMs?: number;
|
|
@@ -3216,25 +2781,37 @@ export interface SAPApplicationServerInstancesListOptionalParams
|
|
|
3216
2781
|
export type SAPApplicationServerInstancesListResponse = SAPApplicationServerInstanceList;
|
|
3217
2782
|
|
|
3218
2783
|
/** Optional parameters. */
|
|
3219
|
-
export interface
|
|
3220
|
-
extends coreClient.OperationOptions {
|
|
2784
|
+
export interface SAPApplicationServerInstancesStartInstanceOptionalParams
|
|
2785
|
+
extends coreClient.OperationOptions {
|
|
2786
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2787
|
+
updateIntervalInMs?: number;
|
|
2788
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2789
|
+
resumeFrom?: string;
|
|
2790
|
+
}
|
|
3221
2791
|
|
|
3222
|
-
/** Contains response data for the
|
|
3223
|
-
export type
|
|
2792
|
+
/** Contains response data for the startInstance operation. */
|
|
2793
|
+
export type SAPApplicationServerInstancesStartInstanceResponse = OperationStatusResult;
|
|
3224
2794
|
|
|
3225
2795
|
/** Optional parameters. */
|
|
3226
|
-
export interface
|
|
3227
|
-
extends coreClient.OperationOptions {
|
|
2796
|
+
export interface SAPApplicationServerInstancesStopInstanceOptionalParams
|
|
2797
|
+
extends coreClient.OperationOptions {
|
|
2798
|
+
/** SAP Application server instance stop request body. */
|
|
2799
|
+
body?: StopRequest;
|
|
2800
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2801
|
+
updateIntervalInMs?: number;
|
|
2802
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2803
|
+
resumeFrom?: string;
|
|
2804
|
+
}
|
|
3228
2805
|
|
|
3229
|
-
/** Contains response data for the
|
|
3230
|
-
export type
|
|
2806
|
+
/** Contains response data for the stopInstance operation. */
|
|
2807
|
+
export type SAPApplicationServerInstancesStopInstanceResponse = OperationStatusResult;
|
|
3231
2808
|
|
|
3232
2809
|
/** Optional parameters. */
|
|
3233
|
-
export interface
|
|
2810
|
+
export interface SAPApplicationServerInstancesListNextOptionalParams
|
|
3234
2811
|
extends coreClient.OperationOptions {}
|
|
3235
2812
|
|
|
3236
2813
|
/** Contains response data for the listNext operation. */
|
|
3237
|
-
export type
|
|
2814
|
+
export type SAPApplicationServerInstancesListNextResponse = SAPApplicationServerInstanceList;
|
|
3238
2815
|
|
|
3239
2816
|
/** Optional parameters. */
|
|
3240
2817
|
export interface MonitorsListOptionalParams
|
|
@@ -3348,17 +2925,50 @@ export interface ProviderInstancesListNextOptionalParams
|
|
|
3348
2925
|
export type ProviderInstancesListNextResponse = ProviderInstanceListResult;
|
|
3349
2926
|
|
|
3350
2927
|
/** Optional parameters. */
|
|
3351
|
-
export interface
|
|
2928
|
+
export interface SapLandscapeMonitorGetOptionalParams
|
|
2929
|
+
extends coreClient.OperationOptions {}
|
|
2930
|
+
|
|
2931
|
+
/** Contains response data for the get operation. */
|
|
2932
|
+
export type SapLandscapeMonitorGetResponse = SapLandscapeMonitor;
|
|
2933
|
+
|
|
2934
|
+
/** Optional parameters. */
|
|
2935
|
+
export interface SapLandscapeMonitorCreateOptionalParams
|
|
2936
|
+
extends coreClient.OperationOptions {}
|
|
2937
|
+
|
|
2938
|
+
/** Contains response data for the create operation. */
|
|
2939
|
+
export type SapLandscapeMonitorCreateResponse = SapLandscapeMonitor;
|
|
2940
|
+
|
|
2941
|
+
/** Optional parameters. */
|
|
2942
|
+
export interface SapLandscapeMonitorDeleteOptionalParams
|
|
2943
|
+
extends coreClient.OperationOptions {}
|
|
2944
|
+
|
|
2945
|
+
/** Optional parameters. */
|
|
2946
|
+
export interface SapLandscapeMonitorUpdateOptionalParams
|
|
2947
|
+
extends coreClient.OperationOptions {}
|
|
2948
|
+
|
|
2949
|
+
/** Contains response data for the update operation. */
|
|
2950
|
+
export type SapLandscapeMonitorUpdateResponse = SapLandscapeMonitor;
|
|
2951
|
+
|
|
2952
|
+
/** Optional parameters. */
|
|
2953
|
+
export interface SapLandscapeMonitorListOptionalParams
|
|
2954
|
+
extends coreClient.OperationOptions {}
|
|
2955
|
+
|
|
2956
|
+
/** Contains response data for the list operation. */
|
|
2957
|
+
export type SapLandscapeMonitorListResponse = SapLandscapeMonitorListResult;
|
|
2958
|
+
|
|
2959
|
+
/** Optional parameters. */
|
|
2960
|
+
export interface OperationsListOptionalParams
|
|
2961
|
+
extends coreClient.OperationOptions {}
|
|
3352
2962
|
|
|
3353
2963
|
/** Contains response data for the list operation. */
|
|
3354
|
-
export type
|
|
2964
|
+
export type OperationsListResponse = OperationListResult;
|
|
3355
2965
|
|
|
3356
2966
|
/** Optional parameters. */
|
|
3357
|
-
export interface
|
|
2967
|
+
export interface OperationsListNextOptionalParams
|
|
3358
2968
|
extends coreClient.OperationOptions {}
|
|
3359
2969
|
|
|
3360
2970
|
/** Contains response data for the listNext operation. */
|
|
3361
|
-
export type
|
|
2971
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
3362
2972
|
|
|
3363
2973
|
/** Optional parameters. */
|
|
3364
2974
|
export interface WorkloadsClientOptionalParams
|