@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
|
@@ -5,648 +5,91 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
export const
|
|
9
|
-
type: {
|
|
10
|
-
name: "Composite",
|
|
11
|
-
className: "PhpWorkloadResourceList",
|
|
12
|
-
modelProperties: {
|
|
13
|
-
value: {
|
|
14
|
-
serializedName: "value",
|
|
15
|
-
type: {
|
|
16
|
-
name: "Sequence",
|
|
17
|
-
element: {
|
|
18
|
-
type: {
|
|
19
|
-
name: "Composite",
|
|
20
|
-
className: "PhpWorkloadResource"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
nextLink: {
|
|
26
|
-
serializedName: "nextLink",
|
|
27
|
-
type: {
|
|
28
|
-
name: "String"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
export const ManagedRGConfiguration = {
|
|
35
|
-
type: {
|
|
36
|
-
name: "Composite",
|
|
37
|
-
className: "ManagedRGConfiguration",
|
|
38
|
-
modelProperties: {
|
|
39
|
-
name: {
|
|
40
|
-
serializedName: "name",
|
|
41
|
-
type: {
|
|
42
|
-
name: "String"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
export const UserProfile = {
|
|
49
|
-
type: {
|
|
50
|
-
name: "Composite",
|
|
51
|
-
className: "UserProfile",
|
|
52
|
-
modelProperties: {
|
|
53
|
-
userName: {
|
|
54
|
-
serializedName: "userName",
|
|
55
|
-
required: true,
|
|
56
|
-
type: {
|
|
57
|
-
name: "String"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
sshPublicKey: {
|
|
61
|
-
serializedName: "sshPublicKey",
|
|
62
|
-
required: true,
|
|
63
|
-
type: {
|
|
64
|
-
name: "String"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
export const NodeProfile = {
|
|
71
|
-
type: {
|
|
72
|
-
name: "Composite",
|
|
73
|
-
className: "NodeProfile",
|
|
74
|
-
modelProperties: {
|
|
75
|
-
name: {
|
|
76
|
-
serializedName: "name",
|
|
77
|
-
type: {
|
|
78
|
-
name: "String"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
nodeSku: {
|
|
82
|
-
serializedName: "nodeSku",
|
|
83
|
-
required: true,
|
|
84
|
-
type: {
|
|
85
|
-
name: "String"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
osImage: {
|
|
89
|
-
serializedName: "osImage",
|
|
90
|
-
type: {
|
|
91
|
-
name: "Composite",
|
|
92
|
-
className: "OsImageProfile"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
osDisk: {
|
|
96
|
-
serializedName: "osDisk",
|
|
97
|
-
type: {
|
|
98
|
-
name: "Composite",
|
|
99
|
-
className: "DiskInfo"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
dataDisks: {
|
|
103
|
-
serializedName: "dataDisks",
|
|
104
|
-
type: {
|
|
105
|
-
name: "Sequence",
|
|
106
|
-
element: {
|
|
107
|
-
type: {
|
|
108
|
-
name: "Composite",
|
|
109
|
-
className: "DiskInfo"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
nodeResourceIds: {
|
|
115
|
-
serializedName: "nodeResourceIds",
|
|
116
|
-
readOnly: true,
|
|
117
|
-
type: {
|
|
118
|
-
name: "Sequence",
|
|
119
|
-
element: {
|
|
120
|
-
type: {
|
|
121
|
-
name: "String"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
};
|
|
129
|
-
export const OsImageProfile = {
|
|
130
|
-
type: {
|
|
131
|
-
name: "Composite",
|
|
132
|
-
className: "OsImageProfile",
|
|
133
|
-
modelProperties: {
|
|
134
|
-
publisher: {
|
|
135
|
-
serializedName: "publisher",
|
|
136
|
-
type: {
|
|
137
|
-
name: "String"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
offer: {
|
|
141
|
-
serializedName: "offer",
|
|
142
|
-
type: {
|
|
143
|
-
name: "String"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
sku: {
|
|
147
|
-
serializedName: "sku",
|
|
148
|
-
type: {
|
|
149
|
-
name: "String"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
version: {
|
|
153
|
-
serializedName: "version",
|
|
154
|
-
type: {
|
|
155
|
-
name: "String"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
};
|
|
161
|
-
export const DiskInfo = {
|
|
162
|
-
type: {
|
|
163
|
-
name: "Composite",
|
|
164
|
-
className: "DiskInfo",
|
|
165
|
-
modelProperties: {
|
|
166
|
-
storageType: {
|
|
167
|
-
serializedName: "storageType",
|
|
168
|
-
required: true,
|
|
169
|
-
type: {
|
|
170
|
-
name: "Enum",
|
|
171
|
-
allowedValues: ["Premium_LRS", "Standard_LRS", "StandardSSD_LRS"]
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
sizeInGB: {
|
|
175
|
-
serializedName: "sizeInGB",
|
|
176
|
-
type: {
|
|
177
|
-
name: "Number"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
};
|
|
183
|
-
export const NetworkProfile = {
|
|
184
|
-
type: {
|
|
185
|
-
name: "Composite",
|
|
186
|
-
className: "NetworkProfile",
|
|
187
|
-
modelProperties: {
|
|
188
|
-
loadBalancerType: {
|
|
189
|
-
serializedName: "loadBalancerType",
|
|
190
|
-
required: true,
|
|
191
|
-
type: {
|
|
192
|
-
name: "String"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
loadBalancerSku: {
|
|
196
|
-
serializedName: "loadBalancerSku",
|
|
197
|
-
type: {
|
|
198
|
-
name: "String"
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
loadBalancerTier: {
|
|
202
|
-
serializedName: "loadBalancerTier",
|
|
203
|
-
type: {
|
|
204
|
-
name: "String"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
capacity: {
|
|
208
|
-
serializedName: "capacity",
|
|
209
|
-
type: {
|
|
210
|
-
name: "Number"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
azureFrontDoorEnabled: {
|
|
214
|
-
serializedName: "azureFrontDoorEnabled",
|
|
215
|
-
type: {
|
|
216
|
-
name: "String"
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
vNetResourceId: {
|
|
220
|
-
serializedName: "vNetResourceId",
|
|
221
|
-
readOnly: true,
|
|
222
|
-
type: {
|
|
223
|
-
name: "String"
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
loadBalancerResourceId: {
|
|
227
|
-
serializedName: "loadBalancerResourceId",
|
|
228
|
-
readOnly: true,
|
|
229
|
-
type: {
|
|
230
|
-
name: "String"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
azureFrontDoorResourceId: {
|
|
234
|
-
serializedName: "azureFrontDoorResourceId",
|
|
235
|
-
readOnly: true,
|
|
236
|
-
type: {
|
|
237
|
-
name: "String"
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
frontEndPublicIpResourceId: {
|
|
241
|
-
serializedName: "frontEndPublicIpResourceId",
|
|
242
|
-
readOnly: true,
|
|
243
|
-
type: {
|
|
244
|
-
name: "String"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
outboundPublicIpResourceIds: {
|
|
248
|
-
serializedName: "outboundPublicIpResourceIds",
|
|
249
|
-
readOnly: true,
|
|
250
|
-
type: {
|
|
251
|
-
name: "Sequence",
|
|
252
|
-
element: {
|
|
253
|
-
type: {
|
|
254
|
-
name: "String"
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
};
|
|
262
|
-
export const DatabaseProfile = {
|
|
8
|
+
export const SAPSizingRecommendationRequest = {
|
|
263
9
|
type: {
|
|
264
10
|
name: "Composite",
|
|
265
|
-
className: "
|
|
11
|
+
className: "SAPSizingRecommendationRequest",
|
|
266
12
|
modelProperties: {
|
|
267
|
-
|
|
268
|
-
serializedName: "
|
|
13
|
+
appLocation: {
|
|
14
|
+
serializedName: "appLocation",
|
|
269
15
|
required: true,
|
|
270
16
|
type: {
|
|
271
17
|
name: "String"
|
|
272
18
|
}
|
|
273
19
|
},
|
|
274
|
-
|
|
275
|
-
serializedName: "
|
|
276
|
-
type: {
|
|
277
|
-
name: "String"
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
version: {
|
|
281
|
-
serializedName: "version",
|
|
282
|
-
type: {
|
|
283
|
-
name: "String"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
sku: {
|
|
287
|
-
serializedName: "sku",
|
|
20
|
+
environment: {
|
|
21
|
+
serializedName: "environment",
|
|
288
22
|
required: true,
|
|
289
23
|
type: {
|
|
290
24
|
name: "String"
|
|
291
25
|
}
|
|
292
26
|
},
|
|
293
|
-
|
|
294
|
-
serializedName: "
|
|
27
|
+
sapProduct: {
|
|
28
|
+
serializedName: "sapProduct",
|
|
295
29
|
required: true,
|
|
296
|
-
type: {
|
|
297
|
-
name: "Enum",
|
|
298
|
-
allowedValues: ["Burstable", "GeneralPurpose", "MemoryOptimized"]
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
haEnabled: {
|
|
302
|
-
serializedName: "haEnabled",
|
|
303
|
-
type: {
|
|
304
|
-
name: "String"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
storageSku: {
|
|
308
|
-
serializedName: "storageSku",
|
|
309
|
-
type: {
|
|
310
|
-
name: "String"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
storageInGB: {
|
|
314
|
-
constraints: {
|
|
315
|
-
InclusiveMinimum: 1
|
|
316
|
-
},
|
|
317
|
-
serializedName: "storageInGB",
|
|
318
|
-
type: {
|
|
319
|
-
name: "Number"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
storageIops: {
|
|
323
|
-
serializedName: "storageIops",
|
|
324
|
-
type: {
|
|
325
|
-
name: "Number"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
backupRetentionDays: {
|
|
329
|
-
serializedName: "backupRetentionDays",
|
|
330
|
-
type: {
|
|
331
|
-
name: "Number"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
sslEnforcementEnabled: {
|
|
335
|
-
serializedName: "sslEnforcementEnabled",
|
|
336
30
|
type: {
|
|
337
31
|
name: "String"
|
|
338
32
|
}
|
|
339
33
|
},
|
|
340
|
-
|
|
341
|
-
serializedName: "
|
|
342
|
-
readOnly: true,
|
|
343
|
-
type: {
|
|
344
|
-
name: "String"
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
};
|
|
350
|
-
export const SiteProfile = {
|
|
351
|
-
type: {
|
|
352
|
-
name: "Composite",
|
|
353
|
-
className: "SiteProfile",
|
|
354
|
-
modelProperties: {
|
|
355
|
-
domainName: {
|
|
356
|
-
serializedName: "domainName",
|
|
357
|
-
type: {
|
|
358
|
-
name: "String"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
};
|
|
364
|
-
export const FileshareProfile = {
|
|
365
|
-
type: {
|
|
366
|
-
name: "Composite",
|
|
367
|
-
className: "FileshareProfile",
|
|
368
|
-
modelProperties: {
|
|
369
|
-
shareType: {
|
|
370
|
-
serializedName: "shareType",
|
|
34
|
+
deploymentType: {
|
|
35
|
+
serializedName: "deploymentType",
|
|
371
36
|
required: true,
|
|
372
37
|
type: {
|
|
373
38
|
name: "String"
|
|
374
39
|
}
|
|
375
40
|
},
|
|
376
|
-
|
|
377
|
-
serializedName: "
|
|
41
|
+
saps: {
|
|
42
|
+
serializedName: "saps",
|
|
378
43
|
required: true,
|
|
379
|
-
type: {
|
|
380
|
-
name: "String"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
shareSizeInGB: {
|
|
384
|
-
constraints: {
|
|
385
|
-
InclusiveMinimum: 1
|
|
386
|
-
},
|
|
387
|
-
serializedName: "shareSizeInGB",
|
|
388
44
|
type: {
|
|
389
45
|
name: "Number"
|
|
390
46
|
}
|
|
391
47
|
},
|
|
392
|
-
|
|
393
|
-
serializedName: "
|
|
394
|
-
readOnly: true,
|
|
395
|
-
type: {
|
|
396
|
-
name: "String"
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
shareName: {
|
|
400
|
-
serializedName: "shareName",
|
|
401
|
-
readOnly: true,
|
|
402
|
-
type: {
|
|
403
|
-
name: "String"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
};
|
|
409
|
-
export const PhpProfile = {
|
|
410
|
-
type: {
|
|
411
|
-
name: "Composite",
|
|
412
|
-
className: "PhpProfile",
|
|
413
|
-
modelProperties: {
|
|
414
|
-
version: {
|
|
415
|
-
serializedName: "version",
|
|
416
|
-
required: true,
|
|
417
|
-
type: {
|
|
418
|
-
name: "String"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
};
|
|
424
|
-
export const CacheProfile = {
|
|
425
|
-
type: {
|
|
426
|
-
name: "Composite",
|
|
427
|
-
className: "CacheProfile",
|
|
428
|
-
modelProperties: {
|
|
429
|
-
name: {
|
|
430
|
-
serializedName: "name",
|
|
431
|
-
type: {
|
|
432
|
-
name: "String"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
skuName: {
|
|
436
|
-
serializedName: "skuName",
|
|
437
|
-
required: true,
|
|
438
|
-
type: {
|
|
439
|
-
name: "String"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
family: {
|
|
443
|
-
serializedName: "family",
|
|
444
|
-
required: true,
|
|
445
|
-
type: {
|
|
446
|
-
name: "String"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
capacity: {
|
|
450
|
-
serializedName: "capacity",
|
|
48
|
+
dbMemory: {
|
|
49
|
+
serializedName: "dbMemory",
|
|
451
50
|
required: true,
|
|
452
51
|
type: {
|
|
453
52
|
name: "Number"
|
|
454
53
|
}
|
|
455
54
|
},
|
|
456
|
-
|
|
457
|
-
serializedName: "
|
|
458
|
-
readOnly: true,
|
|
459
|
-
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
};
|
|
466
|
-
export const BackupProfile = {
|
|
467
|
-
type: {
|
|
468
|
-
name: "Composite",
|
|
469
|
-
className: "BackupProfile",
|
|
470
|
-
modelProperties: {
|
|
471
|
-
backupEnabled: {
|
|
472
|
-
serializedName: "backupEnabled",
|
|
473
|
-
required: true,
|
|
474
|
-
type: {
|
|
475
|
-
name: "String"
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
vaultResourceId: {
|
|
479
|
-
serializedName: "vaultResourceId",
|
|
480
|
-
readOnly: true,
|
|
481
|
-
type: {
|
|
482
|
-
name: "String"
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
};
|
|
488
|
-
export const Sku = {
|
|
489
|
-
type: {
|
|
490
|
-
name: "Composite",
|
|
491
|
-
className: "Sku",
|
|
492
|
-
modelProperties: {
|
|
493
|
-
name: {
|
|
494
|
-
serializedName: "name",
|
|
495
|
-
required: true,
|
|
496
|
-
type: {
|
|
497
|
-
name: "String"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
tier: {
|
|
501
|
-
serializedName: "tier",
|
|
502
|
-
type: {
|
|
503
|
-
name: "Enum",
|
|
504
|
-
allowedValues: ["Free", "Basic", "Standard", "Premium"]
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
size: {
|
|
508
|
-
serializedName: "size",
|
|
509
|
-
type: {
|
|
510
|
-
name: "String"
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
family: {
|
|
514
|
-
serializedName: "family",
|
|
515
|
-
type: {
|
|
516
|
-
name: "String"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
capacity: {
|
|
520
|
-
serializedName: "capacity",
|
|
521
|
-
type: {
|
|
522
|
-
name: "Number"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
};
|
|
528
|
-
export const UserAssignedServiceIdentity = {
|
|
529
|
-
type: {
|
|
530
|
-
name: "Composite",
|
|
531
|
-
className: "UserAssignedServiceIdentity",
|
|
532
|
-
modelProperties: {
|
|
533
|
-
type: {
|
|
534
|
-
serializedName: "type",
|
|
55
|
+
databaseType: {
|
|
56
|
+
serializedName: "databaseType",
|
|
535
57
|
required: true,
|
|
536
58
|
type: {
|
|
537
59
|
name: "String"
|
|
538
60
|
}
|
|
539
61
|
},
|
|
540
|
-
|
|
541
|
-
serializedName: "
|
|
542
|
-
type: {
|
|
543
|
-
name: "Dictionary",
|
|
544
|
-
value: {
|
|
545
|
-
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
};
|
|
552
|
-
export const UserAssignedIdentity = {
|
|
553
|
-
type: {
|
|
554
|
-
name: "Composite",
|
|
555
|
-
className: "UserAssignedIdentity",
|
|
556
|
-
modelProperties: {
|
|
557
|
-
principalId: {
|
|
558
|
-
serializedName: "principalId",
|
|
559
|
-
readOnly: true,
|
|
560
|
-
type: {
|
|
561
|
-
name: "Uuid"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
clientId: {
|
|
565
|
-
serializedName: "clientId",
|
|
566
|
-
readOnly: true,
|
|
567
|
-
type: {
|
|
568
|
-
name: "Uuid"
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
};
|
|
574
|
-
export const Resource = {
|
|
575
|
-
type: {
|
|
576
|
-
name: "Composite",
|
|
577
|
-
className: "Resource",
|
|
578
|
-
modelProperties: {
|
|
579
|
-
id: {
|
|
580
|
-
serializedName: "id",
|
|
581
|
-
readOnly: true,
|
|
582
|
-
type: {
|
|
583
|
-
name: "String"
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
name: {
|
|
587
|
-
serializedName: "name",
|
|
588
|
-
readOnly: true,
|
|
62
|
+
dbScaleMethod: {
|
|
63
|
+
serializedName: "dbScaleMethod",
|
|
589
64
|
type: {
|
|
590
65
|
name: "String"
|
|
591
66
|
}
|
|
592
67
|
},
|
|
593
|
-
|
|
594
|
-
serializedName: "
|
|
595
|
-
readOnly: true,
|
|
68
|
+
highAvailabilityType: {
|
|
69
|
+
serializedName: "highAvailabilityType",
|
|
596
70
|
type: {
|
|
597
71
|
name: "String"
|
|
598
72
|
}
|
|
599
|
-
},
|
|
600
|
-
systemData: {
|
|
601
|
-
serializedName: "systemData",
|
|
602
|
-
type: {
|
|
603
|
-
name: "Composite",
|
|
604
|
-
className: "SystemData"
|
|
605
|
-
}
|
|
606
73
|
}
|
|
607
74
|
}
|
|
608
75
|
}
|
|
609
76
|
};
|
|
610
|
-
export const
|
|
77
|
+
export const SAPSizingRecommendationResult = {
|
|
611
78
|
type: {
|
|
612
79
|
name: "Composite",
|
|
613
|
-
className: "
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
type: {
|
|
624
|
-
name: "String"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
createdAt: {
|
|
628
|
-
serializedName: "createdAt",
|
|
629
|
-
type: {
|
|
630
|
-
name: "DateTime"
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
lastModifiedBy: {
|
|
634
|
-
serializedName: "lastModifiedBy",
|
|
635
|
-
type: {
|
|
636
|
-
name: "String"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
lastModifiedByType: {
|
|
640
|
-
serializedName: "lastModifiedByType",
|
|
80
|
+
className: "SAPSizingRecommendationResult",
|
|
81
|
+
uberParent: "SAPSizingRecommendationResult",
|
|
82
|
+
polymorphicDiscriminator: {
|
|
83
|
+
serializedName: "deploymentType",
|
|
84
|
+
clientName: "deploymentType"
|
|
85
|
+
},
|
|
86
|
+
modelProperties: {
|
|
87
|
+
deploymentType: {
|
|
88
|
+
serializedName: "deploymentType",
|
|
89
|
+
required: true,
|
|
641
90
|
type: {
|
|
642
91
|
name: "String"
|
|
643
92
|
}
|
|
644
|
-
},
|
|
645
|
-
lastModifiedAt: {
|
|
646
|
-
serializedName: "lastModifiedAt",
|
|
647
|
-
type: {
|
|
648
|
-
name: "DateTime"
|
|
649
|
-
}
|
|
650
93
|
}
|
|
651
94
|
}
|
|
652
95
|
}
|
|
@@ -744,143 +187,6 @@ export const ErrorAdditionalInfo = {
|
|
|
744
187
|
}
|
|
745
188
|
}
|
|
746
189
|
};
|
|
747
|
-
export const PatchResourceRequestBody = {
|
|
748
|
-
type: {
|
|
749
|
-
name: "Composite",
|
|
750
|
-
className: "PatchResourceRequestBody",
|
|
751
|
-
modelProperties: {
|
|
752
|
-
tags: {
|
|
753
|
-
serializedName: "tags",
|
|
754
|
-
type: {
|
|
755
|
-
name: "Dictionary",
|
|
756
|
-
value: { type: { name: "String" } }
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
identity: {
|
|
760
|
-
serializedName: "identity",
|
|
761
|
-
type: {
|
|
762
|
-
name: "Composite",
|
|
763
|
-
className: "PatchResourceRequestBodyIdentity"
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
};
|
|
769
|
-
export const WordpressInstanceResourceList = {
|
|
770
|
-
type: {
|
|
771
|
-
name: "Composite",
|
|
772
|
-
className: "WordpressInstanceResourceList",
|
|
773
|
-
modelProperties: {
|
|
774
|
-
value: {
|
|
775
|
-
serializedName: "value",
|
|
776
|
-
type: {
|
|
777
|
-
name: "Sequence",
|
|
778
|
-
element: {
|
|
779
|
-
type: {
|
|
780
|
-
name: "Composite",
|
|
781
|
-
className: "WordpressInstanceResource"
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
},
|
|
786
|
-
nextLink: {
|
|
787
|
-
serializedName: "nextLink",
|
|
788
|
-
type: {
|
|
789
|
-
name: "String"
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
};
|
|
795
|
-
export const SAPSizingRecommendationRequest = {
|
|
796
|
-
type: {
|
|
797
|
-
name: "Composite",
|
|
798
|
-
className: "SAPSizingRecommendationRequest",
|
|
799
|
-
modelProperties: {
|
|
800
|
-
appLocation: {
|
|
801
|
-
serializedName: "appLocation",
|
|
802
|
-
required: true,
|
|
803
|
-
type: {
|
|
804
|
-
name: "String"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
environment: {
|
|
808
|
-
serializedName: "environment",
|
|
809
|
-
required: true,
|
|
810
|
-
type: {
|
|
811
|
-
name: "String"
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
sapProduct: {
|
|
815
|
-
serializedName: "sapProduct",
|
|
816
|
-
required: true,
|
|
817
|
-
type: {
|
|
818
|
-
name: "String"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
deploymentType: {
|
|
822
|
-
serializedName: "deploymentType",
|
|
823
|
-
required: true,
|
|
824
|
-
type: {
|
|
825
|
-
name: "String"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
saps: {
|
|
829
|
-
serializedName: "saps",
|
|
830
|
-
required: true,
|
|
831
|
-
type: {
|
|
832
|
-
name: "Number"
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
dbMemory: {
|
|
836
|
-
serializedName: "dbMemory",
|
|
837
|
-
required: true,
|
|
838
|
-
type: {
|
|
839
|
-
name: "Number"
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
databaseType: {
|
|
843
|
-
serializedName: "databaseType",
|
|
844
|
-
required: true,
|
|
845
|
-
type: {
|
|
846
|
-
name: "String"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
dbScaleMethod: {
|
|
850
|
-
serializedName: "dbScaleMethod",
|
|
851
|
-
type: {
|
|
852
|
-
name: "String"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
highAvailabilityType: {
|
|
856
|
-
serializedName: "highAvailabilityType",
|
|
857
|
-
type: {
|
|
858
|
-
name: "String"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
};
|
|
864
|
-
export const SAPSizingRecommendationResult = {
|
|
865
|
-
type: {
|
|
866
|
-
name: "Composite",
|
|
867
|
-
className: "SAPSizingRecommendationResult",
|
|
868
|
-
uberParent: "SAPSizingRecommendationResult",
|
|
869
|
-
polymorphicDiscriminator: {
|
|
870
|
-
serializedName: "deploymentType",
|
|
871
|
-
clientName: "deploymentType"
|
|
872
|
-
},
|
|
873
|
-
modelProperties: {
|
|
874
|
-
deploymentType: {
|
|
875
|
-
serializedName: "deploymentType",
|
|
876
|
-
required: true,
|
|
877
|
-
type: {
|
|
878
|
-
name: "String"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
};
|
|
884
190
|
export const SAPSupportedSkusRequest = {
|
|
885
191
|
type: {
|
|
886
192
|
name: "Composite",
|
|
@@ -1031,14 +337,38 @@ export const SAPDiskConfigurationsResult = {
|
|
|
1031
337
|
name: "Composite",
|
|
1032
338
|
className: "SAPDiskConfigurationsResult",
|
|
1033
339
|
modelProperties: {
|
|
1034
|
-
|
|
1035
|
-
serializedName: "
|
|
340
|
+
volumeConfigurations: {
|
|
341
|
+
serializedName: "volumeConfigurations",
|
|
342
|
+
type: {
|
|
343
|
+
name: "Dictionary",
|
|
344
|
+
value: {
|
|
345
|
+
type: { name: "Composite", className: "SAPDiskConfiguration" }
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
export const SAPDiskConfiguration = {
|
|
353
|
+
type: {
|
|
354
|
+
name: "Composite",
|
|
355
|
+
className: "SAPDiskConfiguration",
|
|
356
|
+
modelProperties: {
|
|
357
|
+
recommendedConfiguration: {
|
|
358
|
+
serializedName: "recommendedConfiguration",
|
|
359
|
+
type: {
|
|
360
|
+
name: "Composite",
|
|
361
|
+
className: "DiskVolumeConfiguration"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
supportedConfigurations: {
|
|
365
|
+
serializedName: "supportedConfigurations",
|
|
1036
366
|
type: {
|
|
1037
367
|
name: "Sequence",
|
|
1038
368
|
element: {
|
|
1039
369
|
type: {
|
|
1040
370
|
name: "Composite",
|
|
1041
|
-
className: "
|
|
371
|
+
className: "DiskDetails"
|
|
1042
372
|
}
|
|
1043
373
|
}
|
|
1044
374
|
}
|
|
@@ -1046,49 +376,91 @@ export const SAPDiskConfigurationsResult = {
|
|
|
1046
376
|
}
|
|
1047
377
|
}
|
|
1048
378
|
};
|
|
1049
|
-
export const
|
|
379
|
+
export const DiskVolumeConfiguration = {
|
|
1050
380
|
type: {
|
|
1051
381
|
name: "Composite",
|
|
1052
|
-
className: "
|
|
382
|
+
className: "DiskVolumeConfiguration",
|
|
1053
383
|
modelProperties: {
|
|
1054
|
-
|
|
1055
|
-
serializedName: "
|
|
384
|
+
count: {
|
|
385
|
+
serializedName: "count",
|
|
1056
386
|
type: {
|
|
1057
|
-
name: "
|
|
387
|
+
name: "Number"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
sizeGB: {
|
|
391
|
+
serializedName: "sizeGB",
|
|
392
|
+
type: {
|
|
393
|
+
name: "Number"
|
|
1058
394
|
}
|
|
1059
395
|
},
|
|
1060
|
-
|
|
1061
|
-
serializedName: "
|
|
396
|
+
sku: {
|
|
397
|
+
serializedName: "sku",
|
|
398
|
+
type: {
|
|
399
|
+
name: "Composite",
|
|
400
|
+
className: "DiskSku"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
};
|
|
406
|
+
export const DiskSku = {
|
|
407
|
+
type: {
|
|
408
|
+
name: "Composite",
|
|
409
|
+
className: "DiskSku",
|
|
410
|
+
modelProperties: {
|
|
411
|
+
name: {
|
|
412
|
+
serializedName: "name",
|
|
1062
413
|
type: {
|
|
1063
414
|
name: "String"
|
|
1064
415
|
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
export const DiskDetails = {
|
|
421
|
+
type: {
|
|
422
|
+
name: "Composite",
|
|
423
|
+
className: "DiskDetails",
|
|
424
|
+
modelProperties: {
|
|
425
|
+
sku: {
|
|
426
|
+
serializedName: "sku",
|
|
427
|
+
type: {
|
|
428
|
+
name: "Composite",
|
|
429
|
+
className: "DiskSku"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
sizeGB: {
|
|
433
|
+
serializedName: "sizeGB",
|
|
434
|
+
type: {
|
|
435
|
+
name: "Number"
|
|
436
|
+
}
|
|
1065
437
|
},
|
|
1066
|
-
|
|
1067
|
-
serializedName: "
|
|
438
|
+
minimumSupportedDiskCount: {
|
|
439
|
+
serializedName: "minimumSupportedDiskCount",
|
|
1068
440
|
type: {
|
|
1069
441
|
name: "Number"
|
|
1070
442
|
}
|
|
1071
443
|
},
|
|
1072
|
-
|
|
1073
|
-
serializedName: "
|
|
444
|
+
maximumSupportedDiskCount: {
|
|
445
|
+
serializedName: "maximumSupportedDiskCount",
|
|
1074
446
|
type: {
|
|
1075
447
|
name: "Number"
|
|
1076
448
|
}
|
|
1077
449
|
},
|
|
1078
|
-
|
|
1079
|
-
serializedName: "
|
|
450
|
+
iopsReadWrite: {
|
|
451
|
+
serializedName: "iopsReadWrite",
|
|
1080
452
|
type: {
|
|
1081
453
|
name: "Number"
|
|
1082
454
|
}
|
|
1083
455
|
},
|
|
1084
|
-
|
|
1085
|
-
serializedName: "
|
|
456
|
+
mbpsReadWrite: {
|
|
457
|
+
serializedName: "mbpsReadWrite",
|
|
1086
458
|
type: {
|
|
1087
459
|
name: "Number"
|
|
1088
460
|
}
|
|
1089
461
|
},
|
|
1090
|
-
|
|
1091
|
-
serializedName: "
|
|
462
|
+
diskTier: {
|
|
463
|
+
serializedName: "diskTier",
|
|
1092
464
|
type: {
|
|
1093
465
|
name: "String"
|
|
1094
466
|
}
|
|
@@ -1165,6 +537,52 @@ export const SAPAvailabilityZonePair = {
|
|
|
1165
537
|
}
|
|
1166
538
|
}
|
|
1167
539
|
};
|
|
540
|
+
export const UserAssignedServiceIdentity = {
|
|
541
|
+
type: {
|
|
542
|
+
name: "Composite",
|
|
543
|
+
className: "UserAssignedServiceIdentity",
|
|
544
|
+
modelProperties: {
|
|
545
|
+
type: {
|
|
546
|
+
serializedName: "type",
|
|
547
|
+
required: true,
|
|
548
|
+
type: {
|
|
549
|
+
name: "String"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
userAssignedIdentities: {
|
|
553
|
+
serializedName: "userAssignedIdentities",
|
|
554
|
+
type: {
|
|
555
|
+
name: "Dictionary",
|
|
556
|
+
value: {
|
|
557
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
};
|
|
564
|
+
export const UserAssignedIdentity = {
|
|
565
|
+
type: {
|
|
566
|
+
name: "Composite",
|
|
567
|
+
className: "UserAssignedIdentity",
|
|
568
|
+
modelProperties: {
|
|
569
|
+
principalId: {
|
|
570
|
+
serializedName: "principalId",
|
|
571
|
+
readOnly: true,
|
|
572
|
+
type: {
|
|
573
|
+
name: "Uuid"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
clientId: {
|
|
577
|
+
serializedName: "clientId",
|
|
578
|
+
readOnly: true,
|
|
579
|
+
type: {
|
|
580
|
+
name: "Uuid"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
};
|
|
1168
586
|
export const SAPConfiguration = {
|
|
1169
587
|
type: {
|
|
1170
588
|
name: "Composite",
|
|
@@ -1175,9 +593,23 @@ export const SAPConfiguration = {
|
|
|
1175
593
|
clientName: "configurationType"
|
|
1176
594
|
},
|
|
1177
595
|
modelProperties: {
|
|
1178
|
-
configurationType: {
|
|
1179
|
-
serializedName: "configurationType",
|
|
1180
|
-
required: true,
|
|
596
|
+
configurationType: {
|
|
597
|
+
serializedName: "configurationType",
|
|
598
|
+
required: true,
|
|
599
|
+
type: {
|
|
600
|
+
name: "String"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
};
|
|
606
|
+
export const ManagedRGConfiguration = {
|
|
607
|
+
type: {
|
|
608
|
+
name: "Composite",
|
|
609
|
+
className: "ManagedRGConfiguration",
|
|
610
|
+
modelProperties: {
|
|
611
|
+
name: {
|
|
612
|
+
serializedName: "name",
|
|
1181
613
|
type: {
|
|
1182
614
|
name: "String"
|
|
1183
615
|
}
|
|
@@ -1235,6 +667,86 @@ export const ErrorDefinition = {
|
|
|
1235
667
|
}
|
|
1236
668
|
}
|
|
1237
669
|
};
|
|
670
|
+
export const Resource = {
|
|
671
|
+
type: {
|
|
672
|
+
name: "Composite",
|
|
673
|
+
className: "Resource",
|
|
674
|
+
modelProperties: {
|
|
675
|
+
id: {
|
|
676
|
+
serializedName: "id",
|
|
677
|
+
readOnly: true,
|
|
678
|
+
type: {
|
|
679
|
+
name: "String"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
name: {
|
|
683
|
+
serializedName: "name",
|
|
684
|
+
readOnly: true,
|
|
685
|
+
type: {
|
|
686
|
+
name: "String"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
type: {
|
|
690
|
+
serializedName: "type",
|
|
691
|
+
readOnly: true,
|
|
692
|
+
type: {
|
|
693
|
+
name: "String"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
systemData: {
|
|
697
|
+
serializedName: "systemData",
|
|
698
|
+
type: {
|
|
699
|
+
name: "Composite",
|
|
700
|
+
className: "SystemData"
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
};
|
|
706
|
+
export const SystemData = {
|
|
707
|
+
type: {
|
|
708
|
+
name: "Composite",
|
|
709
|
+
className: "SystemData",
|
|
710
|
+
modelProperties: {
|
|
711
|
+
createdBy: {
|
|
712
|
+
serializedName: "createdBy",
|
|
713
|
+
type: {
|
|
714
|
+
name: "String"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
createdByType: {
|
|
718
|
+
serializedName: "createdByType",
|
|
719
|
+
type: {
|
|
720
|
+
name: "String"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
createdAt: {
|
|
724
|
+
serializedName: "createdAt",
|
|
725
|
+
type: {
|
|
726
|
+
name: "DateTime"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
lastModifiedBy: {
|
|
730
|
+
serializedName: "lastModifiedBy",
|
|
731
|
+
type: {
|
|
732
|
+
name: "String"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
lastModifiedByType: {
|
|
736
|
+
serializedName: "lastModifiedByType",
|
|
737
|
+
type: {
|
|
738
|
+
name: "String"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
lastModifiedAt: {
|
|
742
|
+
serializedName: "lastModifiedAt",
|
|
743
|
+
type: {
|
|
744
|
+
name: "DateTime"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
};
|
|
1238
750
|
export const UpdateSAPVirtualInstanceRequest = {
|
|
1239
751
|
type: {
|
|
1240
752
|
name: "Composite",
|
|
@@ -1529,6 +1041,21 @@ export const EnqueueReplicationServerProperties = {
|
|
|
1529
1041
|
}
|
|
1530
1042
|
}
|
|
1531
1043
|
};
|
|
1044
|
+
export const LoadBalancerDetails = {
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "Composite",
|
|
1047
|
+
className: "LoadBalancerDetails",
|
|
1048
|
+
modelProperties: {
|
|
1049
|
+
id: {
|
|
1050
|
+
serializedName: "id",
|
|
1051
|
+
readOnly: true,
|
|
1052
|
+
type: {
|
|
1053
|
+
name: "String"
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
};
|
|
1532
1059
|
export const CentralServerVmDetails = {
|
|
1533
1060
|
type: {
|
|
1534
1061
|
name: "Composite",
|
|
@@ -1547,6 +1074,34 @@ export const CentralServerVmDetails = {
|
|
|
1547
1074
|
type: {
|
|
1548
1075
|
name: "String"
|
|
1549
1076
|
}
|
|
1077
|
+
},
|
|
1078
|
+
storageDetails: {
|
|
1079
|
+
serializedName: "storageDetails",
|
|
1080
|
+
readOnly: true,
|
|
1081
|
+
type: {
|
|
1082
|
+
name: "Sequence",
|
|
1083
|
+
element: {
|
|
1084
|
+
type: {
|
|
1085
|
+
name: "Composite",
|
|
1086
|
+
className: "StorageInformation"
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
};
|
|
1094
|
+
export const StorageInformation = {
|
|
1095
|
+
type: {
|
|
1096
|
+
name: "Composite",
|
|
1097
|
+
className: "StorageInformation",
|
|
1098
|
+
modelProperties: {
|
|
1099
|
+
id: {
|
|
1100
|
+
serializedName: "id",
|
|
1101
|
+
readOnly: true,
|
|
1102
|
+
type: {
|
|
1103
|
+
name: "String"
|
|
1104
|
+
}
|
|
1550
1105
|
}
|
|
1551
1106
|
}
|
|
1552
1107
|
}
|
|
@@ -1610,55 +1165,27 @@ export const DatabaseVmDetails = {
|
|
|
1610
1165
|
type: {
|
|
1611
1166
|
name: "String"
|
|
1612
1167
|
}
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
export const UpdateSAPDatabaseInstanceRequest = {
|
|
1618
|
-
type: {
|
|
1619
|
-
name: "Composite",
|
|
1620
|
-
className: "UpdateSAPDatabaseInstanceRequest",
|
|
1621
|
-
modelProperties: {
|
|
1622
|
-
tags: {
|
|
1623
|
-
serializedName: "tags",
|
|
1624
|
-
type: {
|
|
1625
|
-
name: "Dictionary",
|
|
1626
|
-
value: { type: { name: "String" } }
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1631
|
-
};
|
|
1632
|
-
export const SAPDatabaseInstanceList = {
|
|
1633
|
-
type: {
|
|
1634
|
-
name: "Composite",
|
|
1635
|
-
className: "SAPDatabaseInstanceList",
|
|
1636
|
-
modelProperties: {
|
|
1637
|
-
value: {
|
|
1638
|
-
serializedName: "value",
|
|
1168
|
+
},
|
|
1169
|
+
storageDetails: {
|
|
1170
|
+
serializedName: "storageDetails",
|
|
1171
|
+
readOnly: true,
|
|
1639
1172
|
type: {
|
|
1640
1173
|
name: "Sequence",
|
|
1641
1174
|
element: {
|
|
1642
1175
|
type: {
|
|
1643
1176
|
name: "Composite",
|
|
1644
|
-
className: "
|
|
1177
|
+
className: "StorageInformation"
|
|
1645
1178
|
}
|
|
1646
1179
|
}
|
|
1647
1180
|
}
|
|
1648
|
-
},
|
|
1649
|
-
nextLink: {
|
|
1650
|
-
serializedName: "nextLink",
|
|
1651
|
-
type: {
|
|
1652
|
-
name: "String"
|
|
1653
|
-
}
|
|
1654
1181
|
}
|
|
1655
1182
|
}
|
|
1656
1183
|
}
|
|
1657
1184
|
};
|
|
1658
|
-
export const
|
|
1185
|
+
export const UpdateSAPDatabaseInstanceRequest = {
|
|
1659
1186
|
type: {
|
|
1660
1187
|
name: "Composite",
|
|
1661
|
-
className: "
|
|
1188
|
+
className: "UpdateSAPDatabaseInstanceRequest",
|
|
1662
1189
|
modelProperties: {
|
|
1663
1190
|
tags: {
|
|
1664
1191
|
serializedName: "tags",
|
|
@@ -1670,111 +1197,25 @@ export const UpdateSAPApplicationInstanceRequest = {
|
|
|
1670
1197
|
}
|
|
1671
1198
|
}
|
|
1672
1199
|
};
|
|
1673
|
-
export const
|
|
1674
|
-
type: {
|
|
1675
|
-
name: "Composite",
|
|
1676
|
-
className: "SAPApplicationServerInstanceList",
|
|
1677
|
-
modelProperties: {
|
|
1678
|
-
value: {
|
|
1679
|
-
serializedName: "value",
|
|
1680
|
-
type: {
|
|
1681
|
-
name: "Sequence",
|
|
1682
|
-
element: {
|
|
1683
|
-
type: {
|
|
1684
|
-
name: "Composite",
|
|
1685
|
-
className: "SAPApplicationServerInstance"
|
|
1686
|
-
}
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
nextLink: {
|
|
1691
|
-
serializedName: "nextLink",
|
|
1692
|
-
type: {
|
|
1693
|
-
name: "String"
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
};
|
|
1699
|
-
export const StopRequest = {
|
|
1700
|
-
type: {
|
|
1701
|
-
name: "Composite",
|
|
1702
|
-
className: "StopRequest",
|
|
1703
|
-
modelProperties: {
|
|
1704
|
-
hardStop: {
|
|
1705
|
-
defaultValue: false,
|
|
1706
|
-
serializedName: "hardStop",
|
|
1707
|
-
type: {
|
|
1708
|
-
name: "Boolean"
|
|
1709
|
-
}
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
|
-
};
|
|
1714
|
-
export const OperationListResult = {
|
|
1200
|
+
export const SAPDatabaseInstanceList = {
|
|
1715
1201
|
type: {
|
|
1716
1202
|
name: "Composite",
|
|
1717
|
-
className: "
|
|
1203
|
+
className: "SAPDatabaseInstanceList",
|
|
1718
1204
|
modelProperties: {
|
|
1719
1205
|
value: {
|
|
1720
1206
|
serializedName: "value",
|
|
1721
|
-
readOnly: true,
|
|
1722
1207
|
type: {
|
|
1723
1208
|
name: "Sequence",
|
|
1724
1209
|
element: {
|
|
1725
1210
|
type: {
|
|
1726
1211
|
name: "Composite",
|
|
1727
|
-
className: "
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
nextLink: {
|
|
1733
|
-
serializedName: "nextLink",
|
|
1734
|
-
readOnly: true,
|
|
1735
|
-
type: {
|
|
1736
|
-
name: "String"
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
};
|
|
1742
|
-
export const Operation = {
|
|
1743
|
-
type: {
|
|
1744
|
-
name: "Composite",
|
|
1745
|
-
className: "Operation",
|
|
1746
|
-
modelProperties: {
|
|
1747
|
-
name: {
|
|
1748
|
-
serializedName: "name",
|
|
1749
|
-
readOnly: true,
|
|
1750
|
-
type: {
|
|
1751
|
-
name: "String"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
isDataAction: {
|
|
1755
|
-
serializedName: "isDataAction",
|
|
1756
|
-
readOnly: true,
|
|
1757
|
-
type: {
|
|
1758
|
-
name: "Boolean"
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
display: {
|
|
1762
|
-
serializedName: "display",
|
|
1763
|
-
type: {
|
|
1764
|
-
name: "Composite",
|
|
1765
|
-
className: "OperationDisplay"
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
origin: {
|
|
1769
|
-
serializedName: "origin",
|
|
1770
|
-
readOnly: true,
|
|
1771
|
-
type: {
|
|
1772
|
-
name: "String"
|
|
1212
|
+
className: "SAPDatabaseInstance"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1773
1215
|
}
|
|
1774
1216
|
},
|
|
1775
|
-
|
|
1776
|
-
serializedName: "
|
|
1777
|
-
readOnly: true,
|
|
1217
|
+
nextLink: {
|
|
1218
|
+
serializedName: "nextLink",
|
|
1778
1219
|
type: {
|
|
1779
1220
|
name: "String"
|
|
1780
1221
|
}
|
|
@@ -1782,35 +1223,75 @@ export const Operation = {
|
|
|
1782
1223
|
}
|
|
1783
1224
|
}
|
|
1784
1225
|
};
|
|
1785
|
-
export const
|
|
1226
|
+
export const ApplicationServerVmDetails = {
|
|
1786
1227
|
type: {
|
|
1787
1228
|
name: "Composite",
|
|
1788
|
-
className: "
|
|
1229
|
+
className: "ApplicationServerVmDetails",
|
|
1789
1230
|
modelProperties: {
|
|
1790
|
-
|
|
1791
|
-
serializedName: "
|
|
1231
|
+
type: {
|
|
1232
|
+
serializedName: "type",
|
|
1792
1233
|
readOnly: true,
|
|
1793
1234
|
type: {
|
|
1794
1235
|
name: "String"
|
|
1795
1236
|
}
|
|
1796
1237
|
},
|
|
1797
|
-
|
|
1798
|
-
serializedName: "
|
|
1238
|
+
virtualMachineId: {
|
|
1239
|
+
serializedName: "virtualMachineId",
|
|
1799
1240
|
readOnly: true,
|
|
1800
1241
|
type: {
|
|
1801
1242
|
name: "String"
|
|
1802
1243
|
}
|
|
1803
1244
|
},
|
|
1804
|
-
|
|
1805
|
-
serializedName: "
|
|
1245
|
+
storageDetails: {
|
|
1246
|
+
serializedName: "storageDetails",
|
|
1806
1247
|
readOnly: true,
|
|
1807
1248
|
type: {
|
|
1808
|
-
name: "
|
|
1249
|
+
name: "Sequence",
|
|
1250
|
+
element: {
|
|
1251
|
+
type: {
|
|
1252
|
+
name: "Composite",
|
|
1253
|
+
className: "StorageInformation"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
};
|
|
1261
|
+
export const UpdateSAPApplicationInstanceRequest = {
|
|
1262
|
+
type: {
|
|
1263
|
+
name: "Composite",
|
|
1264
|
+
className: "UpdateSAPApplicationInstanceRequest",
|
|
1265
|
+
modelProperties: {
|
|
1266
|
+
tags: {
|
|
1267
|
+
serializedName: "tags",
|
|
1268
|
+
type: {
|
|
1269
|
+
name: "Dictionary",
|
|
1270
|
+
value: { type: { name: "String" } }
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
};
|
|
1276
|
+
export const SAPApplicationServerInstanceList = {
|
|
1277
|
+
type: {
|
|
1278
|
+
name: "Composite",
|
|
1279
|
+
className: "SAPApplicationServerInstanceList",
|
|
1280
|
+
modelProperties: {
|
|
1281
|
+
value: {
|
|
1282
|
+
serializedName: "value",
|
|
1283
|
+
type: {
|
|
1284
|
+
name: "Sequence",
|
|
1285
|
+
element: {
|
|
1286
|
+
type: {
|
|
1287
|
+
name: "Composite",
|
|
1288
|
+
className: "SAPApplicationServerInstance"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1809
1291
|
}
|
|
1810
1292
|
},
|
|
1811
|
-
|
|
1812
|
-
serializedName: "
|
|
1813
|
-
readOnly: true,
|
|
1293
|
+
nextLink: {
|
|
1294
|
+
serializedName: "nextLink",
|
|
1814
1295
|
type: {
|
|
1815
1296
|
name: "String"
|
|
1816
1297
|
}
|
|
@@ -1818,6 +1299,21 @@ export const OperationDisplay = {
|
|
|
1818
1299
|
}
|
|
1819
1300
|
}
|
|
1820
1301
|
};
|
|
1302
|
+
export const StopRequest = {
|
|
1303
|
+
type: {
|
|
1304
|
+
name: "Composite",
|
|
1305
|
+
className: "StopRequest",
|
|
1306
|
+
modelProperties: {
|
|
1307
|
+
softStopTimeoutSeconds: {
|
|
1308
|
+
defaultValue: 0,
|
|
1309
|
+
serializedName: "softStopTimeoutSeconds",
|
|
1310
|
+
type: {
|
|
1311
|
+
name: "Number"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
};
|
|
1821
1317
|
export const MonitorListResult = {
|
|
1822
1318
|
type: {
|
|
1823
1319
|
name: "Composite",
|
|
@@ -1976,78 +1472,51 @@ export const ProviderSpecificProperties = {
|
|
|
1976
1472
|
}
|
|
1977
1473
|
}
|
|
1978
1474
|
};
|
|
1979
|
-
export const
|
|
1475
|
+
export const SapLandscapeMonitorPropertiesGrouping = {
|
|
1980
1476
|
type: {
|
|
1981
1477
|
name: "Composite",
|
|
1982
|
-
className: "
|
|
1478
|
+
className: "SapLandscapeMonitorPropertiesGrouping",
|
|
1983
1479
|
modelProperties: {
|
|
1984
|
-
|
|
1985
|
-
serializedName: "
|
|
1986
|
-
readOnly: true,
|
|
1480
|
+
landscape: {
|
|
1481
|
+
serializedName: "landscape",
|
|
1987
1482
|
type: {
|
|
1988
1483
|
name: "Sequence",
|
|
1989
1484
|
element: {
|
|
1990
1485
|
type: {
|
|
1991
1486
|
name: "Composite",
|
|
1992
|
-
className: "
|
|
1487
|
+
className: "SapLandscapeMonitorSidMapping"
|
|
1993
1488
|
}
|
|
1994
1489
|
}
|
|
1995
1490
|
}
|
|
1996
1491
|
},
|
|
1997
|
-
|
|
1998
|
-
serializedName: "
|
|
1999
|
-
readOnly: true,
|
|
1492
|
+
sapApplication: {
|
|
1493
|
+
serializedName: "sapApplication",
|
|
2000
1494
|
type: {
|
|
2001
|
-
name: "
|
|
1495
|
+
name: "Sequence",
|
|
1496
|
+
element: {
|
|
1497
|
+
type: {
|
|
1498
|
+
name: "Composite",
|
|
1499
|
+
className: "SapLandscapeMonitorSidMapping"
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
2002
1502
|
}
|
|
2003
1503
|
}
|
|
2004
1504
|
}
|
|
2005
1505
|
}
|
|
2006
1506
|
};
|
|
2007
|
-
export const
|
|
1507
|
+
export const SapLandscapeMonitorSidMapping = {
|
|
2008
1508
|
type: {
|
|
2009
1509
|
name: "Composite",
|
|
2010
|
-
className: "
|
|
1510
|
+
className: "SapLandscapeMonitorSidMapping",
|
|
2011
1511
|
modelProperties: {
|
|
2012
1512
|
name: {
|
|
2013
1513
|
serializedName: "name",
|
|
2014
|
-
required: true,
|
|
2015
|
-
type: {
|
|
2016
|
-
name: "String"
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
resourceType: {
|
|
2020
|
-
serializedName: "resourceType",
|
|
2021
1514
|
type: {
|
|
2022
1515
|
name: "String"
|
|
2023
1516
|
}
|
|
2024
1517
|
},
|
|
2025
|
-
|
|
2026
|
-
serializedName: "
|
|
2027
|
-
type: {
|
|
2028
|
-
name: "String"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
2031
|
-
size: {
|
|
2032
|
-
serializedName: "size",
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "String"
|
|
2035
|
-
}
|
|
2036
|
-
},
|
|
2037
|
-
family: {
|
|
2038
|
-
serializedName: "family",
|
|
2039
|
-
type: {
|
|
2040
|
-
name: "String"
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
kind: {
|
|
2044
|
-
serializedName: "kind",
|
|
2045
|
-
type: {
|
|
2046
|
-
name: "String"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
locations: {
|
|
2050
|
-
serializedName: "locations",
|
|
1518
|
+
topSid: {
|
|
1519
|
+
serializedName: "topSid",
|
|
2051
1520
|
type: {
|
|
2052
1521
|
name: "Sequence",
|
|
2053
1522
|
element: {
|
|
@@ -2056,112 +1525,61 @@ export const SkuDefinition = {
|
|
|
2056
1525
|
}
|
|
2057
1526
|
}
|
|
2058
1527
|
}
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
capacity: {
|
|
2073
|
-
serializedName: "capacity",
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
};
|
|
1532
|
+
export const SapLandscapeMonitorMetricThresholds = {
|
|
1533
|
+
type: {
|
|
1534
|
+
name: "Composite",
|
|
1535
|
+
className: "SapLandscapeMonitorMetricThresholds",
|
|
1536
|
+
modelProperties: {
|
|
1537
|
+
name: {
|
|
1538
|
+
serializedName: "name",
|
|
2074
1539
|
type: {
|
|
2075
|
-
name: "
|
|
2076
|
-
value: { type: { name: "any" } }
|
|
1540
|
+
name: "String"
|
|
2077
1541
|
}
|
|
2078
1542
|
},
|
|
2079
|
-
|
|
2080
|
-
serializedName: "
|
|
1543
|
+
green: {
|
|
1544
|
+
serializedName: "green",
|
|
2081
1545
|
type: {
|
|
2082
|
-
name: "
|
|
2083
|
-
element: {
|
|
2084
|
-
type: {
|
|
2085
|
-
name: "Composite",
|
|
2086
|
-
className: "SkuCost"
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
1546
|
+
name: "Number"
|
|
2089
1547
|
}
|
|
2090
1548
|
},
|
|
2091
|
-
|
|
2092
|
-
serializedName: "
|
|
1549
|
+
yellow: {
|
|
1550
|
+
serializedName: "yellow",
|
|
2093
1551
|
type: {
|
|
2094
|
-
name: "
|
|
2095
|
-
element: {
|
|
2096
|
-
type: {
|
|
2097
|
-
name: "Composite",
|
|
2098
|
-
className: "SkuCapability"
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
1552
|
+
name: "Number"
|
|
2101
1553
|
}
|
|
2102
1554
|
},
|
|
2103
|
-
|
|
2104
|
-
serializedName: "
|
|
1555
|
+
red: {
|
|
1556
|
+
serializedName: "red",
|
|
2105
1557
|
type: {
|
|
2106
|
-
name: "
|
|
2107
|
-
element: {
|
|
2108
|
-
type: {
|
|
2109
|
-
name: "Composite",
|
|
2110
|
-
className: "SkuRestriction"
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
1558
|
+
name: "Number"
|
|
2113
1559
|
}
|
|
2114
1560
|
}
|
|
2115
1561
|
}
|
|
2116
1562
|
}
|
|
2117
1563
|
};
|
|
2118
|
-
export const
|
|
1564
|
+
export const SapLandscapeMonitorListResult = {
|
|
2119
1565
|
type: {
|
|
2120
1566
|
name: "Composite",
|
|
2121
|
-
className: "
|
|
1567
|
+
className: "SapLandscapeMonitorListResult",
|
|
2122
1568
|
modelProperties: {
|
|
2123
|
-
|
|
2124
|
-
serializedName: "
|
|
2125
|
-
type: {
|
|
2126
|
-
name: "String"
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
zones: {
|
|
2130
|
-
serializedName: "zones",
|
|
2131
|
-
type: {
|
|
2132
|
-
name: "Sequence",
|
|
2133
|
-
element: {
|
|
2134
|
-
type: {
|
|
2135
|
-
name: "String"
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
},
|
|
2140
|
-
zoneDetails: {
|
|
2141
|
-
serializedName: "zoneDetails",
|
|
1569
|
+
value: {
|
|
1570
|
+
serializedName: "value",
|
|
2142
1571
|
type: {
|
|
2143
1572
|
name: "Sequence",
|
|
2144
1573
|
element: {
|
|
2145
1574
|
type: {
|
|
2146
1575
|
name: "Composite",
|
|
2147
|
-
className: "
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
extendedLocations: {
|
|
2153
|
-
serializedName: "extendedLocations",
|
|
2154
|
-
type: {
|
|
2155
|
-
name: "Sequence",
|
|
2156
|
-
element: {
|
|
2157
|
-
type: {
|
|
2158
|
-
name: "String"
|
|
1576
|
+
className: "SapLandscapeMonitor"
|
|
2159
1577
|
}
|
|
2160
1578
|
}
|
|
2161
1579
|
}
|
|
2162
1580
|
},
|
|
2163
|
-
|
|
2164
|
-
serializedName: "
|
|
1581
|
+
nextLink: {
|
|
1582
|
+
serializedName: "nextLink",
|
|
2165
1583
|
type: {
|
|
2166
1584
|
name: "String"
|
|
2167
1585
|
}
|
|
@@ -2169,76 +1587,70 @@ export const SkuLocationAndZones = {
|
|
|
2169
1587
|
}
|
|
2170
1588
|
}
|
|
2171
1589
|
};
|
|
2172
|
-
export const
|
|
1590
|
+
export const OperationListResult = {
|
|
2173
1591
|
type: {
|
|
2174
1592
|
name: "Composite",
|
|
2175
|
-
className: "
|
|
1593
|
+
className: "OperationListResult",
|
|
2176
1594
|
modelProperties: {
|
|
2177
|
-
|
|
2178
|
-
serializedName: "
|
|
1595
|
+
value: {
|
|
1596
|
+
serializedName: "value",
|
|
1597
|
+
readOnly: true,
|
|
2179
1598
|
type: {
|
|
2180
1599
|
name: "Sequence",
|
|
2181
1600
|
element: {
|
|
2182
1601
|
type: {
|
|
2183
|
-
name: "
|
|
1602
|
+
name: "Composite",
|
|
1603
|
+
className: "Operation"
|
|
2184
1604
|
}
|
|
2185
1605
|
}
|
|
2186
1606
|
}
|
|
2187
1607
|
},
|
|
2188
|
-
|
|
2189
|
-
serializedName: "
|
|
1608
|
+
nextLink: {
|
|
1609
|
+
serializedName: "nextLink",
|
|
1610
|
+
readOnly: true,
|
|
2190
1611
|
type: {
|
|
2191
|
-
name: "
|
|
2192
|
-
element: {
|
|
2193
|
-
type: {
|
|
2194
|
-
name: "Composite",
|
|
2195
|
-
className: "SkuCapability"
|
|
2196
|
-
}
|
|
2197
|
-
}
|
|
1612
|
+
name: "String"
|
|
2198
1613
|
}
|
|
2199
1614
|
}
|
|
2200
1615
|
}
|
|
2201
1616
|
}
|
|
2202
1617
|
};
|
|
2203
|
-
export const
|
|
1618
|
+
export const Operation = {
|
|
2204
1619
|
type: {
|
|
2205
1620
|
name: "Composite",
|
|
2206
|
-
className: "
|
|
1621
|
+
className: "Operation",
|
|
2207
1622
|
modelProperties: {
|
|
2208
1623
|
name: {
|
|
2209
1624
|
serializedName: "name",
|
|
1625
|
+
readOnly: true,
|
|
2210
1626
|
type: {
|
|
2211
1627
|
name: "String"
|
|
2212
1628
|
}
|
|
2213
1629
|
},
|
|
2214
|
-
|
|
2215
|
-
serializedName: "
|
|
1630
|
+
isDataAction: {
|
|
1631
|
+
serializedName: "isDataAction",
|
|
1632
|
+
readOnly: true,
|
|
2216
1633
|
type: {
|
|
2217
|
-
name: "
|
|
1634
|
+
name: "Boolean"
|
|
2218
1635
|
}
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
};
|
|
2223
|
-
export const SkuCost = {
|
|
2224
|
-
type: {
|
|
2225
|
-
name: "Composite",
|
|
2226
|
-
className: "SkuCost",
|
|
2227
|
-
modelProperties: {
|
|
2228
|
-
meterId: {
|
|
2229
|
-
serializedName: "meterId",
|
|
1636
|
+
},
|
|
1637
|
+
display: {
|
|
1638
|
+
serializedName: "display",
|
|
2230
1639
|
type: {
|
|
2231
|
-
name: "
|
|
1640
|
+
name: "Composite",
|
|
1641
|
+
className: "OperationDisplay"
|
|
2232
1642
|
}
|
|
2233
1643
|
},
|
|
2234
|
-
|
|
2235
|
-
serializedName: "
|
|
1644
|
+
origin: {
|
|
1645
|
+
serializedName: "origin",
|
|
1646
|
+
readOnly: true,
|
|
2236
1647
|
type: {
|
|
2237
|
-
name: "
|
|
1648
|
+
name: "String"
|
|
2238
1649
|
}
|
|
2239
1650
|
},
|
|
2240
|
-
|
|
2241
|
-
serializedName: "
|
|
1651
|
+
actionType: {
|
|
1652
|
+
serializedName: "actionType",
|
|
1653
|
+
readOnly: true,
|
|
2242
1654
|
type: {
|
|
2243
1655
|
name: "String"
|
|
2244
1656
|
}
|
|
@@ -2246,37 +1658,35 @@ export const SkuCost = {
|
|
|
2246
1658
|
}
|
|
2247
1659
|
}
|
|
2248
1660
|
};
|
|
2249
|
-
export const
|
|
1661
|
+
export const OperationDisplay = {
|
|
2250
1662
|
type: {
|
|
2251
1663
|
name: "Composite",
|
|
2252
|
-
className: "
|
|
1664
|
+
className: "OperationDisplay",
|
|
2253
1665
|
modelProperties: {
|
|
2254
|
-
|
|
2255
|
-
serializedName: "
|
|
1666
|
+
provider: {
|
|
1667
|
+
serializedName: "provider",
|
|
1668
|
+
readOnly: true,
|
|
2256
1669
|
type: {
|
|
2257
1670
|
name: "String"
|
|
2258
1671
|
}
|
|
2259
1672
|
},
|
|
2260
|
-
|
|
2261
|
-
serializedName: "
|
|
1673
|
+
resource: {
|
|
1674
|
+
serializedName: "resource",
|
|
1675
|
+
readOnly: true,
|
|
2262
1676
|
type: {
|
|
2263
|
-
name: "
|
|
2264
|
-
element: {
|
|
2265
|
-
type: {
|
|
2266
|
-
name: "String"
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
1677
|
+
name: "String"
|
|
2269
1678
|
}
|
|
2270
1679
|
},
|
|
2271
|
-
|
|
2272
|
-
serializedName: "
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
1680
|
+
operation: {
|
|
1681
|
+
serializedName: "operation",
|
|
1682
|
+
readOnly: true,
|
|
1683
|
+
type: {
|
|
1684
|
+
name: "String"
|
|
2276
1685
|
}
|
|
2277
1686
|
},
|
|
2278
|
-
|
|
2279
|
-
serializedName: "
|
|
1687
|
+
description: {
|
|
1688
|
+
serializedName: "description",
|
|
1689
|
+
readOnly: true,
|
|
2280
1690
|
type: {
|
|
2281
1691
|
name: "String"
|
|
2282
1692
|
}
|
|
@@ -2312,19 +1722,6 @@ export const ImageReference = {
|
|
|
2312
1722
|
type: {
|
|
2313
1723
|
name: "String"
|
|
2314
1724
|
}
|
|
2315
|
-
},
|
|
2316
|
-
exactVersion: {
|
|
2317
|
-
serializedName: "exactVersion",
|
|
2318
|
-
readOnly: true,
|
|
2319
|
-
type: {
|
|
2320
|
-
name: "String"
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
sharedGalleryImageId: {
|
|
2324
|
-
serializedName: "sharedGalleryImageId",
|
|
2325
|
-
type: {
|
|
2326
|
-
name: "String"
|
|
2327
|
-
}
|
|
2328
1725
|
}
|
|
2329
1726
|
}
|
|
2330
1727
|
}
|
|
@@ -2430,6 +1827,23 @@ export const OSProfile = {
|
|
|
2430
1827
|
}
|
|
2431
1828
|
}
|
|
2432
1829
|
};
|
|
1830
|
+
export const DiskConfiguration = {
|
|
1831
|
+
type: {
|
|
1832
|
+
name: "Composite",
|
|
1833
|
+
className: "DiskConfiguration",
|
|
1834
|
+
modelProperties: {
|
|
1835
|
+
diskVolumeConfigurations: {
|
|
1836
|
+
serializedName: "diskVolumeConfigurations",
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "Dictionary",
|
|
1839
|
+
value: {
|
|
1840
|
+
type: { name: "Composite", className: "DiskVolumeConfiguration" }
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
};
|
|
2433
1847
|
export const VirtualMachineConfiguration = {
|
|
2434
1848
|
type: {
|
|
2435
1849
|
name: "Composite",
|
|
@@ -2474,6 +1888,26 @@ export const NetworkConfiguration = {
|
|
|
2474
1888
|
}
|
|
2475
1889
|
}
|
|
2476
1890
|
};
|
|
1891
|
+
export const SingleServerCustomResourceNames = {
|
|
1892
|
+
type: {
|
|
1893
|
+
name: "Composite",
|
|
1894
|
+
className: "SingleServerCustomResourceNames",
|
|
1895
|
+
uberParent: "SingleServerCustomResourceNames",
|
|
1896
|
+
polymorphicDiscriminator: {
|
|
1897
|
+
serializedName: "namingPatternType",
|
|
1898
|
+
clientName: "namingPatternType"
|
|
1899
|
+
},
|
|
1900
|
+
modelProperties: {
|
|
1901
|
+
namingPatternType: {
|
|
1902
|
+
serializedName: "namingPatternType",
|
|
1903
|
+
required: true,
|
|
1904
|
+
type: {
|
|
1905
|
+
name: "String"
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
};
|
|
2477
1911
|
export const InfrastructureConfiguration = {
|
|
2478
1912
|
type: {
|
|
2479
1913
|
name: "Composite",
|
|
@@ -2555,53 +1989,353 @@ export const DatabaseConfiguration = {
|
|
|
2555
1989
|
className: "VirtualMachineConfiguration"
|
|
2556
1990
|
}
|
|
2557
1991
|
},
|
|
2558
|
-
instanceCount: {
|
|
2559
|
-
serializedName: "instanceCount",
|
|
2560
|
-
required: true,
|
|
1992
|
+
instanceCount: {
|
|
1993
|
+
serializedName: "instanceCount",
|
|
1994
|
+
required: true,
|
|
1995
|
+
type: {
|
|
1996
|
+
name: "Number"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
diskConfiguration: {
|
|
2000
|
+
serializedName: "diskConfiguration",
|
|
2001
|
+
type: {
|
|
2002
|
+
name: "Composite",
|
|
2003
|
+
className: "DiskConfiguration"
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
};
|
|
2009
|
+
export const ApplicationServerConfiguration = {
|
|
2010
|
+
type: {
|
|
2011
|
+
name: "Composite",
|
|
2012
|
+
className: "ApplicationServerConfiguration",
|
|
2013
|
+
modelProperties: {
|
|
2014
|
+
subnetId: {
|
|
2015
|
+
serializedName: "subnetId",
|
|
2016
|
+
required: true,
|
|
2017
|
+
type: {
|
|
2018
|
+
name: "String"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
virtualMachineConfiguration: {
|
|
2022
|
+
serializedName: "virtualMachineConfiguration",
|
|
2023
|
+
type: {
|
|
2024
|
+
name: "Composite",
|
|
2025
|
+
className: "VirtualMachineConfiguration"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
instanceCount: {
|
|
2029
|
+
serializedName: "instanceCount",
|
|
2030
|
+
required: true,
|
|
2031
|
+
type: {
|
|
2032
|
+
name: "Number"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
}
|
|
2037
|
+
};
|
|
2038
|
+
export const HighAvailabilityConfiguration = {
|
|
2039
|
+
type: {
|
|
2040
|
+
name: "Composite",
|
|
2041
|
+
className: "HighAvailabilityConfiguration",
|
|
2042
|
+
modelProperties: {
|
|
2043
|
+
highAvailabilityType: {
|
|
2044
|
+
serializedName: "highAvailabilityType",
|
|
2045
|
+
required: true,
|
|
2046
|
+
type: {
|
|
2047
|
+
name: "String"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
};
|
|
2053
|
+
export const FileShareConfiguration = {
|
|
2054
|
+
type: {
|
|
2055
|
+
name: "Composite",
|
|
2056
|
+
className: "FileShareConfiguration",
|
|
2057
|
+
uberParent: "FileShareConfiguration",
|
|
2058
|
+
polymorphicDiscriminator: {
|
|
2059
|
+
serializedName: "configurationType",
|
|
2060
|
+
clientName: "configurationType"
|
|
2061
|
+
},
|
|
2062
|
+
modelProperties: {
|
|
2063
|
+
configurationType: {
|
|
2064
|
+
serializedName: "configurationType",
|
|
2065
|
+
required: true,
|
|
2066
|
+
type: {
|
|
2067
|
+
name: "String"
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
};
|
|
2073
|
+
export const StorageConfiguration = {
|
|
2074
|
+
type: {
|
|
2075
|
+
name: "Composite",
|
|
2076
|
+
className: "StorageConfiguration",
|
|
2077
|
+
modelProperties: {
|
|
2078
|
+
transportFileShareConfiguration: {
|
|
2079
|
+
serializedName: "transportFileShareConfiguration",
|
|
2080
|
+
type: {
|
|
2081
|
+
name: "Composite",
|
|
2082
|
+
className: "FileShareConfiguration"
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
};
|
|
2088
|
+
export const ThreeTierCustomResourceNames = {
|
|
2089
|
+
type: {
|
|
2090
|
+
name: "Composite",
|
|
2091
|
+
className: "ThreeTierCustomResourceNames",
|
|
2092
|
+
uberParent: "ThreeTierCustomResourceNames",
|
|
2093
|
+
polymorphicDiscriminator: {
|
|
2094
|
+
serializedName: "namingPatternType",
|
|
2095
|
+
clientName: "namingPatternType"
|
|
2096
|
+
},
|
|
2097
|
+
modelProperties: {
|
|
2098
|
+
namingPatternType: {
|
|
2099
|
+
serializedName: "namingPatternType",
|
|
2100
|
+
required: true,
|
|
2101
|
+
type: {
|
|
2102
|
+
name: "String"
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
};
|
|
2108
|
+
export const VirtualMachineResourceNames = {
|
|
2109
|
+
type: {
|
|
2110
|
+
name: "Composite",
|
|
2111
|
+
className: "VirtualMachineResourceNames",
|
|
2112
|
+
modelProperties: {
|
|
2113
|
+
vmName: {
|
|
2114
|
+
serializedName: "vmName",
|
|
2115
|
+
type: {
|
|
2116
|
+
name: "String"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
hostName: {
|
|
2120
|
+
serializedName: "hostName",
|
|
2121
|
+
type: {
|
|
2122
|
+
name: "String"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
networkInterfaces: {
|
|
2126
|
+
constraints: {
|
|
2127
|
+
MaxItems: 1
|
|
2128
|
+
},
|
|
2129
|
+
serializedName: "networkInterfaces",
|
|
2130
|
+
type: {
|
|
2131
|
+
name: "Sequence",
|
|
2132
|
+
element: {
|
|
2133
|
+
type: {
|
|
2134
|
+
name: "Composite",
|
|
2135
|
+
className: "NetworkInterfaceResourceNames"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
osDiskName: {
|
|
2141
|
+
serializedName: "osDiskName",
|
|
2142
|
+
type: {
|
|
2143
|
+
name: "String"
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
dataDiskNames: {
|
|
2147
|
+
serializedName: "dataDiskNames",
|
|
2148
|
+
type: {
|
|
2149
|
+
name: "Dictionary",
|
|
2150
|
+
value: {
|
|
2151
|
+
type: { name: "Sequence", element: { type: { name: "String" } } }
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
};
|
|
2158
|
+
export const NetworkInterfaceResourceNames = {
|
|
2159
|
+
type: {
|
|
2160
|
+
name: "Composite",
|
|
2161
|
+
className: "NetworkInterfaceResourceNames",
|
|
2162
|
+
modelProperties: {
|
|
2163
|
+
networkInterfaceName: {
|
|
2164
|
+
serializedName: "networkInterfaceName",
|
|
2165
|
+
type: {
|
|
2166
|
+
name: "String"
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
};
|
|
2172
|
+
export const CentralServerFullResourceNames = {
|
|
2173
|
+
type: {
|
|
2174
|
+
name: "Composite",
|
|
2175
|
+
className: "CentralServerFullResourceNames",
|
|
2176
|
+
modelProperties: {
|
|
2177
|
+
virtualMachines: {
|
|
2178
|
+
constraints: {
|
|
2179
|
+
MaxItems: 2
|
|
2180
|
+
},
|
|
2181
|
+
serializedName: "virtualMachines",
|
|
2182
|
+
type: {
|
|
2183
|
+
name: "Sequence",
|
|
2184
|
+
element: {
|
|
2185
|
+
type: {
|
|
2186
|
+
name: "Composite",
|
|
2187
|
+
className: "VirtualMachineResourceNames"
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2192
|
+
availabilitySetName: {
|
|
2193
|
+
serializedName: "availabilitySetName",
|
|
2194
|
+
type: {
|
|
2195
|
+
name: "String"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
loadBalancer: {
|
|
2199
|
+
serializedName: "loadBalancer",
|
|
2200
|
+
type: {
|
|
2201
|
+
name: "Composite",
|
|
2202
|
+
className: "LoadBalancerResourceNames"
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
};
|
|
2208
|
+
export const LoadBalancerResourceNames = {
|
|
2209
|
+
type: {
|
|
2210
|
+
name: "Composite",
|
|
2211
|
+
className: "LoadBalancerResourceNames",
|
|
2212
|
+
modelProperties: {
|
|
2213
|
+
loadBalancerName: {
|
|
2214
|
+
serializedName: "loadBalancerName",
|
|
2215
|
+
type: {
|
|
2216
|
+
name: "String"
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
frontendIpConfigurationNames: {
|
|
2220
|
+
constraints: {
|
|
2221
|
+
MaxItems: 2
|
|
2222
|
+
},
|
|
2223
|
+
serializedName: "frontendIpConfigurationNames",
|
|
2224
|
+
type: {
|
|
2225
|
+
name: "Sequence",
|
|
2226
|
+
element: {
|
|
2227
|
+
type: {
|
|
2228
|
+
name: "String"
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
backendPoolNames: {
|
|
2234
|
+
constraints: {
|
|
2235
|
+
MaxItems: 1
|
|
2236
|
+
},
|
|
2237
|
+
serializedName: "backendPoolNames",
|
|
2238
|
+
type: {
|
|
2239
|
+
name: "Sequence",
|
|
2240
|
+
element: {
|
|
2241
|
+
type: {
|
|
2242
|
+
name: "String"
|
|
2243
|
+
}
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
healthProbeNames: {
|
|
2248
|
+
constraints: {
|
|
2249
|
+
MaxItems: 2
|
|
2250
|
+
},
|
|
2251
|
+
serializedName: "healthProbeNames",
|
|
2252
|
+
type: {
|
|
2253
|
+
name: "Sequence",
|
|
2254
|
+
element: {
|
|
2255
|
+
type: {
|
|
2256
|
+
name: "String"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
};
|
|
2264
|
+
export const ApplicationServerFullResourceNames = {
|
|
2265
|
+
type: {
|
|
2266
|
+
name: "Composite",
|
|
2267
|
+
className: "ApplicationServerFullResourceNames",
|
|
2268
|
+
modelProperties: {
|
|
2269
|
+
virtualMachines: {
|
|
2270
|
+
serializedName: "virtualMachines",
|
|
2271
|
+
type: {
|
|
2272
|
+
name: "Sequence",
|
|
2273
|
+
element: {
|
|
2274
|
+
type: {
|
|
2275
|
+
name: "Composite",
|
|
2276
|
+
className: "VirtualMachineResourceNames"
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
availabilitySetName: {
|
|
2282
|
+
serializedName: "availabilitySetName",
|
|
2561
2283
|
type: {
|
|
2562
|
-
name: "
|
|
2284
|
+
name: "String"
|
|
2563
2285
|
}
|
|
2564
2286
|
}
|
|
2565
2287
|
}
|
|
2566
2288
|
}
|
|
2567
2289
|
};
|
|
2568
|
-
export const
|
|
2290
|
+
export const DatabaseServerFullResourceNames = {
|
|
2569
2291
|
type: {
|
|
2570
2292
|
name: "Composite",
|
|
2571
|
-
className: "
|
|
2293
|
+
className: "DatabaseServerFullResourceNames",
|
|
2572
2294
|
modelProperties: {
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2295
|
+
virtualMachines: {
|
|
2296
|
+
constraints: {
|
|
2297
|
+
MaxItems: 2
|
|
2298
|
+
},
|
|
2299
|
+
serializedName: "virtualMachines",
|
|
2576
2300
|
type: {
|
|
2577
|
-
name: "
|
|
2301
|
+
name: "Sequence",
|
|
2302
|
+
element: {
|
|
2303
|
+
type: {
|
|
2304
|
+
name: "Composite",
|
|
2305
|
+
className: "VirtualMachineResourceNames"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2578
2308
|
}
|
|
2579
2309
|
},
|
|
2580
|
-
|
|
2581
|
-
serializedName: "
|
|
2310
|
+
availabilitySetName: {
|
|
2311
|
+
serializedName: "availabilitySetName",
|
|
2582
2312
|
type: {
|
|
2583
|
-
name: "
|
|
2584
|
-
className: "VirtualMachineConfiguration"
|
|
2313
|
+
name: "String"
|
|
2585
2314
|
}
|
|
2586
2315
|
},
|
|
2587
|
-
|
|
2588
|
-
serializedName: "
|
|
2589
|
-
required: true,
|
|
2316
|
+
loadBalancer: {
|
|
2317
|
+
serializedName: "loadBalancer",
|
|
2590
2318
|
type: {
|
|
2591
|
-
name: "
|
|
2319
|
+
name: "Composite",
|
|
2320
|
+
className: "LoadBalancerResourceNames"
|
|
2592
2321
|
}
|
|
2593
2322
|
}
|
|
2594
2323
|
}
|
|
2595
2324
|
}
|
|
2596
2325
|
};
|
|
2597
|
-
export const
|
|
2326
|
+
export const SharedStorageResourceNames = {
|
|
2598
2327
|
type: {
|
|
2599
2328
|
name: "Composite",
|
|
2600
|
-
className: "
|
|
2329
|
+
className: "SharedStorageResourceNames",
|
|
2601
2330
|
modelProperties: {
|
|
2602
|
-
|
|
2603
|
-
serializedName: "
|
|
2604
|
-
|
|
2331
|
+
sharedStorageAccountName: {
|
|
2332
|
+
serializedName: "sharedStorageAccountName",
|
|
2333
|
+
type: {
|
|
2334
|
+
name: "String"
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
sharedStorageAccountPrivateEndPointName: {
|
|
2338
|
+
serializedName: "sharedStorageAccountPrivateEndPointName",
|
|
2605
2339
|
type: {
|
|
2606
2340
|
name: "String"
|
|
2607
2341
|
}
|
|
@@ -2815,182 +2549,6 @@ export const Tags = {
|
|
|
2815
2549
|
}
|
|
2816
2550
|
}
|
|
2817
2551
|
};
|
|
2818
|
-
export const RestrictionInfo = {
|
|
2819
|
-
type: {
|
|
2820
|
-
name: "Composite",
|
|
2821
|
-
className: "RestrictionInfo",
|
|
2822
|
-
modelProperties: {
|
|
2823
|
-
locations: {
|
|
2824
|
-
serializedName: "locations",
|
|
2825
|
-
type: {
|
|
2826
|
-
name: "Sequence",
|
|
2827
|
-
element: {
|
|
2828
|
-
type: {
|
|
2829
|
-
name: "String"
|
|
2830
|
-
}
|
|
2831
|
-
}
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
zones: {
|
|
2835
|
-
serializedName: "zones",
|
|
2836
|
-
type: {
|
|
2837
|
-
name: "Sequence",
|
|
2838
|
-
element: {
|
|
2839
|
-
type: {
|
|
2840
|
-
name: "String"
|
|
2841
|
-
}
|
|
2842
|
-
}
|
|
2843
|
-
}
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
}
|
|
2847
|
-
};
|
|
2848
|
-
export const SkuCapacity = {
|
|
2849
|
-
type: {
|
|
2850
|
-
name: "Composite",
|
|
2851
|
-
className: "SkuCapacity",
|
|
2852
|
-
modelProperties: {
|
|
2853
|
-
minimum: {
|
|
2854
|
-
serializedName: "minimum",
|
|
2855
|
-
type: {
|
|
2856
|
-
name: "Number"
|
|
2857
|
-
}
|
|
2858
|
-
},
|
|
2859
|
-
maximum: {
|
|
2860
|
-
serializedName: "maximum",
|
|
2861
|
-
type: {
|
|
2862
|
-
name: "Number"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
default: {
|
|
2866
|
-
serializedName: "default",
|
|
2867
|
-
type: {
|
|
2868
|
-
name: "Number"
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
|
-
scaleType: {
|
|
2872
|
-
serializedName: "scaleType",
|
|
2873
|
-
type: {
|
|
2874
|
-
name: "String"
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
2877
|
-
}
|
|
2878
|
-
}
|
|
2879
|
-
};
|
|
2880
|
-
export const VmssNodesProfile = {
|
|
2881
|
-
type: {
|
|
2882
|
-
name: "Composite",
|
|
2883
|
-
className: "VmssNodesProfile",
|
|
2884
|
-
modelProperties: Object.assign(Object.assign({}, NodeProfile.type.modelProperties), { autoScaleMinCount: {
|
|
2885
|
-
constraints: {
|
|
2886
|
-
InclusiveMinimum: 1
|
|
2887
|
-
},
|
|
2888
|
-
serializedName: "autoScaleMinCount",
|
|
2889
|
-
type: {
|
|
2890
|
-
name: "Number"
|
|
2891
|
-
}
|
|
2892
|
-
}, autoScaleMaxCount: {
|
|
2893
|
-
constraints: {
|
|
2894
|
-
InclusiveMinimum: 1
|
|
2895
|
-
},
|
|
2896
|
-
serializedName: "autoScaleMaxCount",
|
|
2897
|
-
type: {
|
|
2898
|
-
name: "Number"
|
|
2899
|
-
}
|
|
2900
|
-
} })
|
|
2901
|
-
}
|
|
2902
|
-
};
|
|
2903
|
-
export const SearchProfile = {
|
|
2904
|
-
type: {
|
|
2905
|
-
name: "Composite",
|
|
2906
|
-
className: "SearchProfile",
|
|
2907
|
-
modelProperties: Object.assign(Object.assign({}, NodeProfile.type.modelProperties), { searchType: {
|
|
2908
|
-
serializedName: "searchType",
|
|
2909
|
-
required: true,
|
|
2910
|
-
type: {
|
|
2911
|
-
name: "String"
|
|
2912
|
-
}
|
|
2913
|
-
} })
|
|
2914
|
-
}
|
|
2915
|
-
};
|
|
2916
|
-
export const PhpWorkloadResourceIdentity = {
|
|
2917
|
-
type: {
|
|
2918
|
-
name: "Composite",
|
|
2919
|
-
className: "PhpWorkloadResourceIdentity",
|
|
2920
|
-
modelProperties: Object.assign({}, UserAssignedServiceIdentity.type.modelProperties)
|
|
2921
|
-
}
|
|
2922
|
-
};
|
|
2923
|
-
export const PatchResourceRequestBodyIdentity = {
|
|
2924
|
-
type: {
|
|
2925
|
-
name: "Composite",
|
|
2926
|
-
className: "PatchResourceRequestBodyIdentity",
|
|
2927
|
-
modelProperties: Object.assign({}, UserAssignedServiceIdentity.type.modelProperties)
|
|
2928
|
-
}
|
|
2929
|
-
};
|
|
2930
|
-
export const TrackedResource = {
|
|
2931
|
-
type: {
|
|
2932
|
-
name: "Composite",
|
|
2933
|
-
className: "TrackedResource",
|
|
2934
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
2935
|
-
serializedName: "tags",
|
|
2936
|
-
type: {
|
|
2937
|
-
name: "Dictionary",
|
|
2938
|
-
value: { type: { name: "String" } }
|
|
2939
|
-
}
|
|
2940
|
-
}, location: {
|
|
2941
|
-
serializedName: "location",
|
|
2942
|
-
required: true,
|
|
2943
|
-
type: {
|
|
2944
|
-
name: "String"
|
|
2945
|
-
}
|
|
2946
|
-
} })
|
|
2947
|
-
}
|
|
2948
|
-
};
|
|
2949
|
-
export const ProxyResource = {
|
|
2950
|
-
type: {
|
|
2951
|
-
name: "Composite",
|
|
2952
|
-
className: "ProxyResource",
|
|
2953
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
2954
|
-
}
|
|
2955
|
-
};
|
|
2956
|
-
export const OperationsContent = {
|
|
2957
|
-
type: {
|
|
2958
|
-
name: "Composite",
|
|
2959
|
-
className: "OperationsContent",
|
|
2960
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { namePropertiesName: {
|
|
2961
|
-
serializedName: "properties.name",
|
|
2962
|
-
type: {
|
|
2963
|
-
name: "String"
|
|
2964
|
-
}
|
|
2965
|
-
}, isDataAction: {
|
|
2966
|
-
serializedName: "properties.isDataAction",
|
|
2967
|
-
type: {
|
|
2968
|
-
name: "Boolean"
|
|
2969
|
-
}
|
|
2970
|
-
}, origin: {
|
|
2971
|
-
serializedName: "properties.origin",
|
|
2972
|
-
type: {
|
|
2973
|
-
name: "String"
|
|
2974
|
-
}
|
|
2975
|
-
}, display: {
|
|
2976
|
-
serializedName: "properties.display",
|
|
2977
|
-
type: {
|
|
2978
|
-
name: "Composite",
|
|
2979
|
-
className: "OperationsDefinitionDisplay"
|
|
2980
|
-
}
|
|
2981
|
-
}, actionType: {
|
|
2982
|
-
serializedName: "properties.actionType",
|
|
2983
|
-
type: {
|
|
2984
|
-
name: "String"
|
|
2985
|
-
}
|
|
2986
|
-
}, properties: {
|
|
2987
|
-
serializedName: "properties.properties",
|
|
2988
|
-
type: {
|
|
2989
|
-
name: "any"
|
|
2990
|
-
}
|
|
2991
|
-
} })
|
|
2992
|
-
}
|
|
2993
|
-
};
|
|
2994
2552
|
export const SingleServerRecommendationResult = {
|
|
2995
2553
|
serializedName: "SingleServer",
|
|
2996
2554
|
type: {
|
|
@@ -3058,6 +2616,15 @@ export const DiscoveryConfiguration = {
|
|
|
3058
2616
|
type: {
|
|
3059
2617
|
name: "String"
|
|
3060
2618
|
}
|
|
2619
|
+
}, managedRgStorageAccountName: {
|
|
2620
|
+
constraints: {
|
|
2621
|
+
MaxLength: 24,
|
|
2622
|
+
MinLength: 3
|
|
2623
|
+
},
|
|
2624
|
+
serializedName: "managedRgStorageAccountName",
|
|
2625
|
+
type: {
|
|
2626
|
+
name: "String"
|
|
2627
|
+
}
|
|
3061
2628
|
}, appLocation: {
|
|
3062
2629
|
serializedName: "appLocation",
|
|
3063
2630
|
readOnly: true,
|
|
@@ -3118,11 +2685,75 @@ export const DeploymentWithOSConfiguration = {
|
|
|
3118
2685
|
name: "Composite",
|
|
3119
2686
|
className: "SoftwareConfiguration"
|
|
3120
2687
|
}
|
|
3121
|
-
}, osSapConfiguration: {
|
|
3122
|
-
serializedName: "osSapConfiguration",
|
|
2688
|
+
}, osSapConfiguration: {
|
|
2689
|
+
serializedName: "osSapConfiguration",
|
|
2690
|
+
type: {
|
|
2691
|
+
name: "Composite",
|
|
2692
|
+
className: "OsSapConfiguration"
|
|
2693
|
+
}
|
|
2694
|
+
} })
|
|
2695
|
+
}
|
|
2696
|
+
};
|
|
2697
|
+
export const TrackedResource = {
|
|
2698
|
+
type: {
|
|
2699
|
+
name: "Composite",
|
|
2700
|
+
className: "TrackedResource",
|
|
2701
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
2702
|
+
serializedName: "tags",
|
|
2703
|
+
type: {
|
|
2704
|
+
name: "Dictionary",
|
|
2705
|
+
value: { type: { name: "String" } }
|
|
2706
|
+
}
|
|
2707
|
+
}, location: {
|
|
2708
|
+
serializedName: "location",
|
|
2709
|
+
required: true,
|
|
2710
|
+
type: {
|
|
2711
|
+
name: "String"
|
|
2712
|
+
}
|
|
2713
|
+
} })
|
|
2714
|
+
}
|
|
2715
|
+
};
|
|
2716
|
+
export const ProxyResource = {
|
|
2717
|
+
type: {
|
|
2718
|
+
name: "Composite",
|
|
2719
|
+
className: "ProxyResource",
|
|
2720
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
2721
|
+
}
|
|
2722
|
+
};
|
|
2723
|
+
export const OperationsContent = {
|
|
2724
|
+
type: {
|
|
2725
|
+
name: "Composite",
|
|
2726
|
+
className: "OperationsContent",
|
|
2727
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { namePropertiesName: {
|
|
2728
|
+
serializedName: "properties.name",
|
|
2729
|
+
type: {
|
|
2730
|
+
name: "String"
|
|
2731
|
+
}
|
|
2732
|
+
}, isDataAction: {
|
|
2733
|
+
serializedName: "properties.isDataAction",
|
|
2734
|
+
type: {
|
|
2735
|
+
name: "Boolean"
|
|
2736
|
+
}
|
|
2737
|
+
}, origin: {
|
|
2738
|
+
serializedName: "properties.origin",
|
|
2739
|
+
type: {
|
|
2740
|
+
name: "String"
|
|
2741
|
+
}
|
|
2742
|
+
}, display: {
|
|
2743
|
+
serializedName: "properties.display",
|
|
2744
|
+
type: {
|
|
2745
|
+
name: "Composite",
|
|
2746
|
+
className: "OperationsDefinitionDisplay"
|
|
2747
|
+
}
|
|
2748
|
+
}, actionType: {
|
|
2749
|
+
serializedName: "properties.actionType",
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "String"
|
|
2752
|
+
}
|
|
2753
|
+
}, properties: {
|
|
2754
|
+
serializedName: "properties.properties",
|
|
3123
2755
|
type: {
|
|
3124
|
-
name: "
|
|
3125
|
-
className: "OsSapConfiguration"
|
|
2756
|
+
name: "any"
|
|
3126
2757
|
}
|
|
3127
2758
|
} })
|
|
3128
2759
|
}
|
|
@@ -3183,8 +2814,8 @@ export const HanaDbProviderInstanceProperties = {
|
|
|
3183
2814
|
type: {
|
|
3184
2815
|
name: "String"
|
|
3185
2816
|
}
|
|
3186
|
-
},
|
|
3187
|
-
serializedName: "
|
|
2817
|
+
}, sslCertificateUri: {
|
|
2818
|
+
serializedName: "sslCertificateUri",
|
|
3188
2819
|
type: {
|
|
3189
2820
|
name: "String"
|
|
3190
2821
|
}
|
|
@@ -3193,6 +2824,16 @@ export const HanaDbProviderInstanceProperties = {
|
|
|
3193
2824
|
type: {
|
|
3194
2825
|
name: "String"
|
|
3195
2826
|
}
|
|
2827
|
+
}, sslPreference: {
|
|
2828
|
+
serializedName: "sslPreference",
|
|
2829
|
+
type: {
|
|
2830
|
+
name: "String"
|
|
2831
|
+
}
|
|
2832
|
+
}, sapSid: {
|
|
2833
|
+
serializedName: "sapSid",
|
|
2834
|
+
type: {
|
|
2835
|
+
name: "String"
|
|
2836
|
+
}
|
|
3196
2837
|
} })
|
|
3197
2838
|
}
|
|
3198
2839
|
};
|
|
@@ -3253,8 +2894,13 @@ export const SapNetWeaverProviderInstanceProperties = {
|
|
|
3253
2894
|
type: {
|
|
3254
2895
|
name: "String"
|
|
3255
2896
|
}
|
|
3256
|
-
},
|
|
3257
|
-
serializedName: "
|
|
2897
|
+
}, sslCertificateUri: {
|
|
2898
|
+
serializedName: "sslCertificateUri",
|
|
2899
|
+
type: {
|
|
2900
|
+
name: "String"
|
|
2901
|
+
}
|
|
2902
|
+
}, sslPreference: {
|
|
2903
|
+
serializedName: "sslPreference",
|
|
3258
2904
|
type: {
|
|
3259
2905
|
name: "String"
|
|
3260
2906
|
}
|
|
@@ -3273,6 +2919,21 @@ export const PrometheusOSProviderInstanceProperties = {
|
|
|
3273
2919
|
type: {
|
|
3274
2920
|
name: "String"
|
|
3275
2921
|
}
|
|
2922
|
+
}, sslPreference: {
|
|
2923
|
+
serializedName: "sslPreference",
|
|
2924
|
+
type: {
|
|
2925
|
+
name: "String"
|
|
2926
|
+
}
|
|
2927
|
+
}, sslCertificateUri: {
|
|
2928
|
+
serializedName: "sslCertificateUri",
|
|
2929
|
+
type: {
|
|
2930
|
+
name: "String"
|
|
2931
|
+
}
|
|
2932
|
+
}, sapSid: {
|
|
2933
|
+
serializedName: "sapSid",
|
|
2934
|
+
type: {
|
|
2935
|
+
name: "String"
|
|
2936
|
+
}
|
|
3276
2937
|
} })
|
|
3277
2938
|
}
|
|
3278
2939
|
};
|
|
@@ -3318,6 +2979,16 @@ export const DB2ProviderInstanceProperties = {
|
|
|
3318
2979
|
type: {
|
|
3319
2980
|
name: "String"
|
|
3320
2981
|
}
|
|
2982
|
+
}, sslPreference: {
|
|
2983
|
+
serializedName: "sslPreference",
|
|
2984
|
+
type: {
|
|
2985
|
+
name: "String"
|
|
2986
|
+
}
|
|
2987
|
+
}, sslCertificateUri: {
|
|
2988
|
+
serializedName: "sslCertificateUri",
|
|
2989
|
+
type: {
|
|
2990
|
+
name: "String"
|
|
2991
|
+
}
|
|
3321
2992
|
} })
|
|
3322
2993
|
}
|
|
3323
2994
|
};
|
|
@@ -3348,6 +3019,16 @@ export const PrometheusHaClusterProviderInstanceProperties = {
|
|
|
3348
3019
|
type: {
|
|
3349
3020
|
name: "String"
|
|
3350
3021
|
}
|
|
3022
|
+
}, sslPreference: {
|
|
3023
|
+
serializedName: "sslPreference",
|
|
3024
|
+
type: {
|
|
3025
|
+
name: "String"
|
|
3026
|
+
}
|
|
3027
|
+
}, sslCertificateUri: {
|
|
3028
|
+
serializedName: "sslCertificateUri",
|
|
3029
|
+
type: {
|
|
3030
|
+
name: "String"
|
|
3031
|
+
}
|
|
3351
3032
|
} })
|
|
3352
3033
|
}
|
|
3353
3034
|
};
|
|
@@ -3388,6 +3069,16 @@ export const MsSqlServerProviderInstanceProperties = {
|
|
|
3388
3069
|
type: {
|
|
3389
3070
|
name: "String"
|
|
3390
3071
|
}
|
|
3072
|
+
}, sslPreference: {
|
|
3073
|
+
serializedName: "sslPreference",
|
|
3074
|
+
type: {
|
|
3075
|
+
name: "String"
|
|
3076
|
+
}
|
|
3077
|
+
}, sslCertificateUri: {
|
|
3078
|
+
serializedName: "sslCertificateUri",
|
|
3079
|
+
type: {
|
|
3080
|
+
name: "String"
|
|
3081
|
+
}
|
|
3391
3082
|
} })
|
|
3392
3083
|
}
|
|
3393
3084
|
};
|
|
@@ -3428,6 +3119,22 @@ export const LinuxConfiguration = {
|
|
|
3428
3119
|
} })
|
|
3429
3120
|
}
|
|
3430
3121
|
};
|
|
3122
|
+
export const SingleServerFullResourceNames = {
|
|
3123
|
+
serializedName: "FullResourceName",
|
|
3124
|
+
type: {
|
|
3125
|
+
name: "Composite",
|
|
3126
|
+
className: "SingleServerFullResourceNames",
|
|
3127
|
+
uberParent: "SingleServerCustomResourceNames",
|
|
3128
|
+
polymorphicDiscriminator: SingleServerCustomResourceNames.type.polymorphicDiscriminator,
|
|
3129
|
+
modelProperties: Object.assign(Object.assign({}, SingleServerCustomResourceNames.type.modelProperties), { virtualMachine: {
|
|
3130
|
+
serializedName: "virtualMachine",
|
|
3131
|
+
type: {
|
|
3132
|
+
name: "Composite",
|
|
3133
|
+
className: "VirtualMachineResourceNames"
|
|
3134
|
+
}
|
|
3135
|
+
} })
|
|
3136
|
+
}
|
|
3137
|
+
};
|
|
3431
3138
|
export const SingleServerConfiguration = {
|
|
3432
3139
|
serializedName: "SingleServer",
|
|
3433
3140
|
type: {
|
|
@@ -3458,6 +3165,18 @@ export const SingleServerConfiguration = {
|
|
|
3458
3165
|
name: "Composite",
|
|
3459
3166
|
className: "VirtualMachineConfiguration"
|
|
3460
3167
|
}
|
|
3168
|
+
}, dbDiskConfiguration: {
|
|
3169
|
+
serializedName: "dbDiskConfiguration",
|
|
3170
|
+
type: {
|
|
3171
|
+
name: "Composite",
|
|
3172
|
+
className: "DiskConfiguration"
|
|
3173
|
+
}
|
|
3174
|
+
}, customResourceNames: {
|
|
3175
|
+
serializedName: "customResourceNames",
|
|
3176
|
+
type: {
|
|
3177
|
+
name: "Composite",
|
|
3178
|
+
className: "SingleServerCustomResourceNames"
|
|
3179
|
+
}
|
|
3461
3180
|
} })
|
|
3462
3181
|
}
|
|
3463
3182
|
};
|
|
@@ -3498,6 +3217,104 @@ export const ThreeTierConfiguration = {
|
|
|
3498
3217
|
name: "Composite",
|
|
3499
3218
|
className: "HighAvailabilityConfiguration"
|
|
3500
3219
|
}
|
|
3220
|
+
}, storageConfiguration: {
|
|
3221
|
+
serializedName: "storageConfiguration",
|
|
3222
|
+
type: {
|
|
3223
|
+
name: "Composite",
|
|
3224
|
+
className: "StorageConfiguration"
|
|
3225
|
+
}
|
|
3226
|
+
}, customResourceNames: {
|
|
3227
|
+
serializedName: "customResourceNames",
|
|
3228
|
+
type: {
|
|
3229
|
+
name: "Composite",
|
|
3230
|
+
className: "ThreeTierCustomResourceNames"
|
|
3231
|
+
}
|
|
3232
|
+
} })
|
|
3233
|
+
}
|
|
3234
|
+
};
|
|
3235
|
+
export const SkipFileShareConfiguration = {
|
|
3236
|
+
serializedName: "Skip",
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "Composite",
|
|
3239
|
+
className: "SkipFileShareConfiguration",
|
|
3240
|
+
uberParent: "FileShareConfiguration",
|
|
3241
|
+
polymorphicDiscriminator: FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3242
|
+
modelProperties: Object.assign({}, FileShareConfiguration.type.modelProperties)
|
|
3243
|
+
}
|
|
3244
|
+
};
|
|
3245
|
+
export const CreateAndMountFileShareConfiguration = {
|
|
3246
|
+
serializedName: "CreateAndMount",
|
|
3247
|
+
type: {
|
|
3248
|
+
name: "Composite",
|
|
3249
|
+
className: "CreateAndMountFileShareConfiguration",
|
|
3250
|
+
uberParent: "FileShareConfiguration",
|
|
3251
|
+
polymorphicDiscriminator: FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3252
|
+
modelProperties: Object.assign(Object.assign({}, FileShareConfiguration.type.modelProperties), { resourceGroup: {
|
|
3253
|
+
serializedName: "resourceGroup",
|
|
3254
|
+
type: {
|
|
3255
|
+
name: "String"
|
|
3256
|
+
}
|
|
3257
|
+
}, storageAccountName: {
|
|
3258
|
+
serializedName: "storageAccountName",
|
|
3259
|
+
type: {
|
|
3260
|
+
name: "String"
|
|
3261
|
+
}
|
|
3262
|
+
} })
|
|
3263
|
+
}
|
|
3264
|
+
};
|
|
3265
|
+
export const MountFileShareConfiguration = {
|
|
3266
|
+
serializedName: "Mount",
|
|
3267
|
+
type: {
|
|
3268
|
+
name: "Composite",
|
|
3269
|
+
className: "MountFileShareConfiguration",
|
|
3270
|
+
uberParent: "FileShareConfiguration",
|
|
3271
|
+
polymorphicDiscriminator: FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3272
|
+
modelProperties: Object.assign(Object.assign({}, FileShareConfiguration.type.modelProperties), { id: {
|
|
3273
|
+
serializedName: "id",
|
|
3274
|
+
required: true,
|
|
3275
|
+
type: {
|
|
3276
|
+
name: "String"
|
|
3277
|
+
}
|
|
3278
|
+
}, privateEndpointId: {
|
|
3279
|
+
serializedName: "privateEndpointId",
|
|
3280
|
+
required: true,
|
|
3281
|
+
type: {
|
|
3282
|
+
name: "String"
|
|
3283
|
+
}
|
|
3284
|
+
} })
|
|
3285
|
+
}
|
|
3286
|
+
};
|
|
3287
|
+
export const ThreeTierFullResourceNames = {
|
|
3288
|
+
serializedName: "FullResourceName",
|
|
3289
|
+
type: {
|
|
3290
|
+
name: "Composite",
|
|
3291
|
+
className: "ThreeTierFullResourceNames",
|
|
3292
|
+
uberParent: "ThreeTierCustomResourceNames",
|
|
3293
|
+
polymorphicDiscriminator: ThreeTierCustomResourceNames.type.polymorphicDiscriminator,
|
|
3294
|
+
modelProperties: Object.assign(Object.assign({}, ThreeTierCustomResourceNames.type.modelProperties), { centralServer: {
|
|
3295
|
+
serializedName: "centralServer",
|
|
3296
|
+
type: {
|
|
3297
|
+
name: "Composite",
|
|
3298
|
+
className: "CentralServerFullResourceNames"
|
|
3299
|
+
}
|
|
3300
|
+
}, applicationServer: {
|
|
3301
|
+
serializedName: "applicationServer",
|
|
3302
|
+
type: {
|
|
3303
|
+
name: "Composite",
|
|
3304
|
+
className: "ApplicationServerFullResourceNames"
|
|
3305
|
+
}
|
|
3306
|
+
}, databaseServer: {
|
|
3307
|
+
serializedName: "databaseServer",
|
|
3308
|
+
type: {
|
|
3309
|
+
name: "Composite",
|
|
3310
|
+
className: "DatabaseServerFullResourceNames"
|
|
3311
|
+
}
|
|
3312
|
+
}, sharedStorage: {
|
|
3313
|
+
serializedName: "sharedStorage",
|
|
3314
|
+
type: {
|
|
3315
|
+
name: "Composite",
|
|
3316
|
+
className: "SharedStorageResourceNames"
|
|
3317
|
+
}
|
|
3501
3318
|
} })
|
|
3502
3319
|
}
|
|
3503
3320
|
};
|
|
@@ -3581,121 +3398,28 @@ export const SAPInstallWithoutOSConfigSoftwareConfiguration = {
|
|
|
3581
3398
|
} })
|
|
3582
3399
|
}
|
|
3583
3400
|
};
|
|
3584
|
-
export const
|
|
3585
|
-
|
|
3586
|
-
name: "Composite",
|
|
3587
|
-
className: "OperationsDefinitionDisplay",
|
|
3588
|
-
modelProperties: Object.assign({}, OperationsDisplayDefinition.type.modelProperties)
|
|
3589
|
-
}
|
|
3590
|
-
};
|
|
3591
|
-
export const PhpWorkloadResource = {
|
|
3401
|
+
export const ExternalInstallationSoftwareConfiguration = {
|
|
3402
|
+
serializedName: "External",
|
|
3592
3403
|
type: {
|
|
3593
3404
|
name: "Composite",
|
|
3594
|
-
className: "
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
name: "String"
|
|
3600
|
-
}
|
|
3601
|
-
}, sku: {
|
|
3602
|
-
serializedName: "sku",
|
|
3603
|
-
type: {
|
|
3604
|
-
name: "Composite",
|
|
3605
|
-
className: "Sku"
|
|
3606
|
-
}
|
|
3607
|
-
}, identity: {
|
|
3608
|
-
serializedName: "identity",
|
|
3609
|
-
type: {
|
|
3610
|
-
name: "Composite",
|
|
3611
|
-
className: "PhpWorkloadResourceIdentity"
|
|
3612
|
-
}
|
|
3613
|
-
}, appLocation: {
|
|
3614
|
-
serializedName: "properties.appLocation",
|
|
3615
|
-
type: {
|
|
3616
|
-
name: "String"
|
|
3617
|
-
}
|
|
3618
|
-
}, managedResourceGroupConfiguration: {
|
|
3619
|
-
serializedName: "properties.managedResourceGroupConfiguration",
|
|
3620
|
-
type: {
|
|
3621
|
-
name: "Composite",
|
|
3622
|
-
className: "ManagedRGConfiguration"
|
|
3623
|
-
}
|
|
3624
|
-
}, adminUserProfile: {
|
|
3625
|
-
serializedName: "properties.adminUserProfile",
|
|
3626
|
-
type: {
|
|
3627
|
-
name: "Composite",
|
|
3628
|
-
className: "UserProfile"
|
|
3629
|
-
}
|
|
3630
|
-
}, webNodesProfile: {
|
|
3631
|
-
serializedName: "properties.webNodesProfile",
|
|
3632
|
-
type: {
|
|
3633
|
-
name: "Composite",
|
|
3634
|
-
className: "VmssNodesProfile"
|
|
3635
|
-
}
|
|
3636
|
-
}, controllerProfile: {
|
|
3637
|
-
serializedName: "properties.controllerProfile",
|
|
3638
|
-
type: {
|
|
3639
|
-
name: "Composite",
|
|
3640
|
-
className: "NodeProfile"
|
|
3641
|
-
}
|
|
3642
|
-
}, networkProfile: {
|
|
3643
|
-
serializedName: "properties.networkProfile",
|
|
3644
|
-
type: {
|
|
3645
|
-
name: "Composite",
|
|
3646
|
-
className: "NetworkProfile"
|
|
3647
|
-
}
|
|
3648
|
-
}, databaseProfile: {
|
|
3649
|
-
serializedName: "properties.databaseProfile",
|
|
3650
|
-
type: {
|
|
3651
|
-
name: "Composite",
|
|
3652
|
-
className: "DatabaseProfile"
|
|
3653
|
-
}
|
|
3654
|
-
}, siteProfile: {
|
|
3655
|
-
serializedName: "properties.siteProfile",
|
|
3656
|
-
type: {
|
|
3657
|
-
name: "Composite",
|
|
3658
|
-
className: "SiteProfile"
|
|
3659
|
-
}
|
|
3660
|
-
}, fileshareProfile: {
|
|
3661
|
-
serializedName: "properties.fileshareProfile",
|
|
3662
|
-
type: {
|
|
3663
|
-
name: "Composite",
|
|
3664
|
-
className: "FileshareProfile"
|
|
3665
|
-
}
|
|
3666
|
-
}, phpProfile: {
|
|
3667
|
-
serializedName: "properties.phpProfile",
|
|
3668
|
-
type: {
|
|
3669
|
-
name: "Composite",
|
|
3670
|
-
className: "PhpProfile"
|
|
3671
|
-
}
|
|
3672
|
-
}, searchProfile: {
|
|
3673
|
-
serializedName: "properties.searchProfile",
|
|
3674
|
-
type: {
|
|
3675
|
-
name: "Composite",
|
|
3676
|
-
className: "SearchProfile"
|
|
3677
|
-
}
|
|
3678
|
-
}, cacheProfile: {
|
|
3679
|
-
serializedName: "properties.cacheProfile",
|
|
3680
|
-
type: {
|
|
3681
|
-
name: "Composite",
|
|
3682
|
-
className: "CacheProfile"
|
|
3683
|
-
}
|
|
3684
|
-
}, backupProfile: {
|
|
3685
|
-
serializedName: "properties.backupProfile",
|
|
3686
|
-
type: {
|
|
3687
|
-
name: "Composite",
|
|
3688
|
-
className: "BackupProfile"
|
|
3689
|
-
}
|
|
3690
|
-
}, provisioningState: {
|
|
3691
|
-
serializedName: "properties.provisioningState",
|
|
3692
|
-
readOnly: true,
|
|
3405
|
+
className: "ExternalInstallationSoftwareConfiguration",
|
|
3406
|
+
uberParent: "SoftwareConfiguration",
|
|
3407
|
+
polymorphicDiscriminator: SoftwareConfiguration.type.polymorphicDiscriminator,
|
|
3408
|
+
modelProperties: Object.assign(Object.assign({}, SoftwareConfiguration.type.modelProperties), { centralServerVmId: {
|
|
3409
|
+
serializedName: "centralServerVmId",
|
|
3693
3410
|
type: {
|
|
3694
3411
|
name: "String"
|
|
3695
3412
|
}
|
|
3696
3413
|
} })
|
|
3697
3414
|
}
|
|
3698
3415
|
};
|
|
3416
|
+
export const OperationsDefinitionDisplay = {
|
|
3417
|
+
type: {
|
|
3418
|
+
name: "Composite",
|
|
3419
|
+
className: "OperationsDefinitionDisplay",
|
|
3420
|
+
modelProperties: Object.assign({}, OperationsDisplayDefinition.type.modelProperties)
|
|
3421
|
+
}
|
|
3422
|
+
};
|
|
3699
3423
|
export const SAPVirtualInstance = {
|
|
3700
3424
|
type: {
|
|
3701
3425
|
name: "Composite",
|
|
@@ -3817,6 +3541,12 @@ export const SAPCentralServerInstance = {
|
|
|
3817
3541
|
type: {
|
|
3818
3542
|
name: "String"
|
|
3819
3543
|
}
|
|
3544
|
+
}, loadBalancerDetails: {
|
|
3545
|
+
serializedName: "properties.loadBalancerDetails",
|
|
3546
|
+
type: {
|
|
3547
|
+
name: "Composite",
|
|
3548
|
+
className: "LoadBalancerDetails"
|
|
3549
|
+
}
|
|
3820
3550
|
}, vmDetails: {
|
|
3821
3551
|
serializedName: "properties.vmDetails",
|
|
3822
3552
|
readOnly: true,
|
|
@@ -3884,6 +3614,12 @@ export const SAPDatabaseInstance = {
|
|
|
3884
3614
|
type: {
|
|
3885
3615
|
name: "String"
|
|
3886
3616
|
}
|
|
3617
|
+
}, loadBalancerDetails: {
|
|
3618
|
+
serializedName: "properties.loadBalancerDetails",
|
|
3619
|
+
type: {
|
|
3620
|
+
name: "Composite",
|
|
3621
|
+
className: "LoadBalancerDetails"
|
|
3622
|
+
}
|
|
3887
3623
|
}, vmDetails: {
|
|
3888
3624
|
serializedName: "properties.vmDetails",
|
|
3889
3625
|
readOnly: true,
|
|
@@ -3978,11 +3714,23 @@ export const SAPApplicationServerInstance = {
|
|
|
3978
3714
|
type: {
|
|
3979
3715
|
name: "Number"
|
|
3980
3716
|
}
|
|
3981
|
-
},
|
|
3982
|
-
serializedName: "properties.
|
|
3717
|
+
}, loadBalancerDetails: {
|
|
3718
|
+
serializedName: "properties.loadBalancerDetails",
|
|
3719
|
+
type: {
|
|
3720
|
+
name: "Composite",
|
|
3721
|
+
className: "LoadBalancerDetails"
|
|
3722
|
+
}
|
|
3723
|
+
}, vmDetails: {
|
|
3724
|
+
serializedName: "properties.vmDetails",
|
|
3983
3725
|
readOnly: true,
|
|
3984
3726
|
type: {
|
|
3985
|
-
name: "
|
|
3727
|
+
name: "Sequence",
|
|
3728
|
+
element: {
|
|
3729
|
+
type: {
|
|
3730
|
+
name: "Composite",
|
|
3731
|
+
className: "ApplicationServerVmDetails"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3986
3734
|
}
|
|
3987
3735
|
}, status: {
|
|
3988
3736
|
serializedName: "properties.status",
|
|
@@ -4043,6 +3791,11 @@ export const Monitor = {
|
|
|
4043
3791
|
type: {
|
|
4044
3792
|
name: "String"
|
|
4045
3793
|
}
|
|
3794
|
+
}, zoneRedundancyPreference: {
|
|
3795
|
+
serializedName: "properties.zoneRedundancyPreference",
|
|
3796
|
+
type: {
|
|
3797
|
+
name: "String"
|
|
3798
|
+
}
|
|
4046
3799
|
}, managedResourceGroupConfiguration: {
|
|
4047
3800
|
serializedName: "properties.managedResourceGroupConfiguration",
|
|
4048
3801
|
type: {
|
|
@@ -4065,36 +3818,8 @@ export const Monitor = {
|
|
|
4065
3818
|
type: {
|
|
4066
3819
|
name: "String"
|
|
4067
3820
|
}
|
|
4068
|
-
}
|
|
4069
|
-
|
|
4070
|
-
};
|
|
4071
|
-
export const WordpressInstanceResource = {
|
|
4072
|
-
type: {
|
|
4073
|
-
name: "Composite",
|
|
4074
|
-
className: "WordpressInstanceResource",
|
|
4075
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { version: {
|
|
4076
|
-
serializedName: "properties.version",
|
|
4077
|
-
type: {
|
|
4078
|
-
name: "String"
|
|
4079
|
-
}
|
|
4080
|
-
}, databaseName: {
|
|
4081
|
-
serializedName: "properties.databaseName",
|
|
4082
|
-
type: {
|
|
4083
|
-
name: "String"
|
|
4084
|
-
}
|
|
4085
|
-
}, databaseUser: {
|
|
4086
|
-
serializedName: "properties.databaseUser",
|
|
4087
|
-
type: {
|
|
4088
|
-
name: "String"
|
|
4089
|
-
}
|
|
4090
|
-
}, siteUrl: {
|
|
4091
|
-
serializedName: "properties.siteUrl",
|
|
4092
|
-
readOnly: true,
|
|
4093
|
-
type: {
|
|
4094
|
-
name: "String"
|
|
4095
|
-
}
|
|
4096
|
-
}, provisioningState: {
|
|
4097
|
-
serializedName: "properties.provisioningState",
|
|
3821
|
+
}, storageAccountArmId: {
|
|
3822
|
+
serializedName: "properties.storageAccountArmId",
|
|
4098
3823
|
readOnly: true,
|
|
4099
3824
|
type: {
|
|
4100
3825
|
name: "String"
|
|
@@ -4133,12 +3858,45 @@ export const ProviderInstance = {
|
|
|
4133
3858
|
} })
|
|
4134
3859
|
}
|
|
4135
3860
|
};
|
|
3861
|
+
export const SapLandscapeMonitor = {
|
|
3862
|
+
type: {
|
|
3863
|
+
name: "Composite",
|
|
3864
|
+
className: "SapLandscapeMonitor",
|
|
3865
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { provisioningState: {
|
|
3866
|
+
serializedName: "properties.provisioningState",
|
|
3867
|
+
readOnly: true,
|
|
3868
|
+
type: {
|
|
3869
|
+
name: "String"
|
|
3870
|
+
}
|
|
3871
|
+
}, grouping: {
|
|
3872
|
+
serializedName: "properties.grouping",
|
|
3873
|
+
type: {
|
|
3874
|
+
name: "Composite",
|
|
3875
|
+
className: "SapLandscapeMonitorPropertiesGrouping"
|
|
3876
|
+
}
|
|
3877
|
+
}, topMetricsThresholds: {
|
|
3878
|
+
serializedName: "properties.topMetricsThresholds",
|
|
3879
|
+
type: {
|
|
3880
|
+
name: "Sequence",
|
|
3881
|
+
element: {
|
|
3882
|
+
type: {
|
|
3883
|
+
name: "Composite",
|
|
3884
|
+
className: "SapLandscapeMonitorMetricThresholds"
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
} })
|
|
3889
|
+
}
|
|
3890
|
+
};
|
|
4136
3891
|
export let discriminators = {
|
|
4137
3892
|
SAPSizingRecommendationResult: SAPSizingRecommendationResult,
|
|
4138
3893
|
SAPConfiguration: SAPConfiguration,
|
|
4139
3894
|
ProviderSpecificProperties: ProviderSpecificProperties,
|
|
4140
3895
|
OSConfiguration: OSConfiguration,
|
|
3896
|
+
SingleServerCustomResourceNames: SingleServerCustomResourceNames,
|
|
4141
3897
|
InfrastructureConfiguration: InfrastructureConfiguration,
|
|
3898
|
+
FileShareConfiguration: FileShareConfiguration,
|
|
3899
|
+
ThreeTierCustomResourceNames: ThreeTierCustomResourceNames,
|
|
4142
3900
|
SoftwareConfiguration: SoftwareConfiguration,
|
|
4143
3901
|
"SAPSizingRecommendationResult.SingleServer": SingleServerRecommendationResult,
|
|
4144
3902
|
"SAPSizingRecommendationResult.ThreeTier": ThreeTierRecommendationResult,
|
|
@@ -4153,9 +3911,15 @@ export let discriminators = {
|
|
|
4153
3911
|
"ProviderSpecificProperties.MsSqlServer": MsSqlServerProviderInstanceProperties,
|
|
4154
3912
|
"OSConfiguration.Windows": WindowsConfiguration,
|
|
4155
3913
|
"OSConfiguration.Linux": LinuxConfiguration,
|
|
3914
|
+
"SingleServerCustomResourceNames.FullResourceName": SingleServerFullResourceNames,
|
|
4156
3915
|
"InfrastructureConfiguration.SingleServer": SingleServerConfiguration,
|
|
4157
3916
|
"InfrastructureConfiguration.ThreeTier": ThreeTierConfiguration,
|
|
3917
|
+
"FileShareConfiguration.Skip": SkipFileShareConfiguration,
|
|
3918
|
+
"FileShareConfiguration.CreateAndMount": CreateAndMountFileShareConfiguration,
|
|
3919
|
+
"FileShareConfiguration.Mount": MountFileShareConfiguration,
|
|
3920
|
+
"ThreeTierCustomResourceNames.FullResourceName": ThreeTierFullResourceNames,
|
|
4158
3921
|
"SoftwareConfiguration.ServiceInitiated": ServiceInitiatedSoftwareConfiguration,
|
|
4159
|
-
"SoftwareConfiguration.SAPInstallWithoutOSConfig": SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
3922
|
+
"SoftwareConfiguration.SAPInstallWithoutOSConfig": SAPInstallWithoutOSConfigSoftwareConfiguration,
|
|
3923
|
+
"SoftwareConfiguration.External": ExternalInstallationSoftwareConfiguration
|
|
4160
3924
|
};
|
|
4161
3925
|
//# sourceMappingURL=mappers.js.map
|