@azure/arm-workloadssapvirtualinstance 1.0.0-alpha.20240322.1
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 +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +6973 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +53 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +72 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +40 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +55 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +1 -0
- 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 +64 -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 +68 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +44 -0
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +56 -0
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +72 -0
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +40 -0
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js +55 -0
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +1 -0
- 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 +62 -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 +64 -0
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +72 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +40 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +55 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +1 -0
- 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 +62 -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 +64 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +56 -0
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +92 -0
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +1 -0
- package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapSupportedSkuSample.js +92 -0
- package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +2993 -0
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +58 -0
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +60 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +62 -0
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +69 -0
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +11 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +21 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2158 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +274 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +146 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3364 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +28 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +212 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +13 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +133 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +127 -0
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/sAPApplicationServerInstances.js +617 -0
- package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +1 -0
- package/dist-esm/src/operations/sAPCentralInstances.d.ts +140 -0
- package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/sAPCentralInstances.js +630 -0
- package/dist-esm/src/operations/sAPCentralInstances.js.map +1 -0
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +133 -0
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/sAPDatabaseInstances.js +623 -0
- package/dist-esm/src/operations/sAPDatabaseInstances.js.map +1 -0
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts +133 -0
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/sAPVirtualInstances.js +725 -0
- package/dist-esm/src/operations/sAPVirtualInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +101 -0
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +114 -0
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +108 -0
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +97 -0
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.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 +49 -0
- package/dist-esm/src/workloadsClient.d.ts.map +1 -0
- package/dist-esm/src/workloadsClient.js +229 -0
- package/dist-esm/src/workloadsClient.js.map +1 -0
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js +73 -0
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js.map +1 -0
- package/package.json +118 -0
- package/review/arm-workloadssapvirtualinstance.api.md +1558 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +42 -0
- package/src/models/index.ts +2476 -0
- package/src/models/mappers.ts +3615 -0
- package/src/models/parameters.ts +258 -0
- package/src/operations/index.ts +13 -0
- package/src/operations/operations.ts +149 -0
- package/src/operations/sAPApplicationServerInstances.ts +852 -0
- package/src/operations/sAPCentralInstances.ts +863 -0
- package/src/operations/sAPDatabaseInstances.ts +856 -0
- package/src/operations/sAPVirtualInstances.ts +964 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/sAPApplicationServerInstances.ts +199 -0
- package/src/operationsInterfaces/sAPCentralInstances.ts +212 -0
- package/src/operationsInterfaces/sAPDatabaseInstances.ts +206 -0
- package/src/operationsInterfaces/sAPVirtualInstances.ts +196 -0
- package/src/pagingHelper.ts +39 -0
- package/src/workloadsClient.ts +327 -0
- package/tsconfig.json +33 -0
- package/types/arm-workloadssapvirtualinstance.d.ts +2888 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,2476 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
|
|
11
|
+
export type SAPSizingRecommendationResultUnion =
|
|
12
|
+
| SAPSizingRecommendationResult
|
|
13
|
+
| SingleServerRecommendationResult
|
|
14
|
+
| ThreeTierRecommendationResult;
|
|
15
|
+
export type SAPConfigurationUnion =
|
|
16
|
+
| SAPConfiguration
|
|
17
|
+
| DiscoveryConfiguration
|
|
18
|
+
| DeploymentConfiguration
|
|
19
|
+
| DeploymentWithOSConfiguration;
|
|
20
|
+
export type OSConfigurationUnion =
|
|
21
|
+
| OSConfiguration
|
|
22
|
+
| WindowsConfiguration
|
|
23
|
+
| LinuxConfiguration;
|
|
24
|
+
export type SingleServerCustomResourceNamesUnion =
|
|
25
|
+
| SingleServerCustomResourceNames
|
|
26
|
+
| SingleServerFullResourceNames;
|
|
27
|
+
export type InfrastructureConfigurationUnion =
|
|
28
|
+
| InfrastructureConfiguration
|
|
29
|
+
| SingleServerConfiguration
|
|
30
|
+
| ThreeTierConfiguration;
|
|
31
|
+
export type FileShareConfigurationUnion =
|
|
32
|
+
| FileShareConfiguration
|
|
33
|
+
| SkipFileShareConfiguration
|
|
34
|
+
| CreateAndMountFileShareConfiguration
|
|
35
|
+
| MountFileShareConfiguration;
|
|
36
|
+
export type ThreeTierCustomResourceNamesUnion =
|
|
37
|
+
| ThreeTierCustomResourceNames
|
|
38
|
+
| ThreeTierFullResourceNames;
|
|
39
|
+
export type SoftwareConfigurationUnion =
|
|
40
|
+
| SoftwareConfiguration
|
|
41
|
+
| ServiceInitiatedSoftwareConfiguration
|
|
42
|
+
| SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
43
|
+
| ExternalInstallationSoftwareConfiguration;
|
|
44
|
+
|
|
45
|
+
/** The SAP Sizing Recommendation request. */
|
|
46
|
+
export interface SAPSizingRecommendationRequest {
|
|
47
|
+
/** The geo-location where the resource is to be created. */
|
|
48
|
+
appLocation: string;
|
|
49
|
+
/** Defines the environment type - Production/Non Production. */
|
|
50
|
+
environment: SAPEnvironmentType;
|
|
51
|
+
/** Defines the SAP Product type. */
|
|
52
|
+
sapProduct: SAPProductType;
|
|
53
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
54
|
+
deploymentType: SAPDeploymentType;
|
|
55
|
+
/** The SAP Application Performance Standard measurement. */
|
|
56
|
+
saps: number;
|
|
57
|
+
/** The database memory configuration. */
|
|
58
|
+
dbMemory: number;
|
|
59
|
+
/** The database type. */
|
|
60
|
+
databaseType: SAPDatabaseType;
|
|
61
|
+
/** The DB scale method. */
|
|
62
|
+
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
63
|
+
/** The high availability type. */
|
|
64
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/** The SAP sizing recommendation result. */
|
|
68
|
+
export interface SAPSizingRecommendationResult {
|
|
69
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
70
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
74
|
+
export interface ErrorResponse {
|
|
75
|
+
/** The error object. */
|
|
76
|
+
error?: ErrorDetail;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/** The error detail. */
|
|
80
|
+
export interface ErrorDetail {
|
|
81
|
+
/**
|
|
82
|
+
* The error code.
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly code?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The error message.
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly message?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The error target.
|
|
93
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
+
*/
|
|
95
|
+
readonly target?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The error details.
|
|
98
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
+
*/
|
|
100
|
+
readonly details?: ErrorDetail[];
|
|
101
|
+
/**
|
|
102
|
+
* The error additional info.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** The resource management error additional info. */
|
|
109
|
+
export interface ErrorAdditionalInfo {
|
|
110
|
+
/**
|
|
111
|
+
* The additional info type.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly type?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The additional info.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly info?: Record<string, unknown>;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/** The SAP request to get list of supported SKUs. */
|
|
123
|
+
export interface SAPSupportedSkusRequest {
|
|
124
|
+
/** The geo-location where the resource is to be created. */
|
|
125
|
+
appLocation: string;
|
|
126
|
+
/** Defines the environment type - Production/Non Production. */
|
|
127
|
+
environment: SAPEnvironmentType;
|
|
128
|
+
/** Defines the SAP Product type. */
|
|
129
|
+
sapProduct: SAPProductType;
|
|
130
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
131
|
+
deploymentType: SAPDeploymentType;
|
|
132
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
133
|
+
databaseType: SAPDatabaseType;
|
|
134
|
+
/** The high availability type. */
|
|
135
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/** The list of supported SKUs for different resources which are part of SAP deployment. */
|
|
139
|
+
export interface SAPSupportedResourceSkusResult {
|
|
140
|
+
/** Gets the list of SAP supported SKUs. */
|
|
141
|
+
supportedSkus?: SAPSupportedSku[];
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/** The SAP supported SKU. */
|
|
145
|
+
export interface SAPSupportedSku {
|
|
146
|
+
/** The VM Sku. */
|
|
147
|
+
vmSku?: string;
|
|
148
|
+
/** True if the Sku is certified for App server in the SAP system. */
|
|
149
|
+
isAppServerCertified?: boolean;
|
|
150
|
+
/** True if the Sku is certified for Database server in the SAP system. */
|
|
151
|
+
isDatabaseCertified?: boolean;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/** The SAP request to get list of disk configurations. */
|
|
155
|
+
export interface SAPDiskConfigurationsRequest {
|
|
156
|
+
/** The geo-location where the SAP resources will be created. */
|
|
157
|
+
appLocation: string;
|
|
158
|
+
/** Defines the environment type - Production/Non Production. */
|
|
159
|
+
environment: SAPEnvironmentType;
|
|
160
|
+
/** Defines the SAP Product type. */
|
|
161
|
+
sapProduct: SAPProductType;
|
|
162
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
163
|
+
databaseType: SAPDatabaseType;
|
|
164
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
165
|
+
deploymentType: SAPDeploymentType;
|
|
166
|
+
/** The VM SKU for database instance. */
|
|
167
|
+
dbVmSku: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/** The list of disk configuration for vmSku which are part of SAP deployment. */
|
|
171
|
+
export interface SAPDiskConfigurationsResult {
|
|
172
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
173
|
+
volumeConfigurations?: { [propertyName: string]: SAPDiskConfiguration };
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
|
|
177
|
+
export interface SAPDiskConfiguration {
|
|
178
|
+
/** The recommended disk details for a given VM Sku. */
|
|
179
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
180
|
+
/** The list of supported disks for a given VM Sku. */
|
|
181
|
+
supportedConfigurations?: DiskDetails[];
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/** The disk configuration required for the selected volume. */
|
|
185
|
+
export interface DiskVolumeConfiguration {
|
|
186
|
+
/** The total number of disks required for the concerned volume. */
|
|
187
|
+
count?: number;
|
|
188
|
+
/** The disk size in GB. */
|
|
189
|
+
sizeGB?: number;
|
|
190
|
+
/** The disk SKU details. */
|
|
191
|
+
sku?: DiskSku;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
195
|
+
export interface DiskSku {
|
|
196
|
+
/** Defines the disk sku name. */
|
|
197
|
+
name?: DiskSkuName;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** The supported disk size details for a disk type. */
|
|
201
|
+
export interface DiskDetails {
|
|
202
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
203
|
+
sku?: DiskSku;
|
|
204
|
+
/** The disk size in GB. */
|
|
205
|
+
sizeGB?: number;
|
|
206
|
+
/** The minimum supported disk count. */
|
|
207
|
+
minimumSupportedDiskCount?: number;
|
|
208
|
+
/** The maximum supported disk count. */
|
|
209
|
+
maximumSupportedDiskCount?: number;
|
|
210
|
+
/** The disk Iops. */
|
|
211
|
+
iopsReadWrite?: number;
|
|
212
|
+
/** The disk provisioned throughput in MBps. */
|
|
213
|
+
mbpsReadWrite?: number;
|
|
214
|
+
/** The disk tier, e.g. P10, E10. */
|
|
215
|
+
diskTier?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/** The SAP request to get list of availability zones. */
|
|
219
|
+
export interface SAPAvailabilityZoneDetailsRequest {
|
|
220
|
+
/** The geo-location where the SAP resources will be created. */
|
|
221
|
+
appLocation: string;
|
|
222
|
+
/** Defines the SAP Product type. */
|
|
223
|
+
sapProduct: SAPProductType;
|
|
224
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
225
|
+
databaseType: SAPDatabaseType;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/** The list of supported availability zone pairs which are part of SAP HA deployment. */
|
|
229
|
+
export interface SAPAvailabilityZoneDetailsResult {
|
|
230
|
+
/** Gets the list of availability zone pairs. */
|
|
231
|
+
availabilityZonePairs?: SAPAvailabilityZonePair[];
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/** The SAP Availability Zone Pair. */
|
|
235
|
+
export interface SAPAvailabilityZonePair {
|
|
236
|
+
/** The zone A. */
|
|
237
|
+
zoneA?: number;
|
|
238
|
+
/** The zone B. */
|
|
239
|
+
zoneB?: number;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/** Managed service identity (user assigned identities) */
|
|
243
|
+
export interface UserAssignedServiceIdentity {
|
|
244
|
+
/** Type of manage identity */
|
|
245
|
+
type: ManagedServiceIdentityType;
|
|
246
|
+
/** User assigned identities dictionary */
|
|
247
|
+
userAssignedIdentities?: {
|
|
248
|
+
[propertyName: string]: UserAssignedIdentity | null;
|
|
249
|
+
};
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/** User assigned identity properties */
|
|
253
|
+
export interface UserAssignedIdentity {
|
|
254
|
+
/**
|
|
255
|
+
* The principal ID of the assigned identity.
|
|
256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
+
*/
|
|
258
|
+
readonly principalId?: string;
|
|
259
|
+
/**
|
|
260
|
+
* The client ID of the assigned identity.
|
|
261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
+
*/
|
|
263
|
+
readonly clientId?: string;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/** Defines the Virtual Instance for SAP solutions resource properties. */
|
|
267
|
+
export interface SAPVirtualInstanceProperties {
|
|
268
|
+
/** Defines the environment type - Production/Non Production. */
|
|
269
|
+
environment: SAPEnvironmentType;
|
|
270
|
+
/** Defines the SAP Product type. */
|
|
271
|
+
sapProduct: SAPProductType;
|
|
272
|
+
/** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
|
|
273
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
274
|
+
/** Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS */
|
|
275
|
+
configuration: SAPConfigurationUnion;
|
|
276
|
+
/** Managed resource group configuration */
|
|
277
|
+
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
278
|
+
/**
|
|
279
|
+
* Defines the SAP Instance status.
|
|
280
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
|
+
*/
|
|
282
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
283
|
+
/**
|
|
284
|
+
* Defines the health of SAP Instances.
|
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
+
*/
|
|
287
|
+
readonly health?: SAPHealthState;
|
|
288
|
+
/**
|
|
289
|
+
* Defines the Virtual Instance for SAP state.
|
|
290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
+
*/
|
|
292
|
+
readonly state?: SAPVirtualInstanceState;
|
|
293
|
+
/**
|
|
294
|
+
* Defines the provisioning states.
|
|
295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
296
|
+
*/
|
|
297
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
298
|
+
/**
|
|
299
|
+
* Indicates any errors on the Virtual Instance for SAP solutions resource.
|
|
300
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
|
+
*/
|
|
302
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/** The SAP Configuration. */
|
|
306
|
+
export interface SAPConfiguration {
|
|
307
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
308
|
+
configurationType: "Discovery" | "Deployment" | "DeploymentWithOSConfig";
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
/** Managed resource group configuration */
|
|
312
|
+
export interface ManagedRGConfiguration {
|
|
313
|
+
/** Managed resource group name */
|
|
314
|
+
name?: string;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/** An error response from the Virtual Instance for SAP Workload service. */
|
|
318
|
+
export interface SAPVirtualInstanceError {
|
|
319
|
+
/** The Virtual Instance for SAP error body. */
|
|
320
|
+
properties?: ErrorDefinition;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/** Error definition. */
|
|
324
|
+
export interface ErrorDefinition {
|
|
325
|
+
/**
|
|
326
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
327
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
328
|
+
*/
|
|
329
|
+
readonly code?: string;
|
|
330
|
+
/**
|
|
331
|
+
* Description of the error.
|
|
332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
+
*/
|
|
334
|
+
readonly message?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Internal error details.
|
|
337
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
338
|
+
*/
|
|
339
|
+
readonly details?: ErrorDefinition[];
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
343
|
+
export interface Resource {
|
|
344
|
+
/**
|
|
345
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly id?: string;
|
|
349
|
+
/**
|
|
350
|
+
* The name of the resource
|
|
351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
352
|
+
*/
|
|
353
|
+
readonly name?: string;
|
|
354
|
+
/**
|
|
355
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
+
*/
|
|
358
|
+
readonly type?: string;
|
|
359
|
+
/**
|
|
360
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
+
*/
|
|
363
|
+
readonly systemData?: SystemData;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
367
|
+
export interface SystemData {
|
|
368
|
+
/** The identity that created the resource. */
|
|
369
|
+
createdBy?: string;
|
|
370
|
+
/** The type of identity that created the resource. */
|
|
371
|
+
createdByType?: CreatedByType;
|
|
372
|
+
/** The timestamp of resource creation (UTC). */
|
|
373
|
+
createdAt?: Date;
|
|
374
|
+
/** The identity that last modified the resource. */
|
|
375
|
+
lastModifiedBy?: string;
|
|
376
|
+
/** The type of identity that last modified the resource. */
|
|
377
|
+
lastModifiedByType?: CreatedByType;
|
|
378
|
+
/** The timestamp of resource last modification (UTC) */
|
|
379
|
+
lastModifiedAt?: Date;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/** Defines the request body for updating Virtual Instance for SAP. */
|
|
383
|
+
export interface UpdateSAPVirtualInstanceRequest {
|
|
384
|
+
/** Gets or sets the Resource tags. */
|
|
385
|
+
tags?: { [propertyName: string]: string };
|
|
386
|
+
/** Managed service identity (user assigned identities) */
|
|
387
|
+
identity?: UserAssignedServiceIdentity;
|
|
388
|
+
/** Defines the properties to be updated for Virtual Instance for SAP. */
|
|
389
|
+
properties?: UpdateSAPVirtualInstanceProperties;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/** Defines the properties to be updated for Virtual Instance for SAP. */
|
|
393
|
+
export interface UpdateSAPVirtualInstanceProperties {
|
|
394
|
+
/** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
|
|
395
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/** Defines the collection of Virtual Instance for SAP solutions resources. */
|
|
399
|
+
export interface SAPVirtualInstanceList {
|
|
400
|
+
/** Gets the list of Virtual Instances for SAP solutions resources. */
|
|
401
|
+
value?: SAPVirtualInstance[];
|
|
402
|
+
/** Gets the value of next link. */
|
|
403
|
+
nextLink?: string;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
/** Defines the SAP Central Services Instance properties. */
|
|
407
|
+
export interface SAPCentralServerProperties {
|
|
408
|
+
/**
|
|
409
|
+
* The central services instance number.
|
|
410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
+
*/
|
|
412
|
+
readonly instanceNo?: string;
|
|
413
|
+
/**
|
|
414
|
+
* The central services instance subnet.
|
|
415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
+
*/
|
|
417
|
+
readonly subnet?: string;
|
|
418
|
+
/** Defines the SAP message server properties. */
|
|
419
|
+
messageServerProperties?: MessageServerProperties;
|
|
420
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
421
|
+
enqueueServerProperties?: EnqueueServerProperties;
|
|
422
|
+
/** Defines the SAP Gateway Server properties. */
|
|
423
|
+
gatewayServerProperties?: GatewayServerProperties;
|
|
424
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
425
|
+
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
426
|
+
/**
|
|
427
|
+
* The central services instance Kernel Version.
|
|
428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
+
*/
|
|
430
|
+
readonly kernelVersion?: string;
|
|
431
|
+
/**
|
|
432
|
+
* The central services instance Kernel Patch level.
|
|
433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
+
*/
|
|
435
|
+
readonly kernelPatch?: string;
|
|
436
|
+
/**
|
|
437
|
+
* The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines
|
|
438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
+
*/
|
|
440
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
441
|
+
/**
|
|
442
|
+
* The list of virtual machines corresponding to the Central Services instance.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly vmDetails?: CentralServerVmDetails[];
|
|
446
|
+
/**
|
|
447
|
+
* Defines the SAP Instance status.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
451
|
+
/**
|
|
452
|
+
* Defines the health of SAP Instances.
|
|
453
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
+
*/
|
|
455
|
+
readonly health?: SAPHealthState;
|
|
456
|
+
/**
|
|
457
|
+
* Defines the provisioning states.
|
|
458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
+
*/
|
|
460
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
461
|
+
/**
|
|
462
|
+
* Defines the errors related to SAP Central Services Instance resource.
|
|
463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
+
*/
|
|
465
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
/** Defines the SAP message server properties. */
|
|
469
|
+
export interface MessageServerProperties {
|
|
470
|
+
/**
|
|
471
|
+
* message server port.
|
|
472
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
473
|
+
*/
|
|
474
|
+
readonly msPort?: number;
|
|
475
|
+
/**
|
|
476
|
+
* message server internal MS port.
|
|
477
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
478
|
+
*/
|
|
479
|
+
readonly internalMsPort?: number;
|
|
480
|
+
/**
|
|
481
|
+
* message server HTTP Port.
|
|
482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
483
|
+
*/
|
|
484
|
+
readonly httpPort?: number;
|
|
485
|
+
/**
|
|
486
|
+
* message server HTTPS Port.
|
|
487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
488
|
+
*/
|
|
489
|
+
readonly httpsPort?: number;
|
|
490
|
+
/**
|
|
491
|
+
* message server SAP Hostname.
|
|
492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
493
|
+
*/
|
|
494
|
+
readonly hostname?: string;
|
|
495
|
+
/**
|
|
496
|
+
* message server IP Address.
|
|
497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
498
|
+
*/
|
|
499
|
+
readonly ipAddress?: string;
|
|
500
|
+
/**
|
|
501
|
+
* Defines the health of SAP Instances.
|
|
502
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
503
|
+
*/
|
|
504
|
+
readonly health?: SAPHealthState;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
508
|
+
export interface EnqueueServerProperties {
|
|
509
|
+
/**
|
|
510
|
+
* Enqueue Server SAP Hostname.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly hostname?: string;
|
|
514
|
+
/**
|
|
515
|
+
* Enqueue Server SAP IP Address.
|
|
516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
|
+
*/
|
|
518
|
+
readonly ipAddress?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Enqueue Server Port.
|
|
521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
+
*/
|
|
523
|
+
readonly port?: number;
|
|
524
|
+
/**
|
|
525
|
+
* Defines the health of SAP Instances.
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly health?: SAPHealthState;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/** Defines the SAP Gateway Server properties. */
|
|
532
|
+
export interface GatewayServerProperties {
|
|
533
|
+
/**
|
|
534
|
+
* Gateway Port.
|
|
535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
536
|
+
*/
|
|
537
|
+
readonly port?: number;
|
|
538
|
+
/**
|
|
539
|
+
* Defines the health of SAP Instances.
|
|
540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
541
|
+
*/
|
|
542
|
+
readonly health?: SAPHealthState;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
546
|
+
export interface EnqueueReplicationServerProperties {
|
|
547
|
+
/**
|
|
548
|
+
* Defines the type of Enqueue Replication Server.
|
|
549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
|
+
*/
|
|
551
|
+
readonly ersVersion?: EnqueueReplicationServerType;
|
|
552
|
+
/**
|
|
553
|
+
* ERS Instance Number.
|
|
554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
+
*/
|
|
556
|
+
readonly instanceNo?: string;
|
|
557
|
+
/**
|
|
558
|
+
* ERS SAP Hostname.
|
|
559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
+
*/
|
|
561
|
+
readonly hostname?: string;
|
|
562
|
+
/**
|
|
563
|
+
* ERS SAP Kernel Version.
|
|
564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
+
*/
|
|
566
|
+
readonly kernelVersion?: string;
|
|
567
|
+
/**
|
|
568
|
+
* ERS SAP Kernel Patch level.
|
|
569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
+
*/
|
|
571
|
+
readonly kernelPatch?: string;
|
|
572
|
+
/**
|
|
573
|
+
* ERS SAP IP Address.
|
|
574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
+
*/
|
|
576
|
+
readonly ipAddress?: string;
|
|
577
|
+
/**
|
|
578
|
+
* Defines the health of SAP Instances.
|
|
579
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
|
+
*/
|
|
581
|
+
readonly health?: SAPHealthState;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
/** The Load Balancer details such as Load Balancer ID. */
|
|
585
|
+
export interface LoadBalancerDetails {
|
|
586
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
587
|
+
readonly id?: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/** The SAP Central Services Instance VM details. */
|
|
591
|
+
export interface CentralServerVmDetails {
|
|
592
|
+
/**
|
|
593
|
+
* Defines the type of central server VM.
|
|
594
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
+
*/
|
|
596
|
+
readonly type?: CentralServerVirtualMachineType;
|
|
597
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
598
|
+
readonly virtualMachineId?: string;
|
|
599
|
+
/**
|
|
600
|
+
* Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
602
|
+
*/
|
|
603
|
+
readonly storageDetails?: StorageInformation[];
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
|
|
607
|
+
export interface StorageInformation {
|
|
608
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
609
|
+
readonly id?: string;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
/** Defines the request body for updating SAP Central Instance. */
|
|
613
|
+
export interface UpdateSAPCentralInstanceRequest {
|
|
614
|
+
/** Gets or sets the Resource tags. */
|
|
615
|
+
tags?: { [propertyName: string]: string };
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/** Defines the collection of SAP Central Services Instance resources. */
|
|
619
|
+
export interface SAPCentralInstanceList {
|
|
620
|
+
/** Gets the list of SAP central services instance resources. */
|
|
621
|
+
value?: SAPCentralServerInstance[];
|
|
622
|
+
/** Gets the value of next link. */
|
|
623
|
+
nextLink?: string;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/** Defines the Database properties. */
|
|
627
|
+
export interface SAPDatabaseProperties {
|
|
628
|
+
/**
|
|
629
|
+
* Database subnet.
|
|
630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
+
*/
|
|
632
|
+
readonly subnet?: string;
|
|
633
|
+
/**
|
|
634
|
+
* Database SID name.
|
|
635
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
+
*/
|
|
637
|
+
readonly databaseSid?: string;
|
|
638
|
+
/**
|
|
639
|
+
* Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
|
|
640
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
+
*/
|
|
642
|
+
readonly databaseType?: string;
|
|
643
|
+
/**
|
|
644
|
+
* Database IP Address.
|
|
645
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
646
|
+
*/
|
|
647
|
+
readonly ipAddress?: string;
|
|
648
|
+
/**
|
|
649
|
+
* The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
|
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
651
|
+
*/
|
|
652
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
653
|
+
/**
|
|
654
|
+
* The list of virtual machines corresponding to the Database resource.
|
|
655
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
656
|
+
*/
|
|
657
|
+
readonly vmDetails?: DatabaseVmDetails[];
|
|
658
|
+
/**
|
|
659
|
+
* Defines the SAP Instance status.
|
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
+
*/
|
|
662
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
663
|
+
/**
|
|
664
|
+
* Defines the provisioning states.
|
|
665
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
666
|
+
*/
|
|
667
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
668
|
+
/**
|
|
669
|
+
* Defines the errors related to Database resource.
|
|
670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
671
|
+
*/
|
|
672
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/** Database VM details. */
|
|
676
|
+
export interface DatabaseVmDetails {
|
|
677
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
678
|
+
readonly virtualMachineId?: string;
|
|
679
|
+
/**
|
|
680
|
+
* Defines the SAP Instance status.
|
|
681
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
682
|
+
*/
|
|
683
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
684
|
+
/**
|
|
685
|
+
* Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
686
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
687
|
+
*/
|
|
688
|
+
readonly storageDetails?: StorageInformation[];
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
/** Defines the request body for updating SAP Database Instance. */
|
|
692
|
+
export interface UpdateSAPDatabaseInstanceRequest {
|
|
693
|
+
/** Gets or sets the Resource tags. */
|
|
694
|
+
tags?: { [propertyName: string]: string };
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
/** Defines the collection of SAP Database Instances. */
|
|
698
|
+
export interface SAPDatabaseInstanceList {
|
|
699
|
+
/** Gets the list of SAP Database instances. */
|
|
700
|
+
value?: SAPDatabaseInstance[];
|
|
701
|
+
/** Gets the value of next link. */
|
|
702
|
+
nextLink?: string;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/** Defines the SAP Application Server instance properties. */
|
|
706
|
+
export interface SAPApplicationServerProperties {
|
|
707
|
+
/**
|
|
708
|
+
* Application server Instance Number.
|
|
709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
710
|
+
*/
|
|
711
|
+
readonly instanceNo?: string;
|
|
712
|
+
/**
|
|
713
|
+
* Application server Subnet.
|
|
714
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
715
|
+
*/
|
|
716
|
+
readonly subnet?: string;
|
|
717
|
+
/**
|
|
718
|
+
* Application server instance SAP hostname.
|
|
719
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
720
|
+
*/
|
|
721
|
+
readonly hostname?: string;
|
|
722
|
+
/**
|
|
723
|
+
* Application server instance SAP Kernel Version.
|
|
724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
725
|
+
*/
|
|
726
|
+
readonly kernelVersion?: string;
|
|
727
|
+
/**
|
|
728
|
+
* Application server instance SAP Kernel Patch level.
|
|
729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
730
|
+
*/
|
|
731
|
+
readonly kernelPatch?: string;
|
|
732
|
+
/**
|
|
733
|
+
* Application server instance SAP IP Address.
|
|
734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
|
+
*/
|
|
736
|
+
readonly ipAddress?: string;
|
|
737
|
+
/**
|
|
738
|
+
* Application server instance gateway Port.
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly gatewayPort?: number;
|
|
742
|
+
/**
|
|
743
|
+
* Application server instance ICM HTTP Port.
|
|
744
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
745
|
+
*/
|
|
746
|
+
readonly icmHttpPort?: number;
|
|
747
|
+
/**
|
|
748
|
+
* Application server instance ICM HTTPS Port.
|
|
749
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
750
|
+
*/
|
|
751
|
+
readonly icmHttpsPort?: number;
|
|
752
|
+
/**
|
|
753
|
+
* Application server instance dispatcher status.
|
|
754
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
755
|
+
*/
|
|
756
|
+
readonly dispatcherStatus?: string;
|
|
757
|
+
/**
|
|
758
|
+
* The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines
|
|
759
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
760
|
+
*/
|
|
761
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
762
|
+
/**
|
|
763
|
+
* The list of virtual machines.
|
|
764
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
765
|
+
*/
|
|
766
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
767
|
+
/**
|
|
768
|
+
* Defines the SAP Instance status.
|
|
769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
770
|
+
*/
|
|
771
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
772
|
+
/**
|
|
773
|
+
* Defines the health of SAP Instances.
|
|
774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
+
*/
|
|
776
|
+
readonly health?: SAPHealthState;
|
|
777
|
+
/**
|
|
778
|
+
* Defines the provisioning states.
|
|
779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
+
*/
|
|
781
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
782
|
+
/**
|
|
783
|
+
* Defines the Application Instance errors.
|
|
784
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
+
*/
|
|
786
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
/** The Application Server VM Details. */
|
|
790
|
+
export interface ApplicationServerVmDetails {
|
|
791
|
+
/**
|
|
792
|
+
* Defines the type of application server VM.
|
|
793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
794
|
+
*/
|
|
795
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
796
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
797
|
+
readonly virtualMachineId?: string;
|
|
798
|
+
/**
|
|
799
|
+
* Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
|
|
800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
801
|
+
*/
|
|
802
|
+
readonly storageDetails?: StorageInformation[];
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
/** Defines the request body for updating SAP Application Instance. */
|
|
806
|
+
export interface UpdateSAPApplicationInstanceRequest {
|
|
807
|
+
/** Gets or sets the Resource tags. */
|
|
808
|
+
tags?: { [propertyName: string]: string };
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
/** Defines the collection of SAP Application Server Instance resources. */
|
|
812
|
+
export interface SAPApplicationServerInstanceList {
|
|
813
|
+
/** Gets the list of SAP Application Server instance resources. */
|
|
814
|
+
value?: SAPApplicationServerInstance[];
|
|
815
|
+
/** Gets the value of next link. */
|
|
816
|
+
nextLink?: string;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
/** Start SAP instance(s) request body. */
|
|
820
|
+
export interface StartRequest {
|
|
821
|
+
/** The boolean value indicates whether to start the virtual machines before starting the SAP instances. */
|
|
822
|
+
startVm?: boolean;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
/** The current status of an async operation. */
|
|
826
|
+
export interface OperationStatusResult {
|
|
827
|
+
/** Fully qualified ID for the async operation. */
|
|
828
|
+
id?: string;
|
|
829
|
+
/** Name of the async operation. */
|
|
830
|
+
name?: string;
|
|
831
|
+
/** Operation status. */
|
|
832
|
+
status: string;
|
|
833
|
+
/** Percent of the operation that is complete. */
|
|
834
|
+
percentComplete?: number;
|
|
835
|
+
/** The start time of the operation. */
|
|
836
|
+
startTime?: Date;
|
|
837
|
+
/** The end time of the operation. */
|
|
838
|
+
endTime?: Date;
|
|
839
|
+
/** The operations list. */
|
|
840
|
+
operations?: OperationStatusResult[];
|
|
841
|
+
/** If present, details of the operation error. */
|
|
842
|
+
error?: ErrorDetail;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
/** Stop SAP instance(s) request body. */
|
|
846
|
+
export interface StopRequest {
|
|
847
|
+
/** This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop. */
|
|
848
|
+
softStopTimeoutSeconds?: number;
|
|
849
|
+
/** The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances. */
|
|
850
|
+
deallocateVm?: boolean;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
854
|
+
export interface OperationListResult {
|
|
855
|
+
/**
|
|
856
|
+
* List of operations supported by the resource provider
|
|
857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
+
*/
|
|
859
|
+
readonly value?: Operation[];
|
|
860
|
+
/**
|
|
861
|
+
* URL to get the next set of operation list results (if there are any).
|
|
862
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
863
|
+
*/
|
|
864
|
+
readonly nextLink?: string;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
868
|
+
export interface Operation {
|
|
869
|
+
/**
|
|
870
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
+
*/
|
|
873
|
+
readonly name?: string;
|
|
874
|
+
/**
|
|
875
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
876
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
877
|
+
*/
|
|
878
|
+
readonly isDataAction?: boolean;
|
|
879
|
+
/** Localized display information for this particular operation. */
|
|
880
|
+
display?: OperationDisplay;
|
|
881
|
+
/**
|
|
882
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
883
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
884
|
+
*/
|
|
885
|
+
readonly origin?: Origin;
|
|
886
|
+
/**
|
|
887
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
888
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
889
|
+
*/
|
|
890
|
+
readonly actionType?: ActionType;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/** Localized display information for this particular operation. */
|
|
894
|
+
export interface OperationDisplay {
|
|
895
|
+
/**
|
|
896
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
898
|
+
*/
|
|
899
|
+
readonly provider?: string;
|
|
900
|
+
/**
|
|
901
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
902
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
903
|
+
*/
|
|
904
|
+
readonly resource?: string;
|
|
905
|
+
/**
|
|
906
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
907
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
908
|
+
*/
|
|
909
|
+
readonly operation?: string;
|
|
910
|
+
/**
|
|
911
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
912
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
913
|
+
*/
|
|
914
|
+
readonly description?: string;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
/** Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. */
|
|
918
|
+
export interface ImageReference {
|
|
919
|
+
/** The image publisher. */
|
|
920
|
+
publisher?: string;
|
|
921
|
+
/** Specifies the offer of the platform image or marketplace image used to create the virtual machine. */
|
|
922
|
+
offer?: string;
|
|
923
|
+
/** The image SKU. */
|
|
924
|
+
sku?: string;
|
|
925
|
+
/** Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. */
|
|
926
|
+
version?: string;
|
|
927
|
+
/** Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery. */
|
|
928
|
+
id?: string;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
/** Defines the OS configuration. */
|
|
932
|
+
export interface OSConfiguration {
|
|
933
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
934
|
+
osType: "Windows" | "Linux";
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
/** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
|
|
938
|
+
export interface SshPublicKey {
|
|
939
|
+
/** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
|
|
940
|
+
keyData?: string;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
/** SSH configuration for Linux based VMs running on Azure */
|
|
944
|
+
export interface SshConfiguration {
|
|
945
|
+
/** The list of SSH public keys used to authenticate with linux based VMs. */
|
|
946
|
+
publicKeys?: SshPublicKey[];
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
/** The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
|
|
950
|
+
export interface SshKeyPair {
|
|
951
|
+
/** SSH public key */
|
|
952
|
+
publicKey?: string;
|
|
953
|
+
/** SSH private key. */
|
|
954
|
+
privateKey?: string;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
/** Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. */
|
|
958
|
+
export interface OSProfile {
|
|
959
|
+
/** Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters. */
|
|
960
|
+
adminUsername?: string;
|
|
961
|
+
/** Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) */
|
|
962
|
+
adminPassword?: string;
|
|
963
|
+
/** Specifies Windows operating system settings on the virtual machine. */
|
|
964
|
+
osConfiguration?: OSConfigurationUnion;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
/** The Disk Configuration Details. */
|
|
968
|
+
export interface DiskConfiguration {
|
|
969
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
970
|
+
diskVolumeConfigurations?: {
|
|
971
|
+
[propertyName: string]: DiskVolumeConfiguration;
|
|
972
|
+
};
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/** Defines the virtual machine configuration. */
|
|
976
|
+
export interface VirtualMachineConfiguration {
|
|
977
|
+
/** The virtual machine size. */
|
|
978
|
+
vmSize: string;
|
|
979
|
+
/** The image reference. */
|
|
980
|
+
imageReference: ImageReference;
|
|
981
|
+
/** The OS profile. */
|
|
982
|
+
osProfile: OSProfile;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
/** Defines the network configuration type for SAP system infrastructure that is being deployed */
|
|
986
|
+
export interface NetworkConfiguration {
|
|
987
|
+
/** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
|
|
988
|
+
isSecondaryIpEnabled?: boolean;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
|
|
992
|
+
export interface SingleServerCustomResourceNames {
|
|
993
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
994
|
+
namingPatternType: "FullResourceName";
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
/** Deploy SAP Infrastructure Details. */
|
|
998
|
+
export interface InfrastructureConfiguration {
|
|
999
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1000
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
1001
|
+
/** The application resource group where SAP system resources will be deployed. */
|
|
1002
|
+
appResourceGroup: string;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
/** Gets or sets the central server configuration. */
|
|
1006
|
+
export interface CentralServerConfiguration {
|
|
1007
|
+
/** The subnet id. */
|
|
1008
|
+
subnetId: string;
|
|
1009
|
+
/** Gets or sets the virtual machine configuration. */
|
|
1010
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1011
|
+
/** The number of central server VMs. */
|
|
1012
|
+
instanceCount: number;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
/** Gets or sets the database configuration. */
|
|
1016
|
+
export interface DatabaseConfiguration {
|
|
1017
|
+
/** The database type. */
|
|
1018
|
+
databaseType?: SAPDatabaseType;
|
|
1019
|
+
/** The subnet id. */
|
|
1020
|
+
subnetId: string;
|
|
1021
|
+
/** Gets or sets the virtual machine configuration. */
|
|
1022
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1023
|
+
/** The number of database VMs. */
|
|
1024
|
+
instanceCount: number;
|
|
1025
|
+
/** Gets or sets the disk configuration. */
|
|
1026
|
+
diskConfiguration?: DiskConfiguration;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/** Gets or sets the application server configuration. */
|
|
1030
|
+
export interface ApplicationServerConfiguration {
|
|
1031
|
+
/** The subnet id. */
|
|
1032
|
+
subnetId: string;
|
|
1033
|
+
/** Gets or sets the virtual machine configuration. */
|
|
1034
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1035
|
+
/** The number of app server instances. */
|
|
1036
|
+
instanceCount: number;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
/** Gets or sets the high availability configuration. */
|
|
1040
|
+
export interface HighAvailabilityConfiguration {
|
|
1041
|
+
/** The high availability type. */
|
|
1042
|
+
highAvailabilityType: SAPHighAvailabilityType;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
|
|
1046
|
+
export interface FileShareConfiguration {
|
|
1047
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1048
|
+
configurationType: "Skip" | "CreateAndMount" | "Mount";
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
/** Gets or sets the storage configuration. */
|
|
1052
|
+
export interface StorageConfiguration {
|
|
1053
|
+
/** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
|
|
1054
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
|
|
1058
|
+
export interface ThreeTierCustomResourceNames {
|
|
1059
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1060
|
+
namingPatternType: "FullResourceName";
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
/** The resource names object for virtual machine and related resources. */
|
|
1064
|
+
export interface VirtualMachineResourceNames {
|
|
1065
|
+
/** The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer. */
|
|
1066
|
+
vmName?: string;
|
|
1067
|
+
/** The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name. */
|
|
1068
|
+
hostName?: string;
|
|
1069
|
+
/** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
|
|
1070
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
1071
|
+
/** The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine. */
|
|
1072
|
+
osDiskName?: string;
|
|
1073
|
+
/** The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported */
|
|
1074
|
+
dataDiskNames?: { [propertyName: string]: string[] };
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
/** The resource names object for network interface and related resources. */
|
|
1078
|
+
export interface NetworkInterfaceResourceNames {
|
|
1079
|
+
/** The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer. */
|
|
1080
|
+
networkInterfaceName?: string;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
/** The full resource names object for central server layer resources. */
|
|
1084
|
+
export interface CentralServerFullResourceNames {
|
|
1085
|
+
/** The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS. */
|
|
1086
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
1087
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */
|
|
1088
|
+
availabilitySetName?: string;
|
|
1089
|
+
/** The resource names object for load balancer and related resources. */
|
|
1090
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
/** The resource names object for load balancer and related resources. */
|
|
1094
|
+
export interface LoadBalancerResourceNames {
|
|
1095
|
+
/** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
|
|
1096
|
+
loadBalancerName?: string;
|
|
1097
|
+
/** The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
1098
|
+
frontendIpConfigurationNames?: string[];
|
|
1099
|
+
/** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */
|
|
1100
|
+
backendPoolNames?: string[];
|
|
1101
|
+
/** The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
1102
|
+
healthProbeNames?: string[];
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
1106
|
+
export interface ApplicationServerFullResourceNames {
|
|
1107
|
+
/** The list of virtual machine naming details. */
|
|
1108
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
1109
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
|
|
1110
|
+
availabilitySetName?: string;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
1114
|
+
export interface DatabaseServerFullResourceNames {
|
|
1115
|
+
/** The list of virtual machine naming details. */
|
|
1116
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
1117
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */
|
|
1118
|
+
availabilitySetName?: string;
|
|
1119
|
+
/** The resource names object for load balancer and related resources. */
|
|
1120
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
/** The resource names object for shared storage. */
|
|
1124
|
+
export interface SharedStorageResourceNames {
|
|
1125
|
+
/** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
|
|
1126
|
+
sharedStorageAccountName?: string;
|
|
1127
|
+
/** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
|
|
1128
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
/** The SAP Software configuration Input. */
|
|
1132
|
+
export interface SoftwareConfiguration {
|
|
1133
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1134
|
+
softwareInstallationType:
|
|
1135
|
+
| "ServiceInitiated"
|
|
1136
|
+
| "SAPInstallWithoutOSConfig"
|
|
1137
|
+
| "External";
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
/** Gets or sets the HA software configuration. */
|
|
1141
|
+
export interface HighAvailabilitySoftwareConfiguration {
|
|
1142
|
+
/** The fencing client id. */
|
|
1143
|
+
fencingClientId: string;
|
|
1144
|
+
/** The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs. */
|
|
1145
|
+
fencingClientPassword: string;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
/** Defines the OS and SAP Configurations for Deployment */
|
|
1149
|
+
export interface OsSapConfiguration {
|
|
1150
|
+
/** The url and storage account ID where deployer VM packages are uploaded */
|
|
1151
|
+
deployerVmPackages?: DeployerVmPackages;
|
|
1152
|
+
/** The FQDN to set for the SAP system */
|
|
1153
|
+
sapFqdn?: string;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
/** Defines the url and storage account ID where deployer VM packages are uploaded */
|
|
1157
|
+
export interface DeployerVmPackages {
|
|
1158
|
+
/** The URL to the deployer VM packages file. */
|
|
1159
|
+
url?: string;
|
|
1160
|
+
/** The deployer VM packages storage account id */
|
|
1161
|
+
storageAccountId?: string;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
/** The recommended configuration for a single server SAP system. */
|
|
1165
|
+
export interface SingleServerRecommendationResult
|
|
1166
|
+
extends SAPSizingRecommendationResult {
|
|
1167
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1168
|
+
deploymentType: "SingleServer";
|
|
1169
|
+
/** The recommended VM SKU for single server. */
|
|
1170
|
+
vmSku?: string;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
/** The recommended configuration for a three tier SAP system. */
|
|
1174
|
+
export interface ThreeTierRecommendationResult
|
|
1175
|
+
extends SAPSizingRecommendationResult {
|
|
1176
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1177
|
+
deploymentType: "ThreeTier";
|
|
1178
|
+
/** The database VM SKU. */
|
|
1179
|
+
dbVmSku?: string;
|
|
1180
|
+
/** The database server instance count. */
|
|
1181
|
+
databaseInstanceCount?: number;
|
|
1182
|
+
/** The central server VM SKU. */
|
|
1183
|
+
centralServerVmSku?: string;
|
|
1184
|
+
/** The central server instance count. */
|
|
1185
|
+
centralServerInstanceCount?: number;
|
|
1186
|
+
/** The application server VM SKU. */
|
|
1187
|
+
applicationServerVmSku?: string;
|
|
1188
|
+
/** The application server instance count. */
|
|
1189
|
+
applicationServerInstanceCount?: number;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/** Discovery Details. */
|
|
1193
|
+
export interface DiscoveryConfiguration extends SAPConfiguration {
|
|
1194
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1195
|
+
configurationType: "Discovery";
|
|
1196
|
+
/** The virtual machine ID of the Central Server. */
|
|
1197
|
+
centralServerVmId?: string;
|
|
1198
|
+
/** The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name. */
|
|
1199
|
+
managedRgStorageAccountName?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* The geo-location where the SAP system exists.
|
|
1202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
+
*/
|
|
1204
|
+
readonly appLocation?: string;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
/** Deployment Configuration. */
|
|
1208
|
+
export interface DeploymentConfiguration extends SAPConfiguration {
|
|
1209
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1210
|
+
configurationType: "Deployment";
|
|
1211
|
+
/** The geo-location where the SAP system is to be created. */
|
|
1212
|
+
appLocation?: string;
|
|
1213
|
+
/** The infrastructure configuration. */
|
|
1214
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
1215
|
+
/** The software configuration. */
|
|
1216
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
/** Deployment along with OS Configuration. */
|
|
1220
|
+
export interface DeploymentWithOSConfiguration extends SAPConfiguration {
|
|
1221
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1222
|
+
configurationType: "DeploymentWithOSConfig";
|
|
1223
|
+
/** The geo-location where the SAP system is to be created. */
|
|
1224
|
+
appLocation?: string;
|
|
1225
|
+
/** The infrastructure configuration. */
|
|
1226
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
1227
|
+
/** The software configuration. */
|
|
1228
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
1229
|
+
/** The OS and SAP configuration. */
|
|
1230
|
+
osSapConfiguration?: OsSapConfiguration;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1234
|
+
export interface TrackedResource extends Resource {
|
|
1235
|
+
/** Resource tags. */
|
|
1236
|
+
tags?: { [propertyName: string]: string };
|
|
1237
|
+
/** The geo-location where the resource lives */
|
|
1238
|
+
location: string;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
/** Specifies Windows operating system settings on the virtual machine. */
|
|
1242
|
+
export interface WindowsConfiguration extends OSConfiguration {
|
|
1243
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1244
|
+
osType: "Windows";
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
/** Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). */
|
|
1248
|
+
export interface LinuxConfiguration extends OSConfiguration {
|
|
1249
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1250
|
+
osType: "Linux";
|
|
1251
|
+
/** Specifies whether password authentication should be disabled. */
|
|
1252
|
+
disablePasswordAuthentication?: boolean;
|
|
1253
|
+
/** Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead) */
|
|
1254
|
+
ssh?: SshConfiguration;
|
|
1255
|
+
/** The SSH Key-pair used to authenticate with the VM's. */
|
|
1256
|
+
sshKeyPair?: SshKeyPair;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
|
|
1260
|
+
export interface SingleServerFullResourceNames
|
|
1261
|
+
extends SingleServerCustomResourceNames {
|
|
1262
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1263
|
+
namingPatternType: "FullResourceName";
|
|
1264
|
+
/** The resource names object for virtual machine and related resources. */
|
|
1265
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
/** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
1269
|
+
export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
1270
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1271
|
+
deploymentType: "SingleServer";
|
|
1272
|
+
/** Network configuration for the server */
|
|
1273
|
+
networkConfiguration?: NetworkConfiguration;
|
|
1274
|
+
/** The database type. */
|
|
1275
|
+
databaseType?: SAPDatabaseType;
|
|
1276
|
+
/** The subnet id. */
|
|
1277
|
+
subnetId: string;
|
|
1278
|
+
/** Gets or sets the virtual machine configuration. */
|
|
1279
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1280
|
+
/** Gets or sets the disk configuration. */
|
|
1281
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
1282
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1283
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
/** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
1287
|
+
export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
1288
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1289
|
+
deploymentType: "ThreeTier";
|
|
1290
|
+
/** Network configuration common to all servers */
|
|
1291
|
+
networkConfiguration?: NetworkConfiguration;
|
|
1292
|
+
/** The central server configuration. */
|
|
1293
|
+
centralServer: CentralServerConfiguration;
|
|
1294
|
+
/** The application server configuration. */
|
|
1295
|
+
applicationServer: ApplicationServerConfiguration;
|
|
1296
|
+
/** The database configuration. */
|
|
1297
|
+
databaseServer: DatabaseConfiguration;
|
|
1298
|
+
/** The high availability configuration. */
|
|
1299
|
+
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
1300
|
+
/** The storage configuration. */
|
|
1301
|
+
storageConfiguration?: StorageConfiguration;
|
|
1302
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
1303
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
|
|
1307
|
+
export interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
1308
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1309
|
+
configurationType: "Skip";
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
/** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created. */
|
|
1313
|
+
export interface CreateAndMountFileShareConfiguration
|
|
1314
|
+
extends FileShareConfiguration {
|
|
1315
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1316
|
+
configurationType: "CreateAndMount";
|
|
1317
|
+
/** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
|
|
1318
|
+
resourceGroup?: string;
|
|
1319
|
+
/** The name of file share storage account name . A custom name is used in case of missing input. */
|
|
1320
|
+
storageAccountName?: string;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/** Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow. */
|
|
1324
|
+
export interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
1325
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1326
|
+
configurationType: "Mount";
|
|
1327
|
+
/** The fileshare resource ID */
|
|
1328
|
+
id: string;
|
|
1329
|
+
/** The private endpoint resource ID */
|
|
1330
|
+
privateEndpointId: string;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
|
|
1334
|
+
export interface ThreeTierFullResourceNames
|
|
1335
|
+
extends ThreeTierCustomResourceNames {
|
|
1336
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1337
|
+
namingPatternType: "FullResourceName";
|
|
1338
|
+
/** The full resource names object for central server layer resources. */
|
|
1339
|
+
centralServer?: CentralServerFullResourceNames;
|
|
1340
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
1341
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
1342
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
1343
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
1344
|
+
/** The resource names object for shared storage. */
|
|
1345
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
/** The SAP Software configuration Input when the software is to be installed by service. */
|
|
1349
|
+
export interface ServiceInitiatedSoftwareConfiguration
|
|
1350
|
+
extends SoftwareConfiguration {
|
|
1351
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1352
|
+
softwareInstallationType: "ServiceInitiated";
|
|
1353
|
+
/** The URL to the SAP Build of Materials(BOM) file. */
|
|
1354
|
+
bomUrl: string;
|
|
1355
|
+
/** The software version to install. */
|
|
1356
|
+
softwareVersion: string;
|
|
1357
|
+
/** The SAP bits storage account id. */
|
|
1358
|
+
sapBitsStorageAccountId: string;
|
|
1359
|
+
/** The FQDN to set for the SAP system during install. */
|
|
1360
|
+
sapFqdn: string;
|
|
1361
|
+
/** The SSH private key. */
|
|
1362
|
+
sshPrivateKey: string;
|
|
1363
|
+
/** Gets or sets the HA software configuration. */
|
|
1364
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
/** The SAP Software configuration Input when the software is to be installed by service without OS Configurations */
|
|
1368
|
+
export interface SAPInstallWithoutOSConfigSoftwareConfiguration
|
|
1369
|
+
extends SoftwareConfiguration {
|
|
1370
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1371
|
+
softwareInstallationType: "SAPInstallWithoutOSConfig";
|
|
1372
|
+
/** The URL to the SAP Build of Materials(BOM) file. */
|
|
1373
|
+
bomUrl: string;
|
|
1374
|
+
/** The SAP bits storage account id. */
|
|
1375
|
+
sapBitsStorageAccountId: string;
|
|
1376
|
+
/** The software version to install. */
|
|
1377
|
+
softwareVersion: string;
|
|
1378
|
+
/** Gets or sets the HA software configuration. */
|
|
1379
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
/** The SAP Software configuration Input when the software is installed externally outside the service. */
|
|
1383
|
+
export interface ExternalInstallationSoftwareConfiguration
|
|
1384
|
+
extends SoftwareConfiguration {
|
|
1385
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1386
|
+
softwareInstallationType: "External";
|
|
1387
|
+
/** The resource ID of the virtual machine containing the central server instance. */
|
|
1388
|
+
centralServerVmId?: string;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
/** Define the Virtual Instance for SAP solutions resource. */
|
|
1392
|
+
export interface SAPVirtualInstance extends TrackedResource {
|
|
1393
|
+
/** Managed service identity (user assigned identities) */
|
|
1394
|
+
identity?: UserAssignedServiceIdentity;
|
|
1395
|
+
/** Defines the Virtual Instance for SAP solutions resource properties. */
|
|
1396
|
+
properties: SAPVirtualInstanceProperties;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
/** Define the SAP Central Services Instance resource. */
|
|
1400
|
+
export interface SAPCentralServerInstance extends TrackedResource {
|
|
1401
|
+
/** Defines the SAP Central Services Instance properties. */
|
|
1402
|
+
properties?: SAPCentralServerProperties;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
/** Define the Database resource. */
|
|
1406
|
+
export interface SAPDatabaseInstance extends TrackedResource {
|
|
1407
|
+
/** Defines the Database properties. */
|
|
1408
|
+
properties?: SAPDatabaseProperties;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
/** Define the SAP Application Server Instance resource. */
|
|
1412
|
+
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
1413
|
+
/** Defines the SAP Application Server instance properties. */
|
|
1414
|
+
properties?: SAPApplicationServerProperties;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
/** Defines headers for SAPVirtualInstances_update operation. */
|
|
1418
|
+
export interface SAPVirtualInstancesUpdateHeaders {
|
|
1419
|
+
/** URL to poll for status updates. */
|
|
1420
|
+
location?: string;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
/** Defines headers for SAPVirtualInstances_delete operation. */
|
|
1424
|
+
export interface SAPVirtualInstancesDeleteHeaders {
|
|
1425
|
+
/** URL to poll for status updates. */
|
|
1426
|
+
location?: string;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
/** Defines headers for SAPVirtualInstances_start operation. */
|
|
1430
|
+
export interface SAPVirtualInstancesStartHeaders {
|
|
1431
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1432
|
+
location?: string;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
/** Defines headers for SAPVirtualInstances_stop operation. */
|
|
1436
|
+
export interface SAPVirtualInstancesStopHeaders {
|
|
1437
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1438
|
+
location?: string;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
/** Defines headers for SAPCentralInstances_delete operation. */
|
|
1442
|
+
export interface SAPCentralInstancesDeleteHeaders {
|
|
1443
|
+
/** The URI to fetch the updated SAP Central Services Instance resource. */
|
|
1444
|
+
location?: string;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
/** Defines headers for SAPCentralInstances_startInstance operation. */
|
|
1448
|
+
export interface SAPCentralInstancesStartInstanceHeaders {
|
|
1449
|
+
/** The URI to fetch the updated central instance for SAP resource. */
|
|
1450
|
+
location?: string;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
/** Defines headers for SAPCentralInstances_stopInstance operation. */
|
|
1454
|
+
export interface SAPCentralInstancesStopInstanceHeaders {
|
|
1455
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1456
|
+
location?: string;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
/** Defines headers for SAPDatabaseInstances_delete operation. */
|
|
1460
|
+
export interface SAPDatabaseInstancesDeleteHeaders {
|
|
1461
|
+
/** The URI to fetch the updated SAP Database Instance resource. */
|
|
1462
|
+
location?: string;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
/** Defines headers for SAPDatabaseInstances_startInstance operation. */
|
|
1466
|
+
export interface SAPDatabaseInstancesStartInstanceHeaders {
|
|
1467
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1468
|
+
location?: string;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
/** Defines headers for SAPDatabaseInstances_stopInstance operation. */
|
|
1472
|
+
export interface SAPDatabaseInstancesStopInstanceHeaders {
|
|
1473
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1474
|
+
location?: string;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
/** Defines headers for SAPApplicationServerInstances_delete operation. */
|
|
1478
|
+
export interface SAPApplicationServerInstancesDeleteHeaders {
|
|
1479
|
+
/** The URI to fetch the updated SAP Application Server Instance resource. */
|
|
1480
|
+
location?: string;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/** Defines headers for SAPApplicationServerInstances_startInstance operation. */
|
|
1484
|
+
export interface SAPApplicationServerInstancesStartInstanceHeaders {
|
|
1485
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1486
|
+
location?: string;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
/** Defines headers for SAPApplicationServerInstances_stopInstance operation. */
|
|
1490
|
+
export interface SAPApplicationServerInstancesStopInstanceHeaders {
|
|
1491
|
+
/** The URI to fetch the updated Virtual Instance for SAP resource. */
|
|
1492
|
+
location?: string;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
/** Known values of {@link SAPEnvironmentType} that the service accepts. */
|
|
1496
|
+
export enum KnownSAPEnvironmentType {
|
|
1497
|
+
/** NonProd */
|
|
1498
|
+
NonProd = "NonProd",
|
|
1499
|
+
/** Prod */
|
|
1500
|
+
Prod = "Prod",
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
/**
|
|
1504
|
+
* Defines values for SAPEnvironmentType. \
|
|
1505
|
+
* {@link KnownSAPEnvironmentType} can be used interchangeably with SAPEnvironmentType,
|
|
1506
|
+
* this enum contains the known values that the service supports.
|
|
1507
|
+
* ### Known values supported by the service
|
|
1508
|
+
* **NonProd** \
|
|
1509
|
+
* **Prod**
|
|
1510
|
+
*/
|
|
1511
|
+
export type SAPEnvironmentType = string;
|
|
1512
|
+
|
|
1513
|
+
/** Known values of {@link SAPProductType} that the service accepts. */
|
|
1514
|
+
export enum KnownSAPProductType {
|
|
1515
|
+
/** ECC */
|
|
1516
|
+
ECC = "ECC",
|
|
1517
|
+
/** S4Hana */
|
|
1518
|
+
S4Hana = "S4HANA",
|
|
1519
|
+
/** Other */
|
|
1520
|
+
Other = "Other",
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
/**
|
|
1524
|
+
* Defines values for SAPProductType. \
|
|
1525
|
+
* {@link KnownSAPProductType} can be used interchangeably with SAPProductType,
|
|
1526
|
+
* this enum contains the known values that the service supports.
|
|
1527
|
+
* ### Known values supported by the service
|
|
1528
|
+
* **ECC** \
|
|
1529
|
+
* **S4HANA** \
|
|
1530
|
+
* **Other**
|
|
1531
|
+
*/
|
|
1532
|
+
export type SAPProductType = string;
|
|
1533
|
+
|
|
1534
|
+
/** Known values of {@link SAPDeploymentType} that the service accepts. */
|
|
1535
|
+
export enum KnownSAPDeploymentType {
|
|
1536
|
+
/** SingleServer */
|
|
1537
|
+
SingleServer = "SingleServer",
|
|
1538
|
+
/** ThreeTier */
|
|
1539
|
+
ThreeTier = "ThreeTier",
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
/**
|
|
1543
|
+
* Defines values for SAPDeploymentType. \
|
|
1544
|
+
* {@link KnownSAPDeploymentType} can be used interchangeably with SAPDeploymentType,
|
|
1545
|
+
* this enum contains the known values that the service supports.
|
|
1546
|
+
* ### Known values supported by the service
|
|
1547
|
+
* **SingleServer** \
|
|
1548
|
+
* **ThreeTier**
|
|
1549
|
+
*/
|
|
1550
|
+
export type SAPDeploymentType = string;
|
|
1551
|
+
|
|
1552
|
+
/** Known values of {@link SAPDatabaseType} that the service accepts. */
|
|
1553
|
+
export enum KnownSAPDatabaseType {
|
|
1554
|
+
/** Hana */
|
|
1555
|
+
Hana = "HANA",
|
|
1556
|
+
/** DB2 */
|
|
1557
|
+
DB2 = "DB2",
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/**
|
|
1561
|
+
* Defines values for SAPDatabaseType. \
|
|
1562
|
+
* {@link KnownSAPDatabaseType} can be used interchangeably with SAPDatabaseType,
|
|
1563
|
+
* this enum contains the known values that the service supports.
|
|
1564
|
+
* ### Known values supported by the service
|
|
1565
|
+
* **HANA** \
|
|
1566
|
+
* **DB2**
|
|
1567
|
+
*/
|
|
1568
|
+
export type SAPDatabaseType = string;
|
|
1569
|
+
|
|
1570
|
+
/** Known values of {@link SAPDatabaseScaleMethod} that the service accepts. */
|
|
1571
|
+
export enum KnownSAPDatabaseScaleMethod {
|
|
1572
|
+
/** ScaleUp */
|
|
1573
|
+
ScaleUp = "ScaleUp",
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
/**
|
|
1577
|
+
* Defines values for SAPDatabaseScaleMethod. \
|
|
1578
|
+
* {@link KnownSAPDatabaseScaleMethod} can be used interchangeably with SAPDatabaseScaleMethod,
|
|
1579
|
+
* this enum contains the known values that the service supports.
|
|
1580
|
+
* ### Known values supported by the service
|
|
1581
|
+
* **ScaleUp**
|
|
1582
|
+
*/
|
|
1583
|
+
export type SAPDatabaseScaleMethod = string;
|
|
1584
|
+
|
|
1585
|
+
/** Known values of {@link SAPHighAvailabilityType} that the service accepts. */
|
|
1586
|
+
export enum KnownSAPHighAvailabilityType {
|
|
1587
|
+
/** AvailabilitySet */
|
|
1588
|
+
AvailabilitySet = "AvailabilitySet",
|
|
1589
|
+
/** AvailabilityZone */
|
|
1590
|
+
AvailabilityZone = "AvailabilityZone",
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
/**
|
|
1594
|
+
* Defines values for SAPHighAvailabilityType. \
|
|
1595
|
+
* {@link KnownSAPHighAvailabilityType} can be used interchangeably with SAPHighAvailabilityType,
|
|
1596
|
+
* this enum contains the known values that the service supports.
|
|
1597
|
+
* ### Known values supported by the service
|
|
1598
|
+
* **AvailabilitySet** \
|
|
1599
|
+
* **AvailabilityZone**
|
|
1600
|
+
*/
|
|
1601
|
+
export type SAPHighAvailabilityType = string;
|
|
1602
|
+
|
|
1603
|
+
/** Known values of {@link DiskSkuName} that the service accepts. */
|
|
1604
|
+
export enum KnownDiskSkuName {
|
|
1605
|
+
/** StandardLRS */
|
|
1606
|
+
StandardLRS = "Standard_LRS",
|
|
1607
|
+
/** PremiumLRS */
|
|
1608
|
+
PremiumLRS = "Premium_LRS",
|
|
1609
|
+
/** StandardSSDLRS */
|
|
1610
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
1611
|
+
/** UltraSSDLRS */
|
|
1612
|
+
UltraSSDLRS = "UltraSSD_LRS",
|
|
1613
|
+
/** PremiumZRS */
|
|
1614
|
+
PremiumZRS = "Premium_ZRS",
|
|
1615
|
+
/** StandardSSDZRS */
|
|
1616
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
1617
|
+
/** PremiumV2LRS */
|
|
1618
|
+
PremiumV2LRS = "PremiumV2_LRS",
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
/**
|
|
1622
|
+
* Defines values for DiskSkuName. \
|
|
1623
|
+
* {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
|
|
1624
|
+
* this enum contains the known values that the service supports.
|
|
1625
|
+
* ### Known values supported by the service
|
|
1626
|
+
* **Standard_LRS** \
|
|
1627
|
+
* **Premium_LRS** \
|
|
1628
|
+
* **StandardSSD_LRS** \
|
|
1629
|
+
* **UltraSSD_LRS** \
|
|
1630
|
+
* **Premium_ZRS** \
|
|
1631
|
+
* **StandardSSD_ZRS** \
|
|
1632
|
+
* **PremiumV2_LRS**
|
|
1633
|
+
*/
|
|
1634
|
+
export type DiskSkuName = string;
|
|
1635
|
+
|
|
1636
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1637
|
+
export enum KnownManagedServiceIdentityType {
|
|
1638
|
+
/** None */
|
|
1639
|
+
None = "None",
|
|
1640
|
+
/** UserAssigned */
|
|
1641
|
+
UserAssigned = "UserAssigned",
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
/**
|
|
1645
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1646
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1647
|
+
* this enum contains the known values that the service supports.
|
|
1648
|
+
* ### Known values supported by the service
|
|
1649
|
+
* **None** \
|
|
1650
|
+
* **UserAssigned**
|
|
1651
|
+
*/
|
|
1652
|
+
export type ManagedServiceIdentityType = string;
|
|
1653
|
+
|
|
1654
|
+
/** Known values of {@link ManagedResourcesNetworkAccessType} that the service accepts. */
|
|
1655
|
+
export enum KnownManagedResourcesNetworkAccessType {
|
|
1656
|
+
/** Public */
|
|
1657
|
+
Public = "Public",
|
|
1658
|
+
/** Private */
|
|
1659
|
+
Private = "Private",
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* Defines values for ManagedResourcesNetworkAccessType. \
|
|
1664
|
+
* {@link KnownManagedResourcesNetworkAccessType} can be used interchangeably with ManagedResourcesNetworkAccessType,
|
|
1665
|
+
* this enum contains the known values that the service supports.
|
|
1666
|
+
* ### Known values supported by the service
|
|
1667
|
+
* **Public** \
|
|
1668
|
+
* **Private**
|
|
1669
|
+
*/
|
|
1670
|
+
export type ManagedResourcesNetworkAccessType = string;
|
|
1671
|
+
|
|
1672
|
+
/** Known values of {@link SAPConfigurationType} that the service accepts. */
|
|
1673
|
+
export enum KnownSAPConfigurationType {
|
|
1674
|
+
/** Deployment */
|
|
1675
|
+
Deployment = "Deployment",
|
|
1676
|
+
/** Discovery */
|
|
1677
|
+
Discovery = "Discovery",
|
|
1678
|
+
/** DeploymentWithOSConfig */
|
|
1679
|
+
DeploymentWithOSConfig = "DeploymentWithOSConfig",
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* Defines values for SAPConfigurationType. \
|
|
1684
|
+
* {@link KnownSAPConfigurationType} can be used interchangeably with SAPConfigurationType,
|
|
1685
|
+
* this enum contains the known values that the service supports.
|
|
1686
|
+
* ### Known values supported by the service
|
|
1687
|
+
* **Deployment** \
|
|
1688
|
+
* **Discovery** \
|
|
1689
|
+
* **DeploymentWithOSConfig**
|
|
1690
|
+
*/
|
|
1691
|
+
export type SAPConfigurationType = string;
|
|
1692
|
+
|
|
1693
|
+
/** Known values of {@link SAPVirtualInstanceStatus} that the service accepts. */
|
|
1694
|
+
export enum KnownSAPVirtualInstanceStatus {
|
|
1695
|
+
/** Starting */
|
|
1696
|
+
Starting = "Starting",
|
|
1697
|
+
/** Running */
|
|
1698
|
+
Running = "Running",
|
|
1699
|
+
/** Stopping */
|
|
1700
|
+
Stopping = "Stopping",
|
|
1701
|
+
/** Offline */
|
|
1702
|
+
Offline = "Offline",
|
|
1703
|
+
/** PartiallyRunning */
|
|
1704
|
+
PartiallyRunning = "PartiallyRunning",
|
|
1705
|
+
/** Unavailable */
|
|
1706
|
+
Unavailable = "Unavailable",
|
|
1707
|
+
/** SoftShutdown */
|
|
1708
|
+
SoftShutdown = "SoftShutdown",
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
/**
|
|
1712
|
+
* Defines values for SAPVirtualInstanceStatus. \
|
|
1713
|
+
* {@link KnownSAPVirtualInstanceStatus} can be used interchangeably with SAPVirtualInstanceStatus,
|
|
1714
|
+
* this enum contains the known values that the service supports.
|
|
1715
|
+
* ### Known values supported by the service
|
|
1716
|
+
* **Starting** \
|
|
1717
|
+
* **Running** \
|
|
1718
|
+
* **Stopping** \
|
|
1719
|
+
* **Offline** \
|
|
1720
|
+
* **PartiallyRunning** \
|
|
1721
|
+
* **Unavailable** \
|
|
1722
|
+
* **SoftShutdown**
|
|
1723
|
+
*/
|
|
1724
|
+
export type SAPVirtualInstanceStatus = string;
|
|
1725
|
+
|
|
1726
|
+
/** Known values of {@link SAPHealthState} that the service accepts. */
|
|
1727
|
+
export enum KnownSAPHealthState {
|
|
1728
|
+
/** Unknown */
|
|
1729
|
+
Unknown = "Unknown",
|
|
1730
|
+
/** Healthy */
|
|
1731
|
+
Healthy = "Healthy",
|
|
1732
|
+
/** Unhealthy */
|
|
1733
|
+
Unhealthy = "Unhealthy",
|
|
1734
|
+
/** Degraded */
|
|
1735
|
+
Degraded = "Degraded",
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
/**
|
|
1739
|
+
* Defines values for SAPHealthState. \
|
|
1740
|
+
* {@link KnownSAPHealthState} can be used interchangeably with SAPHealthState,
|
|
1741
|
+
* this enum contains the known values that the service supports.
|
|
1742
|
+
* ### Known values supported by the service
|
|
1743
|
+
* **Unknown** \
|
|
1744
|
+
* **Healthy** \
|
|
1745
|
+
* **Unhealthy** \
|
|
1746
|
+
* **Degraded**
|
|
1747
|
+
*/
|
|
1748
|
+
export type SAPHealthState = string;
|
|
1749
|
+
|
|
1750
|
+
/** Known values of {@link SAPVirtualInstanceState} that the service accepts. */
|
|
1751
|
+
export enum KnownSAPVirtualInstanceState {
|
|
1752
|
+
/** InfrastructureDeploymentPending */
|
|
1753
|
+
InfrastructureDeploymentPending = "InfrastructureDeploymentPending",
|
|
1754
|
+
/** InfrastructureDeploymentInProgress */
|
|
1755
|
+
InfrastructureDeploymentInProgress = "InfrastructureDeploymentInProgress",
|
|
1756
|
+
/** InfrastructureDeploymentFailed */
|
|
1757
|
+
InfrastructureDeploymentFailed = "InfrastructureDeploymentFailed",
|
|
1758
|
+
/** SoftwareInstallationPending */
|
|
1759
|
+
SoftwareInstallationPending = "SoftwareInstallationPending",
|
|
1760
|
+
/** SoftwareInstallationInProgress */
|
|
1761
|
+
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
1762
|
+
/** SoftwareInstallationFailed */
|
|
1763
|
+
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
1764
|
+
/** SoftwareDetectionInProgress */
|
|
1765
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
1766
|
+
/** SoftwareDetectionFailed */
|
|
1767
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
1768
|
+
/** DiscoveryPending */
|
|
1769
|
+
DiscoveryPending = "DiscoveryPending",
|
|
1770
|
+
/** DiscoveryInProgress */
|
|
1771
|
+
DiscoveryInProgress = "DiscoveryInProgress",
|
|
1772
|
+
/** DiscoveryFailed */
|
|
1773
|
+
DiscoveryFailed = "DiscoveryFailed",
|
|
1774
|
+
/** RegistrationComplete */
|
|
1775
|
+
RegistrationComplete = "RegistrationComplete",
|
|
1776
|
+
/** AcssInstallationBlocked */
|
|
1777
|
+
AcssInstallationBlocked = "ACSSInstallationBlocked",
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
/**
|
|
1781
|
+
* Defines values for SAPVirtualInstanceState. \
|
|
1782
|
+
* {@link KnownSAPVirtualInstanceState} can be used interchangeably with SAPVirtualInstanceState,
|
|
1783
|
+
* this enum contains the known values that the service supports.
|
|
1784
|
+
* ### Known values supported by the service
|
|
1785
|
+
* **InfrastructureDeploymentPending** \
|
|
1786
|
+
* **InfrastructureDeploymentInProgress** \
|
|
1787
|
+
* **InfrastructureDeploymentFailed** \
|
|
1788
|
+
* **SoftwareInstallationPending** \
|
|
1789
|
+
* **SoftwareInstallationInProgress** \
|
|
1790
|
+
* **SoftwareInstallationFailed** \
|
|
1791
|
+
* **SoftwareDetectionInProgress** \
|
|
1792
|
+
* **SoftwareDetectionFailed** \
|
|
1793
|
+
* **DiscoveryPending** \
|
|
1794
|
+
* **DiscoveryInProgress** \
|
|
1795
|
+
* **DiscoveryFailed** \
|
|
1796
|
+
* **RegistrationComplete** \
|
|
1797
|
+
* **ACSSInstallationBlocked**
|
|
1798
|
+
*/
|
|
1799
|
+
export type SAPVirtualInstanceState = string;
|
|
1800
|
+
|
|
1801
|
+
/** Known values of {@link SapVirtualInstanceProvisioningState} that the service accepts. */
|
|
1802
|
+
export enum KnownSapVirtualInstanceProvisioningState {
|
|
1803
|
+
/** Succeeded */
|
|
1804
|
+
Succeeded = "Succeeded",
|
|
1805
|
+
/** Updating */
|
|
1806
|
+
Updating = "Updating",
|
|
1807
|
+
/** Creating */
|
|
1808
|
+
Creating = "Creating",
|
|
1809
|
+
/** Failed */
|
|
1810
|
+
Failed = "Failed",
|
|
1811
|
+
/** Deleting */
|
|
1812
|
+
Deleting = "Deleting",
|
|
1813
|
+
/** Canceled */
|
|
1814
|
+
Canceled = "Canceled",
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
/**
|
|
1818
|
+
* Defines values for SapVirtualInstanceProvisioningState. \
|
|
1819
|
+
* {@link KnownSapVirtualInstanceProvisioningState} can be used interchangeably with SapVirtualInstanceProvisioningState,
|
|
1820
|
+
* this enum contains the known values that the service supports.
|
|
1821
|
+
* ### Known values supported by the service
|
|
1822
|
+
* **Succeeded** \
|
|
1823
|
+
* **Updating** \
|
|
1824
|
+
* **Creating** \
|
|
1825
|
+
* **Failed** \
|
|
1826
|
+
* **Deleting** \
|
|
1827
|
+
* **Canceled**
|
|
1828
|
+
*/
|
|
1829
|
+
export type SapVirtualInstanceProvisioningState = string;
|
|
1830
|
+
|
|
1831
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1832
|
+
export enum KnownCreatedByType {
|
|
1833
|
+
/** User */
|
|
1834
|
+
User = "User",
|
|
1835
|
+
/** Application */
|
|
1836
|
+
Application = "Application",
|
|
1837
|
+
/** ManagedIdentity */
|
|
1838
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1839
|
+
/** Key */
|
|
1840
|
+
Key = "Key",
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* Defines values for CreatedByType. \
|
|
1845
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1846
|
+
* this enum contains the known values that the service supports.
|
|
1847
|
+
* ### Known values supported by the service
|
|
1848
|
+
* **User** \
|
|
1849
|
+
* **Application** \
|
|
1850
|
+
* **ManagedIdentity** \
|
|
1851
|
+
* **Key**
|
|
1852
|
+
*/
|
|
1853
|
+
export type CreatedByType = string;
|
|
1854
|
+
|
|
1855
|
+
/** Known values of {@link EnqueueReplicationServerType} that the service accepts. */
|
|
1856
|
+
export enum KnownEnqueueReplicationServerType {
|
|
1857
|
+
/** EnqueueReplicator1 */
|
|
1858
|
+
EnqueueReplicator1 = "EnqueueReplicator1",
|
|
1859
|
+
/** EnqueueReplicator2 */
|
|
1860
|
+
EnqueueReplicator2 = "EnqueueReplicator2",
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
/**
|
|
1864
|
+
* Defines values for EnqueueReplicationServerType. \
|
|
1865
|
+
* {@link KnownEnqueueReplicationServerType} can be used interchangeably with EnqueueReplicationServerType,
|
|
1866
|
+
* this enum contains the known values that the service supports.
|
|
1867
|
+
* ### Known values supported by the service
|
|
1868
|
+
* **EnqueueReplicator1** \
|
|
1869
|
+
* **EnqueueReplicator2**
|
|
1870
|
+
*/
|
|
1871
|
+
export type EnqueueReplicationServerType = string;
|
|
1872
|
+
|
|
1873
|
+
/** Known values of {@link CentralServerVirtualMachineType} that the service accepts. */
|
|
1874
|
+
export enum KnownCentralServerVirtualMachineType {
|
|
1875
|
+
/** Primary */
|
|
1876
|
+
Primary = "Primary",
|
|
1877
|
+
/** Secondary */
|
|
1878
|
+
Secondary = "Secondary",
|
|
1879
|
+
/** Unknown */
|
|
1880
|
+
Unknown = "Unknown",
|
|
1881
|
+
/** Ascs */
|
|
1882
|
+
Ascs = "ASCS",
|
|
1883
|
+
/** ERSInactive */
|
|
1884
|
+
ERSInactive = "ERSInactive",
|
|
1885
|
+
/** ERS */
|
|
1886
|
+
ERS = "ERS",
|
|
1887
|
+
/** Standby */
|
|
1888
|
+
Standby = "Standby",
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
/**
|
|
1892
|
+
* Defines values for CentralServerVirtualMachineType. \
|
|
1893
|
+
* {@link KnownCentralServerVirtualMachineType} can be used interchangeably with CentralServerVirtualMachineType,
|
|
1894
|
+
* this enum contains the known values that the service supports.
|
|
1895
|
+
* ### Known values supported by the service
|
|
1896
|
+
* **Primary** \
|
|
1897
|
+
* **Secondary** \
|
|
1898
|
+
* **Unknown** \
|
|
1899
|
+
* **ASCS** \
|
|
1900
|
+
* **ERSInactive** \
|
|
1901
|
+
* **ERS** \
|
|
1902
|
+
* **Standby**
|
|
1903
|
+
*/
|
|
1904
|
+
export type CentralServerVirtualMachineType = string;
|
|
1905
|
+
|
|
1906
|
+
/** Known values of {@link ApplicationServerVirtualMachineType} that the service accepts. */
|
|
1907
|
+
export enum KnownApplicationServerVirtualMachineType {
|
|
1908
|
+
/** Active */
|
|
1909
|
+
Active = "Active",
|
|
1910
|
+
/** Standby */
|
|
1911
|
+
Standby = "Standby",
|
|
1912
|
+
/** Unknown */
|
|
1913
|
+
Unknown = "Unknown",
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
/**
|
|
1917
|
+
* Defines values for ApplicationServerVirtualMachineType. \
|
|
1918
|
+
* {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
|
|
1919
|
+
* this enum contains the known values that the service supports.
|
|
1920
|
+
* ### Known values supported by the service
|
|
1921
|
+
* **Active** \
|
|
1922
|
+
* **Standby** \
|
|
1923
|
+
* **Unknown**
|
|
1924
|
+
*/
|
|
1925
|
+
export type ApplicationServerVirtualMachineType = string;
|
|
1926
|
+
|
|
1927
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
1928
|
+
export enum KnownOrigin {
|
|
1929
|
+
/** User */
|
|
1930
|
+
User = "user",
|
|
1931
|
+
/** System */
|
|
1932
|
+
System = "system",
|
|
1933
|
+
/** UserSystem */
|
|
1934
|
+
UserSystem = "user,system",
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Defines values for Origin. \
|
|
1939
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
1940
|
+
* this enum contains the known values that the service supports.
|
|
1941
|
+
* ### Known values supported by the service
|
|
1942
|
+
* **user** \
|
|
1943
|
+
* **system** \
|
|
1944
|
+
* **user,system**
|
|
1945
|
+
*/
|
|
1946
|
+
export type Origin = string;
|
|
1947
|
+
|
|
1948
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
1949
|
+
export enum KnownActionType {
|
|
1950
|
+
/** Internal */
|
|
1951
|
+
Internal = "Internal",
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
/**
|
|
1955
|
+
* Defines values for ActionType. \
|
|
1956
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
1957
|
+
* this enum contains the known values that the service supports.
|
|
1958
|
+
* ### Known values supported by the service
|
|
1959
|
+
* **Internal**
|
|
1960
|
+
*/
|
|
1961
|
+
export type ActionType = string;
|
|
1962
|
+
|
|
1963
|
+
/** Known values of {@link OSType} that the service accepts. */
|
|
1964
|
+
export enum KnownOSType {
|
|
1965
|
+
/** Linux */
|
|
1966
|
+
Linux = "Linux",
|
|
1967
|
+
/** Windows */
|
|
1968
|
+
Windows = "Windows",
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
/**
|
|
1972
|
+
* Defines values for OSType. \
|
|
1973
|
+
* {@link KnownOSType} can be used interchangeably with OSType,
|
|
1974
|
+
* this enum contains the known values that the service supports.
|
|
1975
|
+
* ### Known values supported by the service
|
|
1976
|
+
* **Linux** \
|
|
1977
|
+
* **Windows**
|
|
1978
|
+
*/
|
|
1979
|
+
export type OSType = string;
|
|
1980
|
+
|
|
1981
|
+
/** Known values of {@link NamingPatternType} that the service accepts. */
|
|
1982
|
+
export enum KnownNamingPatternType {
|
|
1983
|
+
/** FullResourceName */
|
|
1984
|
+
FullResourceName = "FullResourceName",
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
/**
|
|
1988
|
+
* Defines values for NamingPatternType. \
|
|
1989
|
+
* {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
|
|
1990
|
+
* this enum contains the known values that the service supports.
|
|
1991
|
+
* ### Known values supported by the service
|
|
1992
|
+
* **FullResourceName**
|
|
1993
|
+
*/
|
|
1994
|
+
export type NamingPatternType = string;
|
|
1995
|
+
|
|
1996
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
1997
|
+
export enum KnownConfigurationType {
|
|
1998
|
+
/** Skip */
|
|
1999
|
+
Skip = "Skip",
|
|
2000
|
+
/** CreateAndMount */
|
|
2001
|
+
CreateAndMount = "CreateAndMount",
|
|
2002
|
+
/** Mount */
|
|
2003
|
+
Mount = "Mount",
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
/**
|
|
2007
|
+
* Defines values for ConfigurationType. \
|
|
2008
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
2009
|
+
* this enum contains the known values that the service supports.
|
|
2010
|
+
* ### Known values supported by the service
|
|
2011
|
+
* **Skip** \
|
|
2012
|
+
* **CreateAndMount** \
|
|
2013
|
+
* **Mount**
|
|
2014
|
+
*/
|
|
2015
|
+
export type ConfigurationType = string;
|
|
2016
|
+
|
|
2017
|
+
/** Known values of {@link SAPSoftwareInstallationType} that the service accepts. */
|
|
2018
|
+
export enum KnownSAPSoftwareInstallationType {
|
|
2019
|
+
/** ServiceInitiated */
|
|
2020
|
+
ServiceInitiated = "ServiceInitiated",
|
|
2021
|
+
/** SAPInstallWithoutOSConfig */
|
|
2022
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
2023
|
+
/** External */
|
|
2024
|
+
External = "External",
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
/**
|
|
2028
|
+
* Defines values for SAPSoftwareInstallationType. \
|
|
2029
|
+
* {@link KnownSAPSoftwareInstallationType} can be used interchangeably with SAPSoftwareInstallationType,
|
|
2030
|
+
* this enum contains the known values that the service supports.
|
|
2031
|
+
* ### Known values supported by the service
|
|
2032
|
+
* **ServiceInitiated** \
|
|
2033
|
+
* **SAPInstallWithoutOSConfig** \
|
|
2034
|
+
* **External**
|
|
2035
|
+
*/
|
|
2036
|
+
export type SAPSoftwareInstallationType = string;
|
|
2037
|
+
|
|
2038
|
+
/** Optional parameters. */
|
|
2039
|
+
export interface SAPSizingRecommendationsOptionalParams
|
|
2040
|
+
extends coreClient.OperationOptions {
|
|
2041
|
+
/** SAP Sizing Recommendation Request body */
|
|
2042
|
+
sAPSizingRecommendation?: SAPSizingRecommendationRequest;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
/** Contains response data for the sAPSizingRecommendations operation. */
|
|
2046
|
+
export type SAPSizingRecommendationsResponse =
|
|
2047
|
+
SAPSizingRecommendationResultUnion;
|
|
2048
|
+
|
|
2049
|
+
/** Optional parameters. */
|
|
2050
|
+
export interface SAPSupportedSkuOptionalParams
|
|
2051
|
+
extends coreClient.OperationOptions {
|
|
2052
|
+
/** SAP Supported SKU Request body */
|
|
2053
|
+
sAPSupportedSku?: SAPSupportedSkusRequest;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
/** Contains response data for the sAPSupportedSku operation. */
|
|
2057
|
+
export type SAPSupportedSkuResponse = SAPSupportedResourceSkusResult;
|
|
2058
|
+
|
|
2059
|
+
/** Optional parameters. */
|
|
2060
|
+
export interface SAPDiskConfigurationsOptionalParams
|
|
2061
|
+
extends coreClient.OperationOptions {
|
|
2062
|
+
/** SAP Disk Configurations Request body */
|
|
2063
|
+
sAPDiskConfigurations?: SAPDiskConfigurationsRequest;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
/** Contains response data for the sAPDiskConfigurations operation. */
|
|
2067
|
+
export type SAPDiskConfigurationsResponse = SAPDiskConfigurationsResult;
|
|
2068
|
+
|
|
2069
|
+
/** Optional parameters. */
|
|
2070
|
+
export interface SAPAvailabilityZoneDetailsOptionalParams
|
|
2071
|
+
extends coreClient.OperationOptions {
|
|
2072
|
+
/** SAP Availability Zone Details Request body */
|
|
2073
|
+
sAPAvailabilityZoneDetails?: SAPAvailabilityZoneDetailsRequest;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
/** Contains response data for the sAPAvailabilityZoneDetails operation. */
|
|
2077
|
+
export type SAPAvailabilityZoneDetailsResponse =
|
|
2078
|
+
SAPAvailabilityZoneDetailsResult;
|
|
2079
|
+
|
|
2080
|
+
/** Optional parameters. */
|
|
2081
|
+
export interface SAPVirtualInstancesCreateOptionalParams
|
|
2082
|
+
extends coreClient.OperationOptions {
|
|
2083
|
+
/** Virtual Instance for SAP solutions resource request body. */
|
|
2084
|
+
body?: SAPVirtualInstance;
|
|
2085
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2086
|
+
updateIntervalInMs?: number;
|
|
2087
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2088
|
+
resumeFrom?: string;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
/** Contains response data for the create operation. */
|
|
2092
|
+
export type SAPVirtualInstancesCreateResponse = SAPVirtualInstance;
|
|
2093
|
+
|
|
2094
|
+
/** Optional parameters. */
|
|
2095
|
+
export interface SAPVirtualInstancesGetOptionalParams
|
|
2096
|
+
extends coreClient.OperationOptions {}
|
|
2097
|
+
|
|
2098
|
+
/** Contains response data for the get operation. */
|
|
2099
|
+
export type SAPVirtualInstancesGetResponse = SAPVirtualInstance;
|
|
2100
|
+
|
|
2101
|
+
/** Optional parameters. */
|
|
2102
|
+
export interface SAPVirtualInstancesUpdateOptionalParams
|
|
2103
|
+
extends coreClient.OperationOptions {
|
|
2104
|
+
/** Request body to update a Virtual Instance for SAP solutions resource. */
|
|
2105
|
+
body?: UpdateSAPVirtualInstanceRequest;
|
|
2106
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2107
|
+
updateIntervalInMs?: number;
|
|
2108
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2109
|
+
resumeFrom?: string;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
/** Contains response data for the update operation. */
|
|
2113
|
+
export type SAPVirtualInstancesUpdateResponse = SAPVirtualInstance;
|
|
2114
|
+
|
|
2115
|
+
/** Optional parameters. */
|
|
2116
|
+
export interface SAPVirtualInstancesDeleteOptionalParams
|
|
2117
|
+
extends coreClient.OperationOptions {
|
|
2118
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2119
|
+
updateIntervalInMs?: number;
|
|
2120
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2121
|
+
resumeFrom?: string;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
/** Contains response data for the delete operation. */
|
|
2125
|
+
export type SAPVirtualInstancesDeleteResponse =
|
|
2126
|
+
SAPVirtualInstancesDeleteHeaders;
|
|
2127
|
+
|
|
2128
|
+
/** Optional parameters. */
|
|
2129
|
+
export interface SAPVirtualInstancesListByResourceGroupOptionalParams
|
|
2130
|
+
extends coreClient.OperationOptions {}
|
|
2131
|
+
|
|
2132
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2133
|
+
export type SAPVirtualInstancesListByResourceGroupResponse =
|
|
2134
|
+
SAPVirtualInstanceList;
|
|
2135
|
+
|
|
2136
|
+
/** Optional parameters. */
|
|
2137
|
+
export interface SAPVirtualInstancesListBySubscriptionOptionalParams
|
|
2138
|
+
extends coreClient.OperationOptions {}
|
|
2139
|
+
|
|
2140
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2141
|
+
export type SAPVirtualInstancesListBySubscriptionResponse =
|
|
2142
|
+
SAPVirtualInstanceList;
|
|
2143
|
+
|
|
2144
|
+
/** Optional parameters. */
|
|
2145
|
+
export interface SAPVirtualInstancesStartOptionalParams
|
|
2146
|
+
extends coreClient.OperationOptions {
|
|
2147
|
+
/** The Virtual Instance for SAP solutions resource start request body. */
|
|
2148
|
+
body?: StartRequest;
|
|
2149
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2150
|
+
updateIntervalInMs?: number;
|
|
2151
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2152
|
+
resumeFrom?: string;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
/** Contains response data for the start operation. */
|
|
2156
|
+
export type SAPVirtualInstancesStartResponse = OperationStatusResult;
|
|
2157
|
+
|
|
2158
|
+
/** Optional parameters. */
|
|
2159
|
+
export interface SAPVirtualInstancesStopOptionalParams
|
|
2160
|
+
extends coreClient.OperationOptions {
|
|
2161
|
+
/** The Virtual Instance for SAP solutions resource stop request body. */
|
|
2162
|
+
body?: StopRequest;
|
|
2163
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2164
|
+
updateIntervalInMs?: number;
|
|
2165
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2166
|
+
resumeFrom?: string;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
/** Contains response data for the stop operation. */
|
|
2170
|
+
export type SAPVirtualInstancesStopResponse = OperationStatusResult;
|
|
2171
|
+
|
|
2172
|
+
/** Optional parameters. */
|
|
2173
|
+
export interface SAPVirtualInstancesListByResourceGroupNextOptionalParams
|
|
2174
|
+
extends coreClient.OperationOptions {}
|
|
2175
|
+
|
|
2176
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2177
|
+
export type SAPVirtualInstancesListByResourceGroupNextResponse =
|
|
2178
|
+
SAPVirtualInstanceList;
|
|
2179
|
+
|
|
2180
|
+
/** Optional parameters. */
|
|
2181
|
+
export interface SAPVirtualInstancesListBySubscriptionNextOptionalParams
|
|
2182
|
+
extends coreClient.OperationOptions {}
|
|
2183
|
+
|
|
2184
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2185
|
+
export type SAPVirtualInstancesListBySubscriptionNextResponse =
|
|
2186
|
+
SAPVirtualInstanceList;
|
|
2187
|
+
|
|
2188
|
+
/** Optional parameters. */
|
|
2189
|
+
export interface SAPCentralInstancesGetOptionalParams
|
|
2190
|
+
extends coreClient.OperationOptions {}
|
|
2191
|
+
|
|
2192
|
+
/** Contains response data for the get operation. */
|
|
2193
|
+
export type SAPCentralInstancesGetResponse = SAPCentralServerInstance;
|
|
2194
|
+
|
|
2195
|
+
/** Optional parameters. */
|
|
2196
|
+
export interface SAPCentralInstancesCreateOptionalParams
|
|
2197
|
+
extends coreClient.OperationOptions {
|
|
2198
|
+
/** The SAP Central Services Instance request body. */
|
|
2199
|
+
body?: SAPCentralServerInstance;
|
|
2200
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2201
|
+
updateIntervalInMs?: number;
|
|
2202
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2203
|
+
resumeFrom?: string;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
/** Contains response data for the create operation. */
|
|
2207
|
+
export type SAPCentralInstancesCreateResponse = SAPCentralServerInstance;
|
|
2208
|
+
|
|
2209
|
+
/** Optional parameters. */
|
|
2210
|
+
export interface SAPCentralInstancesUpdateOptionalParams
|
|
2211
|
+
extends coreClient.OperationOptions {
|
|
2212
|
+
/** The SAP Central Services Instance resource request body. */
|
|
2213
|
+
body?: UpdateSAPCentralInstanceRequest;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
/** Contains response data for the update operation. */
|
|
2217
|
+
export type SAPCentralInstancesUpdateResponse = SAPCentralServerInstance;
|
|
2218
|
+
|
|
2219
|
+
/** Optional parameters. */
|
|
2220
|
+
export interface SAPCentralInstancesDeleteOptionalParams
|
|
2221
|
+
extends coreClient.OperationOptions {
|
|
2222
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2223
|
+
updateIntervalInMs?: number;
|
|
2224
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2225
|
+
resumeFrom?: string;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
/** Contains response data for the delete operation. */
|
|
2229
|
+
export type SAPCentralInstancesDeleteResponse =
|
|
2230
|
+
SAPCentralInstancesDeleteHeaders;
|
|
2231
|
+
|
|
2232
|
+
/** Optional parameters. */
|
|
2233
|
+
export interface SAPCentralInstancesListOptionalParams
|
|
2234
|
+
extends coreClient.OperationOptions {}
|
|
2235
|
+
|
|
2236
|
+
/** Contains response data for the list operation. */
|
|
2237
|
+
export type SAPCentralInstancesListResponse = SAPCentralInstanceList;
|
|
2238
|
+
|
|
2239
|
+
/** Optional parameters. */
|
|
2240
|
+
export interface SAPCentralInstancesStartInstanceOptionalParams
|
|
2241
|
+
extends coreClient.OperationOptions {
|
|
2242
|
+
/** SAP Central Services instance start request body. */
|
|
2243
|
+
body?: StartRequest;
|
|
2244
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2245
|
+
updateIntervalInMs?: number;
|
|
2246
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2247
|
+
resumeFrom?: string;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
/** Contains response data for the startInstance operation. */
|
|
2251
|
+
export type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
|
|
2252
|
+
|
|
2253
|
+
/** Optional parameters. */
|
|
2254
|
+
export interface SAPCentralInstancesStopInstanceOptionalParams
|
|
2255
|
+
extends coreClient.OperationOptions {
|
|
2256
|
+
/** SAP Central Services instance stop request body. */
|
|
2257
|
+
body?: StopRequest;
|
|
2258
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2259
|
+
updateIntervalInMs?: number;
|
|
2260
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2261
|
+
resumeFrom?: string;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
/** Contains response data for the stopInstance operation. */
|
|
2265
|
+
export type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
|
|
2266
|
+
|
|
2267
|
+
/** Optional parameters. */
|
|
2268
|
+
export interface SAPCentralInstancesListNextOptionalParams
|
|
2269
|
+
extends coreClient.OperationOptions {}
|
|
2270
|
+
|
|
2271
|
+
/** Contains response data for the listNext operation. */
|
|
2272
|
+
export type SAPCentralInstancesListNextResponse = SAPCentralInstanceList;
|
|
2273
|
+
|
|
2274
|
+
/** Optional parameters. */
|
|
2275
|
+
export interface SAPDatabaseInstancesGetOptionalParams
|
|
2276
|
+
extends coreClient.OperationOptions {}
|
|
2277
|
+
|
|
2278
|
+
/** Contains response data for the get operation. */
|
|
2279
|
+
export type SAPDatabaseInstancesGetResponse = SAPDatabaseInstance;
|
|
2280
|
+
|
|
2281
|
+
/** Optional parameters. */
|
|
2282
|
+
export interface SAPDatabaseInstancesCreateOptionalParams
|
|
2283
|
+
extends coreClient.OperationOptions {
|
|
2284
|
+
/** Request body of Database resource of a SAP system. */
|
|
2285
|
+
body?: SAPDatabaseInstance;
|
|
2286
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2287
|
+
updateIntervalInMs?: number;
|
|
2288
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2289
|
+
resumeFrom?: string;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
/** Contains response data for the create operation. */
|
|
2293
|
+
export type SAPDatabaseInstancesCreateResponse = SAPDatabaseInstance;
|
|
2294
|
+
|
|
2295
|
+
/** Optional parameters. */
|
|
2296
|
+
export interface SAPDatabaseInstancesUpdateOptionalParams
|
|
2297
|
+
extends coreClient.OperationOptions {
|
|
2298
|
+
/** Database resource update request body. */
|
|
2299
|
+
body?: UpdateSAPDatabaseInstanceRequest;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
/** Contains response data for the update operation. */
|
|
2303
|
+
export type SAPDatabaseInstancesUpdateResponse = SAPDatabaseInstance;
|
|
2304
|
+
|
|
2305
|
+
/** Optional parameters. */
|
|
2306
|
+
export interface SAPDatabaseInstancesDeleteOptionalParams
|
|
2307
|
+
extends coreClient.OperationOptions {
|
|
2308
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2309
|
+
updateIntervalInMs?: number;
|
|
2310
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2311
|
+
resumeFrom?: string;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
/** Contains response data for the delete operation. */
|
|
2315
|
+
export type SAPDatabaseInstancesDeleteResponse =
|
|
2316
|
+
SAPDatabaseInstancesDeleteHeaders;
|
|
2317
|
+
|
|
2318
|
+
/** Optional parameters. */
|
|
2319
|
+
export interface SAPDatabaseInstancesListOptionalParams
|
|
2320
|
+
extends coreClient.OperationOptions {}
|
|
2321
|
+
|
|
2322
|
+
/** Contains response data for the list operation. */
|
|
2323
|
+
export type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
|
|
2324
|
+
|
|
2325
|
+
/** Optional parameters. */
|
|
2326
|
+
export interface SAPDatabaseInstancesStartInstanceOptionalParams
|
|
2327
|
+
extends coreClient.OperationOptions {
|
|
2328
|
+
/** SAP Database server instance start request body. */
|
|
2329
|
+
body?: StartRequest;
|
|
2330
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2331
|
+
updateIntervalInMs?: number;
|
|
2332
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2333
|
+
resumeFrom?: string;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
/** Contains response data for the startInstance operation. */
|
|
2337
|
+
export type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
|
|
2338
|
+
|
|
2339
|
+
/** Optional parameters. */
|
|
2340
|
+
export interface SAPDatabaseInstancesStopInstanceOptionalParams
|
|
2341
|
+
extends coreClient.OperationOptions {
|
|
2342
|
+
/** Stop request for the database instance of the SAP system. */
|
|
2343
|
+
body?: StopRequest;
|
|
2344
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2345
|
+
updateIntervalInMs?: number;
|
|
2346
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2347
|
+
resumeFrom?: string;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
/** Contains response data for the stopInstance operation. */
|
|
2351
|
+
export type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
|
|
2352
|
+
|
|
2353
|
+
/** Optional parameters. */
|
|
2354
|
+
export interface SAPDatabaseInstancesListNextOptionalParams
|
|
2355
|
+
extends coreClient.OperationOptions {}
|
|
2356
|
+
|
|
2357
|
+
/** Contains response data for the listNext operation. */
|
|
2358
|
+
export type SAPDatabaseInstancesListNextResponse = SAPDatabaseInstanceList;
|
|
2359
|
+
|
|
2360
|
+
/** Optional parameters. */
|
|
2361
|
+
export interface SAPApplicationServerInstancesGetOptionalParams
|
|
2362
|
+
extends coreClient.OperationOptions {}
|
|
2363
|
+
|
|
2364
|
+
/** Contains response data for the get operation. */
|
|
2365
|
+
export type SAPApplicationServerInstancesGetResponse =
|
|
2366
|
+
SAPApplicationServerInstance;
|
|
2367
|
+
|
|
2368
|
+
/** Optional parameters. */
|
|
2369
|
+
export interface SAPApplicationServerInstancesCreateOptionalParams
|
|
2370
|
+
extends coreClient.OperationOptions {
|
|
2371
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2372
|
+
body?: SAPApplicationServerInstance;
|
|
2373
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2374
|
+
updateIntervalInMs?: number;
|
|
2375
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2376
|
+
resumeFrom?: string;
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
/** Contains response data for the create operation. */
|
|
2380
|
+
export type SAPApplicationServerInstancesCreateResponse =
|
|
2381
|
+
SAPApplicationServerInstance;
|
|
2382
|
+
|
|
2383
|
+
/** Optional parameters. */
|
|
2384
|
+
export interface SAPApplicationServerInstancesUpdateOptionalParams
|
|
2385
|
+
extends coreClient.OperationOptions {
|
|
2386
|
+
/** The SAP Application Server Instance resource request body. */
|
|
2387
|
+
body?: UpdateSAPApplicationInstanceRequest;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
/** Contains response data for the update operation. */
|
|
2391
|
+
export type SAPApplicationServerInstancesUpdateResponse =
|
|
2392
|
+
SAPApplicationServerInstance;
|
|
2393
|
+
|
|
2394
|
+
/** Optional parameters. */
|
|
2395
|
+
export interface SAPApplicationServerInstancesDeleteOptionalParams
|
|
2396
|
+
extends coreClient.OperationOptions {
|
|
2397
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2398
|
+
updateIntervalInMs?: number;
|
|
2399
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2400
|
+
resumeFrom?: string;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
/** Contains response data for the delete operation. */
|
|
2404
|
+
export type SAPApplicationServerInstancesDeleteResponse =
|
|
2405
|
+
SAPApplicationServerInstancesDeleteHeaders;
|
|
2406
|
+
|
|
2407
|
+
/** Optional parameters. */
|
|
2408
|
+
export interface SAPApplicationServerInstancesListOptionalParams
|
|
2409
|
+
extends coreClient.OperationOptions {}
|
|
2410
|
+
|
|
2411
|
+
/** Contains response data for the list operation. */
|
|
2412
|
+
export type SAPApplicationServerInstancesListResponse =
|
|
2413
|
+
SAPApplicationServerInstanceList;
|
|
2414
|
+
|
|
2415
|
+
/** Optional parameters. */
|
|
2416
|
+
export interface SAPApplicationServerInstancesStartInstanceOptionalParams
|
|
2417
|
+
extends coreClient.OperationOptions {
|
|
2418
|
+
/** SAP Application server instance start request body. */
|
|
2419
|
+
body?: StartRequest;
|
|
2420
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2421
|
+
updateIntervalInMs?: number;
|
|
2422
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2423
|
+
resumeFrom?: string;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
/** Contains response data for the startInstance operation. */
|
|
2427
|
+
export type SAPApplicationServerInstancesStartInstanceResponse =
|
|
2428
|
+
OperationStatusResult;
|
|
2429
|
+
|
|
2430
|
+
/** Optional parameters. */
|
|
2431
|
+
export interface SAPApplicationServerInstancesStopInstanceOptionalParams
|
|
2432
|
+
extends coreClient.OperationOptions {
|
|
2433
|
+
/** SAP Application server instance stop request body. */
|
|
2434
|
+
body?: StopRequest;
|
|
2435
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2436
|
+
updateIntervalInMs?: number;
|
|
2437
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2438
|
+
resumeFrom?: string;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
/** Contains response data for the stopInstance operation. */
|
|
2442
|
+
export type SAPApplicationServerInstancesStopInstanceResponse =
|
|
2443
|
+
OperationStatusResult;
|
|
2444
|
+
|
|
2445
|
+
/** Optional parameters. */
|
|
2446
|
+
export interface SAPApplicationServerInstancesListNextOptionalParams
|
|
2447
|
+
extends coreClient.OperationOptions {}
|
|
2448
|
+
|
|
2449
|
+
/** Contains response data for the listNext operation. */
|
|
2450
|
+
export type SAPApplicationServerInstancesListNextResponse =
|
|
2451
|
+
SAPApplicationServerInstanceList;
|
|
2452
|
+
|
|
2453
|
+
/** Optional parameters. */
|
|
2454
|
+
export interface OperationsListOptionalParams
|
|
2455
|
+
extends coreClient.OperationOptions {}
|
|
2456
|
+
|
|
2457
|
+
/** Contains response data for the list operation. */
|
|
2458
|
+
export type OperationsListResponse = OperationListResult;
|
|
2459
|
+
|
|
2460
|
+
/** Optional parameters. */
|
|
2461
|
+
export interface OperationsListNextOptionalParams
|
|
2462
|
+
extends coreClient.OperationOptions {}
|
|
2463
|
+
|
|
2464
|
+
/** Contains response data for the listNext operation. */
|
|
2465
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2466
|
+
|
|
2467
|
+
/** Optional parameters. */
|
|
2468
|
+
export interface WorkloadsClientOptionalParams
|
|
2469
|
+
extends coreClient.ServiceClientOptions {
|
|
2470
|
+
/** server parameter */
|
|
2471
|
+
$host?: string;
|
|
2472
|
+
/** Api Version */
|
|
2473
|
+
apiVersion?: string;
|
|
2474
|
+
/** Overrides client endpoint. */
|
|
2475
|
+
endpoint?: string;
|
|
2476
|
+
}
|