@azure/arm-workloads 1.0.0-beta.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -42
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/index.js +3677 -3904
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/monitorsCreateSample.js +12 -4
- package/dist-esm/samples-dev/monitorsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/monitorsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsGetSample.js +12 -4
- package/dist-esm/samples-dev/monitorsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +24 -9
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListSample.js +23 -8
- package/dist-esm/samples-dev/monitorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.js +17 -8
- package/dist-esm/samples-dev/monitorsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +23 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesCreateSample.js +250 -32
- package/dist-esm/samples-dev/providerInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/providerInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesGetSample.js +37 -24
- package/dist-esm/samples-dev/providerInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/providerInstancesListSample.js +24 -9
- package/dist-esm/samples-dev/providerInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +39 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +44 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +19 -10
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +39 -6
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +42 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +36 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +26 -11
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +40 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +42 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +19 -10
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.js +48 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.js +39 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorListSample.js.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.js +48 -0
- package/dist-esm/samples-dev/sapLandscapeMonitorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +31 -20
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +1 -1
- package/dist-esm/samples-dev/sapSupportedSkuSample.js +31 -20
- package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +2121 -178
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +26 -11
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +25 -10
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +15 -7
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +1 -1
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +14 -6
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +942 -1305
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +112 -246
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +51 -43
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1192 -1428
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -10
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +52 -82
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/monitors.d.ts +3 -3
- package/dist-esm/src/operations/monitors.d.ts.map +1 -1
- package/dist-esm/src/operations/monitors.js +83 -39
- package/dist-esm/src/operations/monitors.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +31 -13
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/providerInstances.d.ts +3 -3
- package/dist-esm/src/operations/providerInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/providerInstances.js +58 -31
- package/dist-esm/src/operations/providerInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +70 -35
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.js +300 -77
- package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPCentralInstances.d.ts +86 -42
- package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPCentralInstances.js +316 -84
- package/dist-esm/src/operations/sAPCentralInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +78 -42
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.js +308 -84
- package/dist-esm/src/operations/sAPDatabaseInstances.js.map +1 -1
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts +31 -29
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +1 -1
- package/dist-esm/src/operations/sAPVirtualInstances.js +125 -72
- package/dist-esm/src/operations/sAPVirtualInstances.js.map +1 -1
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.d.ts +57 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.js +188 -0
- package/dist-esm/src/operations/sapLandscapeMonitorOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/providerInstances.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/providerInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +66 -32
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +82 -39
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +75 -39
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +29 -27
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{phpWorkloads.js → sapLandscapeMonitorOperations.js} +1 -1
- package/dist-esm/src/operationsInterfaces/sapLandscapeMonitorOperations.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/workloadsClient.d.ts +8 -9
- package/dist-esm/src/workloadsClient.d.ts.map +1 -1
- package/dist-esm/src/workloadsClient.js +33 -32
- package/dist-esm/src/workloadsClient.js.map +1 -1
- package/dist-esm/test/workloads_examples.js +116 -12
- package/dist-esm/test/workloads_examples.js.map +1 -1
- package/package.json +15 -13
- package/review/arm-workloads.api.md +384 -596
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1087 -1477
- package/src/models/mappers.ts +1334 -1553
- package/src/models/parameters.ts +58 -94
- package/src/operations/index.ts +2 -4
- package/src/operations/monitors.ts +81 -43
- package/src/operations/operations.ts +21 -9
- package/src/operations/providerInstances.ts +61 -33
- package/src/operations/sAPApplicationServerInstances.ts +382 -81
- package/src/operations/sAPCentralInstances.ts +398 -88
- package/src/operations/sAPDatabaseInstances.ts +390 -88
- package/src/operations/sAPVirtualInstances.ts +134 -89
- package/src/operations/sapLandscapeMonitorOperations.ts +254 -0
- package/src/operationsInterfaces/index.ts +2 -4
- package/src/operationsInterfaces/monitors.ts +5 -5
- package/src/operationsInterfaces/providerInstances.ts +5 -5
- package/src/operationsInterfaces/sAPApplicationServerInstances.ts +103 -35
- package/src/operationsInterfaces/sAPCentralInstances.ts +119 -42
- package/src/operationsInterfaces/sAPDatabaseInstances.ts +112 -42
- package/src/operationsInterfaces/sAPVirtualInstances.ts +33 -31
- package/src/operationsInterfaces/sapLandscapeMonitorOperations.ts +90 -0
- package/src/pagingHelper.ts +39 -0
- package/src/workloadsClient.ts +46 -45
- package/types/arm-workloads.d.ts +972 -1316
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.js +0 -111
- package/dist-esm/samples-dev/phpWorkloadsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.js +0 -33
- package/dist-esm/samples-dev/phpWorkloadsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsGetSample.js +0 -31
- package/dist-esm/samples-dev/phpWorkloadsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/phpWorkloadsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/phpWorkloadsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/phpWorkloadsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -43
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/wordpressInstancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/wordpressInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesGetSample.js +0 -31
- package/dist-esm/samples-dev/wordpressInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/wordpressInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/wordpressInstancesListSample.js +0 -45
- package/dist-esm/samples-dev/wordpressInstancesListSample.js.map +0 -1
- package/dist-esm/src/operations/phpWorkloads.d.ts +0 -99
- package/dist-esm/src/operations/phpWorkloads.d.ts.map +0 -1
- package/dist-esm/src/operations/phpWorkloads.js +0 -455
- package/dist-esm/src/operations/phpWorkloads.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -32
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -124
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/wordpressInstances.d.ts +0 -69
- package/dist-esm/src/operations/wordpressInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/wordpressInstances.js +0 -288
- package/dist-esm/src/operations/wordpressInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/phpWorkloads.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/phpWorkloads.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/phpWorkloads.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js +0 -9
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/wordpressInstances.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/wordpressInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/wordpressInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/wordpressInstances.js.map +0 -1
- package/src/operations/phpWorkloads.ts +0 -599
- package/src/operations/skus.ts +0 -139
- package/src/operations/wordpressInstances.ts +0 -395
- package/src/operationsInterfaces/phpWorkloads.ts +0 -121
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/wordpressInstances.ts +0 -88
package/src/models/mappers.ts
CHANGED
|
@@ -8,665 +8,92 @@
|
|
|
8
8
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
|
|
11
|
-
export const
|
|
12
|
-
type: {
|
|
13
|
-
name: "Composite",
|
|
14
|
-
className: "PhpWorkloadResourceList",
|
|
15
|
-
modelProperties: {
|
|
16
|
-
value: {
|
|
17
|
-
serializedName: "value",
|
|
18
|
-
type: {
|
|
19
|
-
name: "Sequence",
|
|
20
|
-
element: {
|
|
21
|
-
type: {
|
|
22
|
-
name: "Composite",
|
|
23
|
-
className: "PhpWorkloadResource"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
nextLink: {
|
|
29
|
-
serializedName: "nextLink",
|
|
30
|
-
type: {
|
|
31
|
-
name: "String"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export const ManagedRGConfiguration: coreClient.CompositeMapper = {
|
|
39
|
-
type: {
|
|
40
|
-
name: "Composite",
|
|
41
|
-
className: "ManagedRGConfiguration",
|
|
42
|
-
modelProperties: {
|
|
43
|
-
name: {
|
|
44
|
-
serializedName: "name",
|
|
45
|
-
type: {
|
|
46
|
-
name: "String"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export const UserProfile: coreClient.CompositeMapper = {
|
|
54
|
-
type: {
|
|
55
|
-
name: "Composite",
|
|
56
|
-
className: "UserProfile",
|
|
57
|
-
modelProperties: {
|
|
58
|
-
userName: {
|
|
59
|
-
serializedName: "userName",
|
|
60
|
-
required: true,
|
|
61
|
-
type: {
|
|
62
|
-
name: "String"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
sshPublicKey: {
|
|
66
|
-
serializedName: "sshPublicKey",
|
|
67
|
-
required: true,
|
|
68
|
-
type: {
|
|
69
|
-
name: "String"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
export const NodeProfile: coreClient.CompositeMapper = {
|
|
77
|
-
type: {
|
|
78
|
-
name: "Composite",
|
|
79
|
-
className: "NodeProfile",
|
|
80
|
-
modelProperties: {
|
|
81
|
-
name: {
|
|
82
|
-
serializedName: "name",
|
|
83
|
-
type: {
|
|
84
|
-
name: "String"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
nodeSku: {
|
|
88
|
-
serializedName: "nodeSku",
|
|
89
|
-
required: true,
|
|
90
|
-
type: {
|
|
91
|
-
name: "String"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
osImage: {
|
|
95
|
-
serializedName: "osImage",
|
|
96
|
-
type: {
|
|
97
|
-
name: "Composite",
|
|
98
|
-
className: "OsImageProfile"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
osDisk: {
|
|
102
|
-
serializedName: "osDisk",
|
|
103
|
-
type: {
|
|
104
|
-
name: "Composite",
|
|
105
|
-
className: "DiskInfo"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
dataDisks: {
|
|
109
|
-
serializedName: "dataDisks",
|
|
110
|
-
type: {
|
|
111
|
-
name: "Sequence",
|
|
112
|
-
element: {
|
|
113
|
-
type: {
|
|
114
|
-
name: "Composite",
|
|
115
|
-
className: "DiskInfo"
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
nodeResourceIds: {
|
|
121
|
-
serializedName: "nodeResourceIds",
|
|
122
|
-
readOnly: true,
|
|
123
|
-
type: {
|
|
124
|
-
name: "Sequence",
|
|
125
|
-
element: {
|
|
126
|
-
type: {
|
|
127
|
-
name: "String"
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
export const OsImageProfile: coreClient.CompositeMapper = {
|
|
137
|
-
type: {
|
|
138
|
-
name: "Composite",
|
|
139
|
-
className: "OsImageProfile",
|
|
140
|
-
modelProperties: {
|
|
141
|
-
publisher: {
|
|
142
|
-
serializedName: "publisher",
|
|
143
|
-
type: {
|
|
144
|
-
name: "String"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
offer: {
|
|
148
|
-
serializedName: "offer",
|
|
149
|
-
type: {
|
|
150
|
-
name: "String"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
sku: {
|
|
154
|
-
serializedName: "sku",
|
|
155
|
-
type: {
|
|
156
|
-
name: "String"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
version: {
|
|
160
|
-
serializedName: "version",
|
|
161
|
-
type: {
|
|
162
|
-
name: "String"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
export const DiskInfo: coreClient.CompositeMapper = {
|
|
170
|
-
type: {
|
|
171
|
-
name: "Composite",
|
|
172
|
-
className: "DiskInfo",
|
|
173
|
-
modelProperties: {
|
|
174
|
-
storageType: {
|
|
175
|
-
serializedName: "storageType",
|
|
176
|
-
required: true,
|
|
177
|
-
type: {
|
|
178
|
-
name: "Enum",
|
|
179
|
-
allowedValues: ["Premium_LRS", "Standard_LRS", "StandardSSD_LRS"]
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
sizeInGB: {
|
|
183
|
-
serializedName: "sizeInGB",
|
|
184
|
-
type: {
|
|
185
|
-
name: "Number"
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
export const NetworkProfile: coreClient.CompositeMapper = {
|
|
193
|
-
type: {
|
|
194
|
-
name: "Composite",
|
|
195
|
-
className: "NetworkProfile",
|
|
196
|
-
modelProperties: {
|
|
197
|
-
loadBalancerType: {
|
|
198
|
-
serializedName: "loadBalancerType",
|
|
199
|
-
required: true,
|
|
200
|
-
type: {
|
|
201
|
-
name: "String"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
loadBalancerSku: {
|
|
205
|
-
serializedName: "loadBalancerSku",
|
|
206
|
-
type: {
|
|
207
|
-
name: "String"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
loadBalancerTier: {
|
|
211
|
-
serializedName: "loadBalancerTier",
|
|
212
|
-
type: {
|
|
213
|
-
name: "String"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
capacity: {
|
|
217
|
-
serializedName: "capacity",
|
|
218
|
-
type: {
|
|
219
|
-
name: "Number"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
azureFrontDoorEnabled: {
|
|
223
|
-
serializedName: "azureFrontDoorEnabled",
|
|
224
|
-
type: {
|
|
225
|
-
name: "String"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
vNetResourceId: {
|
|
229
|
-
serializedName: "vNetResourceId",
|
|
230
|
-
readOnly: true,
|
|
231
|
-
type: {
|
|
232
|
-
name: "String"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
loadBalancerResourceId: {
|
|
236
|
-
serializedName: "loadBalancerResourceId",
|
|
237
|
-
readOnly: true,
|
|
238
|
-
type: {
|
|
239
|
-
name: "String"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
azureFrontDoorResourceId: {
|
|
243
|
-
serializedName: "azureFrontDoorResourceId",
|
|
244
|
-
readOnly: true,
|
|
245
|
-
type: {
|
|
246
|
-
name: "String"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
frontEndPublicIpResourceId: {
|
|
250
|
-
serializedName: "frontEndPublicIpResourceId",
|
|
251
|
-
readOnly: true,
|
|
252
|
-
type: {
|
|
253
|
-
name: "String"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
outboundPublicIpResourceIds: {
|
|
257
|
-
serializedName: "outboundPublicIpResourceIds",
|
|
258
|
-
readOnly: true,
|
|
259
|
-
type: {
|
|
260
|
-
name: "Sequence",
|
|
261
|
-
element: {
|
|
262
|
-
type: {
|
|
263
|
-
name: "String"
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
|
|
272
|
-
export const DatabaseProfile: coreClient.CompositeMapper = {
|
|
11
|
+
export const SAPSizingRecommendationRequest: coreClient.CompositeMapper = {
|
|
273
12
|
type: {
|
|
274
13
|
name: "Composite",
|
|
275
|
-
className: "
|
|
14
|
+
className: "SAPSizingRecommendationRequest",
|
|
276
15
|
modelProperties: {
|
|
277
|
-
|
|
278
|
-
serializedName: "
|
|
16
|
+
appLocation: {
|
|
17
|
+
serializedName: "appLocation",
|
|
279
18
|
required: true,
|
|
280
19
|
type: {
|
|
281
20
|
name: "String"
|
|
282
21
|
}
|
|
283
22
|
},
|
|
284
|
-
|
|
285
|
-
serializedName: "
|
|
286
|
-
type: {
|
|
287
|
-
name: "String"
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
version: {
|
|
291
|
-
serializedName: "version",
|
|
292
|
-
type: {
|
|
293
|
-
name: "String"
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
sku: {
|
|
297
|
-
serializedName: "sku",
|
|
23
|
+
environment: {
|
|
24
|
+
serializedName: "environment",
|
|
298
25
|
required: true,
|
|
299
26
|
type: {
|
|
300
27
|
name: "String"
|
|
301
28
|
}
|
|
302
29
|
},
|
|
303
|
-
|
|
304
|
-
serializedName: "
|
|
30
|
+
sapProduct: {
|
|
31
|
+
serializedName: "sapProduct",
|
|
305
32
|
required: true,
|
|
306
|
-
type: {
|
|
307
|
-
name: "Enum",
|
|
308
|
-
allowedValues: ["Burstable", "GeneralPurpose", "MemoryOptimized"]
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
haEnabled: {
|
|
312
|
-
serializedName: "haEnabled",
|
|
313
|
-
type: {
|
|
314
|
-
name: "String"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
storageSku: {
|
|
318
|
-
serializedName: "storageSku",
|
|
319
|
-
type: {
|
|
320
|
-
name: "String"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
storageInGB: {
|
|
324
|
-
constraints: {
|
|
325
|
-
InclusiveMinimum: 1
|
|
326
|
-
},
|
|
327
|
-
serializedName: "storageInGB",
|
|
328
|
-
type: {
|
|
329
|
-
name: "Number"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
storageIops: {
|
|
333
|
-
serializedName: "storageIops",
|
|
334
|
-
type: {
|
|
335
|
-
name: "Number"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
backupRetentionDays: {
|
|
339
|
-
serializedName: "backupRetentionDays",
|
|
340
|
-
type: {
|
|
341
|
-
name: "Number"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
sslEnforcementEnabled: {
|
|
345
|
-
serializedName: "sslEnforcementEnabled",
|
|
346
33
|
type: {
|
|
347
34
|
name: "String"
|
|
348
35
|
}
|
|
349
36
|
},
|
|
350
|
-
|
|
351
|
-
serializedName: "
|
|
352
|
-
readOnly: true,
|
|
353
|
-
type: {
|
|
354
|
-
name: "String"
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
};
|
|
360
|
-
|
|
361
|
-
export const SiteProfile: coreClient.CompositeMapper = {
|
|
362
|
-
type: {
|
|
363
|
-
name: "Composite",
|
|
364
|
-
className: "SiteProfile",
|
|
365
|
-
modelProperties: {
|
|
366
|
-
domainName: {
|
|
367
|
-
serializedName: "domainName",
|
|
368
|
-
type: {
|
|
369
|
-
name: "String"
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
};
|
|
375
|
-
|
|
376
|
-
export const FileshareProfile: coreClient.CompositeMapper = {
|
|
377
|
-
type: {
|
|
378
|
-
name: "Composite",
|
|
379
|
-
className: "FileshareProfile",
|
|
380
|
-
modelProperties: {
|
|
381
|
-
shareType: {
|
|
382
|
-
serializedName: "shareType",
|
|
37
|
+
deploymentType: {
|
|
38
|
+
serializedName: "deploymentType",
|
|
383
39
|
required: true,
|
|
384
40
|
type: {
|
|
385
41
|
name: "String"
|
|
386
42
|
}
|
|
387
43
|
},
|
|
388
|
-
|
|
389
|
-
serializedName: "
|
|
44
|
+
saps: {
|
|
45
|
+
serializedName: "saps",
|
|
390
46
|
required: true,
|
|
391
|
-
type: {
|
|
392
|
-
name: "String"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
shareSizeInGB: {
|
|
396
|
-
constraints: {
|
|
397
|
-
InclusiveMinimum: 1
|
|
398
|
-
},
|
|
399
|
-
serializedName: "shareSizeInGB",
|
|
400
47
|
type: {
|
|
401
48
|
name: "Number"
|
|
402
49
|
}
|
|
403
50
|
},
|
|
404
|
-
|
|
405
|
-
serializedName: "
|
|
406
|
-
readOnly: true,
|
|
407
|
-
type: {
|
|
408
|
-
name: "String"
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
shareName: {
|
|
412
|
-
serializedName: "shareName",
|
|
413
|
-
readOnly: true,
|
|
414
|
-
type: {
|
|
415
|
-
name: "String"
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
};
|
|
421
|
-
|
|
422
|
-
export const PhpProfile: coreClient.CompositeMapper = {
|
|
423
|
-
type: {
|
|
424
|
-
name: "Composite",
|
|
425
|
-
className: "PhpProfile",
|
|
426
|
-
modelProperties: {
|
|
427
|
-
version: {
|
|
428
|
-
serializedName: "version",
|
|
429
|
-
required: true,
|
|
430
|
-
type: {
|
|
431
|
-
name: "String"
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
};
|
|
437
|
-
|
|
438
|
-
export const CacheProfile: coreClient.CompositeMapper = {
|
|
439
|
-
type: {
|
|
440
|
-
name: "Composite",
|
|
441
|
-
className: "CacheProfile",
|
|
442
|
-
modelProperties: {
|
|
443
|
-
name: {
|
|
444
|
-
serializedName: "name",
|
|
445
|
-
type: {
|
|
446
|
-
name: "String"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
skuName: {
|
|
450
|
-
serializedName: "skuName",
|
|
451
|
-
required: true,
|
|
452
|
-
type: {
|
|
453
|
-
name: "String"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
family: {
|
|
457
|
-
serializedName: "family",
|
|
458
|
-
required: true,
|
|
459
|
-
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
capacity: {
|
|
464
|
-
serializedName: "capacity",
|
|
51
|
+
dbMemory: {
|
|
52
|
+
serializedName: "dbMemory",
|
|
465
53
|
required: true,
|
|
466
54
|
type: {
|
|
467
55
|
name: "Number"
|
|
468
56
|
}
|
|
469
57
|
},
|
|
470
|
-
|
|
471
|
-
serializedName: "
|
|
472
|
-
readOnly: true,
|
|
473
|
-
type: {
|
|
474
|
-
name: "String"
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
};
|
|
480
|
-
|
|
481
|
-
export const BackupProfile: coreClient.CompositeMapper = {
|
|
482
|
-
type: {
|
|
483
|
-
name: "Composite",
|
|
484
|
-
className: "BackupProfile",
|
|
485
|
-
modelProperties: {
|
|
486
|
-
backupEnabled: {
|
|
487
|
-
serializedName: "backupEnabled",
|
|
488
|
-
required: true,
|
|
489
|
-
type: {
|
|
490
|
-
name: "String"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
vaultResourceId: {
|
|
494
|
-
serializedName: "vaultResourceId",
|
|
495
|
-
readOnly: true,
|
|
496
|
-
type: {
|
|
497
|
-
name: "String"
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
};
|
|
503
|
-
|
|
504
|
-
export const Sku: coreClient.CompositeMapper = {
|
|
505
|
-
type: {
|
|
506
|
-
name: "Composite",
|
|
507
|
-
className: "Sku",
|
|
508
|
-
modelProperties: {
|
|
509
|
-
name: {
|
|
510
|
-
serializedName: "name",
|
|
511
|
-
required: true,
|
|
512
|
-
type: {
|
|
513
|
-
name: "String"
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
tier: {
|
|
517
|
-
serializedName: "tier",
|
|
518
|
-
type: {
|
|
519
|
-
name: "Enum",
|
|
520
|
-
allowedValues: ["Free", "Basic", "Standard", "Premium"]
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
size: {
|
|
524
|
-
serializedName: "size",
|
|
525
|
-
type: {
|
|
526
|
-
name: "String"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
family: {
|
|
530
|
-
serializedName: "family",
|
|
531
|
-
type: {
|
|
532
|
-
name: "String"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
capacity: {
|
|
536
|
-
serializedName: "capacity",
|
|
537
|
-
type: {
|
|
538
|
-
name: "Number"
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
};
|
|
544
|
-
|
|
545
|
-
export const UserAssignedServiceIdentity: coreClient.CompositeMapper = {
|
|
546
|
-
type: {
|
|
547
|
-
name: "Composite",
|
|
548
|
-
className: "UserAssignedServiceIdentity",
|
|
549
|
-
modelProperties: {
|
|
550
|
-
type: {
|
|
551
|
-
serializedName: "type",
|
|
58
|
+
databaseType: {
|
|
59
|
+
serializedName: "databaseType",
|
|
552
60
|
required: true,
|
|
553
61
|
type: {
|
|
554
62
|
name: "String"
|
|
555
63
|
}
|
|
556
64
|
},
|
|
557
|
-
|
|
558
|
-
serializedName: "
|
|
559
|
-
type: {
|
|
560
|
-
name: "Dictionary",
|
|
561
|
-
value: {
|
|
562
|
-
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
571
|
-
type: {
|
|
572
|
-
name: "Composite",
|
|
573
|
-
className: "UserAssignedIdentity",
|
|
574
|
-
modelProperties: {
|
|
575
|
-
principalId: {
|
|
576
|
-
serializedName: "principalId",
|
|
577
|
-
readOnly: true,
|
|
578
|
-
type: {
|
|
579
|
-
name: "Uuid"
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
clientId: {
|
|
583
|
-
serializedName: "clientId",
|
|
584
|
-
readOnly: true,
|
|
585
|
-
type: {
|
|
586
|
-
name: "Uuid"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
};
|
|
592
|
-
|
|
593
|
-
export const Resource: coreClient.CompositeMapper = {
|
|
594
|
-
type: {
|
|
595
|
-
name: "Composite",
|
|
596
|
-
className: "Resource",
|
|
597
|
-
modelProperties: {
|
|
598
|
-
id: {
|
|
599
|
-
serializedName: "id",
|
|
600
|
-
readOnly: true,
|
|
601
|
-
type: {
|
|
602
|
-
name: "String"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
name: {
|
|
606
|
-
serializedName: "name",
|
|
607
|
-
readOnly: true,
|
|
65
|
+
dbScaleMethod: {
|
|
66
|
+
serializedName: "dbScaleMethod",
|
|
608
67
|
type: {
|
|
609
68
|
name: "String"
|
|
610
69
|
}
|
|
611
70
|
},
|
|
612
|
-
|
|
613
|
-
serializedName: "
|
|
614
|
-
readOnly: true,
|
|
71
|
+
highAvailabilityType: {
|
|
72
|
+
serializedName: "highAvailabilityType",
|
|
615
73
|
type: {
|
|
616
74
|
name: "String"
|
|
617
75
|
}
|
|
618
|
-
},
|
|
619
|
-
systemData: {
|
|
620
|
-
serializedName: "systemData",
|
|
621
|
-
type: {
|
|
622
|
-
name: "Composite",
|
|
623
|
-
className: "SystemData"
|
|
624
|
-
}
|
|
625
76
|
}
|
|
626
77
|
}
|
|
627
78
|
}
|
|
628
79
|
};
|
|
629
80
|
|
|
630
|
-
export const
|
|
81
|
+
export const SAPSizingRecommendationResult: coreClient.CompositeMapper = {
|
|
631
82
|
type: {
|
|
632
83
|
name: "Composite",
|
|
633
|
-
className: "
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
type: {
|
|
644
|
-
name: "String"
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
createdAt: {
|
|
648
|
-
serializedName: "createdAt",
|
|
649
|
-
type: {
|
|
650
|
-
name: "DateTime"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
lastModifiedBy: {
|
|
654
|
-
serializedName: "lastModifiedBy",
|
|
655
|
-
type: {
|
|
656
|
-
name: "String"
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
lastModifiedByType: {
|
|
660
|
-
serializedName: "lastModifiedByType",
|
|
84
|
+
className: "SAPSizingRecommendationResult",
|
|
85
|
+
uberParent: "SAPSizingRecommendationResult",
|
|
86
|
+
polymorphicDiscriminator: {
|
|
87
|
+
serializedName: "deploymentType",
|
|
88
|
+
clientName: "deploymentType"
|
|
89
|
+
},
|
|
90
|
+
modelProperties: {
|
|
91
|
+
deploymentType: {
|
|
92
|
+
serializedName: "deploymentType",
|
|
93
|
+
required: true,
|
|
661
94
|
type: {
|
|
662
95
|
name: "String"
|
|
663
96
|
}
|
|
664
|
-
},
|
|
665
|
-
lastModifiedAt: {
|
|
666
|
-
serializedName: "lastModifiedAt",
|
|
667
|
-
type: {
|
|
668
|
-
name: "DateTime"
|
|
669
|
-
}
|
|
670
97
|
}
|
|
671
98
|
}
|
|
672
99
|
}
|
|
@@ -768,147 +195,6 @@ export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
|
768
195
|
}
|
|
769
196
|
};
|
|
770
197
|
|
|
771
|
-
export const PatchResourceRequestBody: coreClient.CompositeMapper = {
|
|
772
|
-
type: {
|
|
773
|
-
name: "Composite",
|
|
774
|
-
className: "PatchResourceRequestBody",
|
|
775
|
-
modelProperties: {
|
|
776
|
-
tags: {
|
|
777
|
-
serializedName: "tags",
|
|
778
|
-
type: {
|
|
779
|
-
name: "Dictionary",
|
|
780
|
-
value: { type: { name: "String" } }
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
identity: {
|
|
784
|
-
serializedName: "identity",
|
|
785
|
-
type: {
|
|
786
|
-
name: "Composite",
|
|
787
|
-
className: "PatchResourceRequestBodyIdentity"
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
};
|
|
793
|
-
|
|
794
|
-
export const WordpressInstanceResourceList: coreClient.CompositeMapper = {
|
|
795
|
-
type: {
|
|
796
|
-
name: "Composite",
|
|
797
|
-
className: "WordpressInstanceResourceList",
|
|
798
|
-
modelProperties: {
|
|
799
|
-
value: {
|
|
800
|
-
serializedName: "value",
|
|
801
|
-
type: {
|
|
802
|
-
name: "Sequence",
|
|
803
|
-
element: {
|
|
804
|
-
type: {
|
|
805
|
-
name: "Composite",
|
|
806
|
-
className: "WordpressInstanceResource"
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
nextLink: {
|
|
812
|
-
serializedName: "nextLink",
|
|
813
|
-
type: {
|
|
814
|
-
name: "String"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
};
|
|
820
|
-
|
|
821
|
-
export const SAPSizingRecommendationRequest: coreClient.CompositeMapper = {
|
|
822
|
-
type: {
|
|
823
|
-
name: "Composite",
|
|
824
|
-
className: "SAPSizingRecommendationRequest",
|
|
825
|
-
modelProperties: {
|
|
826
|
-
appLocation: {
|
|
827
|
-
serializedName: "appLocation",
|
|
828
|
-
required: true,
|
|
829
|
-
type: {
|
|
830
|
-
name: "String"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
environment: {
|
|
834
|
-
serializedName: "environment",
|
|
835
|
-
required: true,
|
|
836
|
-
type: {
|
|
837
|
-
name: "String"
|
|
838
|
-
}
|
|
839
|
-
},
|
|
840
|
-
sapProduct: {
|
|
841
|
-
serializedName: "sapProduct",
|
|
842
|
-
required: true,
|
|
843
|
-
type: {
|
|
844
|
-
name: "String"
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
|
-
deploymentType: {
|
|
848
|
-
serializedName: "deploymentType",
|
|
849
|
-
required: true,
|
|
850
|
-
type: {
|
|
851
|
-
name: "String"
|
|
852
|
-
}
|
|
853
|
-
},
|
|
854
|
-
saps: {
|
|
855
|
-
serializedName: "saps",
|
|
856
|
-
required: true,
|
|
857
|
-
type: {
|
|
858
|
-
name: "Number"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
dbMemory: {
|
|
862
|
-
serializedName: "dbMemory",
|
|
863
|
-
required: true,
|
|
864
|
-
type: {
|
|
865
|
-
name: "Number"
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
databaseType: {
|
|
869
|
-
serializedName: "databaseType",
|
|
870
|
-
required: true,
|
|
871
|
-
type: {
|
|
872
|
-
name: "String"
|
|
873
|
-
}
|
|
874
|
-
},
|
|
875
|
-
dbScaleMethod: {
|
|
876
|
-
serializedName: "dbScaleMethod",
|
|
877
|
-
type: {
|
|
878
|
-
name: "String"
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
highAvailabilityType: {
|
|
882
|
-
serializedName: "highAvailabilityType",
|
|
883
|
-
type: {
|
|
884
|
-
name: "String"
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
};
|
|
890
|
-
|
|
891
|
-
export const SAPSizingRecommendationResult: coreClient.CompositeMapper = {
|
|
892
|
-
type: {
|
|
893
|
-
name: "Composite",
|
|
894
|
-
className: "SAPSizingRecommendationResult",
|
|
895
|
-
uberParent: "SAPSizingRecommendationResult",
|
|
896
|
-
polymorphicDiscriminator: {
|
|
897
|
-
serializedName: "deploymentType",
|
|
898
|
-
clientName: "deploymentType"
|
|
899
|
-
},
|
|
900
|
-
modelProperties: {
|
|
901
|
-
deploymentType: {
|
|
902
|
-
serializedName: "deploymentType",
|
|
903
|
-
required: true,
|
|
904
|
-
type: {
|
|
905
|
-
name: "String"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
};
|
|
911
|
-
|
|
912
198
|
export const SAPSupportedSkusRequest: coreClient.CompositeMapper = {
|
|
913
199
|
type: {
|
|
914
200
|
name: "Composite",
|
|
@@ -1063,14 +349,39 @@ export const SAPDiskConfigurationsResult: coreClient.CompositeMapper = {
|
|
|
1063
349
|
name: "Composite",
|
|
1064
350
|
className: "SAPDiskConfigurationsResult",
|
|
1065
351
|
modelProperties: {
|
|
1066
|
-
|
|
1067
|
-
serializedName: "
|
|
352
|
+
volumeConfigurations: {
|
|
353
|
+
serializedName: "volumeConfigurations",
|
|
354
|
+
type: {
|
|
355
|
+
name: "Dictionary",
|
|
356
|
+
value: {
|
|
357
|
+
type: { name: "Composite", className: "SAPDiskConfiguration" }
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
export const SAPDiskConfiguration: coreClient.CompositeMapper = {
|
|
366
|
+
type: {
|
|
367
|
+
name: "Composite",
|
|
368
|
+
className: "SAPDiskConfiguration",
|
|
369
|
+
modelProperties: {
|
|
370
|
+
recommendedConfiguration: {
|
|
371
|
+
serializedName: "recommendedConfiguration",
|
|
372
|
+
type: {
|
|
373
|
+
name: "Composite",
|
|
374
|
+
className: "DiskVolumeConfiguration"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
supportedConfigurations: {
|
|
378
|
+
serializedName: "supportedConfigurations",
|
|
1068
379
|
type: {
|
|
1069
380
|
name: "Sequence",
|
|
1070
381
|
element: {
|
|
1071
382
|
type: {
|
|
1072
383
|
name: "Composite",
|
|
1073
|
-
className: "
|
|
384
|
+
className: "DiskDetails"
|
|
1074
385
|
}
|
|
1075
386
|
}
|
|
1076
387
|
}
|
|
@@ -1079,49 +390,93 @@ export const SAPDiskConfigurationsResult: coreClient.CompositeMapper = {
|
|
|
1079
390
|
}
|
|
1080
391
|
};
|
|
1081
392
|
|
|
1082
|
-
export const
|
|
393
|
+
export const DiskVolumeConfiguration: coreClient.CompositeMapper = {
|
|
1083
394
|
type: {
|
|
1084
395
|
name: "Composite",
|
|
1085
|
-
className: "
|
|
396
|
+
className: "DiskVolumeConfiguration",
|
|
1086
397
|
modelProperties: {
|
|
1087
|
-
|
|
1088
|
-
serializedName: "
|
|
398
|
+
count: {
|
|
399
|
+
serializedName: "count",
|
|
1089
400
|
type: {
|
|
1090
|
-
name: "
|
|
401
|
+
name: "Number"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
sizeGB: {
|
|
405
|
+
serializedName: "sizeGB",
|
|
406
|
+
type: {
|
|
407
|
+
name: "Number"
|
|
1091
408
|
}
|
|
1092
409
|
},
|
|
1093
|
-
|
|
1094
|
-
serializedName: "
|
|
410
|
+
sku: {
|
|
411
|
+
serializedName: "sku",
|
|
412
|
+
type: {
|
|
413
|
+
name: "Composite",
|
|
414
|
+
className: "DiskSku"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
export const DiskSku: coreClient.CompositeMapper = {
|
|
422
|
+
type: {
|
|
423
|
+
name: "Composite",
|
|
424
|
+
className: "DiskSku",
|
|
425
|
+
modelProperties: {
|
|
426
|
+
name: {
|
|
427
|
+
serializedName: "name",
|
|
1095
428
|
type: {
|
|
1096
429
|
name: "String"
|
|
1097
430
|
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
export const DiskDetails: coreClient.CompositeMapper = {
|
|
437
|
+
type: {
|
|
438
|
+
name: "Composite",
|
|
439
|
+
className: "DiskDetails",
|
|
440
|
+
modelProperties: {
|
|
441
|
+
sku: {
|
|
442
|
+
serializedName: "sku",
|
|
443
|
+
type: {
|
|
444
|
+
name: "Composite",
|
|
445
|
+
className: "DiskSku"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
sizeGB: {
|
|
449
|
+
serializedName: "sizeGB",
|
|
450
|
+
type: {
|
|
451
|
+
name: "Number"
|
|
452
|
+
}
|
|
1098
453
|
},
|
|
1099
|
-
|
|
1100
|
-
serializedName: "
|
|
454
|
+
minimumSupportedDiskCount: {
|
|
455
|
+
serializedName: "minimumSupportedDiskCount",
|
|
1101
456
|
type: {
|
|
1102
457
|
name: "Number"
|
|
1103
458
|
}
|
|
1104
459
|
},
|
|
1105
|
-
|
|
1106
|
-
serializedName: "
|
|
460
|
+
maximumSupportedDiskCount: {
|
|
461
|
+
serializedName: "maximumSupportedDiskCount",
|
|
1107
462
|
type: {
|
|
1108
463
|
name: "Number"
|
|
1109
464
|
}
|
|
1110
465
|
},
|
|
1111
|
-
|
|
1112
|
-
serializedName: "
|
|
466
|
+
iopsReadWrite: {
|
|
467
|
+
serializedName: "iopsReadWrite",
|
|
1113
468
|
type: {
|
|
1114
469
|
name: "Number"
|
|
1115
470
|
}
|
|
1116
471
|
},
|
|
1117
|
-
|
|
1118
|
-
serializedName: "
|
|
472
|
+
mbpsReadWrite: {
|
|
473
|
+
serializedName: "mbpsReadWrite",
|
|
1119
474
|
type: {
|
|
1120
475
|
name: "Number"
|
|
1121
476
|
}
|
|
1122
477
|
},
|
|
1123
|
-
|
|
1124
|
-
serializedName: "
|
|
478
|
+
diskTier: {
|
|
479
|
+
serializedName: "diskTier",
|
|
1125
480
|
type: {
|
|
1126
481
|
name: "String"
|
|
1127
482
|
}
|
|
@@ -1202,6 +557,54 @@ export const SAPAvailabilityZonePair: coreClient.CompositeMapper = {
|
|
|
1202
557
|
}
|
|
1203
558
|
};
|
|
1204
559
|
|
|
560
|
+
export const UserAssignedServiceIdentity: coreClient.CompositeMapper = {
|
|
561
|
+
type: {
|
|
562
|
+
name: "Composite",
|
|
563
|
+
className: "UserAssignedServiceIdentity",
|
|
564
|
+
modelProperties: {
|
|
565
|
+
type: {
|
|
566
|
+
serializedName: "type",
|
|
567
|
+
required: true,
|
|
568
|
+
type: {
|
|
569
|
+
name: "String"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
userAssignedIdentities: {
|
|
573
|
+
serializedName: "userAssignedIdentities",
|
|
574
|
+
type: {
|
|
575
|
+
name: "Dictionary",
|
|
576
|
+
value: {
|
|
577
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
};
|
|
584
|
+
|
|
585
|
+
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
586
|
+
type: {
|
|
587
|
+
name: "Composite",
|
|
588
|
+
className: "UserAssignedIdentity",
|
|
589
|
+
modelProperties: {
|
|
590
|
+
principalId: {
|
|
591
|
+
serializedName: "principalId",
|
|
592
|
+
readOnly: true,
|
|
593
|
+
type: {
|
|
594
|
+
name: "Uuid"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
clientId: {
|
|
598
|
+
serializedName: "clientId",
|
|
599
|
+
readOnly: true,
|
|
600
|
+
type: {
|
|
601
|
+
name: "Uuid"
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
};
|
|
607
|
+
|
|
1205
608
|
export const SAPConfiguration: coreClient.CompositeMapper = {
|
|
1206
609
|
type: {
|
|
1207
610
|
name: "Composite",
|
|
@@ -1223,6 +626,21 @@ export const SAPConfiguration: coreClient.CompositeMapper = {
|
|
|
1223
626
|
}
|
|
1224
627
|
};
|
|
1225
628
|
|
|
629
|
+
export const ManagedRGConfiguration: coreClient.CompositeMapper = {
|
|
630
|
+
type: {
|
|
631
|
+
name: "Composite",
|
|
632
|
+
className: "ManagedRGConfiguration",
|
|
633
|
+
modelProperties: {
|
|
634
|
+
name: {
|
|
635
|
+
serializedName: "name",
|
|
636
|
+
type: {
|
|
637
|
+
name: "String"
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
};
|
|
643
|
+
|
|
1226
644
|
export const SAPVirtualInstanceError: coreClient.CompositeMapper = {
|
|
1227
645
|
type: {
|
|
1228
646
|
name: "Composite",
|
|
@@ -1275,6 +693,88 @@ export const ErrorDefinition: coreClient.CompositeMapper = {
|
|
|
1275
693
|
}
|
|
1276
694
|
};
|
|
1277
695
|
|
|
696
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
697
|
+
type: {
|
|
698
|
+
name: "Composite",
|
|
699
|
+
className: "Resource",
|
|
700
|
+
modelProperties: {
|
|
701
|
+
id: {
|
|
702
|
+
serializedName: "id",
|
|
703
|
+
readOnly: true,
|
|
704
|
+
type: {
|
|
705
|
+
name: "String"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
name: {
|
|
709
|
+
serializedName: "name",
|
|
710
|
+
readOnly: true,
|
|
711
|
+
type: {
|
|
712
|
+
name: "String"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
type: {
|
|
716
|
+
serializedName: "type",
|
|
717
|
+
readOnly: true,
|
|
718
|
+
type: {
|
|
719
|
+
name: "String"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
systemData: {
|
|
723
|
+
serializedName: "systemData",
|
|
724
|
+
type: {
|
|
725
|
+
name: "Composite",
|
|
726
|
+
className: "SystemData"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
734
|
+
type: {
|
|
735
|
+
name: "Composite",
|
|
736
|
+
className: "SystemData",
|
|
737
|
+
modelProperties: {
|
|
738
|
+
createdBy: {
|
|
739
|
+
serializedName: "createdBy",
|
|
740
|
+
type: {
|
|
741
|
+
name: "String"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
createdByType: {
|
|
745
|
+
serializedName: "createdByType",
|
|
746
|
+
type: {
|
|
747
|
+
name: "String"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
createdAt: {
|
|
751
|
+
serializedName: "createdAt",
|
|
752
|
+
type: {
|
|
753
|
+
name: "DateTime"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
lastModifiedBy: {
|
|
757
|
+
serializedName: "lastModifiedBy",
|
|
758
|
+
type: {
|
|
759
|
+
name: "String"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
lastModifiedByType: {
|
|
763
|
+
serializedName: "lastModifiedByType",
|
|
764
|
+
type: {
|
|
765
|
+
name: "String"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
lastModifiedAt: {
|
|
769
|
+
serializedName: "lastModifiedAt",
|
|
770
|
+
type: {
|
|
771
|
+
name: "DateTime"
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
};
|
|
777
|
+
|
|
1278
778
|
export const UpdateSAPVirtualInstanceRequest: coreClient.CompositeMapper = {
|
|
1279
779
|
type: {
|
|
1280
780
|
name: "Composite",
|
|
@@ -1576,6 +1076,22 @@ export const EnqueueReplicationServerProperties: coreClient.CompositeMapper = {
|
|
|
1576
1076
|
}
|
|
1577
1077
|
};
|
|
1578
1078
|
|
|
1079
|
+
export const LoadBalancerDetails: coreClient.CompositeMapper = {
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "Composite",
|
|
1082
|
+
className: "LoadBalancerDetails",
|
|
1083
|
+
modelProperties: {
|
|
1084
|
+
id: {
|
|
1085
|
+
serializedName: "id",
|
|
1086
|
+
readOnly: true,
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "String"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1579
1095
|
export const CentralServerVmDetails: coreClient.CompositeMapper = {
|
|
1580
1096
|
type: {
|
|
1581
1097
|
name: "Composite",
|
|
@@ -1594,6 +1110,35 @@ export const CentralServerVmDetails: coreClient.CompositeMapper = {
|
|
|
1594
1110
|
type: {
|
|
1595
1111
|
name: "String"
|
|
1596
1112
|
}
|
|
1113
|
+
},
|
|
1114
|
+
storageDetails: {
|
|
1115
|
+
serializedName: "storageDetails",
|
|
1116
|
+
readOnly: true,
|
|
1117
|
+
type: {
|
|
1118
|
+
name: "Sequence",
|
|
1119
|
+
element: {
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "Composite",
|
|
1122
|
+
className: "StorageInformation"
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
};
|
|
1130
|
+
|
|
1131
|
+
export const StorageInformation: coreClient.CompositeMapper = {
|
|
1132
|
+
type: {
|
|
1133
|
+
name: "Composite",
|
|
1134
|
+
className: "StorageInformation",
|
|
1135
|
+
modelProperties: {
|
|
1136
|
+
id: {
|
|
1137
|
+
serializedName: "id",
|
|
1138
|
+
readOnly: true,
|
|
1139
|
+
type: {
|
|
1140
|
+
name: "String"
|
|
1141
|
+
}
|
|
1597
1142
|
}
|
|
1598
1143
|
}
|
|
1599
1144
|
}
|
|
@@ -1660,58 +1205,28 @@ export const DatabaseVmDetails: coreClient.CompositeMapper = {
|
|
|
1660
1205
|
type: {
|
|
1661
1206
|
name: "String"
|
|
1662
1207
|
}
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export const UpdateSAPDatabaseInstanceRequest: coreClient.CompositeMapper = {
|
|
1669
|
-
type: {
|
|
1670
|
-
name: "Composite",
|
|
1671
|
-
className: "UpdateSAPDatabaseInstanceRequest",
|
|
1672
|
-
modelProperties: {
|
|
1673
|
-
tags: {
|
|
1674
|
-
serializedName: "tags",
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "Dictionary",
|
|
1677
|
-
value: { type: { name: "String" } }
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
};
|
|
1683
|
-
|
|
1684
|
-
export const SAPDatabaseInstanceList: coreClient.CompositeMapper = {
|
|
1685
|
-
type: {
|
|
1686
|
-
name: "Composite",
|
|
1687
|
-
className: "SAPDatabaseInstanceList",
|
|
1688
|
-
modelProperties: {
|
|
1689
|
-
value: {
|
|
1690
|
-
serializedName: "value",
|
|
1208
|
+
},
|
|
1209
|
+
storageDetails: {
|
|
1210
|
+
serializedName: "storageDetails",
|
|
1211
|
+
readOnly: true,
|
|
1691
1212
|
type: {
|
|
1692
1213
|
name: "Sequence",
|
|
1693
1214
|
element: {
|
|
1694
1215
|
type: {
|
|
1695
1216
|
name: "Composite",
|
|
1696
|
-
className: "
|
|
1217
|
+
className: "StorageInformation"
|
|
1697
1218
|
}
|
|
1698
1219
|
}
|
|
1699
1220
|
}
|
|
1700
|
-
},
|
|
1701
|
-
nextLink: {
|
|
1702
|
-
serializedName: "nextLink",
|
|
1703
|
-
type: {
|
|
1704
|
-
name: "String"
|
|
1705
|
-
}
|
|
1706
1221
|
}
|
|
1707
1222
|
}
|
|
1708
1223
|
}
|
|
1709
1224
|
};
|
|
1710
1225
|
|
|
1711
|
-
export const
|
|
1226
|
+
export const UpdateSAPDatabaseInstanceRequest: coreClient.CompositeMapper = {
|
|
1712
1227
|
type: {
|
|
1713
1228
|
name: "Composite",
|
|
1714
|
-
className: "
|
|
1229
|
+
className: "UpdateSAPDatabaseInstanceRequest",
|
|
1715
1230
|
modelProperties: {
|
|
1716
1231
|
tags: {
|
|
1717
1232
|
serializedName: "tags",
|
|
@@ -1724,70 +1239,25 @@ export const UpdateSAPApplicationInstanceRequest: coreClient.CompositeMapper = {
|
|
|
1724
1239
|
}
|
|
1725
1240
|
};
|
|
1726
1241
|
|
|
1727
|
-
export const
|
|
1728
|
-
type: {
|
|
1729
|
-
name: "Composite",
|
|
1730
|
-
className: "SAPApplicationServerInstanceList",
|
|
1731
|
-
modelProperties: {
|
|
1732
|
-
value: {
|
|
1733
|
-
serializedName: "value",
|
|
1734
|
-
type: {
|
|
1735
|
-
name: "Sequence",
|
|
1736
|
-
element: {
|
|
1737
|
-
type: {
|
|
1738
|
-
name: "Composite",
|
|
1739
|
-
className: "SAPApplicationServerInstance"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
}
|
|
1743
|
-
},
|
|
1744
|
-
nextLink: {
|
|
1745
|
-
serializedName: "nextLink",
|
|
1746
|
-
type: {
|
|
1747
|
-
name: "String"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
};
|
|
1753
|
-
|
|
1754
|
-
export const StopRequest: coreClient.CompositeMapper = {
|
|
1755
|
-
type: {
|
|
1756
|
-
name: "Composite",
|
|
1757
|
-
className: "StopRequest",
|
|
1758
|
-
modelProperties: {
|
|
1759
|
-
hardStop: {
|
|
1760
|
-
defaultValue: false,
|
|
1761
|
-
serializedName: "hardStop",
|
|
1762
|
-
type: {
|
|
1763
|
-
name: "Boolean"
|
|
1764
|
-
}
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
};
|
|
1769
|
-
|
|
1770
|
-
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1242
|
+
export const SAPDatabaseInstanceList: coreClient.CompositeMapper = {
|
|
1771
1243
|
type: {
|
|
1772
1244
|
name: "Composite",
|
|
1773
|
-
className: "
|
|
1245
|
+
className: "SAPDatabaseInstanceList",
|
|
1774
1246
|
modelProperties: {
|
|
1775
1247
|
value: {
|
|
1776
1248
|
serializedName: "value",
|
|
1777
|
-
readOnly: true,
|
|
1778
1249
|
type: {
|
|
1779
1250
|
name: "Sequence",
|
|
1780
1251
|
element: {
|
|
1781
1252
|
type: {
|
|
1782
1253
|
name: "Composite",
|
|
1783
|
-
className: "
|
|
1254
|
+
className: "SAPDatabaseInstance"
|
|
1784
1255
|
}
|
|
1785
1256
|
}
|
|
1786
1257
|
}
|
|
1787
1258
|
},
|
|
1788
1259
|
nextLink: {
|
|
1789
1260
|
serializedName: "nextLink",
|
|
1790
|
-
readOnly: true,
|
|
1791
1261
|
type: {
|
|
1792
1262
|
name: "String"
|
|
1793
1263
|
}
|
|
@@ -1796,81 +1266,95 @@ export const OperationListResult: coreClient.CompositeMapper = {
|
|
|
1796
1266
|
}
|
|
1797
1267
|
};
|
|
1798
1268
|
|
|
1799
|
-
export const
|
|
1269
|
+
export const ApplicationServerVmDetails: coreClient.CompositeMapper = {
|
|
1800
1270
|
type: {
|
|
1801
1271
|
name: "Composite",
|
|
1802
|
-
className: "
|
|
1272
|
+
className: "ApplicationServerVmDetails",
|
|
1803
1273
|
modelProperties: {
|
|
1804
|
-
|
|
1805
|
-
serializedName: "
|
|
1274
|
+
type: {
|
|
1275
|
+
serializedName: "type",
|
|
1806
1276
|
readOnly: true,
|
|
1807
1277
|
type: {
|
|
1808
1278
|
name: "String"
|
|
1809
1279
|
}
|
|
1810
1280
|
},
|
|
1811
|
-
|
|
1812
|
-
serializedName: "
|
|
1813
|
-
readOnly: true,
|
|
1814
|
-
type: {
|
|
1815
|
-
name: "Boolean"
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
|
-
display: {
|
|
1819
|
-
serializedName: "display",
|
|
1820
|
-
type: {
|
|
1821
|
-
name: "Composite",
|
|
1822
|
-
className: "OperationDisplay"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
origin: {
|
|
1826
|
-
serializedName: "origin",
|
|
1281
|
+
virtualMachineId: {
|
|
1282
|
+
serializedName: "virtualMachineId",
|
|
1827
1283
|
readOnly: true,
|
|
1828
1284
|
type: {
|
|
1829
1285
|
name: "String"
|
|
1830
1286
|
}
|
|
1831
1287
|
},
|
|
1832
|
-
|
|
1833
|
-
serializedName: "
|
|
1288
|
+
storageDetails: {
|
|
1289
|
+
serializedName: "storageDetails",
|
|
1834
1290
|
readOnly: true,
|
|
1835
1291
|
type: {
|
|
1836
|
-
name: "
|
|
1292
|
+
name: "Sequence",
|
|
1293
|
+
element: {
|
|
1294
|
+
type: {
|
|
1295
|
+
name: "Composite",
|
|
1296
|
+
className: "StorageInformation"
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1837
1299
|
}
|
|
1838
1300
|
}
|
|
1839
1301
|
}
|
|
1840
1302
|
}
|
|
1841
1303
|
};
|
|
1842
1304
|
|
|
1843
|
-
export const
|
|
1305
|
+
export const UpdateSAPApplicationInstanceRequest: coreClient.CompositeMapper = {
|
|
1844
1306
|
type: {
|
|
1845
1307
|
name: "Composite",
|
|
1846
|
-
className: "
|
|
1308
|
+
className: "UpdateSAPApplicationInstanceRequest",
|
|
1847
1309
|
modelProperties: {
|
|
1848
|
-
|
|
1849
|
-
serializedName: "
|
|
1850
|
-
readOnly: true,
|
|
1310
|
+
tags: {
|
|
1311
|
+
serializedName: "tags",
|
|
1851
1312
|
type: {
|
|
1852
|
-
name: "
|
|
1313
|
+
name: "Dictionary",
|
|
1314
|
+
value: { type: { name: "String" } }
|
|
1853
1315
|
}
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
export const SAPApplicationServerInstanceList: coreClient.CompositeMapper = {
|
|
1322
|
+
type: {
|
|
1323
|
+
name: "Composite",
|
|
1324
|
+
className: "SAPApplicationServerInstanceList",
|
|
1325
|
+
modelProperties: {
|
|
1326
|
+
value: {
|
|
1327
|
+
serializedName: "value",
|
|
1858
1328
|
type: {
|
|
1859
|
-
name: "
|
|
1329
|
+
name: "Sequence",
|
|
1330
|
+
element: {
|
|
1331
|
+
type: {
|
|
1332
|
+
name: "Composite",
|
|
1333
|
+
className: "SAPApplicationServerInstance"
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1860
1336
|
}
|
|
1861
1337
|
},
|
|
1862
|
-
|
|
1863
|
-
serializedName: "
|
|
1864
|
-
readOnly: true,
|
|
1338
|
+
nextLink: {
|
|
1339
|
+
serializedName: "nextLink",
|
|
1865
1340
|
type: {
|
|
1866
1341
|
name: "String"
|
|
1867
1342
|
}
|
|
1868
|
-
}
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
};
|
|
1347
|
+
|
|
1348
|
+
export const StopRequest: coreClient.CompositeMapper = {
|
|
1349
|
+
type: {
|
|
1350
|
+
name: "Composite",
|
|
1351
|
+
className: "StopRequest",
|
|
1352
|
+
modelProperties: {
|
|
1353
|
+
softStopTimeoutSeconds: {
|
|
1354
|
+
defaultValue: 0,
|
|
1355
|
+
serializedName: "softStopTimeoutSeconds",
|
|
1872
1356
|
type: {
|
|
1873
|
-
name: "
|
|
1357
|
+
name: "Number"
|
|
1874
1358
|
}
|
|
1875
1359
|
}
|
|
1876
1360
|
}
|
|
@@ -2041,79 +1525,52 @@ export const ProviderSpecificProperties: coreClient.CompositeMapper = {
|
|
|
2041
1525
|
}
|
|
2042
1526
|
};
|
|
2043
1527
|
|
|
2044
|
-
export const
|
|
1528
|
+
export const SapLandscapeMonitorPropertiesGrouping: coreClient.CompositeMapper = {
|
|
2045
1529
|
type: {
|
|
2046
1530
|
name: "Composite",
|
|
2047
|
-
className: "
|
|
1531
|
+
className: "SapLandscapeMonitorPropertiesGrouping",
|
|
2048
1532
|
modelProperties: {
|
|
2049
|
-
|
|
2050
|
-
serializedName: "
|
|
2051
|
-
readOnly: true,
|
|
1533
|
+
landscape: {
|
|
1534
|
+
serializedName: "landscape",
|
|
2052
1535
|
type: {
|
|
2053
1536
|
name: "Sequence",
|
|
2054
1537
|
element: {
|
|
2055
1538
|
type: {
|
|
2056
1539
|
name: "Composite",
|
|
2057
|
-
className: "
|
|
1540
|
+
className: "SapLandscapeMonitorSidMapping"
|
|
2058
1541
|
}
|
|
2059
1542
|
}
|
|
2060
1543
|
}
|
|
2061
1544
|
},
|
|
2062
|
-
|
|
2063
|
-
serializedName: "
|
|
2064
|
-
readOnly: true,
|
|
1545
|
+
sapApplication: {
|
|
1546
|
+
serializedName: "sapApplication",
|
|
2065
1547
|
type: {
|
|
2066
|
-
name: "
|
|
1548
|
+
name: "Sequence",
|
|
1549
|
+
element: {
|
|
1550
|
+
type: {
|
|
1551
|
+
name: "Composite",
|
|
1552
|
+
className: "SapLandscapeMonitorSidMapping"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
2067
1555
|
}
|
|
2068
1556
|
}
|
|
2069
1557
|
}
|
|
2070
1558
|
}
|
|
2071
1559
|
};
|
|
2072
1560
|
|
|
2073
|
-
export const
|
|
1561
|
+
export const SapLandscapeMonitorSidMapping: coreClient.CompositeMapper = {
|
|
2074
1562
|
type: {
|
|
2075
1563
|
name: "Composite",
|
|
2076
|
-
className: "
|
|
1564
|
+
className: "SapLandscapeMonitorSidMapping",
|
|
2077
1565
|
modelProperties: {
|
|
2078
1566
|
name: {
|
|
2079
1567
|
serializedName: "name",
|
|
2080
|
-
required: true,
|
|
2081
|
-
type: {
|
|
2082
|
-
name: "String"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
resourceType: {
|
|
2086
|
-
serializedName: "resourceType",
|
|
2087
|
-
type: {
|
|
2088
|
-
name: "String"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
tier: {
|
|
2092
|
-
serializedName: "tier",
|
|
2093
|
-
type: {
|
|
2094
|
-
name: "String"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
size: {
|
|
2098
|
-
serializedName: "size",
|
|
2099
|
-
type: {
|
|
2100
|
-
name: "String"
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
|
-
family: {
|
|
2104
|
-
serializedName: "family",
|
|
2105
|
-
type: {
|
|
2106
|
-
name: "String"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
kind: {
|
|
2110
|
-
serializedName: "kind",
|
|
2111
1568
|
type: {
|
|
2112
1569
|
name: "String"
|
|
2113
1570
|
}
|
|
2114
1571
|
},
|
|
2115
|
-
|
|
2116
|
-
serializedName: "
|
|
1572
|
+
topSid: {
|
|
1573
|
+
serializedName: "topSid",
|
|
2117
1574
|
type: {
|
|
2118
1575
|
name: "Sequence",
|
|
2119
1576
|
element: {
|
|
@@ -2122,113 +1579,63 @@ export const SkuDefinition: coreClient.CompositeMapper = {
|
|
|
2122
1579
|
}
|
|
2123
1580
|
}
|
|
2124
1581
|
}
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
},
|
|
2138
|
-
capacity: {
|
|
2139
|
-
serializedName: "capacity",
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
};
|
|
1586
|
+
|
|
1587
|
+
export const SapLandscapeMonitorMetricThresholds: coreClient.CompositeMapper = {
|
|
1588
|
+
type: {
|
|
1589
|
+
name: "Composite",
|
|
1590
|
+
className: "SapLandscapeMonitorMetricThresholds",
|
|
1591
|
+
modelProperties: {
|
|
1592
|
+
name: {
|
|
1593
|
+
serializedName: "name",
|
|
2140
1594
|
type: {
|
|
2141
|
-
name: "
|
|
2142
|
-
value: { type: { name: "any" } }
|
|
1595
|
+
name: "String"
|
|
2143
1596
|
}
|
|
2144
1597
|
},
|
|
2145
|
-
|
|
2146
|
-
serializedName: "
|
|
1598
|
+
green: {
|
|
1599
|
+
serializedName: "green",
|
|
2147
1600
|
type: {
|
|
2148
|
-
name: "
|
|
2149
|
-
element: {
|
|
2150
|
-
type: {
|
|
2151
|
-
name: "Composite",
|
|
2152
|
-
className: "SkuCost"
|
|
2153
|
-
}
|
|
2154
|
-
}
|
|
1601
|
+
name: "Number"
|
|
2155
1602
|
}
|
|
2156
1603
|
},
|
|
2157
|
-
|
|
2158
|
-
serializedName: "
|
|
1604
|
+
yellow: {
|
|
1605
|
+
serializedName: "yellow",
|
|
2159
1606
|
type: {
|
|
2160
|
-
name: "
|
|
2161
|
-
element: {
|
|
2162
|
-
type: {
|
|
2163
|
-
name: "Composite",
|
|
2164
|
-
className: "SkuCapability"
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
1607
|
+
name: "Number"
|
|
2167
1608
|
}
|
|
2168
1609
|
},
|
|
2169
|
-
|
|
2170
|
-
serializedName: "
|
|
1610
|
+
red: {
|
|
1611
|
+
serializedName: "red",
|
|
2171
1612
|
type: {
|
|
2172
|
-
name: "
|
|
2173
|
-
element: {
|
|
2174
|
-
type: {
|
|
2175
|
-
name: "Composite",
|
|
2176
|
-
className: "SkuRestriction"
|
|
2177
|
-
}
|
|
2178
|
-
}
|
|
1613
|
+
name: "Number"
|
|
2179
1614
|
}
|
|
2180
1615
|
}
|
|
2181
1616
|
}
|
|
2182
1617
|
}
|
|
2183
1618
|
};
|
|
2184
1619
|
|
|
2185
|
-
export const
|
|
1620
|
+
export const SapLandscapeMonitorListResult: coreClient.CompositeMapper = {
|
|
2186
1621
|
type: {
|
|
2187
1622
|
name: "Composite",
|
|
2188
|
-
className: "
|
|
1623
|
+
className: "SapLandscapeMonitorListResult",
|
|
2189
1624
|
modelProperties: {
|
|
2190
|
-
|
|
2191
|
-
serializedName: "
|
|
2192
|
-
type: {
|
|
2193
|
-
name: "String"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
zones: {
|
|
2197
|
-
serializedName: "zones",
|
|
2198
|
-
type: {
|
|
2199
|
-
name: "Sequence",
|
|
2200
|
-
element: {
|
|
2201
|
-
type: {
|
|
2202
|
-
name: "String"
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
zoneDetails: {
|
|
2208
|
-
serializedName: "zoneDetails",
|
|
1625
|
+
value: {
|
|
1626
|
+
serializedName: "value",
|
|
2209
1627
|
type: {
|
|
2210
1628
|
name: "Sequence",
|
|
2211
1629
|
element: {
|
|
2212
1630
|
type: {
|
|
2213
1631
|
name: "Composite",
|
|
2214
|
-
className: "
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
},
|
|
2219
|
-
extendedLocations: {
|
|
2220
|
-
serializedName: "extendedLocations",
|
|
2221
|
-
type: {
|
|
2222
|
-
name: "Sequence",
|
|
2223
|
-
element: {
|
|
2224
|
-
type: {
|
|
2225
|
-
name: "String"
|
|
1632
|
+
className: "SapLandscapeMonitor"
|
|
2226
1633
|
}
|
|
2227
1634
|
}
|
|
2228
1635
|
}
|
|
2229
1636
|
},
|
|
2230
|
-
|
|
2231
|
-
serializedName: "
|
|
1637
|
+
nextLink: {
|
|
1638
|
+
serializedName: "nextLink",
|
|
2232
1639
|
type: {
|
|
2233
1640
|
name: "String"
|
|
2234
1641
|
}
|
|
@@ -2237,78 +1644,71 @@ export const SkuLocationAndZones: coreClient.CompositeMapper = {
|
|
|
2237
1644
|
}
|
|
2238
1645
|
};
|
|
2239
1646
|
|
|
2240
|
-
export const
|
|
1647
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
2241
1648
|
type: {
|
|
2242
1649
|
name: "Composite",
|
|
2243
|
-
className: "
|
|
1650
|
+
className: "OperationListResult",
|
|
2244
1651
|
modelProperties: {
|
|
2245
|
-
|
|
2246
|
-
serializedName: "
|
|
1652
|
+
value: {
|
|
1653
|
+
serializedName: "value",
|
|
1654
|
+
readOnly: true,
|
|
2247
1655
|
type: {
|
|
2248
1656
|
name: "Sequence",
|
|
2249
1657
|
element: {
|
|
2250
1658
|
type: {
|
|
2251
|
-
name: "
|
|
1659
|
+
name: "Composite",
|
|
1660
|
+
className: "Operation"
|
|
2252
1661
|
}
|
|
2253
1662
|
}
|
|
2254
1663
|
}
|
|
2255
1664
|
},
|
|
2256
|
-
|
|
2257
|
-
serializedName: "
|
|
1665
|
+
nextLink: {
|
|
1666
|
+
serializedName: "nextLink",
|
|
1667
|
+
readOnly: true,
|
|
2258
1668
|
type: {
|
|
2259
|
-
name: "
|
|
2260
|
-
element: {
|
|
2261
|
-
type: {
|
|
2262
|
-
name: "Composite",
|
|
2263
|
-
className: "SkuCapability"
|
|
2264
|
-
}
|
|
2265
|
-
}
|
|
1669
|
+
name: "String"
|
|
2266
1670
|
}
|
|
2267
1671
|
}
|
|
2268
1672
|
}
|
|
2269
1673
|
}
|
|
2270
1674
|
};
|
|
2271
1675
|
|
|
2272
|
-
export const
|
|
1676
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
2273
1677
|
type: {
|
|
2274
1678
|
name: "Composite",
|
|
2275
|
-
className: "
|
|
1679
|
+
className: "Operation",
|
|
2276
1680
|
modelProperties: {
|
|
2277
1681
|
name: {
|
|
2278
1682
|
serializedName: "name",
|
|
1683
|
+
readOnly: true,
|
|
2279
1684
|
type: {
|
|
2280
1685
|
name: "String"
|
|
2281
1686
|
}
|
|
2282
1687
|
},
|
|
2283
|
-
|
|
2284
|
-
serializedName: "
|
|
1688
|
+
isDataAction: {
|
|
1689
|
+
serializedName: "isDataAction",
|
|
1690
|
+
readOnly: true,
|
|
2285
1691
|
type: {
|
|
2286
|
-
name: "
|
|
1692
|
+
name: "Boolean"
|
|
2287
1693
|
}
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
};
|
|
2292
|
-
|
|
2293
|
-
export const SkuCost: coreClient.CompositeMapper = {
|
|
2294
|
-
type: {
|
|
2295
|
-
name: "Composite",
|
|
2296
|
-
className: "SkuCost",
|
|
2297
|
-
modelProperties: {
|
|
2298
|
-
meterId: {
|
|
2299
|
-
serializedName: "meterId",
|
|
1694
|
+
},
|
|
1695
|
+
display: {
|
|
1696
|
+
serializedName: "display",
|
|
2300
1697
|
type: {
|
|
2301
|
-
name: "
|
|
1698
|
+
name: "Composite",
|
|
1699
|
+
className: "OperationDisplay"
|
|
2302
1700
|
}
|
|
2303
1701
|
},
|
|
2304
|
-
|
|
2305
|
-
serializedName: "
|
|
1702
|
+
origin: {
|
|
1703
|
+
serializedName: "origin",
|
|
1704
|
+
readOnly: true,
|
|
2306
1705
|
type: {
|
|
2307
|
-
name: "
|
|
1706
|
+
name: "String"
|
|
2308
1707
|
}
|
|
2309
1708
|
},
|
|
2310
|
-
|
|
2311
|
-
serializedName: "
|
|
1709
|
+
actionType: {
|
|
1710
|
+
serializedName: "actionType",
|
|
1711
|
+
readOnly: true,
|
|
2312
1712
|
type: {
|
|
2313
1713
|
name: "String"
|
|
2314
1714
|
}
|
|
@@ -2317,37 +1717,35 @@ export const SkuCost: coreClient.CompositeMapper = {
|
|
|
2317
1717
|
}
|
|
2318
1718
|
};
|
|
2319
1719
|
|
|
2320
|
-
export const
|
|
1720
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
2321
1721
|
type: {
|
|
2322
1722
|
name: "Composite",
|
|
2323
|
-
className: "
|
|
1723
|
+
className: "OperationDisplay",
|
|
2324
1724
|
modelProperties: {
|
|
2325
|
-
|
|
2326
|
-
serializedName: "
|
|
1725
|
+
provider: {
|
|
1726
|
+
serializedName: "provider",
|
|
1727
|
+
readOnly: true,
|
|
2327
1728
|
type: {
|
|
2328
1729
|
name: "String"
|
|
2329
1730
|
}
|
|
2330
1731
|
},
|
|
2331
|
-
|
|
2332
|
-
serializedName: "
|
|
1732
|
+
resource: {
|
|
1733
|
+
serializedName: "resource",
|
|
1734
|
+
readOnly: true,
|
|
2333
1735
|
type: {
|
|
2334
|
-
name: "
|
|
2335
|
-
element: {
|
|
2336
|
-
type: {
|
|
2337
|
-
name: "String"
|
|
2338
|
-
}
|
|
2339
|
-
}
|
|
1736
|
+
name: "String"
|
|
2340
1737
|
}
|
|
2341
1738
|
},
|
|
2342
|
-
|
|
2343
|
-
serializedName: "
|
|
1739
|
+
operation: {
|
|
1740
|
+
serializedName: "operation",
|
|
1741
|
+
readOnly: true,
|
|
2344
1742
|
type: {
|
|
2345
|
-
name: "
|
|
2346
|
-
value: { type: { name: "any" } }
|
|
1743
|
+
name: "String"
|
|
2347
1744
|
}
|
|
2348
1745
|
},
|
|
2349
|
-
|
|
2350
|
-
serializedName: "
|
|
1746
|
+
description: {
|
|
1747
|
+
serializedName: "description",
|
|
1748
|
+
readOnly: true,
|
|
2351
1749
|
type: {
|
|
2352
1750
|
name: "String"
|
|
2353
1751
|
}
|
|
@@ -2373,27 +1771,14 @@ export const ImageReference: coreClient.CompositeMapper = {
|
|
|
2373
1771
|
name: "String"
|
|
2374
1772
|
}
|
|
2375
1773
|
},
|
|
2376
|
-
sku: {
|
|
2377
|
-
serializedName: "sku",
|
|
2378
|
-
type: {
|
|
2379
|
-
name: "String"
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
version: {
|
|
2383
|
-
serializedName: "version",
|
|
2384
|
-
type: {
|
|
2385
|
-
name: "String"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
exactVersion: {
|
|
2389
|
-
serializedName: "exactVersion",
|
|
2390
|
-
readOnly: true,
|
|
1774
|
+
sku: {
|
|
1775
|
+
serializedName: "sku",
|
|
2391
1776
|
type: {
|
|
2392
1777
|
name: "String"
|
|
2393
1778
|
}
|
|
2394
1779
|
},
|
|
2395
|
-
|
|
2396
|
-
serializedName: "
|
|
1780
|
+
version: {
|
|
1781
|
+
serializedName: "version",
|
|
2397
1782
|
type: {
|
|
2398
1783
|
name: "String"
|
|
2399
1784
|
}
|
|
@@ -2508,6 +1893,24 @@ export const OSProfile: coreClient.CompositeMapper = {
|
|
|
2508
1893
|
}
|
|
2509
1894
|
};
|
|
2510
1895
|
|
|
1896
|
+
export const DiskConfiguration: coreClient.CompositeMapper = {
|
|
1897
|
+
type: {
|
|
1898
|
+
name: "Composite",
|
|
1899
|
+
className: "DiskConfiguration",
|
|
1900
|
+
modelProperties: {
|
|
1901
|
+
diskVolumeConfigurations: {
|
|
1902
|
+
serializedName: "diskVolumeConfigurations",
|
|
1903
|
+
type: {
|
|
1904
|
+
name: "Dictionary",
|
|
1905
|
+
value: {
|
|
1906
|
+
type: { name: "Composite", className: "DiskVolumeConfiguration" }
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
};
|
|
1913
|
+
|
|
2511
1914
|
export const VirtualMachineConfiguration: coreClient.CompositeMapper = {
|
|
2512
1915
|
type: {
|
|
2513
1916
|
name: "Composite",
|
|
@@ -2554,6 +1957,27 @@ export const NetworkConfiguration: coreClient.CompositeMapper = {
|
|
|
2554
1957
|
}
|
|
2555
1958
|
};
|
|
2556
1959
|
|
|
1960
|
+
export const SingleServerCustomResourceNames: coreClient.CompositeMapper = {
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "SingleServerCustomResourceNames",
|
|
1964
|
+
uberParent: "SingleServerCustomResourceNames",
|
|
1965
|
+
polymorphicDiscriminator: {
|
|
1966
|
+
serializedName: "namingPatternType",
|
|
1967
|
+
clientName: "namingPatternType"
|
|
1968
|
+
},
|
|
1969
|
+
modelProperties: {
|
|
1970
|
+
namingPatternType: {
|
|
1971
|
+
serializedName: "namingPatternType",
|
|
1972
|
+
required: true,
|
|
1973
|
+
type: {
|
|
1974
|
+
name: "String"
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
};
|
|
1980
|
+
|
|
2557
1981
|
export const InfrastructureConfiguration: coreClient.CompositeMapper = {
|
|
2558
1982
|
type: {
|
|
2559
1983
|
name: "Composite",
|
|
@@ -2643,6 +2067,13 @@ export const DatabaseConfiguration: coreClient.CompositeMapper = {
|
|
|
2643
2067
|
type: {
|
|
2644
2068
|
name: "Number"
|
|
2645
2069
|
}
|
|
2070
|
+
},
|
|
2071
|
+
diskConfiguration: {
|
|
2072
|
+
serializedName: "diskConfiguration",
|
|
2073
|
+
type: {
|
|
2074
|
+
name: "Composite",
|
|
2075
|
+
className: "DiskConfiguration"
|
|
2076
|
+
}
|
|
2646
2077
|
}
|
|
2647
2078
|
}
|
|
2648
2079
|
}
|
|
@@ -2683,9 +2114,312 @@ export const HighAvailabilityConfiguration: coreClient.CompositeMapper = {
|
|
|
2683
2114
|
name: "Composite",
|
|
2684
2115
|
className: "HighAvailabilityConfiguration",
|
|
2685
2116
|
modelProperties: {
|
|
2686
|
-
highAvailabilityType: {
|
|
2687
|
-
serializedName: "highAvailabilityType",
|
|
2688
|
-
required: true,
|
|
2117
|
+
highAvailabilityType: {
|
|
2118
|
+
serializedName: "highAvailabilityType",
|
|
2119
|
+
required: true,
|
|
2120
|
+
type: {
|
|
2121
|
+
name: "String"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
};
|
|
2127
|
+
|
|
2128
|
+
export const FileShareConfiguration: coreClient.CompositeMapper = {
|
|
2129
|
+
type: {
|
|
2130
|
+
name: "Composite",
|
|
2131
|
+
className: "FileShareConfiguration",
|
|
2132
|
+
uberParent: "FileShareConfiguration",
|
|
2133
|
+
polymorphicDiscriminator: {
|
|
2134
|
+
serializedName: "configurationType",
|
|
2135
|
+
clientName: "configurationType"
|
|
2136
|
+
},
|
|
2137
|
+
modelProperties: {
|
|
2138
|
+
configurationType: {
|
|
2139
|
+
serializedName: "configurationType",
|
|
2140
|
+
required: true,
|
|
2141
|
+
type: {
|
|
2142
|
+
name: "String"
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
};
|
|
2148
|
+
|
|
2149
|
+
export const StorageConfiguration: coreClient.CompositeMapper = {
|
|
2150
|
+
type: {
|
|
2151
|
+
name: "Composite",
|
|
2152
|
+
className: "StorageConfiguration",
|
|
2153
|
+
modelProperties: {
|
|
2154
|
+
transportFileShareConfiguration: {
|
|
2155
|
+
serializedName: "transportFileShareConfiguration",
|
|
2156
|
+
type: {
|
|
2157
|
+
name: "Composite",
|
|
2158
|
+
className: "FileShareConfiguration"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
};
|
|
2164
|
+
|
|
2165
|
+
export const ThreeTierCustomResourceNames: coreClient.CompositeMapper = {
|
|
2166
|
+
type: {
|
|
2167
|
+
name: "Composite",
|
|
2168
|
+
className: "ThreeTierCustomResourceNames",
|
|
2169
|
+
uberParent: "ThreeTierCustomResourceNames",
|
|
2170
|
+
polymorphicDiscriminator: {
|
|
2171
|
+
serializedName: "namingPatternType",
|
|
2172
|
+
clientName: "namingPatternType"
|
|
2173
|
+
},
|
|
2174
|
+
modelProperties: {
|
|
2175
|
+
namingPatternType: {
|
|
2176
|
+
serializedName: "namingPatternType",
|
|
2177
|
+
required: true,
|
|
2178
|
+
type: {
|
|
2179
|
+
name: "String"
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
};
|
|
2185
|
+
|
|
2186
|
+
export const VirtualMachineResourceNames: coreClient.CompositeMapper = {
|
|
2187
|
+
type: {
|
|
2188
|
+
name: "Composite",
|
|
2189
|
+
className: "VirtualMachineResourceNames",
|
|
2190
|
+
modelProperties: {
|
|
2191
|
+
vmName: {
|
|
2192
|
+
serializedName: "vmName",
|
|
2193
|
+
type: {
|
|
2194
|
+
name: "String"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
hostName: {
|
|
2198
|
+
serializedName: "hostName",
|
|
2199
|
+
type: {
|
|
2200
|
+
name: "String"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
networkInterfaces: {
|
|
2204
|
+
constraints: {
|
|
2205
|
+
MaxItems: 1
|
|
2206
|
+
},
|
|
2207
|
+
serializedName: "networkInterfaces",
|
|
2208
|
+
type: {
|
|
2209
|
+
name: "Sequence",
|
|
2210
|
+
element: {
|
|
2211
|
+
type: {
|
|
2212
|
+
name: "Composite",
|
|
2213
|
+
className: "NetworkInterfaceResourceNames"
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
osDiskName: {
|
|
2219
|
+
serializedName: "osDiskName",
|
|
2220
|
+
type: {
|
|
2221
|
+
name: "String"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
dataDiskNames: {
|
|
2225
|
+
serializedName: "dataDiskNames",
|
|
2226
|
+
type: {
|
|
2227
|
+
name: "Dictionary",
|
|
2228
|
+
value: {
|
|
2229
|
+
type: { name: "Sequence", element: { type: { name: "String" } } }
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
};
|
|
2236
|
+
|
|
2237
|
+
export const NetworkInterfaceResourceNames: coreClient.CompositeMapper = {
|
|
2238
|
+
type: {
|
|
2239
|
+
name: "Composite",
|
|
2240
|
+
className: "NetworkInterfaceResourceNames",
|
|
2241
|
+
modelProperties: {
|
|
2242
|
+
networkInterfaceName: {
|
|
2243
|
+
serializedName: "networkInterfaceName",
|
|
2244
|
+
type: {
|
|
2245
|
+
name: "String"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
};
|
|
2251
|
+
|
|
2252
|
+
export const CentralServerFullResourceNames: coreClient.CompositeMapper = {
|
|
2253
|
+
type: {
|
|
2254
|
+
name: "Composite",
|
|
2255
|
+
className: "CentralServerFullResourceNames",
|
|
2256
|
+
modelProperties: {
|
|
2257
|
+
virtualMachines: {
|
|
2258
|
+
constraints: {
|
|
2259
|
+
MaxItems: 2
|
|
2260
|
+
},
|
|
2261
|
+
serializedName: "virtualMachines",
|
|
2262
|
+
type: {
|
|
2263
|
+
name: "Sequence",
|
|
2264
|
+
element: {
|
|
2265
|
+
type: {
|
|
2266
|
+
name: "Composite",
|
|
2267
|
+
className: "VirtualMachineResourceNames"
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
availabilitySetName: {
|
|
2273
|
+
serializedName: "availabilitySetName",
|
|
2274
|
+
type: {
|
|
2275
|
+
name: "String"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
loadBalancer: {
|
|
2279
|
+
serializedName: "loadBalancer",
|
|
2280
|
+
type: {
|
|
2281
|
+
name: "Composite",
|
|
2282
|
+
className: "LoadBalancerResourceNames"
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
};
|
|
2288
|
+
|
|
2289
|
+
export const LoadBalancerResourceNames: coreClient.CompositeMapper = {
|
|
2290
|
+
type: {
|
|
2291
|
+
name: "Composite",
|
|
2292
|
+
className: "LoadBalancerResourceNames",
|
|
2293
|
+
modelProperties: {
|
|
2294
|
+
loadBalancerName: {
|
|
2295
|
+
serializedName: "loadBalancerName",
|
|
2296
|
+
type: {
|
|
2297
|
+
name: "String"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
frontendIpConfigurationNames: {
|
|
2301
|
+
constraints: {
|
|
2302
|
+
MaxItems: 2
|
|
2303
|
+
},
|
|
2304
|
+
serializedName: "frontendIpConfigurationNames",
|
|
2305
|
+
type: {
|
|
2306
|
+
name: "Sequence",
|
|
2307
|
+
element: {
|
|
2308
|
+
type: {
|
|
2309
|
+
name: "String"
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
backendPoolNames: {
|
|
2315
|
+
constraints: {
|
|
2316
|
+
MaxItems: 1
|
|
2317
|
+
},
|
|
2318
|
+
serializedName: "backendPoolNames",
|
|
2319
|
+
type: {
|
|
2320
|
+
name: "Sequence",
|
|
2321
|
+
element: {
|
|
2322
|
+
type: {
|
|
2323
|
+
name: "String"
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
healthProbeNames: {
|
|
2329
|
+
constraints: {
|
|
2330
|
+
MaxItems: 2
|
|
2331
|
+
},
|
|
2332
|
+
serializedName: "healthProbeNames",
|
|
2333
|
+
type: {
|
|
2334
|
+
name: "Sequence",
|
|
2335
|
+
element: {
|
|
2336
|
+
type: {
|
|
2337
|
+
name: "String"
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
};
|
|
2345
|
+
|
|
2346
|
+
export const ApplicationServerFullResourceNames: coreClient.CompositeMapper = {
|
|
2347
|
+
type: {
|
|
2348
|
+
name: "Composite",
|
|
2349
|
+
className: "ApplicationServerFullResourceNames",
|
|
2350
|
+
modelProperties: {
|
|
2351
|
+
virtualMachines: {
|
|
2352
|
+
serializedName: "virtualMachines",
|
|
2353
|
+
type: {
|
|
2354
|
+
name: "Sequence",
|
|
2355
|
+
element: {
|
|
2356
|
+
type: {
|
|
2357
|
+
name: "Composite",
|
|
2358
|
+
className: "VirtualMachineResourceNames"
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
availabilitySetName: {
|
|
2364
|
+
serializedName: "availabilitySetName",
|
|
2365
|
+
type: {
|
|
2366
|
+
name: "String"
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
};
|
|
2372
|
+
|
|
2373
|
+
export const DatabaseServerFullResourceNames: coreClient.CompositeMapper = {
|
|
2374
|
+
type: {
|
|
2375
|
+
name: "Composite",
|
|
2376
|
+
className: "DatabaseServerFullResourceNames",
|
|
2377
|
+
modelProperties: {
|
|
2378
|
+
virtualMachines: {
|
|
2379
|
+
constraints: {
|
|
2380
|
+
MaxItems: 2
|
|
2381
|
+
},
|
|
2382
|
+
serializedName: "virtualMachines",
|
|
2383
|
+
type: {
|
|
2384
|
+
name: "Sequence",
|
|
2385
|
+
element: {
|
|
2386
|
+
type: {
|
|
2387
|
+
name: "Composite",
|
|
2388
|
+
className: "VirtualMachineResourceNames"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
availabilitySetName: {
|
|
2394
|
+
serializedName: "availabilitySetName",
|
|
2395
|
+
type: {
|
|
2396
|
+
name: "String"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
loadBalancer: {
|
|
2400
|
+
serializedName: "loadBalancer",
|
|
2401
|
+
type: {
|
|
2402
|
+
name: "Composite",
|
|
2403
|
+
className: "LoadBalancerResourceNames"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
};
|
|
2409
|
+
|
|
2410
|
+
export const SharedStorageResourceNames: coreClient.CompositeMapper = {
|
|
2411
|
+
type: {
|
|
2412
|
+
name: "Composite",
|
|
2413
|
+
className: "SharedStorageResourceNames",
|
|
2414
|
+
modelProperties: {
|
|
2415
|
+
sharedStorageAccountName: {
|
|
2416
|
+
serializedName: "sharedStorageAccountName",
|
|
2417
|
+
type: {
|
|
2418
|
+
name: "String"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
sharedStorageAccountPrivateEndPointName: {
|
|
2422
|
+
serializedName: "sharedStorageAccountPrivateEndPointName",
|
|
2689
2423
|
type: {
|
|
2690
2424
|
name: "String"
|
|
2691
2425
|
}
|
|
@@ -2908,216 +2642,6 @@ export const Tags: coreClient.CompositeMapper = {
|
|
|
2908
2642
|
}
|
|
2909
2643
|
};
|
|
2910
2644
|
|
|
2911
|
-
export const RestrictionInfo: coreClient.CompositeMapper = {
|
|
2912
|
-
type: {
|
|
2913
|
-
name: "Composite",
|
|
2914
|
-
className: "RestrictionInfo",
|
|
2915
|
-
modelProperties: {
|
|
2916
|
-
locations: {
|
|
2917
|
-
serializedName: "locations",
|
|
2918
|
-
type: {
|
|
2919
|
-
name: "Sequence",
|
|
2920
|
-
element: {
|
|
2921
|
-
type: {
|
|
2922
|
-
name: "String"
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
zones: {
|
|
2928
|
-
serializedName: "zones",
|
|
2929
|
-
type: {
|
|
2930
|
-
name: "Sequence",
|
|
2931
|
-
element: {
|
|
2932
|
-
type: {
|
|
2933
|
-
name: "String"
|
|
2934
|
-
}
|
|
2935
|
-
}
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
2938
|
-
}
|
|
2939
|
-
}
|
|
2940
|
-
};
|
|
2941
|
-
|
|
2942
|
-
export const SkuCapacity: coreClient.CompositeMapper = {
|
|
2943
|
-
type: {
|
|
2944
|
-
name: "Composite",
|
|
2945
|
-
className: "SkuCapacity",
|
|
2946
|
-
modelProperties: {
|
|
2947
|
-
minimum: {
|
|
2948
|
-
serializedName: "minimum",
|
|
2949
|
-
type: {
|
|
2950
|
-
name: "Number"
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
|
-
maximum: {
|
|
2954
|
-
serializedName: "maximum",
|
|
2955
|
-
type: {
|
|
2956
|
-
name: "Number"
|
|
2957
|
-
}
|
|
2958
|
-
},
|
|
2959
|
-
default: {
|
|
2960
|
-
serializedName: "default",
|
|
2961
|
-
type: {
|
|
2962
|
-
name: "Number"
|
|
2963
|
-
}
|
|
2964
|
-
},
|
|
2965
|
-
scaleType: {
|
|
2966
|
-
serializedName: "scaleType",
|
|
2967
|
-
type: {
|
|
2968
|
-
name: "String"
|
|
2969
|
-
}
|
|
2970
|
-
}
|
|
2971
|
-
}
|
|
2972
|
-
}
|
|
2973
|
-
};
|
|
2974
|
-
|
|
2975
|
-
export const VmssNodesProfile: coreClient.CompositeMapper = {
|
|
2976
|
-
type: {
|
|
2977
|
-
name: "Composite",
|
|
2978
|
-
className: "VmssNodesProfile",
|
|
2979
|
-
modelProperties: {
|
|
2980
|
-
...NodeProfile.type.modelProperties,
|
|
2981
|
-
autoScaleMinCount: {
|
|
2982
|
-
constraints: {
|
|
2983
|
-
InclusiveMinimum: 1
|
|
2984
|
-
},
|
|
2985
|
-
serializedName: "autoScaleMinCount",
|
|
2986
|
-
type: {
|
|
2987
|
-
name: "Number"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
autoScaleMaxCount: {
|
|
2991
|
-
constraints: {
|
|
2992
|
-
InclusiveMinimum: 1
|
|
2993
|
-
},
|
|
2994
|
-
serializedName: "autoScaleMaxCount",
|
|
2995
|
-
type: {
|
|
2996
|
-
name: "Number"
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
};
|
|
3002
|
-
|
|
3003
|
-
export const SearchProfile: coreClient.CompositeMapper = {
|
|
3004
|
-
type: {
|
|
3005
|
-
name: "Composite",
|
|
3006
|
-
className: "SearchProfile",
|
|
3007
|
-
modelProperties: {
|
|
3008
|
-
...NodeProfile.type.modelProperties,
|
|
3009
|
-
searchType: {
|
|
3010
|
-
serializedName: "searchType",
|
|
3011
|
-
required: true,
|
|
3012
|
-
type: {
|
|
3013
|
-
name: "String"
|
|
3014
|
-
}
|
|
3015
|
-
}
|
|
3016
|
-
}
|
|
3017
|
-
}
|
|
3018
|
-
};
|
|
3019
|
-
|
|
3020
|
-
export const PhpWorkloadResourceIdentity: coreClient.CompositeMapper = {
|
|
3021
|
-
type: {
|
|
3022
|
-
name: "Composite",
|
|
3023
|
-
className: "PhpWorkloadResourceIdentity",
|
|
3024
|
-
modelProperties: {
|
|
3025
|
-
...UserAssignedServiceIdentity.type.modelProperties
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
};
|
|
3029
|
-
|
|
3030
|
-
export const PatchResourceRequestBodyIdentity: coreClient.CompositeMapper = {
|
|
3031
|
-
type: {
|
|
3032
|
-
name: "Composite",
|
|
3033
|
-
className: "PatchResourceRequestBodyIdentity",
|
|
3034
|
-
modelProperties: {
|
|
3035
|
-
...UserAssignedServiceIdentity.type.modelProperties
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
};
|
|
3039
|
-
|
|
3040
|
-
export const TrackedResource: coreClient.CompositeMapper = {
|
|
3041
|
-
type: {
|
|
3042
|
-
name: "Composite",
|
|
3043
|
-
className: "TrackedResource",
|
|
3044
|
-
modelProperties: {
|
|
3045
|
-
...Resource.type.modelProperties,
|
|
3046
|
-
tags: {
|
|
3047
|
-
serializedName: "tags",
|
|
3048
|
-
type: {
|
|
3049
|
-
name: "Dictionary",
|
|
3050
|
-
value: { type: { name: "String" } }
|
|
3051
|
-
}
|
|
3052
|
-
},
|
|
3053
|
-
location: {
|
|
3054
|
-
serializedName: "location",
|
|
3055
|
-
required: true,
|
|
3056
|
-
type: {
|
|
3057
|
-
name: "String"
|
|
3058
|
-
}
|
|
3059
|
-
}
|
|
3060
|
-
}
|
|
3061
|
-
}
|
|
3062
|
-
};
|
|
3063
|
-
|
|
3064
|
-
export const ProxyResource: coreClient.CompositeMapper = {
|
|
3065
|
-
type: {
|
|
3066
|
-
name: "Composite",
|
|
3067
|
-
className: "ProxyResource",
|
|
3068
|
-
modelProperties: {
|
|
3069
|
-
...Resource.type.modelProperties
|
|
3070
|
-
}
|
|
3071
|
-
}
|
|
3072
|
-
};
|
|
3073
|
-
|
|
3074
|
-
export const OperationsContent: coreClient.CompositeMapper = {
|
|
3075
|
-
type: {
|
|
3076
|
-
name: "Composite",
|
|
3077
|
-
className: "OperationsContent",
|
|
3078
|
-
modelProperties: {
|
|
3079
|
-
...Resource.type.modelProperties,
|
|
3080
|
-
namePropertiesName: {
|
|
3081
|
-
serializedName: "properties.name",
|
|
3082
|
-
type: {
|
|
3083
|
-
name: "String"
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
isDataAction: {
|
|
3087
|
-
serializedName: "properties.isDataAction",
|
|
3088
|
-
type: {
|
|
3089
|
-
name: "Boolean"
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
|
-
origin: {
|
|
3093
|
-
serializedName: "properties.origin",
|
|
3094
|
-
type: {
|
|
3095
|
-
name: "String"
|
|
3096
|
-
}
|
|
3097
|
-
},
|
|
3098
|
-
display: {
|
|
3099
|
-
serializedName: "properties.display",
|
|
3100
|
-
type: {
|
|
3101
|
-
name: "Composite",
|
|
3102
|
-
className: "OperationsDefinitionDisplay"
|
|
3103
|
-
}
|
|
3104
|
-
},
|
|
3105
|
-
actionType: {
|
|
3106
|
-
serializedName: "properties.actionType",
|
|
3107
|
-
type: {
|
|
3108
|
-
name: "String"
|
|
3109
|
-
}
|
|
3110
|
-
},
|
|
3111
|
-
properties: {
|
|
3112
|
-
serializedName: "properties.properties",
|
|
3113
|
-
type: {
|
|
3114
|
-
name: "any"
|
|
3115
|
-
}
|
|
3116
|
-
}
|
|
3117
|
-
}
|
|
3118
|
-
}
|
|
3119
|
-
};
|
|
3120
|
-
|
|
3121
2645
|
export const SingleServerRecommendationResult: coreClient.CompositeMapper = {
|
|
3122
2646
|
serializedName: "SingleServer",
|
|
3123
2647
|
type: {
|
|
@@ -3203,6 +2727,16 @@ export const DiscoveryConfiguration: coreClient.CompositeMapper = {
|
|
|
3203
2727
|
name: "String"
|
|
3204
2728
|
}
|
|
3205
2729
|
},
|
|
2730
|
+
managedRgStorageAccountName: {
|
|
2731
|
+
constraints: {
|
|
2732
|
+
MaxLength: 24,
|
|
2733
|
+
MinLength: 3
|
|
2734
|
+
},
|
|
2735
|
+
serializedName: "managedRgStorageAccountName",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "String"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
3206
2740
|
appLocation: {
|
|
3207
2741
|
serializedName: "appLocation",
|
|
3208
2742
|
readOnly: true,
|
|
@@ -3255,32 +2789,113 @@ export const DeploymentWithOSConfiguration: coreClient.CompositeMapper = {
|
|
|
3255
2789
|
uberParent: "SAPConfiguration",
|
|
3256
2790
|
polymorphicDiscriminator: SAPConfiguration.type.polymorphicDiscriminator,
|
|
3257
2791
|
modelProperties: {
|
|
3258
|
-
...SAPConfiguration.type.modelProperties,
|
|
3259
|
-
appLocation: {
|
|
3260
|
-
serializedName: "appLocation",
|
|
2792
|
+
...SAPConfiguration.type.modelProperties,
|
|
2793
|
+
appLocation: {
|
|
2794
|
+
serializedName: "appLocation",
|
|
2795
|
+
type: {
|
|
2796
|
+
name: "String"
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
infrastructureConfiguration: {
|
|
2800
|
+
serializedName: "infrastructureConfiguration",
|
|
2801
|
+
type: {
|
|
2802
|
+
name: "Composite",
|
|
2803
|
+
className: "InfrastructureConfiguration"
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2806
|
+
softwareConfiguration: {
|
|
2807
|
+
serializedName: "softwareConfiguration",
|
|
2808
|
+
type: {
|
|
2809
|
+
name: "Composite",
|
|
2810
|
+
className: "SoftwareConfiguration"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
osSapConfiguration: {
|
|
2814
|
+
serializedName: "osSapConfiguration",
|
|
2815
|
+
type: {
|
|
2816
|
+
name: "Composite",
|
|
2817
|
+
className: "OsSapConfiguration"
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
};
|
|
2823
|
+
|
|
2824
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
2825
|
+
type: {
|
|
2826
|
+
name: "Composite",
|
|
2827
|
+
className: "TrackedResource",
|
|
2828
|
+
modelProperties: {
|
|
2829
|
+
...Resource.type.modelProperties,
|
|
2830
|
+
tags: {
|
|
2831
|
+
serializedName: "tags",
|
|
2832
|
+
type: {
|
|
2833
|
+
name: "Dictionary",
|
|
2834
|
+
value: { type: { name: "String" } }
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
location: {
|
|
2838
|
+
serializedName: "location",
|
|
2839
|
+
required: true,
|
|
2840
|
+
type: {
|
|
2841
|
+
name: "String"
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
};
|
|
2847
|
+
|
|
2848
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
2849
|
+
type: {
|
|
2850
|
+
name: "Composite",
|
|
2851
|
+
className: "ProxyResource",
|
|
2852
|
+
modelProperties: {
|
|
2853
|
+
...Resource.type.modelProperties
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
};
|
|
2857
|
+
|
|
2858
|
+
export const OperationsContent: coreClient.CompositeMapper = {
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "Composite",
|
|
2861
|
+
className: "OperationsContent",
|
|
2862
|
+
modelProperties: {
|
|
2863
|
+
...Resource.type.modelProperties,
|
|
2864
|
+
namePropertiesName: {
|
|
2865
|
+
serializedName: "properties.name",
|
|
3261
2866
|
type: {
|
|
3262
2867
|
name: "String"
|
|
3263
2868
|
}
|
|
3264
2869
|
},
|
|
3265
|
-
|
|
3266
|
-
serializedName: "
|
|
2870
|
+
isDataAction: {
|
|
2871
|
+
serializedName: "properties.isDataAction",
|
|
3267
2872
|
type: {
|
|
3268
|
-
name: "
|
|
3269
|
-
className: "InfrastructureConfiguration"
|
|
2873
|
+
name: "Boolean"
|
|
3270
2874
|
}
|
|
3271
2875
|
},
|
|
3272
|
-
|
|
3273
|
-
serializedName: "
|
|
2876
|
+
origin: {
|
|
2877
|
+
serializedName: "properties.origin",
|
|
3274
2878
|
type: {
|
|
3275
|
-
name: "
|
|
3276
|
-
className: "SoftwareConfiguration"
|
|
2879
|
+
name: "String"
|
|
3277
2880
|
}
|
|
3278
2881
|
},
|
|
3279
|
-
|
|
3280
|
-
serializedName: "
|
|
2882
|
+
display: {
|
|
2883
|
+
serializedName: "properties.display",
|
|
3281
2884
|
type: {
|
|
3282
2885
|
name: "Composite",
|
|
3283
|
-
className: "
|
|
2886
|
+
className: "OperationsDefinitionDisplay"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
actionType: {
|
|
2890
|
+
serializedName: "properties.actionType",
|
|
2891
|
+
type: {
|
|
2892
|
+
name: "String"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
properties: {
|
|
2896
|
+
serializedName: "properties.properties",
|
|
2897
|
+
type: {
|
|
2898
|
+
name: "any"
|
|
3284
2899
|
}
|
|
3285
2900
|
}
|
|
3286
2901
|
}
|
|
@@ -3359,8 +2974,8 @@ export const HanaDbProviderInstanceProperties: coreClient.CompositeMapper = {
|
|
|
3359
2974
|
name: "String"
|
|
3360
2975
|
}
|
|
3361
2976
|
},
|
|
3362
|
-
|
|
3363
|
-
serializedName: "
|
|
2977
|
+
sslCertificateUri: {
|
|
2978
|
+
serializedName: "sslCertificateUri",
|
|
3364
2979
|
type: {
|
|
3365
2980
|
name: "String"
|
|
3366
2981
|
}
|
|
@@ -3370,6 +2985,18 @@ export const HanaDbProviderInstanceProperties: coreClient.CompositeMapper = {
|
|
|
3370
2985
|
type: {
|
|
3371
2986
|
name: "String"
|
|
3372
2987
|
}
|
|
2988
|
+
},
|
|
2989
|
+
sslPreference: {
|
|
2990
|
+
serializedName: "sslPreference",
|
|
2991
|
+
type: {
|
|
2992
|
+
name: "String"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
sapSid: {
|
|
2996
|
+
serializedName: "sapSid",
|
|
2997
|
+
type: {
|
|
2998
|
+
name: "String"
|
|
2999
|
+
}
|
|
3373
3000
|
}
|
|
3374
3001
|
}
|
|
3375
3002
|
}
|
|
@@ -3444,8 +3071,14 @@ export const SapNetWeaverProviderInstanceProperties: coreClient.CompositeMapper
|
|
|
3444
3071
|
name: "String"
|
|
3445
3072
|
}
|
|
3446
3073
|
},
|
|
3447
|
-
|
|
3448
|
-
serializedName: "
|
|
3074
|
+
sslCertificateUri: {
|
|
3075
|
+
serializedName: "sslCertificateUri",
|
|
3076
|
+
type: {
|
|
3077
|
+
name: "String"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
sslPreference: {
|
|
3081
|
+
serializedName: "sslPreference",
|
|
3449
3082
|
type: {
|
|
3450
3083
|
name: "String"
|
|
3451
3084
|
}
|
|
@@ -3469,6 +3102,24 @@ export const PrometheusOSProviderInstanceProperties: coreClient.CompositeMapper
|
|
|
3469
3102
|
type: {
|
|
3470
3103
|
name: "String"
|
|
3471
3104
|
}
|
|
3105
|
+
},
|
|
3106
|
+
sslPreference: {
|
|
3107
|
+
serializedName: "sslPreference",
|
|
3108
|
+
type: {
|
|
3109
|
+
name: "String"
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3112
|
+
sslCertificateUri: {
|
|
3113
|
+
serializedName: "sslCertificateUri",
|
|
3114
|
+
type: {
|
|
3115
|
+
name: "String"
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
sapSid: {
|
|
3119
|
+
serializedName: "sapSid",
|
|
3120
|
+
type: {
|
|
3121
|
+
name: "String"
|
|
3122
|
+
}
|
|
3472
3123
|
}
|
|
3473
3124
|
}
|
|
3474
3125
|
}
|
|
@@ -3525,6 +3176,18 @@ export const DB2ProviderInstanceProperties: coreClient.CompositeMapper = {
|
|
|
3525
3176
|
type: {
|
|
3526
3177
|
name: "String"
|
|
3527
3178
|
}
|
|
3179
|
+
},
|
|
3180
|
+
sslPreference: {
|
|
3181
|
+
serializedName: "sslPreference",
|
|
3182
|
+
type: {
|
|
3183
|
+
name: "String"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
sslCertificateUri: {
|
|
3187
|
+
serializedName: "sslCertificateUri",
|
|
3188
|
+
type: {
|
|
3189
|
+
name: "String"
|
|
3190
|
+
}
|
|
3528
3191
|
}
|
|
3529
3192
|
}
|
|
3530
3193
|
}
|
|
@@ -3563,6 +3226,18 @@ export const PrometheusHaClusterProviderInstanceProperties: coreClient.Composite
|
|
|
3563
3226
|
type: {
|
|
3564
3227
|
name: "String"
|
|
3565
3228
|
}
|
|
3229
|
+
},
|
|
3230
|
+
sslPreference: {
|
|
3231
|
+
serializedName: "sslPreference",
|
|
3232
|
+
type: {
|
|
3233
|
+
name: "String"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
sslCertificateUri: {
|
|
3237
|
+
serializedName: "sslCertificateUri",
|
|
3238
|
+
type: {
|
|
3239
|
+
name: "String"
|
|
3240
|
+
}
|
|
3566
3241
|
}
|
|
3567
3242
|
}
|
|
3568
3243
|
}
|
|
@@ -3613,141 +3288,312 @@ export const MsSqlServerProviderInstanceProperties: coreClient.CompositeMapper =
|
|
|
3613
3288
|
type: {
|
|
3614
3289
|
name: "String"
|
|
3615
3290
|
}
|
|
3291
|
+
},
|
|
3292
|
+
sslPreference: {
|
|
3293
|
+
serializedName: "sslPreference",
|
|
3294
|
+
type: {
|
|
3295
|
+
name: "String"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
sslCertificateUri: {
|
|
3299
|
+
serializedName: "sslCertificateUri",
|
|
3300
|
+
type: {
|
|
3301
|
+
name: "String"
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
};
|
|
3307
|
+
|
|
3308
|
+
export const WindowsConfiguration: coreClient.CompositeMapper = {
|
|
3309
|
+
serializedName: "Windows",
|
|
3310
|
+
type: {
|
|
3311
|
+
name: "Composite",
|
|
3312
|
+
className: "WindowsConfiguration",
|
|
3313
|
+
uberParent: "OSConfiguration",
|
|
3314
|
+
polymorphicDiscriminator: OSConfiguration.type.polymorphicDiscriminator,
|
|
3315
|
+
modelProperties: {
|
|
3316
|
+
...OSConfiguration.type.modelProperties
|
|
3317
|
+
}
|
|
3318
|
+
}
|
|
3319
|
+
};
|
|
3320
|
+
|
|
3321
|
+
export const LinuxConfiguration: coreClient.CompositeMapper = {
|
|
3322
|
+
serializedName: "Linux",
|
|
3323
|
+
type: {
|
|
3324
|
+
name: "Composite",
|
|
3325
|
+
className: "LinuxConfiguration",
|
|
3326
|
+
uberParent: "OSConfiguration",
|
|
3327
|
+
polymorphicDiscriminator: OSConfiguration.type.polymorphicDiscriminator,
|
|
3328
|
+
modelProperties: {
|
|
3329
|
+
...OSConfiguration.type.modelProperties,
|
|
3330
|
+
disablePasswordAuthentication: {
|
|
3331
|
+
serializedName: "disablePasswordAuthentication",
|
|
3332
|
+
type: {
|
|
3333
|
+
name: "Boolean"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
ssh: {
|
|
3337
|
+
serializedName: "ssh",
|
|
3338
|
+
type: {
|
|
3339
|
+
name: "Composite",
|
|
3340
|
+
className: "SshConfiguration"
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
sshKeyPair: {
|
|
3344
|
+
serializedName: "sshKeyPair",
|
|
3345
|
+
type: {
|
|
3346
|
+
name: "Composite",
|
|
3347
|
+
className: "SshKeyPair"
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
};
|
|
3353
|
+
|
|
3354
|
+
export const SingleServerFullResourceNames: coreClient.CompositeMapper = {
|
|
3355
|
+
serializedName: "FullResourceName",
|
|
3356
|
+
type: {
|
|
3357
|
+
name: "Composite",
|
|
3358
|
+
className: "SingleServerFullResourceNames",
|
|
3359
|
+
uberParent: "SingleServerCustomResourceNames",
|
|
3360
|
+
polymorphicDiscriminator:
|
|
3361
|
+
SingleServerCustomResourceNames.type.polymorphicDiscriminator,
|
|
3362
|
+
modelProperties: {
|
|
3363
|
+
...SingleServerCustomResourceNames.type.modelProperties,
|
|
3364
|
+
virtualMachine: {
|
|
3365
|
+
serializedName: "virtualMachine",
|
|
3366
|
+
type: {
|
|
3367
|
+
name: "Composite",
|
|
3368
|
+
className: "VirtualMachineResourceNames"
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
};
|
|
3374
|
+
|
|
3375
|
+
export const SingleServerConfiguration: coreClient.CompositeMapper = {
|
|
3376
|
+
serializedName: "SingleServer",
|
|
3377
|
+
type: {
|
|
3378
|
+
name: "Composite",
|
|
3379
|
+
className: "SingleServerConfiguration",
|
|
3380
|
+
uberParent: "InfrastructureConfiguration",
|
|
3381
|
+
polymorphicDiscriminator:
|
|
3382
|
+
InfrastructureConfiguration.type.polymorphicDiscriminator,
|
|
3383
|
+
modelProperties: {
|
|
3384
|
+
...InfrastructureConfiguration.type.modelProperties,
|
|
3385
|
+
networkConfiguration: {
|
|
3386
|
+
serializedName: "networkConfiguration",
|
|
3387
|
+
type: {
|
|
3388
|
+
name: "Composite",
|
|
3389
|
+
className: "NetworkConfiguration"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
databaseType: {
|
|
3393
|
+
serializedName: "databaseType",
|
|
3394
|
+
type: {
|
|
3395
|
+
name: "String"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
subnetId: {
|
|
3399
|
+
serializedName: "subnetId",
|
|
3400
|
+
required: true,
|
|
3401
|
+
type: {
|
|
3402
|
+
name: "String"
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
virtualMachineConfiguration: {
|
|
3406
|
+
serializedName: "virtualMachineConfiguration",
|
|
3407
|
+
type: {
|
|
3408
|
+
name: "Composite",
|
|
3409
|
+
className: "VirtualMachineConfiguration"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
dbDiskConfiguration: {
|
|
3413
|
+
serializedName: "dbDiskConfiguration",
|
|
3414
|
+
type: {
|
|
3415
|
+
name: "Composite",
|
|
3416
|
+
className: "DiskConfiguration"
|
|
3417
|
+
}
|
|
3418
|
+
},
|
|
3419
|
+
customResourceNames: {
|
|
3420
|
+
serializedName: "customResourceNames",
|
|
3421
|
+
type: {
|
|
3422
|
+
name: "Composite",
|
|
3423
|
+
className: "SingleServerCustomResourceNames"
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
}
|
|
3428
|
+
};
|
|
3429
|
+
|
|
3430
|
+
export const ThreeTierConfiguration: coreClient.CompositeMapper = {
|
|
3431
|
+
serializedName: "ThreeTier",
|
|
3432
|
+
type: {
|
|
3433
|
+
name: "Composite",
|
|
3434
|
+
className: "ThreeTierConfiguration",
|
|
3435
|
+
uberParent: "InfrastructureConfiguration",
|
|
3436
|
+
polymorphicDiscriminator:
|
|
3437
|
+
InfrastructureConfiguration.type.polymorphicDiscriminator,
|
|
3438
|
+
modelProperties: {
|
|
3439
|
+
...InfrastructureConfiguration.type.modelProperties,
|
|
3440
|
+
networkConfiguration: {
|
|
3441
|
+
serializedName: "networkConfiguration",
|
|
3442
|
+
type: {
|
|
3443
|
+
name: "Composite",
|
|
3444
|
+
className: "NetworkConfiguration"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
centralServer: {
|
|
3448
|
+
serializedName: "centralServer",
|
|
3449
|
+
type: {
|
|
3450
|
+
name: "Composite",
|
|
3451
|
+
className: "CentralServerConfiguration"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
applicationServer: {
|
|
3455
|
+
serializedName: "applicationServer",
|
|
3456
|
+
type: {
|
|
3457
|
+
name: "Composite",
|
|
3458
|
+
className: "ApplicationServerConfiguration"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
databaseServer: {
|
|
3462
|
+
serializedName: "databaseServer",
|
|
3463
|
+
type: {
|
|
3464
|
+
name: "Composite",
|
|
3465
|
+
className: "DatabaseConfiguration"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
highAvailabilityConfig: {
|
|
3469
|
+
serializedName: "highAvailabilityConfig",
|
|
3470
|
+
type: {
|
|
3471
|
+
name: "Composite",
|
|
3472
|
+
className: "HighAvailabilityConfiguration"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
storageConfiguration: {
|
|
3476
|
+
serializedName: "storageConfiguration",
|
|
3477
|
+
type: {
|
|
3478
|
+
name: "Composite",
|
|
3479
|
+
className: "StorageConfiguration"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
customResourceNames: {
|
|
3483
|
+
serializedName: "customResourceNames",
|
|
3484
|
+
type: {
|
|
3485
|
+
name: "Composite",
|
|
3486
|
+
className: "ThreeTierCustomResourceNames"
|
|
3487
|
+
}
|
|
3616
3488
|
}
|
|
3617
3489
|
}
|
|
3618
3490
|
}
|
|
3619
3491
|
};
|
|
3620
3492
|
|
|
3621
|
-
export const
|
|
3622
|
-
serializedName: "
|
|
3493
|
+
export const SkipFileShareConfiguration: coreClient.CompositeMapper = {
|
|
3494
|
+
serializedName: "Skip",
|
|
3623
3495
|
type: {
|
|
3624
3496
|
name: "Composite",
|
|
3625
|
-
className: "
|
|
3626
|
-
uberParent: "
|
|
3627
|
-
polymorphicDiscriminator:
|
|
3497
|
+
className: "SkipFileShareConfiguration",
|
|
3498
|
+
uberParent: "FileShareConfiguration",
|
|
3499
|
+
polymorphicDiscriminator:
|
|
3500
|
+
FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3628
3501
|
modelProperties: {
|
|
3629
|
-
...
|
|
3502
|
+
...FileShareConfiguration.type.modelProperties
|
|
3630
3503
|
}
|
|
3631
3504
|
}
|
|
3632
3505
|
};
|
|
3633
3506
|
|
|
3634
|
-
export const
|
|
3635
|
-
serializedName: "
|
|
3507
|
+
export const CreateAndMountFileShareConfiguration: coreClient.CompositeMapper = {
|
|
3508
|
+
serializedName: "CreateAndMount",
|
|
3636
3509
|
type: {
|
|
3637
3510
|
name: "Composite",
|
|
3638
|
-
className: "
|
|
3639
|
-
uberParent: "
|
|
3640
|
-
polymorphicDiscriminator:
|
|
3511
|
+
className: "CreateAndMountFileShareConfiguration",
|
|
3512
|
+
uberParent: "FileShareConfiguration",
|
|
3513
|
+
polymorphicDiscriminator:
|
|
3514
|
+
FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3641
3515
|
modelProperties: {
|
|
3642
|
-
...
|
|
3643
|
-
|
|
3644
|
-
serializedName: "
|
|
3516
|
+
...FileShareConfiguration.type.modelProperties,
|
|
3517
|
+
resourceGroup: {
|
|
3518
|
+
serializedName: "resourceGroup",
|
|
3645
3519
|
type: {
|
|
3646
|
-
name: "
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
ssh: {
|
|
3650
|
-
serializedName: "ssh",
|
|
3651
|
-
type: {
|
|
3652
|
-
name: "Composite",
|
|
3653
|
-
className: "SshConfiguration"
|
|
3520
|
+
name: "String"
|
|
3654
3521
|
}
|
|
3655
3522
|
},
|
|
3656
|
-
|
|
3657
|
-
serializedName: "
|
|
3523
|
+
storageAccountName: {
|
|
3524
|
+
serializedName: "storageAccountName",
|
|
3658
3525
|
type: {
|
|
3659
|
-
name: "
|
|
3660
|
-
className: "SshKeyPair"
|
|
3526
|
+
name: "String"
|
|
3661
3527
|
}
|
|
3662
3528
|
}
|
|
3663
3529
|
}
|
|
3664
3530
|
}
|
|
3665
3531
|
};
|
|
3666
3532
|
|
|
3667
|
-
export const
|
|
3668
|
-
serializedName: "
|
|
3533
|
+
export const MountFileShareConfiguration: coreClient.CompositeMapper = {
|
|
3534
|
+
serializedName: "Mount",
|
|
3669
3535
|
type: {
|
|
3670
3536
|
name: "Composite",
|
|
3671
|
-
className: "
|
|
3672
|
-
uberParent: "
|
|
3537
|
+
className: "MountFileShareConfiguration",
|
|
3538
|
+
uberParent: "FileShareConfiguration",
|
|
3673
3539
|
polymorphicDiscriminator:
|
|
3674
|
-
|
|
3540
|
+
FileShareConfiguration.type.polymorphicDiscriminator,
|
|
3675
3541
|
modelProperties: {
|
|
3676
|
-
...
|
|
3677
|
-
|
|
3678
|
-
serializedName: "
|
|
3679
|
-
|
|
3680
|
-
name: "Composite",
|
|
3681
|
-
className: "NetworkConfiguration"
|
|
3682
|
-
}
|
|
3683
|
-
},
|
|
3684
|
-
databaseType: {
|
|
3685
|
-
serializedName: "databaseType",
|
|
3542
|
+
...FileShareConfiguration.type.modelProperties,
|
|
3543
|
+
id: {
|
|
3544
|
+
serializedName: "id",
|
|
3545
|
+
required: true,
|
|
3686
3546
|
type: {
|
|
3687
3547
|
name: "String"
|
|
3688
3548
|
}
|
|
3689
3549
|
},
|
|
3690
|
-
|
|
3691
|
-
serializedName: "
|
|
3550
|
+
privateEndpointId: {
|
|
3551
|
+
serializedName: "privateEndpointId",
|
|
3692
3552
|
required: true,
|
|
3693
3553
|
type: {
|
|
3694
3554
|
name: "String"
|
|
3695
3555
|
}
|
|
3696
|
-
},
|
|
3697
|
-
virtualMachineConfiguration: {
|
|
3698
|
-
serializedName: "virtualMachineConfiguration",
|
|
3699
|
-
type: {
|
|
3700
|
-
name: "Composite",
|
|
3701
|
-
className: "VirtualMachineConfiguration"
|
|
3702
|
-
}
|
|
3703
3556
|
}
|
|
3704
3557
|
}
|
|
3705
3558
|
}
|
|
3706
3559
|
};
|
|
3707
3560
|
|
|
3708
|
-
export const
|
|
3709
|
-
serializedName: "
|
|
3561
|
+
export const ThreeTierFullResourceNames: coreClient.CompositeMapper = {
|
|
3562
|
+
serializedName: "FullResourceName",
|
|
3710
3563
|
type: {
|
|
3711
3564
|
name: "Composite",
|
|
3712
|
-
className: "
|
|
3713
|
-
uberParent: "
|
|
3565
|
+
className: "ThreeTierFullResourceNames",
|
|
3566
|
+
uberParent: "ThreeTierCustomResourceNames",
|
|
3714
3567
|
polymorphicDiscriminator:
|
|
3715
|
-
|
|
3568
|
+
ThreeTierCustomResourceNames.type.polymorphicDiscriminator,
|
|
3716
3569
|
modelProperties: {
|
|
3717
|
-
...
|
|
3718
|
-
networkConfiguration: {
|
|
3719
|
-
serializedName: "networkConfiguration",
|
|
3720
|
-
type: {
|
|
3721
|
-
name: "Composite",
|
|
3722
|
-
className: "NetworkConfiguration"
|
|
3723
|
-
}
|
|
3724
|
-
},
|
|
3570
|
+
...ThreeTierCustomResourceNames.type.modelProperties,
|
|
3725
3571
|
centralServer: {
|
|
3726
3572
|
serializedName: "centralServer",
|
|
3727
3573
|
type: {
|
|
3728
3574
|
name: "Composite",
|
|
3729
|
-
className: "
|
|
3575
|
+
className: "CentralServerFullResourceNames"
|
|
3730
3576
|
}
|
|
3731
3577
|
},
|
|
3732
3578
|
applicationServer: {
|
|
3733
3579
|
serializedName: "applicationServer",
|
|
3734
3580
|
type: {
|
|
3735
3581
|
name: "Composite",
|
|
3736
|
-
className: "
|
|
3582
|
+
className: "ApplicationServerFullResourceNames"
|
|
3737
3583
|
}
|
|
3738
3584
|
},
|
|
3739
3585
|
databaseServer: {
|
|
3740
3586
|
serializedName: "databaseServer",
|
|
3741
3587
|
type: {
|
|
3742
3588
|
name: "Composite",
|
|
3743
|
-
className: "
|
|
3589
|
+
className: "DatabaseServerFullResourceNames"
|
|
3744
3590
|
}
|
|
3745
3591
|
},
|
|
3746
|
-
|
|
3747
|
-
serializedName: "
|
|
3592
|
+
sharedStorage: {
|
|
3593
|
+
serializedName: "sharedStorage",
|
|
3748
3594
|
type: {
|
|
3749
3595
|
name: "Composite",
|
|
3750
|
-
className: "
|
|
3596
|
+
className: "SharedStorageResourceNames"
|
|
3751
3597
|
}
|
|
3752
3598
|
}
|
|
3753
3599
|
}
|
|
@@ -3852,140 +3698,32 @@ export const SAPInstallWithoutOSConfigSoftwareConfiguration: coreClient.Composit
|
|
|
3852
3698
|
}
|
|
3853
3699
|
};
|
|
3854
3700
|
|
|
3855
|
-
export const
|
|
3701
|
+
export const ExternalInstallationSoftwareConfiguration: coreClient.CompositeMapper = {
|
|
3702
|
+
serializedName: "External",
|
|
3856
3703
|
type: {
|
|
3857
3704
|
name: "Composite",
|
|
3858
|
-
className: "
|
|
3705
|
+
className: "ExternalInstallationSoftwareConfiguration",
|
|
3706
|
+
uberParent: "SoftwareConfiguration",
|
|
3707
|
+
polymorphicDiscriminator:
|
|
3708
|
+
SoftwareConfiguration.type.polymorphicDiscriminator,
|
|
3859
3709
|
modelProperties: {
|
|
3860
|
-
...
|
|
3710
|
+
...SoftwareConfiguration.type.modelProperties,
|
|
3711
|
+
centralServerVmId: {
|
|
3712
|
+
serializedName: "centralServerVmId",
|
|
3713
|
+
type: {
|
|
3714
|
+
name: "String"
|
|
3715
|
+
}
|
|
3716
|
+
}
|
|
3861
3717
|
}
|
|
3862
3718
|
}
|
|
3863
3719
|
};
|
|
3864
3720
|
|
|
3865
|
-
export const
|
|
3721
|
+
export const OperationsDefinitionDisplay: coreClient.CompositeMapper = {
|
|
3866
3722
|
type: {
|
|
3867
3723
|
name: "Composite",
|
|
3868
|
-
className: "
|
|
3724
|
+
className: "OperationsDefinitionDisplay",
|
|
3869
3725
|
modelProperties: {
|
|
3870
|
-
...
|
|
3871
|
-
kind: {
|
|
3872
|
-
serializedName: "kind",
|
|
3873
|
-
required: true,
|
|
3874
|
-
type: {
|
|
3875
|
-
name: "String"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
sku: {
|
|
3879
|
-
serializedName: "sku",
|
|
3880
|
-
type: {
|
|
3881
|
-
name: "Composite",
|
|
3882
|
-
className: "Sku"
|
|
3883
|
-
}
|
|
3884
|
-
},
|
|
3885
|
-
identity: {
|
|
3886
|
-
serializedName: "identity",
|
|
3887
|
-
type: {
|
|
3888
|
-
name: "Composite",
|
|
3889
|
-
className: "PhpWorkloadResourceIdentity"
|
|
3890
|
-
}
|
|
3891
|
-
},
|
|
3892
|
-
appLocation: {
|
|
3893
|
-
serializedName: "properties.appLocation",
|
|
3894
|
-
type: {
|
|
3895
|
-
name: "String"
|
|
3896
|
-
}
|
|
3897
|
-
},
|
|
3898
|
-
managedResourceGroupConfiguration: {
|
|
3899
|
-
serializedName: "properties.managedResourceGroupConfiguration",
|
|
3900
|
-
type: {
|
|
3901
|
-
name: "Composite",
|
|
3902
|
-
className: "ManagedRGConfiguration"
|
|
3903
|
-
}
|
|
3904
|
-
},
|
|
3905
|
-
adminUserProfile: {
|
|
3906
|
-
serializedName: "properties.adminUserProfile",
|
|
3907
|
-
type: {
|
|
3908
|
-
name: "Composite",
|
|
3909
|
-
className: "UserProfile"
|
|
3910
|
-
}
|
|
3911
|
-
},
|
|
3912
|
-
webNodesProfile: {
|
|
3913
|
-
serializedName: "properties.webNodesProfile",
|
|
3914
|
-
type: {
|
|
3915
|
-
name: "Composite",
|
|
3916
|
-
className: "VmssNodesProfile"
|
|
3917
|
-
}
|
|
3918
|
-
},
|
|
3919
|
-
controllerProfile: {
|
|
3920
|
-
serializedName: "properties.controllerProfile",
|
|
3921
|
-
type: {
|
|
3922
|
-
name: "Composite",
|
|
3923
|
-
className: "NodeProfile"
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
networkProfile: {
|
|
3927
|
-
serializedName: "properties.networkProfile",
|
|
3928
|
-
type: {
|
|
3929
|
-
name: "Composite",
|
|
3930
|
-
className: "NetworkProfile"
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
databaseProfile: {
|
|
3934
|
-
serializedName: "properties.databaseProfile",
|
|
3935
|
-
type: {
|
|
3936
|
-
name: "Composite",
|
|
3937
|
-
className: "DatabaseProfile"
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
siteProfile: {
|
|
3941
|
-
serializedName: "properties.siteProfile",
|
|
3942
|
-
type: {
|
|
3943
|
-
name: "Composite",
|
|
3944
|
-
className: "SiteProfile"
|
|
3945
|
-
}
|
|
3946
|
-
},
|
|
3947
|
-
fileshareProfile: {
|
|
3948
|
-
serializedName: "properties.fileshareProfile",
|
|
3949
|
-
type: {
|
|
3950
|
-
name: "Composite",
|
|
3951
|
-
className: "FileshareProfile"
|
|
3952
|
-
}
|
|
3953
|
-
},
|
|
3954
|
-
phpProfile: {
|
|
3955
|
-
serializedName: "properties.phpProfile",
|
|
3956
|
-
type: {
|
|
3957
|
-
name: "Composite",
|
|
3958
|
-
className: "PhpProfile"
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
|
-
searchProfile: {
|
|
3962
|
-
serializedName: "properties.searchProfile",
|
|
3963
|
-
type: {
|
|
3964
|
-
name: "Composite",
|
|
3965
|
-
className: "SearchProfile"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
cacheProfile: {
|
|
3969
|
-
serializedName: "properties.cacheProfile",
|
|
3970
|
-
type: {
|
|
3971
|
-
name: "Composite",
|
|
3972
|
-
className: "CacheProfile"
|
|
3973
|
-
}
|
|
3974
|
-
},
|
|
3975
|
-
backupProfile: {
|
|
3976
|
-
serializedName: "properties.backupProfile",
|
|
3977
|
-
type: {
|
|
3978
|
-
name: "Composite",
|
|
3979
|
-
className: "BackupProfile"
|
|
3980
|
-
}
|
|
3981
|
-
},
|
|
3982
|
-
provisioningState: {
|
|
3983
|
-
serializedName: "properties.provisioningState",
|
|
3984
|
-
readOnly: true,
|
|
3985
|
-
type: {
|
|
3986
|
-
name: "String"
|
|
3987
|
-
}
|
|
3988
|
-
}
|
|
3726
|
+
...OperationsDisplayDefinition.type.modelProperties
|
|
3989
3727
|
}
|
|
3990
3728
|
}
|
|
3991
3729
|
};
|
|
@@ -4134,6 +3872,13 @@ export const SAPCentralServerInstance: coreClient.CompositeMapper = {
|
|
|
4134
3872
|
name: "String"
|
|
4135
3873
|
}
|
|
4136
3874
|
},
|
|
3875
|
+
loadBalancerDetails: {
|
|
3876
|
+
serializedName: "properties.loadBalancerDetails",
|
|
3877
|
+
type: {
|
|
3878
|
+
name: "Composite",
|
|
3879
|
+
className: "LoadBalancerDetails"
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
4137
3882
|
vmDetails: {
|
|
4138
3883
|
serializedName: "properties.vmDetails",
|
|
4139
3884
|
readOnly: true,
|
|
@@ -4213,6 +3958,13 @@ export const SAPDatabaseInstance: coreClient.CompositeMapper = {
|
|
|
4213
3958
|
name: "String"
|
|
4214
3959
|
}
|
|
4215
3960
|
},
|
|
3961
|
+
loadBalancerDetails: {
|
|
3962
|
+
serializedName: "properties.loadBalancerDetails",
|
|
3963
|
+
type: {
|
|
3964
|
+
name: "Composite",
|
|
3965
|
+
className: "LoadBalancerDetails"
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
4216
3968
|
vmDetails: {
|
|
4217
3969
|
serializedName: "properties.vmDetails",
|
|
4218
3970
|
readOnly: true,
|
|
@@ -4323,11 +4075,24 @@ export const SAPApplicationServerInstance: coreClient.CompositeMapper = {
|
|
|
4323
4075
|
name: "Number"
|
|
4324
4076
|
}
|
|
4325
4077
|
},
|
|
4326
|
-
|
|
4327
|
-
serializedName: "properties.
|
|
4078
|
+
loadBalancerDetails: {
|
|
4079
|
+
serializedName: "properties.loadBalancerDetails",
|
|
4080
|
+
type: {
|
|
4081
|
+
name: "Composite",
|
|
4082
|
+
className: "LoadBalancerDetails"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
vmDetails: {
|
|
4086
|
+
serializedName: "properties.vmDetails",
|
|
4328
4087
|
readOnly: true,
|
|
4329
4088
|
type: {
|
|
4330
|
-
name: "
|
|
4089
|
+
name: "Sequence",
|
|
4090
|
+
element: {
|
|
4091
|
+
type: {
|
|
4092
|
+
name: "Composite",
|
|
4093
|
+
className: "ApplicationServerVmDetails"
|
|
4094
|
+
}
|
|
4095
|
+
}
|
|
4331
4096
|
}
|
|
4332
4097
|
},
|
|
4333
4098
|
status: {
|
|
@@ -4401,6 +4166,12 @@ export const Monitor: coreClient.CompositeMapper = {
|
|
|
4401
4166
|
name: "String"
|
|
4402
4167
|
}
|
|
4403
4168
|
},
|
|
4169
|
+
zoneRedundancyPreference: {
|
|
4170
|
+
serializedName: "properties.zoneRedundancyPreference",
|
|
4171
|
+
type: {
|
|
4172
|
+
name: "String"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4404
4175
|
managedResourceGroupConfiguration: {
|
|
4405
4176
|
serializedName: "properties.managedResourceGroupConfiguration",
|
|
4406
4177
|
type: {
|
|
@@ -4426,44 +4197,9 @@ export const Monitor: coreClient.CompositeMapper = {
|
|
|
4426
4197
|
type: {
|
|
4427
4198
|
name: "String"
|
|
4428
4199
|
}
|
|
4429
|
-
}
|
|
4430
|
-
}
|
|
4431
|
-
}
|
|
4432
|
-
};
|
|
4433
|
-
|
|
4434
|
-
export const WordpressInstanceResource: coreClient.CompositeMapper = {
|
|
4435
|
-
type: {
|
|
4436
|
-
name: "Composite",
|
|
4437
|
-
className: "WordpressInstanceResource",
|
|
4438
|
-
modelProperties: {
|
|
4439
|
-
...ProxyResource.type.modelProperties,
|
|
4440
|
-
version: {
|
|
4441
|
-
serializedName: "properties.version",
|
|
4442
|
-
type: {
|
|
4443
|
-
name: "String"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
databaseName: {
|
|
4447
|
-
serializedName: "properties.databaseName",
|
|
4448
|
-
type: {
|
|
4449
|
-
name: "String"
|
|
4450
|
-
}
|
|
4451
|
-
},
|
|
4452
|
-
databaseUser: {
|
|
4453
|
-
serializedName: "properties.databaseUser",
|
|
4454
|
-
type: {
|
|
4455
|
-
name: "String"
|
|
4456
|
-
}
|
|
4457
|
-
},
|
|
4458
|
-
siteUrl: {
|
|
4459
|
-
serializedName: "properties.siteUrl",
|
|
4460
|
-
readOnly: true,
|
|
4461
|
-
type: {
|
|
4462
|
-
name: "String"
|
|
4463
|
-
}
|
|
4464
4200
|
},
|
|
4465
|
-
|
|
4466
|
-
serializedName: "properties.
|
|
4201
|
+
storageAccountArmId: {
|
|
4202
|
+
serializedName: "properties.storageAccountArmId",
|
|
4467
4203
|
readOnly: true,
|
|
4468
4204
|
type: {
|
|
4469
4205
|
name: "String"
|
|
@@ -4511,12 +4247,51 @@ export const ProviderInstance: coreClient.CompositeMapper = {
|
|
|
4511
4247
|
}
|
|
4512
4248
|
};
|
|
4513
4249
|
|
|
4250
|
+
export const SapLandscapeMonitor: coreClient.CompositeMapper = {
|
|
4251
|
+
type: {
|
|
4252
|
+
name: "Composite",
|
|
4253
|
+
className: "SapLandscapeMonitor",
|
|
4254
|
+
modelProperties: {
|
|
4255
|
+
...ProxyResource.type.modelProperties,
|
|
4256
|
+
provisioningState: {
|
|
4257
|
+
serializedName: "properties.provisioningState",
|
|
4258
|
+
readOnly: true,
|
|
4259
|
+
type: {
|
|
4260
|
+
name: "String"
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
4263
|
+
grouping: {
|
|
4264
|
+
serializedName: "properties.grouping",
|
|
4265
|
+
type: {
|
|
4266
|
+
name: "Composite",
|
|
4267
|
+
className: "SapLandscapeMonitorPropertiesGrouping"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
topMetricsThresholds: {
|
|
4271
|
+
serializedName: "properties.topMetricsThresholds",
|
|
4272
|
+
type: {
|
|
4273
|
+
name: "Sequence",
|
|
4274
|
+
element: {
|
|
4275
|
+
type: {
|
|
4276
|
+
name: "Composite",
|
|
4277
|
+
className: "SapLandscapeMonitorMetricThresholds"
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
}
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
};
|
|
4285
|
+
|
|
4514
4286
|
export let discriminators = {
|
|
4515
4287
|
SAPSizingRecommendationResult: SAPSizingRecommendationResult,
|
|
4516
4288
|
SAPConfiguration: SAPConfiguration,
|
|
4517
4289
|
ProviderSpecificProperties: ProviderSpecificProperties,
|
|
4518
4290
|
OSConfiguration: OSConfiguration,
|
|
4291
|
+
SingleServerCustomResourceNames: SingleServerCustomResourceNames,
|
|
4519
4292
|
InfrastructureConfiguration: InfrastructureConfiguration,
|
|
4293
|
+
FileShareConfiguration: FileShareConfiguration,
|
|
4294
|
+
ThreeTierCustomResourceNames: ThreeTierCustomResourceNames,
|
|
4520
4295
|
SoftwareConfiguration: SoftwareConfiguration,
|
|
4521
4296
|
"SAPSizingRecommendationResult.SingleServer": SingleServerRecommendationResult,
|
|
4522
4297
|
"SAPSizingRecommendationResult.ThreeTier": ThreeTierRecommendationResult,
|
|
@@ -4531,8 +4306,14 @@ export let discriminators = {
|
|
|
4531
4306
|
"ProviderSpecificProperties.MsSqlServer": MsSqlServerProviderInstanceProperties,
|
|
4532
4307
|
"OSConfiguration.Windows": WindowsConfiguration,
|
|
4533
4308
|
"OSConfiguration.Linux": LinuxConfiguration,
|
|
4309
|
+
"SingleServerCustomResourceNames.FullResourceName": SingleServerFullResourceNames,
|
|
4534
4310
|
"InfrastructureConfiguration.SingleServer": SingleServerConfiguration,
|
|
4535
4311
|
"InfrastructureConfiguration.ThreeTier": ThreeTierConfiguration,
|
|
4312
|
+
"FileShareConfiguration.Skip": SkipFileShareConfiguration,
|
|
4313
|
+
"FileShareConfiguration.CreateAndMount": CreateAndMountFileShareConfiguration,
|
|
4314
|
+
"FileShareConfiguration.Mount": MountFileShareConfiguration,
|
|
4315
|
+
"ThreeTierCustomResourceNames.FullResourceName": ThreeTierFullResourceNames,
|
|
4536
4316
|
"SoftwareConfiguration.ServiceInitiated": ServiceInitiatedSoftwareConfiguration,
|
|
4537
|
-
"SoftwareConfiguration.SAPInstallWithoutOSConfig": SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
4317
|
+
"SoftwareConfiguration.SAPInstallWithoutOSConfig": SAPInstallWithoutOSConfigSoftwareConfiguration,
|
|
4318
|
+
"SoftwareConfiguration.External": ExternalInstallationSoftwareConfiguration
|
|
4538
4319
|
};
|