@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,1558 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-workloadssapvirtualinstance"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ActionType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface ApplicationServerConfiguration {
|
|
18
|
+
instanceCount: number;
|
|
19
|
+
subnetId: string;
|
|
20
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// @public
|
|
24
|
+
export interface ApplicationServerFullResourceNames {
|
|
25
|
+
availabilitySetName?: string;
|
|
26
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export type ApplicationServerVirtualMachineType = string;
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface ApplicationServerVmDetails {
|
|
34
|
+
readonly storageDetails?: StorageInformation[];
|
|
35
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
36
|
+
readonly virtualMachineId?: string;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface CentralServerConfiguration {
|
|
41
|
+
instanceCount: number;
|
|
42
|
+
subnetId: string;
|
|
43
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface CentralServerFullResourceNames {
|
|
48
|
+
availabilitySetName?: string;
|
|
49
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
50
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export type CentralServerVirtualMachineType = string;
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface CentralServerVmDetails {
|
|
58
|
+
readonly storageDetails?: StorageInformation[];
|
|
59
|
+
readonly type?: CentralServerVirtualMachineType;
|
|
60
|
+
readonly virtualMachineId?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type ConfigurationType = string;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
|
|
68
|
+
configurationType: "CreateAndMount";
|
|
69
|
+
resourceGroup?: string;
|
|
70
|
+
storageAccountName?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type CreatedByType = string;
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface DatabaseConfiguration {
|
|
78
|
+
databaseType?: SAPDatabaseType;
|
|
79
|
+
diskConfiguration?: DiskConfiguration;
|
|
80
|
+
instanceCount: number;
|
|
81
|
+
subnetId: string;
|
|
82
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export interface DatabaseServerFullResourceNames {
|
|
87
|
+
availabilitySetName?: string;
|
|
88
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
89
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export interface DatabaseVmDetails {
|
|
94
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
95
|
+
readonly storageDetails?: StorageInformation[];
|
|
96
|
+
readonly virtualMachineId?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface DeployerVmPackages {
|
|
101
|
+
storageAccountId?: string;
|
|
102
|
+
url?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface DeploymentConfiguration extends SAPConfiguration {
|
|
107
|
+
appLocation?: string;
|
|
108
|
+
configurationType: "Deployment";
|
|
109
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
110
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export interface DeploymentWithOSConfiguration extends SAPConfiguration {
|
|
115
|
+
appLocation?: string;
|
|
116
|
+
configurationType: "DeploymentWithOSConfig";
|
|
117
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
118
|
+
osSapConfiguration?: OsSapConfiguration;
|
|
119
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface DiscoveryConfiguration extends SAPConfiguration {
|
|
124
|
+
readonly appLocation?: string;
|
|
125
|
+
centralServerVmId?: string;
|
|
126
|
+
configurationType: "Discovery";
|
|
127
|
+
managedRgStorageAccountName?: string;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface DiskConfiguration {
|
|
132
|
+
diskVolumeConfigurations?: {
|
|
133
|
+
[propertyName: string]: DiskVolumeConfiguration;
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface DiskDetails {
|
|
139
|
+
diskTier?: string;
|
|
140
|
+
iopsReadWrite?: number;
|
|
141
|
+
maximumSupportedDiskCount?: number;
|
|
142
|
+
mbpsReadWrite?: number;
|
|
143
|
+
minimumSupportedDiskCount?: number;
|
|
144
|
+
sizeGB?: number;
|
|
145
|
+
sku?: DiskSku;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export interface DiskSku {
|
|
150
|
+
name?: DiskSkuName;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export type DiskSkuName = string;
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface DiskVolumeConfiguration {
|
|
158
|
+
count?: number;
|
|
159
|
+
sizeGB?: number;
|
|
160
|
+
sku?: DiskSku;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface EnqueueReplicationServerProperties {
|
|
165
|
+
readonly ersVersion?: EnqueueReplicationServerType;
|
|
166
|
+
readonly health?: SAPHealthState;
|
|
167
|
+
readonly hostname?: string;
|
|
168
|
+
readonly instanceNo?: string;
|
|
169
|
+
readonly ipAddress?: string;
|
|
170
|
+
readonly kernelPatch?: string;
|
|
171
|
+
readonly kernelVersion?: string;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export type EnqueueReplicationServerType = string;
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export interface EnqueueServerProperties {
|
|
179
|
+
readonly health?: SAPHealthState;
|
|
180
|
+
readonly hostname?: string;
|
|
181
|
+
readonly ipAddress?: string;
|
|
182
|
+
readonly port?: number;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface ErrorAdditionalInfo {
|
|
187
|
+
readonly info?: Record<string, unknown>;
|
|
188
|
+
readonly type?: string;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export interface ErrorDefinition {
|
|
193
|
+
readonly code?: string;
|
|
194
|
+
readonly details?: ErrorDefinition[];
|
|
195
|
+
readonly message?: string;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface ErrorDetail {
|
|
200
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
201
|
+
readonly code?: string;
|
|
202
|
+
readonly details?: ErrorDetail[];
|
|
203
|
+
readonly message?: string;
|
|
204
|
+
readonly target?: string;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface ErrorResponse {
|
|
209
|
+
error?: ErrorDetail;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {
|
|
214
|
+
centralServerVmId?: string;
|
|
215
|
+
softwareInstallationType: "External";
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export interface FileShareConfiguration {
|
|
220
|
+
configurationType: "Skip" | "CreateAndMount" | "Mount";
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public (undocumented)
|
|
224
|
+
export type FileShareConfigurationUnion = FileShareConfiguration | SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration;
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export interface GatewayServerProperties {
|
|
228
|
+
readonly health?: SAPHealthState;
|
|
229
|
+
readonly port?: number;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface HighAvailabilityConfiguration {
|
|
237
|
+
highAvailabilityType: SAPHighAvailabilityType;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export interface HighAvailabilitySoftwareConfiguration {
|
|
242
|
+
fencingClientId: string;
|
|
243
|
+
fencingClientPassword: string;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface ImageReference {
|
|
248
|
+
id?: string;
|
|
249
|
+
offer?: string;
|
|
250
|
+
publisher?: string;
|
|
251
|
+
sku?: string;
|
|
252
|
+
version?: string;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface InfrastructureConfiguration {
|
|
257
|
+
appResourceGroup: string;
|
|
258
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public (undocumented)
|
|
262
|
+
export type InfrastructureConfigurationUnion = InfrastructureConfiguration | SingleServerConfiguration | ThreeTierConfiguration;
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export enum KnownActionType {
|
|
266
|
+
Internal = "Internal"
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export enum KnownApplicationServerVirtualMachineType {
|
|
271
|
+
Active = "Active",
|
|
272
|
+
Standby = "Standby",
|
|
273
|
+
Unknown = "Unknown"
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export enum KnownCentralServerVirtualMachineType {
|
|
278
|
+
Ascs = "ASCS",
|
|
279
|
+
ERS = "ERS",
|
|
280
|
+
ERSInactive = "ERSInactive",
|
|
281
|
+
Primary = "Primary",
|
|
282
|
+
Secondary = "Secondary",
|
|
283
|
+
Standby = "Standby",
|
|
284
|
+
Unknown = "Unknown"
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
// @public
|
|
288
|
+
export enum KnownConfigurationType {
|
|
289
|
+
CreateAndMount = "CreateAndMount",
|
|
290
|
+
Mount = "Mount",
|
|
291
|
+
Skip = "Skip"
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export enum KnownCreatedByType {
|
|
296
|
+
Application = "Application",
|
|
297
|
+
Key = "Key",
|
|
298
|
+
ManagedIdentity = "ManagedIdentity",
|
|
299
|
+
User = "User"
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export enum KnownDiskSkuName {
|
|
304
|
+
PremiumLRS = "Premium_LRS",
|
|
305
|
+
PremiumV2LRS = "PremiumV2_LRS",
|
|
306
|
+
PremiumZRS = "Premium_ZRS",
|
|
307
|
+
StandardLRS = "Standard_LRS",
|
|
308
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
309
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
310
|
+
UltraSSDLRS = "UltraSSD_LRS"
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// @public
|
|
314
|
+
export enum KnownEnqueueReplicationServerType {
|
|
315
|
+
EnqueueReplicator1 = "EnqueueReplicator1",
|
|
316
|
+
EnqueueReplicator2 = "EnqueueReplicator2"
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export enum KnownManagedResourcesNetworkAccessType {
|
|
321
|
+
Private = "Private",
|
|
322
|
+
Public = "Public"
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export enum KnownManagedServiceIdentityType {
|
|
327
|
+
None = "None",
|
|
328
|
+
UserAssigned = "UserAssigned"
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export enum KnownNamingPatternType {
|
|
333
|
+
FullResourceName = "FullResourceName"
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export enum KnownOrigin {
|
|
338
|
+
System = "system",
|
|
339
|
+
User = "user",
|
|
340
|
+
UserSystem = "user,system"
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export enum KnownOSType {
|
|
345
|
+
Linux = "Linux",
|
|
346
|
+
Windows = "Windows"
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export enum KnownSAPConfigurationType {
|
|
351
|
+
Deployment = "Deployment",
|
|
352
|
+
DeploymentWithOSConfig = "DeploymentWithOSConfig",
|
|
353
|
+
Discovery = "Discovery"
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export enum KnownSAPDatabaseScaleMethod {
|
|
358
|
+
ScaleUp = "ScaleUp"
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export enum KnownSAPDatabaseType {
|
|
363
|
+
DB2 = "DB2",
|
|
364
|
+
Hana = "HANA"
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export enum KnownSAPDeploymentType {
|
|
369
|
+
SingleServer = "SingleServer",
|
|
370
|
+
ThreeTier = "ThreeTier"
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// @public
|
|
374
|
+
export enum KnownSAPEnvironmentType {
|
|
375
|
+
NonProd = "NonProd",
|
|
376
|
+
Prod = "Prod"
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
// @public
|
|
380
|
+
export enum KnownSAPHealthState {
|
|
381
|
+
Degraded = "Degraded",
|
|
382
|
+
Healthy = "Healthy",
|
|
383
|
+
Unhealthy = "Unhealthy",
|
|
384
|
+
Unknown = "Unknown"
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export enum KnownSAPHighAvailabilityType {
|
|
389
|
+
AvailabilitySet = "AvailabilitySet",
|
|
390
|
+
AvailabilityZone = "AvailabilityZone"
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export enum KnownSAPProductType {
|
|
395
|
+
ECC = "ECC",
|
|
396
|
+
Other = "Other",
|
|
397
|
+
S4Hana = "S4HANA"
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export enum KnownSAPSoftwareInstallationType {
|
|
402
|
+
External = "External",
|
|
403
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
404
|
+
ServiceInitiated = "ServiceInitiated"
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export enum KnownSapVirtualInstanceProvisioningState {
|
|
409
|
+
Canceled = "Canceled",
|
|
410
|
+
Creating = "Creating",
|
|
411
|
+
Deleting = "Deleting",
|
|
412
|
+
Failed = "Failed",
|
|
413
|
+
Succeeded = "Succeeded",
|
|
414
|
+
Updating = "Updating"
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export enum KnownSAPVirtualInstanceState {
|
|
419
|
+
AcssInstallationBlocked = "ACSSInstallationBlocked",
|
|
420
|
+
DiscoveryFailed = "DiscoveryFailed",
|
|
421
|
+
DiscoveryInProgress = "DiscoveryInProgress",
|
|
422
|
+
DiscoveryPending = "DiscoveryPending",
|
|
423
|
+
InfrastructureDeploymentFailed = "InfrastructureDeploymentFailed",
|
|
424
|
+
InfrastructureDeploymentInProgress = "InfrastructureDeploymentInProgress",
|
|
425
|
+
InfrastructureDeploymentPending = "InfrastructureDeploymentPending",
|
|
426
|
+
RegistrationComplete = "RegistrationComplete",
|
|
427
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
428
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
429
|
+
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
430
|
+
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
431
|
+
SoftwareInstallationPending = "SoftwareInstallationPending"
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export enum KnownSAPVirtualInstanceStatus {
|
|
436
|
+
Offline = "Offline",
|
|
437
|
+
PartiallyRunning = "PartiallyRunning",
|
|
438
|
+
Running = "Running",
|
|
439
|
+
SoftShutdown = "SoftShutdown",
|
|
440
|
+
Starting = "Starting",
|
|
441
|
+
Stopping = "Stopping",
|
|
442
|
+
Unavailable = "Unavailable"
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface LinuxConfiguration extends OSConfiguration {
|
|
447
|
+
disablePasswordAuthentication?: boolean;
|
|
448
|
+
osType: "Linux";
|
|
449
|
+
ssh?: SshConfiguration;
|
|
450
|
+
sshKeyPair?: SshKeyPair;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export interface LoadBalancerDetails {
|
|
455
|
+
readonly id?: string;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// @public
|
|
459
|
+
export interface LoadBalancerResourceNames {
|
|
460
|
+
backendPoolNames?: string[];
|
|
461
|
+
frontendIpConfigurationNames?: string[];
|
|
462
|
+
healthProbeNames?: string[];
|
|
463
|
+
loadBalancerName?: string;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type ManagedResourcesNetworkAccessType = string;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface ManagedRGConfiguration {
|
|
471
|
+
name?: string;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export type ManagedServiceIdentityType = string;
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface MessageServerProperties {
|
|
479
|
+
readonly health?: SAPHealthState;
|
|
480
|
+
readonly hostname?: string;
|
|
481
|
+
readonly httpPort?: number;
|
|
482
|
+
readonly httpsPort?: number;
|
|
483
|
+
readonly internalMsPort?: number;
|
|
484
|
+
readonly ipAddress?: string;
|
|
485
|
+
readonly msPort?: number;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
490
|
+
configurationType: "Mount";
|
|
491
|
+
id: string;
|
|
492
|
+
privateEndpointId: string;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export type NamingPatternType = string;
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export interface NetworkConfiguration {
|
|
500
|
+
isSecondaryIpEnabled?: boolean;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export interface NetworkInterfaceResourceNames {
|
|
505
|
+
networkInterfaceName?: string;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export interface Operation {
|
|
510
|
+
readonly actionType?: ActionType;
|
|
511
|
+
display?: OperationDisplay;
|
|
512
|
+
readonly isDataAction?: boolean;
|
|
513
|
+
readonly name?: string;
|
|
514
|
+
readonly origin?: Origin;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface OperationDisplay {
|
|
519
|
+
readonly description?: string;
|
|
520
|
+
readonly operation?: string;
|
|
521
|
+
readonly provider?: string;
|
|
522
|
+
readonly resource?: string;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
// @public
|
|
526
|
+
export interface OperationListResult {
|
|
527
|
+
readonly nextLink?: string;
|
|
528
|
+
readonly value?: Operation[];
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export interface Operations {
|
|
533
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export type OperationsListResponse = OperationListResult;
|
|
549
|
+
|
|
550
|
+
// @public
|
|
551
|
+
export interface OperationStatusResult {
|
|
552
|
+
endTime?: Date;
|
|
553
|
+
error?: ErrorDetail;
|
|
554
|
+
id?: string;
|
|
555
|
+
name?: string;
|
|
556
|
+
operations?: OperationStatusResult[];
|
|
557
|
+
percentComplete?: number;
|
|
558
|
+
startTime?: Date;
|
|
559
|
+
status: string;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
// @public
|
|
563
|
+
export type Origin = string;
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export interface OSConfiguration {
|
|
567
|
+
osType: "Windows" | "Linux";
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public (undocumented)
|
|
571
|
+
export type OSConfigurationUnion = OSConfiguration | WindowsConfiguration | LinuxConfiguration;
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface OSProfile {
|
|
575
|
+
adminPassword?: string;
|
|
576
|
+
adminUsername?: string;
|
|
577
|
+
osConfiguration?: OSConfigurationUnion;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface OsSapConfiguration {
|
|
582
|
+
deployerVmPackages?: DeployerVmPackages;
|
|
583
|
+
sapFqdn?: string;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// @public
|
|
587
|
+
export type OSType = string;
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export interface Resource {
|
|
591
|
+
readonly id?: string;
|
|
592
|
+
readonly name?: string;
|
|
593
|
+
readonly systemData?: SystemData;
|
|
594
|
+
readonly type?: string;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
599
|
+
properties?: SAPApplicationServerProperties;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
// @public
|
|
603
|
+
export interface SAPApplicationServerInstanceList {
|
|
604
|
+
nextLink?: string;
|
|
605
|
+
value?: SAPApplicationServerInstance[];
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export interface SAPApplicationServerInstances {
|
|
610
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesCreateResponse>, SAPApplicationServerInstancesCreateResponse>>;
|
|
611
|
+
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SAPApplicationServerInstancesCreateResponse>;
|
|
612
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteResponse>, SAPApplicationServerInstancesDeleteResponse>>;
|
|
613
|
+
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SAPApplicationServerInstancesDeleteResponse>;
|
|
614
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStartInstanceResponse>, SAPApplicationServerInstancesStartInstanceResponse>>;
|
|
615
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SAPApplicationServerInstancesStartInstanceResponse>;
|
|
616
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesStopInstanceResponse>, SAPApplicationServerInstancesStopInstanceResponse>>;
|
|
617
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SAPApplicationServerInstancesStopInstanceResponse>;
|
|
618
|
+
get(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesGetOptionalParams): Promise<SAPApplicationServerInstancesGetResponse>;
|
|
619
|
+
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPApplicationServerInstancesListOptionalParams): PagedAsyncIterableIterator<SAPApplicationServerInstance>;
|
|
620
|
+
update(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SAPApplicationServerInstancesUpdateResponse>;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export interface SAPApplicationServerInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
625
|
+
body?: SAPApplicationServerInstance;
|
|
626
|
+
resumeFrom?: string;
|
|
627
|
+
updateIntervalInMs?: number;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @public
|
|
631
|
+
export type SAPApplicationServerInstancesCreateResponse = SAPApplicationServerInstance;
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export interface SAPApplicationServerInstancesDeleteHeaders {
|
|
635
|
+
location?: string;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export interface SAPApplicationServerInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
640
|
+
resumeFrom?: string;
|
|
641
|
+
updateIntervalInMs?: number;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
// @public
|
|
645
|
+
export type SAPApplicationServerInstancesDeleteResponse = SAPApplicationServerInstancesDeleteHeaders;
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export interface SAPApplicationServerInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export type SAPApplicationServerInstancesGetResponse = SAPApplicationServerInstance;
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface SAPApplicationServerInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public
|
|
659
|
+
export type SAPApplicationServerInstancesListNextResponse = SAPApplicationServerInstanceList;
|
|
660
|
+
|
|
661
|
+
// @public
|
|
662
|
+
export interface SAPApplicationServerInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export type SAPApplicationServerInstancesListResponse = SAPApplicationServerInstanceList;
|
|
667
|
+
|
|
668
|
+
// @public
|
|
669
|
+
export interface SAPApplicationServerInstancesStartInstanceHeaders {
|
|
670
|
+
location?: string;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface SAPApplicationServerInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
675
|
+
body?: StartRequest;
|
|
676
|
+
resumeFrom?: string;
|
|
677
|
+
updateIntervalInMs?: number;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
// @public
|
|
681
|
+
export type SAPApplicationServerInstancesStartInstanceResponse = OperationStatusResult;
|
|
682
|
+
|
|
683
|
+
// @public
|
|
684
|
+
export interface SAPApplicationServerInstancesStopInstanceHeaders {
|
|
685
|
+
location?: string;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export interface SAPApplicationServerInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
690
|
+
body?: StopRequest;
|
|
691
|
+
resumeFrom?: string;
|
|
692
|
+
updateIntervalInMs?: number;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export type SAPApplicationServerInstancesStopInstanceResponse = OperationStatusResult;
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export interface SAPApplicationServerInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
700
|
+
body?: UpdateSAPApplicationInstanceRequest;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export type SAPApplicationServerInstancesUpdateResponse = SAPApplicationServerInstance;
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export interface SAPApplicationServerProperties {
|
|
708
|
+
readonly dispatcherStatus?: string;
|
|
709
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
710
|
+
readonly gatewayPort?: number;
|
|
711
|
+
readonly health?: SAPHealthState;
|
|
712
|
+
readonly hostname?: string;
|
|
713
|
+
readonly icmHttpPort?: number;
|
|
714
|
+
readonly icmHttpsPort?: number;
|
|
715
|
+
readonly instanceNo?: string;
|
|
716
|
+
readonly ipAddress?: string;
|
|
717
|
+
readonly kernelPatch?: string;
|
|
718
|
+
readonly kernelVersion?: string;
|
|
719
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
720
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
721
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
722
|
+
readonly subnet?: string;
|
|
723
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
// @public
|
|
727
|
+
export interface SAPAvailabilityZoneDetailsOptionalParams extends coreClient.OperationOptions {
|
|
728
|
+
sAPAvailabilityZoneDetails?: SAPAvailabilityZoneDetailsRequest;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface SAPAvailabilityZoneDetailsRequest {
|
|
733
|
+
appLocation: string;
|
|
734
|
+
databaseType: SAPDatabaseType;
|
|
735
|
+
sapProduct: SAPProductType;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export type SAPAvailabilityZoneDetailsResponse = SAPAvailabilityZoneDetailsResult;
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export interface SAPAvailabilityZoneDetailsResult {
|
|
743
|
+
availabilityZonePairs?: SAPAvailabilityZonePair[];
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// @public
|
|
747
|
+
export interface SAPAvailabilityZonePair {
|
|
748
|
+
zoneA?: number;
|
|
749
|
+
zoneB?: number;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export interface SAPCentralInstanceList {
|
|
754
|
+
nextLink?: string;
|
|
755
|
+
value?: SAPCentralServerInstance[];
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
// @public
|
|
759
|
+
export interface SAPCentralInstances {
|
|
760
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesCreateResponse>, SAPCentralInstancesCreateResponse>>;
|
|
761
|
+
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesCreateOptionalParams): Promise<SAPCentralInstancesCreateResponse>;
|
|
762
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesDeleteResponse>, SAPCentralInstancesDeleteResponse>>;
|
|
763
|
+
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesDeleteOptionalParams): Promise<SAPCentralInstancesDeleteResponse>;
|
|
764
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStartInstanceResponse>, SAPCentralInstancesStartInstanceResponse>>;
|
|
765
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStartInstanceOptionalParams): Promise<SAPCentralInstancesStartInstanceResponse>;
|
|
766
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPCentralInstancesStopInstanceResponse>, SAPCentralInstancesStopInstanceResponse>>;
|
|
767
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesStopInstanceOptionalParams): Promise<SAPCentralInstancesStopInstanceResponse>;
|
|
768
|
+
get(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesGetOptionalParams): Promise<SAPCentralInstancesGetResponse>;
|
|
769
|
+
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPCentralInstancesListOptionalParams): PagedAsyncIterableIterator<SAPCentralServerInstance>;
|
|
770
|
+
update(resourceGroupName: string, sapVirtualInstanceName: string, centralInstanceName: string, options?: SAPCentralInstancesUpdateOptionalParams): Promise<SAPCentralInstancesUpdateResponse>;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
// @public
|
|
774
|
+
export interface SAPCentralInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
775
|
+
body?: SAPCentralServerInstance;
|
|
776
|
+
resumeFrom?: string;
|
|
777
|
+
updateIntervalInMs?: number;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
// @public
|
|
781
|
+
export type SAPCentralInstancesCreateResponse = SAPCentralServerInstance;
|
|
782
|
+
|
|
783
|
+
// @public
|
|
784
|
+
export interface SAPCentralInstancesDeleteHeaders {
|
|
785
|
+
location?: string;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export interface SAPCentralInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
790
|
+
resumeFrom?: string;
|
|
791
|
+
updateIntervalInMs?: number;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
// @public
|
|
795
|
+
export type SAPCentralInstancesDeleteResponse = SAPCentralInstancesDeleteHeaders;
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export interface SAPCentralInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
// @public
|
|
802
|
+
export type SAPCentralInstancesGetResponse = SAPCentralServerInstance;
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export interface SAPCentralInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
// @public
|
|
809
|
+
export type SAPCentralInstancesListNextResponse = SAPCentralInstanceList;
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export interface SAPCentralInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export type SAPCentralInstancesListResponse = SAPCentralInstanceList;
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export interface SAPCentralInstancesStartInstanceHeaders {
|
|
820
|
+
location?: string;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface SAPCentralInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
825
|
+
body?: StartRequest;
|
|
826
|
+
resumeFrom?: string;
|
|
827
|
+
updateIntervalInMs?: number;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export type SAPCentralInstancesStartInstanceResponse = OperationStatusResult;
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export interface SAPCentralInstancesStopInstanceHeaders {
|
|
835
|
+
location?: string;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export interface SAPCentralInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
840
|
+
body?: StopRequest;
|
|
841
|
+
resumeFrom?: string;
|
|
842
|
+
updateIntervalInMs?: number;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export type SAPCentralInstancesStopInstanceResponse = OperationStatusResult;
|
|
847
|
+
|
|
848
|
+
// @public
|
|
849
|
+
export interface SAPCentralInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
850
|
+
body?: UpdateSAPCentralInstanceRequest;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export type SAPCentralInstancesUpdateResponse = SAPCentralServerInstance;
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface SAPCentralServerInstance extends TrackedResource {
|
|
858
|
+
properties?: SAPCentralServerProperties;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export interface SAPCentralServerProperties {
|
|
863
|
+
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
864
|
+
enqueueServerProperties?: EnqueueServerProperties;
|
|
865
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
866
|
+
gatewayServerProperties?: GatewayServerProperties;
|
|
867
|
+
readonly health?: SAPHealthState;
|
|
868
|
+
readonly instanceNo?: string;
|
|
869
|
+
readonly kernelPatch?: string;
|
|
870
|
+
readonly kernelVersion?: string;
|
|
871
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
872
|
+
messageServerProperties?: MessageServerProperties;
|
|
873
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
874
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
875
|
+
readonly subnet?: string;
|
|
876
|
+
readonly vmDetails?: CentralServerVmDetails[];
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export interface SAPConfiguration {
|
|
881
|
+
configurationType: "Discovery" | "Deployment" | "DeploymentWithOSConfig";
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export type SAPConfigurationType = string;
|
|
886
|
+
|
|
887
|
+
// @public (undocumented)
|
|
888
|
+
export type SAPConfigurationUnion = SAPConfiguration | DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration;
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export interface SAPDatabaseInstance extends TrackedResource {
|
|
892
|
+
properties?: SAPDatabaseProperties;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
// @public
|
|
896
|
+
export interface SAPDatabaseInstanceList {
|
|
897
|
+
nextLink?: string;
|
|
898
|
+
value?: SAPDatabaseInstance[];
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
// @public
|
|
902
|
+
export interface SAPDatabaseInstances {
|
|
903
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesCreateResponse>, SAPDatabaseInstancesCreateResponse>>;
|
|
904
|
+
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SAPDatabaseInstancesCreateResponse>;
|
|
905
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesDeleteResponse>, SAPDatabaseInstancesDeleteResponse>>;
|
|
906
|
+
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SAPDatabaseInstancesDeleteResponse>;
|
|
907
|
+
beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStartInstanceResponse>, SAPDatabaseInstancesStartInstanceResponse>>;
|
|
908
|
+
beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SAPDatabaseInstancesStartInstanceResponse>;
|
|
909
|
+
beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstancesStopInstanceResponse>, SAPDatabaseInstancesStopInstanceResponse>>;
|
|
910
|
+
beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SAPDatabaseInstancesStopInstanceResponse>;
|
|
911
|
+
get(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesGetOptionalParams): Promise<SAPDatabaseInstancesGetResponse>;
|
|
912
|
+
list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPDatabaseInstancesListOptionalParams): PagedAsyncIterableIterator<SAPDatabaseInstance>;
|
|
913
|
+
update(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SAPDatabaseInstancesUpdateResponse>;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
// @public
|
|
917
|
+
export interface SAPDatabaseInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
918
|
+
body?: SAPDatabaseInstance;
|
|
919
|
+
resumeFrom?: string;
|
|
920
|
+
updateIntervalInMs?: number;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export type SAPDatabaseInstancesCreateResponse = SAPDatabaseInstance;
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface SAPDatabaseInstancesDeleteHeaders {
|
|
928
|
+
location?: string;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
// @public
|
|
932
|
+
export interface SAPDatabaseInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
933
|
+
resumeFrom?: string;
|
|
934
|
+
updateIntervalInMs?: number;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
// @public
|
|
938
|
+
export type SAPDatabaseInstancesDeleteResponse = SAPDatabaseInstancesDeleteHeaders;
|
|
939
|
+
|
|
940
|
+
// @public
|
|
941
|
+
export interface SAPDatabaseInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export type SAPDatabaseInstancesGetResponse = SAPDatabaseInstance;
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export interface SAPDatabaseInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
// @public
|
|
952
|
+
export type SAPDatabaseInstancesListNextResponse = SAPDatabaseInstanceList;
|
|
953
|
+
|
|
954
|
+
// @public
|
|
955
|
+
export interface SAPDatabaseInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
// @public
|
|
959
|
+
export type SAPDatabaseInstancesListResponse = SAPDatabaseInstanceList;
|
|
960
|
+
|
|
961
|
+
// @public
|
|
962
|
+
export interface SAPDatabaseInstancesStartInstanceHeaders {
|
|
963
|
+
location?: string;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
// @public
|
|
967
|
+
export interface SAPDatabaseInstancesStartInstanceOptionalParams extends coreClient.OperationOptions {
|
|
968
|
+
body?: StartRequest;
|
|
969
|
+
resumeFrom?: string;
|
|
970
|
+
updateIntervalInMs?: number;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
// @public
|
|
974
|
+
export type SAPDatabaseInstancesStartInstanceResponse = OperationStatusResult;
|
|
975
|
+
|
|
976
|
+
// @public
|
|
977
|
+
export interface SAPDatabaseInstancesStopInstanceHeaders {
|
|
978
|
+
location?: string;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
// @public
|
|
982
|
+
export interface SAPDatabaseInstancesStopInstanceOptionalParams extends coreClient.OperationOptions {
|
|
983
|
+
body?: StopRequest;
|
|
984
|
+
resumeFrom?: string;
|
|
985
|
+
updateIntervalInMs?: number;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
// @public
|
|
989
|
+
export type SAPDatabaseInstancesStopInstanceResponse = OperationStatusResult;
|
|
990
|
+
|
|
991
|
+
// @public
|
|
992
|
+
export interface SAPDatabaseInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
993
|
+
body?: UpdateSAPDatabaseInstanceRequest;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export type SAPDatabaseInstancesUpdateResponse = SAPDatabaseInstance;
|
|
998
|
+
|
|
999
|
+
// @public
|
|
1000
|
+
export interface SAPDatabaseProperties {
|
|
1001
|
+
readonly databaseSid?: string;
|
|
1002
|
+
readonly databaseType?: string;
|
|
1003
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
1004
|
+
readonly ipAddress?: string;
|
|
1005
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1006
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1007
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1008
|
+
readonly subnet?: string;
|
|
1009
|
+
readonly vmDetails?: DatabaseVmDetails[];
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export type SAPDatabaseScaleMethod = string;
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export type SAPDatabaseType = string;
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type SAPDeploymentType = string;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface SAPDiskConfiguration {
|
|
1023
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
1024
|
+
supportedConfigurations?: DiskDetails[];
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export interface SAPDiskConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
+
sAPDiskConfigurations?: SAPDiskConfigurationsRequest;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
// @public
|
|
1033
|
+
export interface SAPDiskConfigurationsRequest {
|
|
1034
|
+
appLocation: string;
|
|
1035
|
+
databaseType: SAPDatabaseType;
|
|
1036
|
+
dbVmSku: string;
|
|
1037
|
+
deploymentType: SAPDeploymentType;
|
|
1038
|
+
environment: SAPEnvironmentType;
|
|
1039
|
+
sapProduct: SAPProductType;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
// @public
|
|
1043
|
+
export type SAPDiskConfigurationsResponse = SAPDiskConfigurationsResult;
|
|
1044
|
+
|
|
1045
|
+
// @public
|
|
1046
|
+
export interface SAPDiskConfigurationsResult {
|
|
1047
|
+
volumeConfigurations?: {
|
|
1048
|
+
[propertyName: string]: SAPDiskConfiguration;
|
|
1049
|
+
};
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export type SAPEnvironmentType = string;
|
|
1054
|
+
|
|
1055
|
+
// @public
|
|
1056
|
+
export type SAPHealthState = string;
|
|
1057
|
+
|
|
1058
|
+
// @public
|
|
1059
|
+
export type SAPHighAvailabilityType = string;
|
|
1060
|
+
|
|
1061
|
+
// @public
|
|
1062
|
+
export interface SAPInstallWithoutOSConfigSoftwareConfiguration extends SoftwareConfiguration {
|
|
1063
|
+
bomUrl: string;
|
|
1064
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1065
|
+
sapBitsStorageAccountId: string;
|
|
1066
|
+
softwareInstallationType: "SAPInstallWithoutOSConfig";
|
|
1067
|
+
softwareVersion: string;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
// @public
|
|
1071
|
+
export type SAPProductType = string;
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export interface SAPSizingRecommendationRequest {
|
|
1075
|
+
appLocation: string;
|
|
1076
|
+
databaseType: SAPDatabaseType;
|
|
1077
|
+
dbMemory: number;
|
|
1078
|
+
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
1079
|
+
deploymentType: SAPDeploymentType;
|
|
1080
|
+
environment: SAPEnvironmentType;
|
|
1081
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
1082
|
+
sapProduct: SAPProductType;
|
|
1083
|
+
saps: number;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
// @public
|
|
1087
|
+
export interface SAPSizingRecommendationResult {
|
|
1088
|
+
deploymentType: "SingleServer" | "ThreeTier";
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
// @public (undocumented)
|
|
1092
|
+
export type SAPSizingRecommendationResultUnion = SAPSizingRecommendationResult | SingleServerRecommendationResult | ThreeTierRecommendationResult;
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export interface SAPSizingRecommendationsOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
+
sAPSizingRecommendation?: SAPSizingRecommendationRequest;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
// @public
|
|
1100
|
+
export type SAPSizingRecommendationsResponse = SAPSizingRecommendationResultUnion;
|
|
1101
|
+
|
|
1102
|
+
// @public
|
|
1103
|
+
export type SAPSoftwareInstallationType = string;
|
|
1104
|
+
|
|
1105
|
+
// @public
|
|
1106
|
+
export interface SAPSupportedResourceSkusResult {
|
|
1107
|
+
supportedSkus?: SAPSupportedSku[];
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
// @public
|
|
1111
|
+
export interface SAPSupportedSku {
|
|
1112
|
+
isAppServerCertified?: boolean;
|
|
1113
|
+
isDatabaseCertified?: boolean;
|
|
1114
|
+
vmSku?: string;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export interface SAPSupportedSkuOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
sAPSupportedSku?: SAPSupportedSkusRequest;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
// @public
|
|
1123
|
+
export type SAPSupportedSkuResponse = SAPSupportedResourceSkusResult;
|
|
1124
|
+
|
|
1125
|
+
// @public
|
|
1126
|
+
export interface SAPSupportedSkusRequest {
|
|
1127
|
+
appLocation: string;
|
|
1128
|
+
databaseType: SAPDatabaseType;
|
|
1129
|
+
deploymentType: SAPDeploymentType;
|
|
1130
|
+
environment: SAPEnvironmentType;
|
|
1131
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
1132
|
+
sapProduct: SAPProductType;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
// @public
|
|
1136
|
+
export interface SAPVirtualInstance extends TrackedResource {
|
|
1137
|
+
identity?: UserAssignedServiceIdentity;
|
|
1138
|
+
properties: SAPVirtualInstanceProperties;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
// @public
|
|
1142
|
+
export interface SAPVirtualInstanceError {
|
|
1143
|
+
properties?: ErrorDefinition;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// @public
|
|
1147
|
+
export interface SAPVirtualInstanceList {
|
|
1148
|
+
nextLink?: string;
|
|
1149
|
+
value?: SAPVirtualInstance[];
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export interface SAPVirtualInstanceProperties {
|
|
1154
|
+
configuration: SAPConfigurationUnion;
|
|
1155
|
+
environment: SAPEnvironmentType;
|
|
1156
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
1157
|
+
readonly health?: SAPHealthState;
|
|
1158
|
+
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
1159
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
1160
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1161
|
+
sapProduct: SAPProductType;
|
|
1162
|
+
readonly state?: SAPVirtualInstanceState;
|
|
1163
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
// @public
|
|
1167
|
+
export type SapVirtualInstanceProvisioningState = string;
|
|
1168
|
+
|
|
1169
|
+
// @public
|
|
1170
|
+
export interface SAPVirtualInstances {
|
|
1171
|
+
beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesCreateResponse>, SAPVirtualInstancesCreateResponse>>;
|
|
1172
|
+
beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SAPVirtualInstancesCreateResponse>;
|
|
1173
|
+
beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesDeleteResponse>, SAPVirtualInstancesDeleteResponse>>;
|
|
1174
|
+
beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SAPVirtualInstancesDeleteResponse>;
|
|
1175
|
+
beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStartResponse>, SAPVirtualInstancesStartResponse>>;
|
|
1176
|
+
beginStartAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SAPVirtualInstancesStartResponse>;
|
|
1177
|
+
beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesStopResponse>, SAPVirtualInstancesStopResponse>>;
|
|
1178
|
+
beginStopAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SAPVirtualInstancesStopResponse>;
|
|
1179
|
+
beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesUpdateResponse>, SAPVirtualInstancesUpdateResponse>>;
|
|
1180
|
+
beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): Promise<SAPVirtualInstancesUpdateResponse>;
|
|
1181
|
+
get(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesGetOptionalParams): Promise<SAPVirtualInstancesGetResponse>;
|
|
1182
|
+
listByResourceGroup(resourceGroupName: string, options?: SAPVirtualInstancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance>;
|
|
1183
|
+
listBySubscription(options?: SAPVirtualInstancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance>;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
// @public
|
|
1187
|
+
export interface SAPVirtualInstancesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1188
|
+
body?: SAPVirtualInstance;
|
|
1189
|
+
resumeFrom?: string;
|
|
1190
|
+
updateIntervalInMs?: number;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
// @public
|
|
1194
|
+
export type SAPVirtualInstancesCreateResponse = SAPVirtualInstance;
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export interface SAPVirtualInstancesDeleteHeaders {
|
|
1198
|
+
location?: string;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
// @public
|
|
1202
|
+
export interface SAPVirtualInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1203
|
+
resumeFrom?: string;
|
|
1204
|
+
updateIntervalInMs?: number;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export type SAPVirtualInstancesDeleteResponse = SAPVirtualInstancesDeleteHeaders;
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export interface SAPVirtualInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
// @public
|
|
1215
|
+
export type SAPVirtualInstancesGetResponse = SAPVirtualInstance;
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export interface SAPVirtualInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
// @public
|
|
1222
|
+
export type SAPVirtualInstancesListByResourceGroupNextResponse = SAPVirtualInstanceList;
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export interface SAPVirtualInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
// @public
|
|
1229
|
+
export type SAPVirtualInstancesListByResourceGroupResponse = SAPVirtualInstanceList;
|
|
1230
|
+
|
|
1231
|
+
// @public
|
|
1232
|
+
export interface SAPVirtualInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
// @public
|
|
1236
|
+
export type SAPVirtualInstancesListBySubscriptionNextResponse = SAPVirtualInstanceList;
|
|
1237
|
+
|
|
1238
|
+
// @public
|
|
1239
|
+
export interface SAPVirtualInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export type SAPVirtualInstancesListBySubscriptionResponse = SAPVirtualInstanceList;
|
|
1244
|
+
|
|
1245
|
+
// @public
|
|
1246
|
+
export interface SAPVirtualInstancesStartHeaders {
|
|
1247
|
+
location?: string;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
// @public
|
|
1251
|
+
export interface SAPVirtualInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
1252
|
+
body?: StartRequest;
|
|
1253
|
+
resumeFrom?: string;
|
|
1254
|
+
updateIntervalInMs?: number;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
// @public
|
|
1258
|
+
export type SAPVirtualInstancesStartResponse = OperationStatusResult;
|
|
1259
|
+
|
|
1260
|
+
// @public
|
|
1261
|
+
export interface SAPVirtualInstancesStopHeaders {
|
|
1262
|
+
location?: string;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
// @public
|
|
1266
|
+
export interface SAPVirtualInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
1267
|
+
body?: StopRequest;
|
|
1268
|
+
resumeFrom?: string;
|
|
1269
|
+
updateIntervalInMs?: number;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export type SAPVirtualInstancesStopResponse = OperationStatusResult;
|
|
1274
|
+
|
|
1275
|
+
// @public
|
|
1276
|
+
export type SAPVirtualInstanceState = string;
|
|
1277
|
+
|
|
1278
|
+
// @public
|
|
1279
|
+
export type SAPVirtualInstanceStatus = string;
|
|
1280
|
+
|
|
1281
|
+
// @public
|
|
1282
|
+
export interface SAPVirtualInstancesUpdateHeaders {
|
|
1283
|
+
location?: string;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
// @public
|
|
1287
|
+
export interface SAPVirtualInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
+
body?: UpdateSAPVirtualInstanceRequest;
|
|
1289
|
+
resumeFrom?: string;
|
|
1290
|
+
updateIntervalInMs?: number;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
// @public
|
|
1294
|
+
export type SAPVirtualInstancesUpdateResponse = SAPVirtualInstance;
|
|
1295
|
+
|
|
1296
|
+
// @public
|
|
1297
|
+
export interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
|
|
1298
|
+
bomUrl: string;
|
|
1299
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
1300
|
+
sapBitsStorageAccountId: string;
|
|
1301
|
+
sapFqdn: string;
|
|
1302
|
+
softwareInstallationType: "ServiceInitiated";
|
|
1303
|
+
softwareVersion: string;
|
|
1304
|
+
sshPrivateKey: string;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
// @public
|
|
1308
|
+
export interface SharedStorageResourceNames {
|
|
1309
|
+
sharedStorageAccountName?: string;
|
|
1310
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
// @public
|
|
1314
|
+
export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
1315
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
1316
|
+
databaseType?: SAPDatabaseType;
|
|
1317
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
1318
|
+
deploymentType: "SingleServer";
|
|
1319
|
+
networkConfiguration?: NetworkConfiguration;
|
|
1320
|
+
subnetId: string;
|
|
1321
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
// @public
|
|
1325
|
+
export interface SingleServerCustomResourceNames {
|
|
1326
|
+
namingPatternType: "FullResourceName";
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
// @public (undocumented)
|
|
1330
|
+
export type SingleServerCustomResourceNamesUnion = SingleServerCustomResourceNames | SingleServerFullResourceNames;
|
|
1331
|
+
|
|
1332
|
+
// @public
|
|
1333
|
+
export interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
|
|
1334
|
+
namingPatternType: "FullResourceName";
|
|
1335
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
// @public
|
|
1339
|
+
export interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
|
|
1340
|
+
deploymentType: "SingleServer";
|
|
1341
|
+
vmSku?: string;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
// @public
|
|
1345
|
+
export interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
1346
|
+
configurationType: "Skip";
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
// @public
|
|
1350
|
+
export interface SoftwareConfiguration {
|
|
1351
|
+
softwareInstallationType: "ServiceInitiated" | "SAPInstallWithoutOSConfig" | "External";
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
// @public (undocumented)
|
|
1355
|
+
export type SoftwareConfigurationUnion = SoftwareConfiguration | ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration;
|
|
1356
|
+
|
|
1357
|
+
// @public
|
|
1358
|
+
export interface SshConfiguration {
|
|
1359
|
+
publicKeys?: SshPublicKey[];
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
// @public
|
|
1363
|
+
export interface SshKeyPair {
|
|
1364
|
+
privateKey?: string;
|
|
1365
|
+
publicKey?: string;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export interface SshPublicKey {
|
|
1370
|
+
keyData?: string;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
// @public
|
|
1374
|
+
export interface StartRequest {
|
|
1375
|
+
startVm?: boolean;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
// @public
|
|
1379
|
+
export interface StopRequest {
|
|
1380
|
+
deallocateVm?: boolean;
|
|
1381
|
+
softStopTimeoutSeconds?: number;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
// @public
|
|
1385
|
+
export interface StorageConfiguration {
|
|
1386
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
// @public
|
|
1390
|
+
export interface StorageInformation {
|
|
1391
|
+
readonly id?: string;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
// @public
|
|
1395
|
+
export interface SystemData {
|
|
1396
|
+
createdAt?: Date;
|
|
1397
|
+
createdBy?: string;
|
|
1398
|
+
createdByType?: CreatedByType;
|
|
1399
|
+
lastModifiedAt?: Date;
|
|
1400
|
+
lastModifiedBy?: string;
|
|
1401
|
+
lastModifiedByType?: CreatedByType;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
// @public
|
|
1405
|
+
export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
1406
|
+
applicationServer: ApplicationServerConfiguration;
|
|
1407
|
+
centralServer: CentralServerConfiguration;
|
|
1408
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
1409
|
+
databaseServer: DatabaseConfiguration;
|
|
1410
|
+
deploymentType: "ThreeTier";
|
|
1411
|
+
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
1412
|
+
networkConfiguration?: NetworkConfiguration;
|
|
1413
|
+
storageConfiguration?: StorageConfiguration;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
// @public
|
|
1417
|
+
export interface ThreeTierCustomResourceNames {
|
|
1418
|
+
namingPatternType: "FullResourceName";
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
// @public (undocumented)
|
|
1422
|
+
export type ThreeTierCustomResourceNamesUnion = ThreeTierCustomResourceNames | ThreeTierFullResourceNames;
|
|
1423
|
+
|
|
1424
|
+
// @public
|
|
1425
|
+
export interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
|
|
1426
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
1427
|
+
centralServer?: CentralServerFullResourceNames;
|
|
1428
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
1429
|
+
namingPatternType: "FullResourceName";
|
|
1430
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export interface ThreeTierRecommendationResult extends SAPSizingRecommendationResult {
|
|
1435
|
+
applicationServerInstanceCount?: number;
|
|
1436
|
+
applicationServerVmSku?: string;
|
|
1437
|
+
centralServerInstanceCount?: number;
|
|
1438
|
+
centralServerVmSku?: string;
|
|
1439
|
+
databaseInstanceCount?: number;
|
|
1440
|
+
dbVmSku?: string;
|
|
1441
|
+
deploymentType: "ThreeTier";
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
// @public
|
|
1445
|
+
export interface TrackedResource extends Resource {
|
|
1446
|
+
location: string;
|
|
1447
|
+
tags?: {
|
|
1448
|
+
[propertyName: string]: string;
|
|
1449
|
+
};
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
// @public
|
|
1453
|
+
export interface UpdateSAPApplicationInstanceRequest {
|
|
1454
|
+
tags?: {
|
|
1455
|
+
[propertyName: string]: string;
|
|
1456
|
+
};
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
// @public
|
|
1460
|
+
export interface UpdateSAPCentralInstanceRequest {
|
|
1461
|
+
tags?: {
|
|
1462
|
+
[propertyName: string]: string;
|
|
1463
|
+
};
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
// @public
|
|
1467
|
+
export interface UpdateSAPDatabaseInstanceRequest {
|
|
1468
|
+
tags?: {
|
|
1469
|
+
[propertyName: string]: string;
|
|
1470
|
+
};
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
// @public
|
|
1474
|
+
export interface UpdateSAPVirtualInstanceProperties {
|
|
1475
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
// @public
|
|
1479
|
+
export interface UpdateSAPVirtualInstanceRequest {
|
|
1480
|
+
identity?: UserAssignedServiceIdentity;
|
|
1481
|
+
properties?: UpdateSAPVirtualInstanceProperties;
|
|
1482
|
+
tags?: {
|
|
1483
|
+
[propertyName: string]: string;
|
|
1484
|
+
};
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
// @public
|
|
1488
|
+
export interface UserAssignedIdentity {
|
|
1489
|
+
readonly clientId?: string;
|
|
1490
|
+
readonly principalId?: string;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
// @public
|
|
1494
|
+
export interface UserAssignedServiceIdentity {
|
|
1495
|
+
type: ManagedServiceIdentityType;
|
|
1496
|
+
userAssignedIdentities?: {
|
|
1497
|
+
[propertyName: string]: UserAssignedIdentity | null;
|
|
1498
|
+
};
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
// @public
|
|
1502
|
+
export interface VirtualMachineConfiguration {
|
|
1503
|
+
imageReference: ImageReference;
|
|
1504
|
+
osProfile: OSProfile;
|
|
1505
|
+
vmSize: string;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
// @public
|
|
1509
|
+
export interface VirtualMachineResourceNames {
|
|
1510
|
+
dataDiskNames?: {
|
|
1511
|
+
[propertyName: string]: string[];
|
|
1512
|
+
};
|
|
1513
|
+
hostName?: string;
|
|
1514
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
1515
|
+
osDiskName?: string;
|
|
1516
|
+
vmName?: string;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export interface WindowsConfiguration extends OSConfiguration {
|
|
1521
|
+
osType: "Windows";
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
// @public (undocumented)
|
|
1525
|
+
export class WorkloadsClient extends coreClient.ServiceClient {
|
|
1526
|
+
// (undocumented)
|
|
1527
|
+
$host: string;
|
|
1528
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: WorkloadsClientOptionalParams);
|
|
1529
|
+
// (undocumented)
|
|
1530
|
+
apiVersion: string;
|
|
1531
|
+
// (undocumented)
|
|
1532
|
+
operations: Operations;
|
|
1533
|
+
// (undocumented)
|
|
1534
|
+
sAPApplicationServerInstances: SAPApplicationServerInstances;
|
|
1535
|
+
sAPAvailabilityZoneDetails(location: string, options?: SAPAvailabilityZoneDetailsOptionalParams): Promise<SAPAvailabilityZoneDetailsResponse>;
|
|
1536
|
+
// (undocumented)
|
|
1537
|
+
sAPCentralInstances: SAPCentralInstances;
|
|
1538
|
+
// (undocumented)
|
|
1539
|
+
sAPDatabaseInstances: SAPDatabaseInstances;
|
|
1540
|
+
sAPDiskConfigurations(location: string, options?: SAPDiskConfigurationsOptionalParams): Promise<SAPDiskConfigurationsResponse>;
|
|
1541
|
+
sAPSizingRecommendations(location: string, options?: SAPSizingRecommendationsOptionalParams): Promise<SAPSizingRecommendationsResponse>;
|
|
1542
|
+
sAPSupportedSku(location: string, options?: SAPSupportedSkuOptionalParams): Promise<SAPSupportedSkuResponse>;
|
|
1543
|
+
// (undocumented)
|
|
1544
|
+
sAPVirtualInstances: SAPVirtualInstances;
|
|
1545
|
+
// (undocumented)
|
|
1546
|
+
subscriptionId: string;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface WorkloadsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1551
|
+
$host?: string;
|
|
1552
|
+
apiVersion?: string;
|
|
1553
|
+
endpoint?: string;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
// (No @packageDocumentation comment for this package)
|
|
1557
|
+
|
|
1558
|
+
```
|