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