@azure/arm-hdinsight 0.22.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -74
- package/dist/index.js +7702 -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/src/hDInsightManagementClient.d.ts +29 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.js +62 -0
- package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/configurationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1966 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +111 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1813 -1305
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +37 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +280 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applications.d.ts +90 -0
- package/dist-esm/src/operations/applications.d.ts.map +1 -0
- package/dist-esm/src/operations/applications.js +367 -0
- package/dist-esm/src/operations/applications.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +214 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +979 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +54 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +178 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +139 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +602 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +19 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +52 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +199 -0
- package/dist-esm/src/operations/locations.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 +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scriptActions.d.ts +62 -0
- package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptActions.js +232 -0
- package/dist-esm/src/operations/scriptActions.js.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +169 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
- package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
- package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -5
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/virtualMachinesMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.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/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +106 -44
- package/src/{models/extensionsMappers.ts → index.ts} +4 -6
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1760 -2084
- package/src/models/mappers.ts +1840 -1291
- package/src/models/parameters.ts +236 -44
- package/src/operations/applications.ts +383 -187
- package/src/operations/clusters.ts +1051 -535
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +693 -216
- package/src/operations/index.ts +3 -2
- package/src/operations/locations.ts +186 -99
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +495 -0
- package/src/operations/privateLinkResources.ts +116 -0
- package/src/operations/scriptActions.ts +215 -157
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +166 -101
- package/src/operationsInterfaces/applications.ts +126 -0
- package/src/operationsInterfaces/clusters.ts +327 -0
- package/src/operationsInterfaces/configurations.ts +77 -0
- package/src/operationsInterfaces/extensions.ts +234 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- package/src/operationsInterfaces/locations.ts +88 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/scriptActions.ts +73 -0
- package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
- package/src/operationsInterfaces/virtualMachines.ts +70 -0
- package/tsconfig.json +3 -3
- package/types/arm-hdinsight.d.ts +2866 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-hdinsight.js +0 -5759
- package/dist/arm-hdinsight.js.map +0 -1
- package/dist/arm-hdinsight.min.js +0 -1
- package/dist/arm-hdinsight.min.js.map +0 -1
- package/esm/hDInsightManagementClient.d.ts +0 -27
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -41
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -17
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -56
- package/esm/hDInsightManagementClientContext.js.map +0 -1
- package/esm/models/applicationsMappers.d.ts +0 -2
- package/esm/models/applicationsMappers.d.ts.map +0 -1
- package/esm/models/applicationsMappers.js +0 -9
- package/esm/models/applicationsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2397
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js +0 -9
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -94
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -142
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/scriptActionsMappers.d.ts +0 -2
- package/esm/models/scriptActionsMappers.d.ts.map +0 -1
- package/esm/models/scriptActionsMappers.js +0 -9
- package/esm/models/scriptActionsMappers.js.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
- package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.js +0 -9
- package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/applications.d.ts +0 -115
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -233
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -273
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -621
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -90
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -173
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -131
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -307
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -67
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -113
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -100
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -151
- package/esm/operations/scriptActions.js.map +0 -1
- package/esm/operations/scriptExecutionHistory.d.ts +0 -76
- package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/esm/operations/scriptExecutionHistory.js +0 -117
- package/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -53
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -134
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -62
- package/src/models/applicationsMappers.ts +0 -56
- package/src/models/clustersMappers.ts +0 -65
- package/src/models/locationsMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/scriptActionsMappers.ts +0 -15
- package/src/models/scriptExecutionHistoryMappers.ts +0 -15
package/src/models/index.ts
CHANGED
|
@@ -6,2534 +6,2210 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
/** The CreateCluster request parameters. */
|
|
12
|
+
export interface ClusterCreateParametersExtended {
|
|
13
|
+
/** The location of the cluster. */
|
|
14
|
+
location?: string;
|
|
15
|
+
/** The resource tags. */
|
|
16
|
+
tags?: { [propertyName: string]: string };
|
|
17
|
+
/** The availability zones. */
|
|
18
|
+
zones?: string[];
|
|
19
|
+
/** The cluster create parameters. */
|
|
20
|
+
properties?: ClusterCreateProperties;
|
|
21
|
+
/** The identity of the cluster, if configured. */
|
|
22
|
+
identity?: ClusterIdentity;
|
|
23
|
+
}
|
|
13
24
|
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
*/
|
|
25
|
+
/** The cluster create parameters. */
|
|
26
|
+
export interface ClusterCreateProperties {
|
|
27
|
+
/** The version of the cluster. */
|
|
28
|
+
clusterVersion?: string;
|
|
29
|
+
/** The type of operating system. */
|
|
30
|
+
osType?: OSType;
|
|
31
|
+
/** The cluster tier. */
|
|
32
|
+
tier?: Tier;
|
|
33
|
+
/** The cluster definition. */
|
|
34
|
+
clusterDefinition?: ClusterDefinition;
|
|
35
|
+
/** The cluster kafka rest proxy configuration. */
|
|
36
|
+
kafkaRestProperties?: KafkaRestProperties;
|
|
37
|
+
/** The security profile. */
|
|
38
|
+
securityProfile?: SecurityProfile;
|
|
39
|
+
/** The compute profile. */
|
|
40
|
+
computeProfile?: ComputeProfile;
|
|
41
|
+
/** The storage profile. */
|
|
42
|
+
storageProfile?: StorageProfile;
|
|
43
|
+
/** The disk encryption properties. */
|
|
44
|
+
diskEncryptionProperties?: DiskEncryptionProperties;
|
|
45
|
+
/** The encryption-in-transit properties. */
|
|
46
|
+
encryptionInTransitProperties?: EncryptionInTransitProperties;
|
|
47
|
+
/** The minimal supported tls version. */
|
|
48
|
+
minSupportedTlsVersion?: string;
|
|
49
|
+
/** The network properties. */
|
|
50
|
+
networkProperties?: NetworkProperties;
|
|
51
|
+
/** The compute isolation properties. */
|
|
52
|
+
computeIsolationProperties?: ComputeIsolationProperties;
|
|
53
|
+
/** The private link configurations. */
|
|
54
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/** The cluster definition. */
|
|
17
58
|
export interface ClusterDefinition {
|
|
18
|
-
/**
|
|
19
|
-
* The link to the blueprint.
|
|
20
|
-
*/
|
|
59
|
+
/** The link to the blueprint. */
|
|
21
60
|
blueprint?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The type of cluster.
|
|
24
|
-
*/
|
|
61
|
+
/** The type of cluster. */
|
|
25
62
|
kind?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The versions of different services in the cluster.
|
|
28
|
-
*/
|
|
63
|
+
/** The versions of different services in the cluster. */
|
|
29
64
|
componentVersion?: { [propertyName: string]: string };
|
|
30
|
-
/**
|
|
31
|
-
|
|
32
|
-
*/
|
|
33
|
-
configurations?: any;
|
|
65
|
+
/** The cluster configurations. */
|
|
66
|
+
configurations?: Record<string, unknown>;
|
|
34
67
|
}
|
|
35
68
|
|
|
36
|
-
/**
|
|
37
|
-
|
|
38
|
-
*/
|
|
69
|
+
/** The kafka rest proxy configuration which contains AAD security group information. */
|
|
70
|
+
export interface KafkaRestProperties {
|
|
71
|
+
/** The information of AAD security group. */
|
|
72
|
+
clientGroupInfo?: ClientGroupInfo;
|
|
73
|
+
/** The configurations that need to be overriden. */
|
|
74
|
+
configurationOverride?: { [propertyName: string]: string };
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/** The information of AAD security group. */
|
|
39
78
|
export interface ClientGroupInfo {
|
|
40
|
-
/**
|
|
41
|
-
* The AAD security group name.
|
|
42
|
-
*/
|
|
79
|
+
/** The AAD security group name. */
|
|
43
80
|
groupName?: string;
|
|
44
|
-
/**
|
|
45
|
-
* The AAD security group id.
|
|
46
|
-
*/
|
|
81
|
+
/** The AAD security group id. */
|
|
47
82
|
groupId?: string;
|
|
48
83
|
}
|
|
49
84
|
|
|
50
|
-
/**
|
|
51
|
-
* The kafka rest proxy configuration which contains AAD security group information.
|
|
52
|
-
*/
|
|
53
|
-
export interface KafkaRestProperties {
|
|
54
|
-
/**
|
|
55
|
-
* The information of AAD security group.
|
|
56
|
-
*/
|
|
57
|
-
clientGroupInfo?: ClientGroupInfo;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* The security profile which contains Ssh public key for the HDInsight cluster.
|
|
62
|
-
*/
|
|
85
|
+
/** The security profile which contains Ssh public key for the HDInsight cluster. */
|
|
63
86
|
export interface SecurityProfile {
|
|
64
|
-
/**
|
|
65
|
-
* The directory type. Possible values include: 'ActiveDirectory'
|
|
66
|
-
*/
|
|
87
|
+
/** The directory type. */
|
|
67
88
|
directoryType?: DirectoryType;
|
|
68
|
-
/**
|
|
69
|
-
* The organization's active directory domain.
|
|
70
|
-
*/
|
|
89
|
+
/** The organization's active directory domain. */
|
|
71
90
|
domain?: string;
|
|
72
|
-
/**
|
|
73
|
-
* The organizational unit within the Active Directory to place the cluster and service accounts.
|
|
74
|
-
*/
|
|
91
|
+
/** The organizational unit within the Active Directory to place the cluster and service accounts. */
|
|
75
92
|
organizationalUnitDN?: string;
|
|
76
|
-
/**
|
|
77
|
-
* The LDAPS protocol URLs to communicate with the Active Directory.
|
|
78
|
-
*/
|
|
93
|
+
/** The LDAPS protocol URLs to communicate with the Active Directory. */
|
|
79
94
|
ldapsUrls?: string[];
|
|
80
|
-
/**
|
|
81
|
-
* The domain user account that will have admin privileges on the cluster.
|
|
82
|
-
*/
|
|
95
|
+
/** The domain user account that will have admin privileges on the cluster. */
|
|
83
96
|
domainUsername?: string;
|
|
84
97
|
/**
|
|
85
98
|
* The domain admin password.
|
|
99
|
+
* This value contains a credential. Consider obscuring before showing to users
|
|
86
100
|
*/
|
|
87
101
|
domainUserPassword?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Optional. The Distinguished Names for cluster user groups
|
|
90
|
-
*/
|
|
102
|
+
/** Optional. The Distinguished Names for cluster user groups */
|
|
91
103
|
clusterUsersGroupDNs?: string[];
|
|
92
|
-
/**
|
|
93
|
-
* The resource ID of the user's Azure Active Directory Domain Service.
|
|
94
|
-
*/
|
|
104
|
+
/** The resource ID of the user's Azure Active Directory Domain Service. */
|
|
95
105
|
aaddsResourceId?: string;
|
|
96
|
-
/**
|
|
97
|
-
* User assigned identity that has permissions to read and create cluster-related artifacts in
|
|
98
|
-
* the user's AADDS.
|
|
99
|
-
*/
|
|
106
|
+
/** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */
|
|
100
107
|
msiResourceId?: string;
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
/**
|
|
104
|
-
|
|
105
|
-
*/
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
|
|
113
|
-
|
|
110
|
+
/** Describes the compute profile. */
|
|
111
|
+
export interface ComputeProfile {
|
|
112
|
+
/** The list of roles in the cluster. */
|
|
113
|
+
roles?: Role[];
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/** Describes a role on the cluster. */
|
|
117
|
+
export interface Role {
|
|
118
|
+
/** The name of the role. */
|
|
119
|
+
name?: string;
|
|
120
|
+
/** The minimum instance count of the cluster. */
|
|
114
121
|
minInstanceCount?: number;
|
|
115
|
-
/**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
122
|
+
/** The instance count of the cluster. */
|
|
123
|
+
targetInstanceCount?: number;
|
|
124
|
+
/** The name of the virtual machine group. */
|
|
125
|
+
vMGroupName?: string;
|
|
126
|
+
/** The autoscale configurations. */
|
|
127
|
+
autoscaleConfiguration?: Autoscale;
|
|
128
|
+
/** The hardware profile. */
|
|
129
|
+
hardwareProfile?: HardwareProfile;
|
|
130
|
+
/** The operating system profile. */
|
|
131
|
+
osProfile?: OsProfile;
|
|
132
|
+
/** The virtual network profile. */
|
|
133
|
+
virtualNetworkProfile?: VirtualNetworkProfile;
|
|
134
|
+
/** The data disks groups for the role. */
|
|
135
|
+
dataDisksGroups?: DataDisksGroups[];
|
|
136
|
+
/** The list of script actions on the role. */
|
|
137
|
+
scriptActions?: ScriptAction[];
|
|
138
|
+
/** Indicates whether encrypt the data disks. */
|
|
139
|
+
encryptDataDisks?: boolean;
|
|
119
140
|
}
|
|
120
141
|
|
|
121
|
-
/**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
* Days of the week for a schedule-based autoscale rule
|
|
128
|
-
*/
|
|
129
|
-
days?: DaysOfWeek[];
|
|
130
|
-
/**
|
|
131
|
-
* Time and capacity for a schedule-based autoscale rule
|
|
132
|
-
*/
|
|
133
|
-
timeAndCapacity?: AutoscaleTimeAndCapacity;
|
|
142
|
+
/** The autoscale request parameters */
|
|
143
|
+
export interface Autoscale {
|
|
144
|
+
/** Parameters for load-based autoscale */
|
|
145
|
+
capacity?: AutoscaleCapacity;
|
|
146
|
+
/** Parameters for schedule-based autoscale */
|
|
147
|
+
recurrence?: AutoscaleRecurrence;
|
|
134
148
|
}
|
|
135
149
|
|
|
136
|
-
/**
|
|
137
|
-
* The load-based autoscale request parameters
|
|
138
|
-
*/
|
|
150
|
+
/** The load-based autoscale request parameters */
|
|
139
151
|
export interface AutoscaleCapacity {
|
|
140
|
-
/**
|
|
141
|
-
* The minimum instance count of the cluster
|
|
142
|
-
*/
|
|
152
|
+
/** The minimum instance count of the cluster */
|
|
143
153
|
minInstanceCount?: number;
|
|
144
|
-
/**
|
|
145
|
-
* The maximum instance count of the cluster
|
|
146
|
-
*/
|
|
154
|
+
/** The maximum instance count of the cluster */
|
|
147
155
|
maxInstanceCount?: number;
|
|
148
156
|
}
|
|
149
157
|
|
|
150
|
-
/**
|
|
151
|
-
* Schedule-based autoscale request parameters
|
|
152
|
-
*/
|
|
158
|
+
/** Schedule-based autoscale request parameters */
|
|
153
159
|
export interface AutoscaleRecurrence {
|
|
154
|
-
/**
|
|
155
|
-
* The time zone for the autoscale schedule times
|
|
156
|
-
*/
|
|
160
|
+
/** The time zone for the autoscale schedule times */
|
|
157
161
|
timeZone?: string;
|
|
158
|
-
/**
|
|
159
|
-
* Array of schedule-based autoscale rules
|
|
160
|
-
*/
|
|
162
|
+
/** Array of schedule-based autoscale rules */
|
|
161
163
|
schedule?: AutoscaleSchedule[];
|
|
162
164
|
}
|
|
163
165
|
|
|
164
|
-
/**
|
|
165
|
-
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
|
|
170
|
-
*/
|
|
171
|
-
capacity?: AutoscaleCapacity;
|
|
172
|
-
/**
|
|
173
|
-
* Parameters for schedule-based autoscale
|
|
174
|
-
*/
|
|
175
|
-
recurrence?: AutoscaleRecurrence;
|
|
166
|
+
/** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */
|
|
167
|
+
export interface AutoscaleSchedule {
|
|
168
|
+
/** Days of the week for a schedule-based autoscale rule */
|
|
169
|
+
days?: DaysOfWeek[];
|
|
170
|
+
/** Time and capacity for a schedule-based autoscale rule */
|
|
171
|
+
timeAndCapacity?: AutoscaleTimeAndCapacity;
|
|
176
172
|
}
|
|
177
173
|
|
|
178
|
-
/**
|
|
179
|
-
|
|
180
|
-
*/
|
|
181
|
-
|
|
182
|
-
/**
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
174
|
+
/** Time and capacity request parameters */
|
|
175
|
+
export interface AutoscaleTimeAndCapacity {
|
|
176
|
+
/** 24-hour time in the form xx:xx */
|
|
177
|
+
time?: string;
|
|
178
|
+
/** The minimum instance count of the cluster */
|
|
179
|
+
minInstanceCount?: number;
|
|
180
|
+
/** The maximum instance count of the cluster */
|
|
181
|
+
maxInstanceCount?: number;
|
|
186
182
|
}
|
|
187
183
|
|
|
188
|
-
/**
|
|
189
|
-
* The hardware profile.
|
|
190
|
-
*/
|
|
184
|
+
/** The hardware profile. */
|
|
191
185
|
export interface HardwareProfile {
|
|
192
|
-
/**
|
|
193
|
-
* The size of the VM
|
|
194
|
-
*/
|
|
186
|
+
/** The size of the VM */
|
|
195
187
|
vmSize?: string;
|
|
196
188
|
}
|
|
197
189
|
|
|
198
|
-
/**
|
|
199
|
-
|
|
200
|
-
*/
|
|
190
|
+
/** The Linux operation systems profile. */
|
|
191
|
+
export interface OsProfile {
|
|
192
|
+
/** The Linux OS profile. */
|
|
193
|
+
linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/** The ssh username, password, and ssh public key. */
|
|
197
|
+
export interface LinuxOperatingSystemProfile {
|
|
198
|
+
/** The username. */
|
|
199
|
+
username?: string;
|
|
200
|
+
/** The password. */
|
|
201
|
+
password?: string;
|
|
202
|
+
/** The SSH profile. */
|
|
203
|
+
sshProfile?: SshProfile;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/** The list of SSH public keys. */
|
|
207
|
+
export interface SshProfile {
|
|
208
|
+
/** The list of SSH public keys. */
|
|
209
|
+
publicKeys?: SshPublicKey[];
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/** The SSH public key for the cluster nodes. */
|
|
213
|
+
export interface SshPublicKey {
|
|
214
|
+
/** The certificate for SSH. */
|
|
215
|
+
certificateData?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/** The virtual network properties. */
|
|
201
219
|
export interface VirtualNetworkProfile {
|
|
202
|
-
/**
|
|
203
|
-
* The ID of the virtual network.
|
|
204
|
-
*/
|
|
220
|
+
/** The ID of the virtual network. */
|
|
205
221
|
id?: string;
|
|
206
|
-
/**
|
|
207
|
-
* The name of the subnet.
|
|
208
|
-
*/
|
|
222
|
+
/** The name of the subnet. */
|
|
209
223
|
subnet?: string;
|
|
210
224
|
}
|
|
211
225
|
|
|
212
|
-
/**
|
|
213
|
-
* The data disks groups for the role.
|
|
214
|
-
*/
|
|
226
|
+
/** The data disks groups for the role. */
|
|
215
227
|
export interface DataDisksGroups {
|
|
216
|
-
/**
|
|
217
|
-
* The number of disks per node.
|
|
218
|
-
*/
|
|
228
|
+
/** The number of disks per node. */
|
|
219
229
|
disksPerNode?: number;
|
|
220
230
|
/**
|
|
221
231
|
* ReadOnly. The storage account type. Do not set this value.
|
|
222
|
-
*
|
|
232
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
233
|
*/
|
|
224
234
|
readonly storageAccountType?: string;
|
|
225
235
|
/**
|
|
226
236
|
* ReadOnly. The DiskSize in GB. Do not set this value.
|
|
227
|
-
*
|
|
237
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
238
|
*/
|
|
229
239
|
readonly diskSizeGB?: number;
|
|
230
240
|
}
|
|
231
241
|
|
|
232
|
-
/**
|
|
233
|
-
|
|
234
|
-
*/
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
242
|
+
/** Describes a script action on role on the cluster. */
|
|
243
|
+
export interface ScriptAction {
|
|
244
|
+
/** The name of the script action. */
|
|
245
|
+
name: string;
|
|
246
|
+
/** The URI to the script. */
|
|
247
|
+
uri: string;
|
|
248
|
+
/** The parameters for the script provided. */
|
|
249
|
+
parameters: string;
|
|
240
250
|
}
|
|
241
251
|
|
|
242
|
-
/**
|
|
243
|
-
|
|
244
|
-
*/
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* The list of SSH public keys.
|
|
248
|
-
*/
|
|
249
|
-
publicKeys?: SshPublicKey[];
|
|
252
|
+
/** The storage profile. */
|
|
253
|
+
export interface StorageProfile {
|
|
254
|
+
/** The list of storage accounts in the cluster. */
|
|
255
|
+
storageaccounts?: StorageAccount[];
|
|
250
256
|
}
|
|
251
257
|
|
|
252
|
-
/**
|
|
253
|
-
|
|
254
|
-
*/
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
258
|
+
/** The storage Account. */
|
|
259
|
+
export interface StorageAccount {
|
|
260
|
+
/** The name of the storage account. */
|
|
261
|
+
name?: string;
|
|
262
|
+
/** Whether or not the storage account is the default storage account. */
|
|
263
|
+
isDefault?: boolean;
|
|
264
|
+
/** The container in the storage account, only to be specified for WASB storage accounts. */
|
|
265
|
+
container?: string;
|
|
266
|
+
/** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
267
|
+
fileSystem?: string;
|
|
268
|
+
/** The storage account access key. */
|
|
269
|
+
key?: string;
|
|
270
|
+
/** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
271
|
+
resourceId?: string;
|
|
272
|
+
/** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
273
|
+
msiResourceId?: string;
|
|
274
|
+
/** The shared access signature key. */
|
|
275
|
+
saskey?: string;
|
|
276
|
+
/** The file share name. */
|
|
277
|
+
fileshare?: string;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/** The disk encryption properties */
|
|
281
|
+
export interface DiskEncryptionProperties {
|
|
282
|
+
/** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
|
|
283
|
+
vaultUri?: string;
|
|
284
|
+
/** Key name that is used for enabling disk encryption. */
|
|
285
|
+
keyName?: string;
|
|
286
|
+
/** Specific key version that is used for enabling disk encryption. */
|
|
287
|
+
keyVersion?: string;
|
|
288
|
+
/** Algorithm identifier for encryption, default RSA-OAEP. */
|
|
289
|
+
encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
|
|
290
|
+
/** Resource ID of Managed Identity that is used to access the key vault. */
|
|
291
|
+
msiResourceId?: string;
|
|
292
|
+
/** Indicates whether or not resource disk encryption is enabled. */
|
|
293
|
+
encryptionAtHost?: boolean;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/** The encryption-in-transit properties. */
|
|
297
|
+
export interface EncryptionInTransitProperties {
|
|
298
|
+
/** Indicates whether or not inter cluster node communication is encrypted in transit. */
|
|
299
|
+
isEncryptionInTransitEnabled?: boolean;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/** The network properties. */
|
|
303
|
+
export interface NetworkProperties {
|
|
304
|
+
/** The direction for the resource provider connection. */
|
|
305
|
+
resourceProviderConnection?: ResourceProviderConnection;
|
|
306
|
+
/** Indicates whether or not private link is enabled. */
|
|
307
|
+
privateLink?: PrivateLink;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/** The compute isolation properties. */
|
|
311
|
+
export interface ComputeIsolationProperties {
|
|
312
|
+
/** The flag indicates whether enable compute isolation or not. */
|
|
313
|
+
enableComputeIsolation?: boolean;
|
|
314
|
+
/** The host sku. */
|
|
315
|
+
hostSku?: string;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/** The private link configuration. */
|
|
319
|
+
export interface PrivateLinkConfiguration {
|
|
260
320
|
/**
|
|
261
|
-
* The
|
|
321
|
+
* The private link configuration id.
|
|
322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
323
|
*/
|
|
263
|
-
|
|
324
|
+
readonly id?: string;
|
|
325
|
+
/** The name of private link configuration. */
|
|
326
|
+
name: string;
|
|
264
327
|
/**
|
|
265
|
-
* The
|
|
328
|
+
* The type of the private link configuration.
|
|
329
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
330
|
*/
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* The Linux operation systems profile.
|
|
272
|
-
*/
|
|
273
|
-
export interface OsProfile {
|
|
331
|
+
readonly type?: string;
|
|
332
|
+
/** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */
|
|
333
|
+
groupId: string;
|
|
274
334
|
/**
|
|
275
|
-
* The
|
|
335
|
+
* The private link configuration provisioning state, which only appears in the response.
|
|
336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
276
337
|
*/
|
|
277
|
-
|
|
338
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
339
|
+
/** The IP configurations for the private link service. */
|
|
340
|
+
ipConfigurations: IPConfiguration[];
|
|
278
341
|
}
|
|
279
342
|
|
|
280
|
-
/**
|
|
281
|
-
|
|
282
|
-
*/
|
|
283
|
-
export interface ScriptAction {
|
|
343
|
+
/** The ip configurations for the private link service. */
|
|
344
|
+
export interface IPConfiguration {
|
|
284
345
|
/**
|
|
285
|
-
* The
|
|
346
|
+
* The private link IP configuration id.
|
|
347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
348
|
*/
|
|
349
|
+
readonly id?: string;
|
|
350
|
+
/** The name of private link IP configuration. */
|
|
287
351
|
name: string;
|
|
288
352
|
/**
|
|
289
|
-
* The
|
|
353
|
+
* The type of the private link IP configuration.
|
|
354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
355
|
*/
|
|
291
|
-
|
|
356
|
+
readonly type?: string;
|
|
292
357
|
/**
|
|
293
|
-
* The
|
|
358
|
+
* The private link configuration provisioning state, which only appears in the response.
|
|
359
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
360
|
*/
|
|
295
|
-
|
|
361
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
362
|
+
/** Indicates whether this IP configuration is primary for the corresponding NIC. */
|
|
363
|
+
primary?: boolean;
|
|
364
|
+
/** The IP address. */
|
|
365
|
+
privateIPAddress?: string;
|
|
366
|
+
/** The method that private IP address is allocated. */
|
|
367
|
+
privateIPAllocationMethod?: PrivateIPAllocationMethod;
|
|
368
|
+
/** The subnet resource id. */
|
|
369
|
+
subnet?: ResourceId;
|
|
296
370
|
}
|
|
297
371
|
|
|
298
|
-
/**
|
|
299
|
-
|
|
300
|
-
*/
|
|
301
|
-
|
|
372
|
+
/** The azure resource id. */
|
|
373
|
+
export interface ResourceId {
|
|
374
|
+
/** The azure resource id. */
|
|
375
|
+
id?: string;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/** Identity for the cluster. */
|
|
379
|
+
export interface ClusterIdentity {
|
|
302
380
|
/**
|
|
303
|
-
* The
|
|
381
|
+
* The principal id of cluster identity. This property will only be provided for a system assigned identity.
|
|
382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
383
|
*/
|
|
305
|
-
|
|
384
|
+
readonly principalId?: string;
|
|
306
385
|
/**
|
|
307
|
-
* The
|
|
386
|
+
* The tenant id associated with the cluster. This property will only be provided for a system assigned identity.
|
|
387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
388
|
*/
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* The autoscale configurations.
|
|
316
|
-
*/
|
|
317
|
-
autoscaleConfiguration?: Autoscale;
|
|
318
|
-
/**
|
|
319
|
-
* The hardware profile.
|
|
320
|
-
*/
|
|
321
|
-
hardwareProfile?: HardwareProfile;
|
|
322
|
-
/**
|
|
323
|
-
* The operating system profile.
|
|
324
|
-
*/
|
|
325
|
-
osProfile?: OsProfile;
|
|
326
|
-
/**
|
|
327
|
-
* The virtual network profile.
|
|
328
|
-
*/
|
|
329
|
-
virtualNetworkProfile?: VirtualNetworkProfile;
|
|
330
|
-
/**
|
|
331
|
-
* The data disks groups for the role.
|
|
332
|
-
*/
|
|
333
|
-
dataDisksGroups?: DataDisksGroups[];
|
|
334
|
-
/**
|
|
335
|
-
* The list of script actions on the role.
|
|
336
|
-
*/
|
|
337
|
-
scriptActions?: ScriptAction[];
|
|
338
|
-
/**
|
|
339
|
-
* Indicates whether encrypt the data disks.
|
|
340
|
-
*/
|
|
341
|
-
encryptDataDisks?: boolean;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* Describes the compute profile.
|
|
346
|
-
*/
|
|
347
|
-
export interface ComputeProfile {
|
|
348
|
-
/**
|
|
349
|
-
* The list of roles in the cluster.
|
|
350
|
-
*/
|
|
351
|
-
roles?: Role[];
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* The storage Account.
|
|
356
|
-
*/
|
|
357
|
-
export interface StorageAccount {
|
|
358
|
-
/**
|
|
359
|
-
* The name of the storage account.
|
|
360
|
-
*/
|
|
361
|
-
name?: string;
|
|
362
|
-
/**
|
|
363
|
-
* Whether or not the storage account is the default storage account.
|
|
364
|
-
*/
|
|
365
|
-
isDefault?: boolean;
|
|
366
|
-
/**
|
|
367
|
-
* The container in the storage account, only to be specified for WASB storage accounts.
|
|
368
|
-
*/
|
|
369
|
-
container?: string;
|
|
370
|
-
/**
|
|
371
|
-
* The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
|
|
372
|
-
*/
|
|
373
|
-
fileSystem?: string;
|
|
374
|
-
/**
|
|
375
|
-
* The storage account access key.
|
|
376
|
-
*/
|
|
377
|
-
key?: string;
|
|
378
|
-
/**
|
|
379
|
-
* The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.
|
|
380
|
-
*/
|
|
381
|
-
resourceId?: string;
|
|
382
|
-
/**
|
|
383
|
-
* The managed identity (MSI) that is allowed to access the storage account, only to be specified
|
|
384
|
-
* for Azure Data Lake Storage Gen 2.
|
|
385
|
-
*/
|
|
386
|
-
msiResourceId?: string;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* The storage profile.
|
|
391
|
-
*/
|
|
392
|
-
export interface StorageProfile {
|
|
393
|
-
/**
|
|
394
|
-
* The list of storage accounts in the cluster.
|
|
395
|
-
*/
|
|
396
|
-
storageaccounts?: StorageAccount[];
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* The configuration that services will be excluded when creating cluster.
|
|
401
|
-
*/
|
|
402
|
-
export interface ExcludedServicesConfig {
|
|
403
|
-
/**
|
|
404
|
-
* The config id of excluded services.
|
|
405
|
-
*/
|
|
406
|
-
excludedServicesConfigId?: string;
|
|
407
|
-
/**
|
|
408
|
-
* The list of excluded services.
|
|
409
|
-
*/
|
|
410
|
-
excludedServicesList?: string;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
/**
|
|
414
|
-
* The network properties.
|
|
415
|
-
*/
|
|
416
|
-
export interface NetworkProperties {
|
|
417
|
-
/**
|
|
418
|
-
* The direction for the resource provider connection. Possible values include: 'Inbound',
|
|
419
|
-
* 'Outbound'
|
|
420
|
-
*/
|
|
421
|
-
resourceProviderConnection?: ResourceProviderConnection;
|
|
422
|
-
/**
|
|
423
|
-
* Indicates whether or not private link is enabled. Possible values include: 'Disabled',
|
|
424
|
-
* 'Enabled'
|
|
425
|
-
*/
|
|
426
|
-
privateLink?: PrivateLink;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* The compute isolation properties.
|
|
431
|
-
*/
|
|
432
|
-
export interface ComputeIsolationProperties {
|
|
433
|
-
/**
|
|
434
|
-
* The flag indicates whether enable compute isolation or not.
|
|
435
|
-
*/
|
|
436
|
-
enableComputeIsolation?: boolean;
|
|
437
|
-
/**
|
|
438
|
-
* The host sku.
|
|
439
|
-
*/
|
|
440
|
-
hostSku?: string;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* The disk encryption properties
|
|
445
|
-
*/
|
|
446
|
-
export interface DiskEncryptionProperties {
|
|
447
|
-
/**
|
|
448
|
-
* Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net
|
|
449
|
-
*/
|
|
450
|
-
vaultUri?: string;
|
|
451
|
-
/**
|
|
452
|
-
* Key name that is used for enabling disk encryption.
|
|
453
|
-
*/
|
|
454
|
-
keyName?: string;
|
|
455
|
-
/**
|
|
456
|
-
* Specific key version that is used for enabling disk encryption.
|
|
457
|
-
*/
|
|
458
|
-
keyVersion?: string;
|
|
459
|
-
/**
|
|
460
|
-
* Algorithm identifier for encryption, default RSA-OAEP. Possible values include: 'RSA-OAEP',
|
|
461
|
-
* 'RSA-OAEP-256', 'RSA1_5'
|
|
462
|
-
*/
|
|
463
|
-
encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
|
|
464
|
-
/**
|
|
465
|
-
* Resource ID of Managed Identity that is used to access the key vault.
|
|
466
|
-
*/
|
|
467
|
-
msiResourceId?: string;
|
|
468
|
-
/**
|
|
469
|
-
* Indicates whether or not resource disk encryption is enabled. Default value: false.
|
|
470
|
-
*/
|
|
471
|
-
encryptionAtHost?: boolean;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
/**
|
|
475
|
-
* The encryption-in-transit properties.
|
|
476
|
-
*/
|
|
477
|
-
export interface EncryptionInTransitProperties {
|
|
478
|
-
/**
|
|
479
|
-
* Indicates whether or not inter cluster node communication is encrypted in transit. Default
|
|
480
|
-
* value: false.
|
|
481
|
-
*/
|
|
482
|
-
isEncryptionInTransitEnabled?: boolean;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/**
|
|
486
|
-
* The cluster create parameters.
|
|
487
|
-
*/
|
|
488
|
-
export interface ClusterCreateProperties {
|
|
489
|
-
/**
|
|
490
|
-
* The version of the cluster.
|
|
491
|
-
*/
|
|
492
|
-
clusterVersion?: string;
|
|
493
|
-
/**
|
|
494
|
-
* The type of operating system. Possible values include: 'Windows', 'Linux'
|
|
495
|
-
*/
|
|
496
|
-
osType?: OSType;
|
|
497
|
-
/**
|
|
498
|
-
* The cluster tier. Possible values include: 'Standard', 'Premium'
|
|
499
|
-
*/
|
|
500
|
-
tier?: Tier;
|
|
501
|
-
/**
|
|
502
|
-
* The cluster definition.
|
|
503
|
-
*/
|
|
504
|
-
clusterDefinition?: ClusterDefinition;
|
|
505
|
-
/**
|
|
506
|
-
* The cluster kafka rest proxy configuration.
|
|
507
|
-
*/
|
|
508
|
-
kafkaRestProperties?: KafkaRestProperties;
|
|
509
|
-
/**
|
|
510
|
-
* The security profile.
|
|
511
|
-
*/
|
|
512
|
-
securityProfile?: SecurityProfile;
|
|
513
|
-
/**
|
|
514
|
-
* The compute profile.
|
|
515
|
-
*/
|
|
516
|
-
computeProfile?: ComputeProfile;
|
|
517
|
-
/**
|
|
518
|
-
* The storage profile.
|
|
519
|
-
*/
|
|
520
|
-
storageProfile?: StorageProfile;
|
|
521
|
-
/**
|
|
522
|
-
* The disk encryption properties.
|
|
523
|
-
*/
|
|
524
|
-
diskEncryptionProperties?: DiskEncryptionProperties;
|
|
525
|
-
/**
|
|
526
|
-
* The encryption-in-transit properties.
|
|
527
|
-
*/
|
|
528
|
-
encryptionInTransitProperties?: EncryptionInTransitProperties;
|
|
529
|
-
/**
|
|
530
|
-
* The minimal supported tls version.
|
|
531
|
-
*/
|
|
532
|
-
minSupportedTlsVersion?: string;
|
|
533
|
-
/**
|
|
534
|
-
* The network properties.
|
|
535
|
-
*/
|
|
536
|
-
networkProperties?: NetworkProperties;
|
|
537
|
-
/**
|
|
538
|
-
* The compute isolation properties.
|
|
539
|
-
*/
|
|
540
|
-
computeIsolationProperties?: ComputeIsolationProperties;
|
|
389
|
+
readonly tenantId?: string;
|
|
390
|
+
/** The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. */
|
|
391
|
+
type?: ResourceIdentityType;
|
|
392
|
+
/** The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
393
|
+
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
541
394
|
}
|
|
542
395
|
|
|
543
|
-
/**
|
|
544
|
-
|
|
545
|
-
*/
|
|
546
|
-
export interface ClusterIdentityUserAssignedIdentitiesValue {
|
|
396
|
+
/** The User Assigned Identity */
|
|
397
|
+
export interface UserAssignedIdentity {
|
|
547
398
|
/**
|
|
548
399
|
* The principal id of user assigned identity.
|
|
549
|
-
*
|
|
400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
401
|
*/
|
|
551
402
|
readonly principalId?: string;
|
|
552
403
|
/**
|
|
553
404
|
* The client id of user assigned identity.
|
|
554
|
-
*
|
|
405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
406
|
*/
|
|
556
407
|
readonly clientId?: string;
|
|
557
|
-
/**
|
|
558
|
-
* The tenant id of user assigned identity.
|
|
559
|
-
*/
|
|
408
|
+
/** The tenant id of user assigned identity. */
|
|
560
409
|
tenantId?: string;
|
|
561
410
|
}
|
|
562
411
|
|
|
563
|
-
/**
|
|
564
|
-
* Identity for the cluster.
|
|
565
|
-
*/
|
|
566
|
-
export interface ClusterIdentity {
|
|
567
|
-
/**
|
|
568
|
-
* The principal id of cluster identity. This property will only be provided for a system
|
|
569
|
-
* assigned identity.
|
|
570
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
571
|
-
*/
|
|
572
|
-
readonly principalId?: string;
|
|
573
|
-
/**
|
|
574
|
-
* The tenant id associated with the cluster. This property will only be provided for a system
|
|
575
|
-
* assigned identity.
|
|
576
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
577
|
-
*/
|
|
578
|
-
readonly tenantId?: string;
|
|
579
|
-
/**
|
|
580
|
-
* The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes
|
|
581
|
-
* both an implicitly created identity and a set of user assigned identities. Possible values
|
|
582
|
-
* include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'
|
|
583
|
-
*/
|
|
584
|
-
type?: ResourceIdentityType;
|
|
585
|
-
/**
|
|
586
|
-
* The list of user identities associated with the cluster. The user identity dictionary key
|
|
587
|
-
* references will be ARM resource ids in the form:
|
|
588
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
589
|
-
*/
|
|
590
|
-
userAssignedIdentities?: { [propertyName: string]: ClusterIdentityUserAssignedIdentitiesValue };
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/**
|
|
594
|
-
* The CreateCluster request parameters.
|
|
595
|
-
*/
|
|
596
|
-
export interface ClusterCreateParametersExtended {
|
|
597
|
-
/**
|
|
598
|
-
* The location of the cluster.
|
|
599
|
-
*/
|
|
600
|
-
location?: string;
|
|
601
|
-
/**
|
|
602
|
-
* The resource tags.
|
|
603
|
-
*/
|
|
604
|
-
tags?: { [propertyName: string]: string };
|
|
605
|
-
/**
|
|
606
|
-
* The cluster create parameters.
|
|
607
|
-
*/
|
|
608
|
-
properties?: ClusterCreateProperties;
|
|
609
|
-
/**
|
|
610
|
-
* The identity of the cluster, if configured.
|
|
611
|
-
*/
|
|
612
|
-
identity?: ClusterIdentity;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
/**
|
|
616
|
-
* The PatchCluster request parameters
|
|
617
|
-
*/
|
|
618
|
-
export interface ClusterPatchParameters {
|
|
619
|
-
/**
|
|
620
|
-
* The resource tags.
|
|
621
|
-
*/
|
|
622
|
-
tags?: { [propertyName: string]: string };
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
/**
|
|
626
|
-
* The quota properties for the cluster.
|
|
627
|
-
*/
|
|
628
|
-
export interface QuotaInfo {
|
|
629
|
-
/**
|
|
630
|
-
* The cores used by the cluster.
|
|
631
|
-
*/
|
|
632
|
-
coresUsed?: number;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* The error message associated with the cluster creation.
|
|
637
|
-
*/
|
|
638
|
-
export interface Errors {
|
|
639
|
-
/**
|
|
640
|
-
* The error code.
|
|
641
|
-
*/
|
|
642
|
-
code?: string;
|
|
643
|
-
/**
|
|
644
|
-
* The error message.
|
|
645
|
-
*/
|
|
646
|
-
message?: string;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* The connectivity properties
|
|
651
|
-
*/
|
|
652
|
-
export interface ConnectivityEndpoint {
|
|
653
|
-
/**
|
|
654
|
-
* The name of the endpoint.
|
|
655
|
-
*/
|
|
656
|
-
name?: string;
|
|
657
|
-
/**
|
|
658
|
-
* The protocol of the endpoint.
|
|
659
|
-
*/
|
|
660
|
-
protocol?: string;
|
|
661
|
-
/**
|
|
662
|
-
* The location of the endpoint.
|
|
663
|
-
*/
|
|
664
|
-
location?: string;
|
|
665
|
-
/**
|
|
666
|
-
* The port to connect to.
|
|
667
|
-
*/
|
|
668
|
-
port?: number;
|
|
669
|
-
/**
|
|
670
|
-
* The private ip address of the endpoint.
|
|
671
|
-
*/
|
|
672
|
-
privateIPAddress?: string;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
/**
|
|
676
|
-
* The properties of cluster.
|
|
677
|
-
*/
|
|
412
|
+
/** The properties of cluster. */
|
|
678
413
|
export interface ClusterGetProperties {
|
|
679
|
-
/**
|
|
680
|
-
* The version of the cluster.
|
|
681
|
-
*/
|
|
414
|
+
/** The version of the cluster. */
|
|
682
415
|
clusterVersion?: string;
|
|
683
|
-
/**
|
|
684
|
-
* The hdp version of the cluster.
|
|
685
|
-
*/
|
|
416
|
+
/** The hdp version of the cluster. */
|
|
686
417
|
clusterHdpVersion?: string;
|
|
687
|
-
/**
|
|
688
|
-
* The type of operating system. Possible values include: 'Windows', 'Linux'
|
|
689
|
-
*/
|
|
418
|
+
/** The type of operating system. */
|
|
690
419
|
osType?: OSType;
|
|
691
|
-
/**
|
|
692
|
-
* The cluster tier. Possible values include: 'Standard', 'Premium'
|
|
693
|
-
*/
|
|
420
|
+
/** The cluster tier. */
|
|
694
421
|
tier?: Tier;
|
|
695
|
-
/**
|
|
696
|
-
* The cluster id.
|
|
697
|
-
*/
|
|
422
|
+
/** The cluster id. */
|
|
698
423
|
clusterId?: string;
|
|
699
|
-
/**
|
|
700
|
-
* The cluster definition.
|
|
701
|
-
*/
|
|
424
|
+
/** The cluster definition. */
|
|
702
425
|
clusterDefinition: ClusterDefinition;
|
|
703
|
-
/**
|
|
704
|
-
* The cluster kafka rest proxy configuration.
|
|
705
|
-
*/
|
|
426
|
+
/** The cluster kafka rest proxy configuration. */
|
|
706
427
|
kafkaRestProperties?: KafkaRestProperties;
|
|
707
|
-
/**
|
|
708
|
-
* The security profile.
|
|
709
|
-
*/
|
|
428
|
+
/** The security profile. */
|
|
710
429
|
securityProfile?: SecurityProfile;
|
|
711
|
-
/**
|
|
712
|
-
* The compute profile.
|
|
713
|
-
*/
|
|
430
|
+
/** The compute profile. */
|
|
714
431
|
computeProfile?: ComputeProfile;
|
|
715
|
-
/**
|
|
716
|
-
* The provisioning state, which only appears in the response. Possible values include:
|
|
717
|
-
* 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
|
|
718
|
-
*/
|
|
432
|
+
/** The provisioning state, which only appears in the response. */
|
|
719
433
|
provisioningState?: HDInsightClusterProvisioningState;
|
|
720
|
-
/**
|
|
721
|
-
* The date on which the cluster was created.
|
|
722
|
-
*/
|
|
434
|
+
/** The date on which the cluster was created. */
|
|
723
435
|
createdDate?: string;
|
|
724
|
-
/**
|
|
725
|
-
* The state of the cluster.
|
|
726
|
-
*/
|
|
436
|
+
/** The state of the cluster. */
|
|
727
437
|
clusterState?: string;
|
|
728
|
-
/**
|
|
729
|
-
* The quota information.
|
|
730
|
-
*/
|
|
438
|
+
/** The quota information. */
|
|
731
439
|
quotaInfo?: QuotaInfo;
|
|
732
|
-
/**
|
|
733
|
-
* The list of errors.
|
|
734
|
-
*/
|
|
440
|
+
/** The list of errors. */
|
|
735
441
|
errors?: Errors[];
|
|
736
|
-
/**
|
|
737
|
-
* The list of connectivity endpoints.
|
|
738
|
-
*/
|
|
442
|
+
/** The list of connectivity endpoints. */
|
|
739
443
|
connectivityEndpoints?: ConnectivityEndpoint[];
|
|
740
|
-
/**
|
|
741
|
-
* The disk encryption properties.
|
|
742
|
-
*/
|
|
444
|
+
/** The disk encryption properties. */
|
|
743
445
|
diskEncryptionProperties?: DiskEncryptionProperties;
|
|
744
|
-
/**
|
|
745
|
-
* The encryption-in-transit properties.
|
|
746
|
-
*/
|
|
446
|
+
/** The encryption-in-transit properties. */
|
|
747
447
|
encryptionInTransitProperties?: EncryptionInTransitProperties;
|
|
748
|
-
/**
|
|
749
|
-
* The storage profile.
|
|
750
|
-
*/
|
|
448
|
+
/** The storage profile. */
|
|
751
449
|
storageProfile?: StorageProfile;
|
|
752
|
-
/**
|
|
753
|
-
* The minimal supported tls version.
|
|
754
|
-
*/
|
|
450
|
+
/** The minimal supported tls version. */
|
|
755
451
|
minSupportedTlsVersion?: string;
|
|
756
|
-
/**
|
|
757
|
-
* The excluded services config.
|
|
758
|
-
*/
|
|
452
|
+
/** The excluded services config. */
|
|
759
453
|
excludedServicesConfig?: ExcludedServicesConfig;
|
|
760
|
-
/**
|
|
761
|
-
* The network properties.
|
|
762
|
-
*/
|
|
454
|
+
/** The network properties. */
|
|
763
455
|
networkProperties?: NetworkProperties;
|
|
764
|
-
/**
|
|
765
|
-
* The compute isolation properties.
|
|
766
|
-
*/
|
|
456
|
+
/** The compute isolation properties. */
|
|
767
457
|
computeIsolationProperties?: ComputeIsolationProperties;
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
* The core properties of ARM resources
|
|
772
|
-
*/
|
|
773
|
-
export interface Resource extends BaseResource {
|
|
774
|
-
/**
|
|
775
|
-
* Fully qualified resource Id for the resource.
|
|
776
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
777
|
-
*/
|
|
778
|
-
readonly id?: string;
|
|
779
|
-
/**
|
|
780
|
-
* The name of the resource
|
|
781
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
782
|
-
*/
|
|
783
|
-
readonly name?: string;
|
|
458
|
+
/** The private link configurations. */
|
|
459
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
784
460
|
/**
|
|
785
|
-
* The
|
|
786
|
-
*
|
|
461
|
+
* The list of private endpoint connections.
|
|
462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
787
463
|
*/
|
|
788
|
-
readonly
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
/**
|
|
792
|
-
* The resource model definition for a ARM tracked top level resource
|
|
793
|
-
*/
|
|
794
|
-
export interface TrackedResource extends Resource {
|
|
795
|
-
/**
|
|
796
|
-
* The Azure Region where the resource lives
|
|
797
|
-
*/
|
|
798
|
-
location?: string;
|
|
799
|
-
/**
|
|
800
|
-
* Resource tags.
|
|
801
|
-
*/
|
|
802
|
-
tags?: { [propertyName: string]: string };
|
|
464
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
803
465
|
}
|
|
804
466
|
|
|
805
|
-
/**
|
|
806
|
-
|
|
807
|
-
*/
|
|
808
|
-
|
|
809
|
-
/**
|
|
810
|
-
* The ETag for the resource
|
|
811
|
-
*/
|
|
812
|
-
etag?: string;
|
|
813
|
-
/**
|
|
814
|
-
* The properties of the cluster.
|
|
815
|
-
*/
|
|
816
|
-
properties?: ClusterGetProperties;
|
|
817
|
-
/**
|
|
818
|
-
* The identity of the cluster, if configured.
|
|
819
|
-
*/
|
|
820
|
-
identity?: ClusterIdentity;
|
|
467
|
+
/** The quota properties for the cluster. */
|
|
468
|
+
export interface QuotaInfo {
|
|
469
|
+
/** The cores used by the cluster. */
|
|
470
|
+
coresUsed?: number;
|
|
821
471
|
}
|
|
822
472
|
|
|
823
|
-
/**
|
|
824
|
-
|
|
825
|
-
*/
|
|
826
|
-
|
|
827
|
-
/**
|
|
828
|
-
|
|
829
|
-
*/
|
|
830
|
-
name: string;
|
|
831
|
-
/**
|
|
832
|
-
* The URI to the script.
|
|
833
|
-
*/
|
|
834
|
-
uri: string;
|
|
835
|
-
/**
|
|
836
|
-
* The parameters for the script
|
|
837
|
-
*/
|
|
838
|
-
parameters?: string;
|
|
839
|
-
/**
|
|
840
|
-
* The list of roles where script will be executed.
|
|
841
|
-
*/
|
|
842
|
-
roles: string[];
|
|
843
|
-
/**
|
|
844
|
-
* The application name of the script action, if any.
|
|
845
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
846
|
-
*/
|
|
847
|
-
readonly applicationName?: string;
|
|
473
|
+
/** The error message associated with the cluster creation. */
|
|
474
|
+
export interface Errors {
|
|
475
|
+
/** The error code. */
|
|
476
|
+
code?: string;
|
|
477
|
+
/** The error message. */
|
|
478
|
+
message?: string;
|
|
848
479
|
}
|
|
849
480
|
|
|
850
|
-
/**
|
|
851
|
-
|
|
852
|
-
*/
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
/**
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
481
|
+
/** The connectivity properties */
|
|
482
|
+
export interface ConnectivityEndpoint {
|
|
483
|
+
/** The name of the endpoint. */
|
|
484
|
+
name?: string;
|
|
485
|
+
/** The protocol of the endpoint. */
|
|
486
|
+
protocol?: string;
|
|
487
|
+
/** The location of the endpoint. */
|
|
488
|
+
location?: string;
|
|
489
|
+
/** The port to connect to. */
|
|
490
|
+
port?: number;
|
|
491
|
+
/** The private ip address of the endpoint. */
|
|
492
|
+
privateIPAddress?: string;
|
|
862
493
|
}
|
|
863
494
|
|
|
864
|
-
/**
|
|
865
|
-
|
|
866
|
-
*/
|
|
867
|
-
|
|
868
|
-
/**
|
|
869
|
-
|
|
870
|
-
*/
|
|
871
|
-
value?: RuntimeScriptAction[];
|
|
872
|
-
/**
|
|
873
|
-
* The link (url) to the next page of results.
|
|
874
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
875
|
-
*/
|
|
876
|
-
readonly nextLink?: string;
|
|
495
|
+
/** The configuration that services will be excluded when creating cluster. */
|
|
496
|
+
export interface ExcludedServicesConfig {
|
|
497
|
+
/** The config id of excluded services. */
|
|
498
|
+
excludedServicesConfigId?: string;
|
|
499
|
+
/** The list of excluded services. */
|
|
500
|
+
excludedServicesList?: string;
|
|
877
501
|
}
|
|
878
502
|
|
|
879
|
-
/**
|
|
880
|
-
|
|
881
|
-
*/
|
|
882
|
-
|
|
883
|
-
/**
|
|
884
|
-
* The status of script action execution.
|
|
885
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
886
|
-
*/
|
|
887
|
-
readonly status?: string;
|
|
888
|
-
/**
|
|
889
|
-
* The instance count for a given script action execution status.
|
|
890
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
891
|
-
*/
|
|
892
|
-
readonly instanceCount?: number;
|
|
503
|
+
/** The private endpoint. */
|
|
504
|
+
export interface PrivateEndpoint {
|
|
505
|
+
/** The private endpoint id. */
|
|
506
|
+
id?: string;
|
|
893
507
|
}
|
|
894
508
|
|
|
895
|
-
/**
|
|
896
|
-
|
|
897
|
-
*/
|
|
898
|
-
|
|
899
|
-
/**
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
509
|
+
/** The private link service connection state. */
|
|
510
|
+
export interface PrivateLinkServiceConnectionState {
|
|
511
|
+
/** The concrete private link service connection. */
|
|
512
|
+
status: PrivateLinkServiceConnectionStatus;
|
|
513
|
+
/** The optional description of the status. */
|
|
514
|
+
description?: string;
|
|
515
|
+
/** Whether there is further actions. */
|
|
516
|
+
actionsRequired?: string;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
520
|
+
export interface SystemData {
|
|
521
|
+
/** The identity that created the resource. */
|
|
522
|
+
createdBy?: string;
|
|
523
|
+
/** The type of identity that created the resource. */
|
|
524
|
+
createdByType?: CreatedByType;
|
|
525
|
+
/** The timestamp of resource creation (UTC). */
|
|
526
|
+
createdAt?: Date;
|
|
527
|
+
/** The identity that last modified the resource. */
|
|
528
|
+
lastModifiedBy?: string;
|
|
529
|
+
/** The type of identity that last modified the resource. */
|
|
530
|
+
lastModifiedByType?: CreatedByType;
|
|
531
|
+
/** The timestamp of resource last modification (UTC) */
|
|
532
|
+
lastModifiedAt?: Date;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
536
|
+
export interface Resource {
|
|
904
537
|
/**
|
|
905
|
-
*
|
|
906
|
-
*
|
|
538
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
907
540
|
*/
|
|
908
|
-
readonly
|
|
541
|
+
readonly id?: string;
|
|
909
542
|
/**
|
|
910
|
-
* The
|
|
911
|
-
*
|
|
543
|
+
* The name of the resource
|
|
544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
912
545
|
*/
|
|
913
|
-
readonly
|
|
546
|
+
readonly name?: string;
|
|
914
547
|
/**
|
|
915
|
-
* The
|
|
916
|
-
*
|
|
548
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
917
550
|
*/
|
|
918
|
-
readonly
|
|
551
|
+
readonly type?: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
555
|
+
export interface ResourceAutoGenerated {
|
|
919
556
|
/**
|
|
920
|
-
*
|
|
921
|
-
*
|
|
557
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
558
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
922
559
|
*/
|
|
923
|
-
readonly
|
|
560
|
+
readonly id?: string;
|
|
924
561
|
/**
|
|
925
|
-
* The
|
|
926
|
-
*
|
|
562
|
+
* The name of the resource
|
|
563
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
927
564
|
*/
|
|
928
|
-
readonly
|
|
565
|
+
readonly name?: string;
|
|
929
566
|
/**
|
|
930
|
-
* The
|
|
931
|
-
*
|
|
567
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
568
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
932
569
|
*/
|
|
933
|
-
readonly
|
|
570
|
+
readonly type?: string;
|
|
934
571
|
}
|
|
935
572
|
|
|
936
|
-
/**
|
|
937
|
-
|
|
938
|
-
*/
|
|
939
|
-
|
|
940
|
-
/**
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
573
|
+
/** Describes the format of Error response. */
|
|
574
|
+
export interface ErrorResponse {
|
|
575
|
+
/** Error code */
|
|
576
|
+
code?: string;
|
|
577
|
+
/** Error message indicating why the operation failed. */
|
|
578
|
+
message?: string;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
/** The PatchCluster request parameters */
|
|
582
|
+
export interface ClusterPatchParameters {
|
|
583
|
+
/** The resource tags. */
|
|
584
|
+
tags?: { [propertyName: string]: string };
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/** The List Cluster operation response. */
|
|
588
|
+
export interface ClusterListResult {
|
|
589
|
+
/** The list of Clusters. */
|
|
590
|
+
value?: Cluster[];
|
|
945
591
|
/**
|
|
946
592
|
* The link (url) to the next page of results.
|
|
947
|
-
*
|
|
593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
948
594
|
*/
|
|
949
595
|
readonly nextLink?: string;
|
|
950
596
|
}
|
|
951
597
|
|
|
952
|
-
/**
|
|
953
|
-
* The Resize Cluster request parameters.
|
|
954
|
-
*/
|
|
598
|
+
/** The Resize Cluster request parameters. */
|
|
955
599
|
export interface ClusterResizeParameters {
|
|
956
|
-
/**
|
|
957
|
-
* The target instance count for the operation.
|
|
958
|
-
*/
|
|
600
|
+
/** The target instance count for the operation. */
|
|
959
601
|
targetInstanceCount?: number;
|
|
960
602
|
}
|
|
961
603
|
|
|
962
|
-
/**
|
|
963
|
-
|
|
964
|
-
*/
|
|
604
|
+
/** The autoscale configuration update parameter. */
|
|
605
|
+
export interface AutoscaleConfigurationUpdateParameter {
|
|
606
|
+
/** The autoscale configuration. */
|
|
607
|
+
autoscale?: Autoscale;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
/** The Disk Encryption Cluster request parameters. */
|
|
965
611
|
export interface ClusterDiskEncryptionParameters {
|
|
966
|
-
/**
|
|
967
|
-
* Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net
|
|
968
|
-
*/
|
|
612
|
+
/** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
|
|
969
613
|
vaultUri?: string;
|
|
970
|
-
/**
|
|
971
|
-
* Key name that is used for enabling disk encryption.
|
|
972
|
-
*/
|
|
614
|
+
/** Key name that is used for enabling disk encryption. */
|
|
973
615
|
keyName?: string;
|
|
974
|
-
/**
|
|
975
|
-
* Specific key version that is used for enabling disk encryption.
|
|
976
|
-
*/
|
|
616
|
+
/** Specific key version that is used for enabling disk encryption. */
|
|
977
617
|
keyVersion?: string;
|
|
978
618
|
}
|
|
979
619
|
|
|
980
|
-
/**
|
|
981
|
-
* The update gateway settings request parameters.
|
|
982
|
-
*/
|
|
983
|
-
export interface UpdateGatewaySettingsParameters {
|
|
984
|
-
/**
|
|
985
|
-
* Indicates whether or not the gateway settings based authorization is enabled. Default value:
|
|
986
|
-
* true.
|
|
987
|
-
*/
|
|
988
|
-
isCredentialEnabled?: boolean;
|
|
989
|
-
/**
|
|
990
|
-
* The gateway settings user name.
|
|
991
|
-
*/
|
|
992
|
-
userName?: string;
|
|
993
|
-
/**
|
|
994
|
-
* The gateway settings user password.
|
|
995
|
-
*/
|
|
996
|
-
password?: string;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* Gateway settings.
|
|
1001
|
-
*/
|
|
620
|
+
/** Gateway settings. */
|
|
1002
621
|
export interface GatewaySettings {
|
|
1003
622
|
/**
|
|
1004
623
|
* Indicates whether or not the gateway settings based authorization is enabled.
|
|
1005
|
-
*
|
|
624
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1006
625
|
*/
|
|
1007
626
|
readonly isCredentialEnabled?: string;
|
|
1008
627
|
/**
|
|
1009
628
|
* The gateway settings user name.
|
|
1010
|
-
*
|
|
629
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1011
630
|
*/
|
|
1012
631
|
readonly userName?: string;
|
|
1013
632
|
/**
|
|
1014
633
|
* The gateway settings user password.
|
|
1015
|
-
*
|
|
634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1016
635
|
*/
|
|
1017
636
|
readonly password?: string;
|
|
1018
637
|
}
|
|
1019
638
|
|
|
1020
|
-
/**
|
|
1021
|
-
|
|
1022
|
-
*/
|
|
1023
|
-
|
|
1024
|
-
/**
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
/**
|
|
1029
|
-
* The operation error information.
|
|
1030
|
-
*/
|
|
1031
|
-
error?: Errors;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
/**
|
|
1035
|
-
* The resource model definition for a ARM proxy resource. It will have everything other than
|
|
1036
|
-
* required location and tags
|
|
1037
|
-
*/
|
|
1038
|
-
export interface ProxyResource extends Resource {
|
|
639
|
+
/** The update gateway settings request parameters. */
|
|
640
|
+
export interface UpdateGatewaySettingsParameters {
|
|
641
|
+
/** Indicates whether or not the gateway settings based authorization is enabled. */
|
|
642
|
+
isCredentialEnabled?: boolean;
|
|
643
|
+
/** The gateway settings user name. */
|
|
644
|
+
userName?: string;
|
|
645
|
+
/** The gateway settings user password. */
|
|
646
|
+
password?: string;
|
|
1039
647
|
}
|
|
1040
648
|
|
|
1041
|
-
/**
|
|
1042
|
-
|
|
1043
|
-
*/
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
|
|
1047
|
-
*/
|
|
1048
|
-
code?: string;
|
|
1049
|
-
/**
|
|
1050
|
-
* Error message indicating why the operation failed.
|
|
1051
|
-
*/
|
|
1052
|
-
message?: string;
|
|
649
|
+
/** The azure async operation response. */
|
|
650
|
+
export interface AsyncOperationResult {
|
|
651
|
+
/** The async operation state. */
|
|
652
|
+
status?: AsyncOperationState;
|
|
653
|
+
/** The operation error information. */
|
|
654
|
+
error?: Errors;
|
|
1053
655
|
}
|
|
1054
656
|
|
|
1055
|
-
/**
|
|
1056
|
-
|
|
1057
|
-
*/
|
|
1058
|
-
|
|
1059
|
-
/**
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
/**
|
|
1064
|
-
* The location of the endpoint.
|
|
1065
|
-
*/
|
|
1066
|
-
location?: string;
|
|
1067
|
-
/**
|
|
1068
|
-
* The destination port to connect to.
|
|
1069
|
-
*/
|
|
1070
|
-
destinationPort?: number;
|
|
1071
|
-
/**
|
|
1072
|
-
* The public port to connect to.
|
|
1073
|
-
*/
|
|
1074
|
-
publicPort?: number;
|
|
1075
|
-
/**
|
|
1076
|
-
* The subdomain suffix of the application.
|
|
1077
|
-
*/
|
|
1078
|
-
subDomainSuffix?: string;
|
|
1079
|
-
/**
|
|
1080
|
-
* The value indicates whether to disable GatewayAuth.
|
|
1081
|
-
*/
|
|
1082
|
-
disableGatewayAuth?: boolean;
|
|
657
|
+
/** The update cluster identity certificate request parameters. */
|
|
658
|
+
export interface UpdateClusterIdentityCertificateParameters {
|
|
659
|
+
/** The application id. */
|
|
660
|
+
applicationId?: string;
|
|
661
|
+
/** The certificate in base64 encoded format. */
|
|
662
|
+
certificate?: string;
|
|
663
|
+
/** The password of the certificate. */
|
|
664
|
+
certificatePassword?: string;
|
|
1083
665
|
}
|
|
1084
666
|
|
|
1085
|
-
/**
|
|
1086
|
-
|
|
1087
|
-
*/
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* The location of the endpoint.
|
|
1091
|
-
*/
|
|
1092
|
-
location?: string;
|
|
1093
|
-
/**
|
|
1094
|
-
* The destination port to connect to.
|
|
1095
|
-
*/
|
|
1096
|
-
destinationPort?: number;
|
|
1097
|
-
/**
|
|
1098
|
-
* The public port to connect to.
|
|
1099
|
-
*/
|
|
1100
|
-
publicPort?: number;
|
|
667
|
+
/** Result of the request to list cluster Applications. It contains a list of operations and a URL link to get the next set of results. */
|
|
668
|
+
export interface ApplicationListResult {
|
|
669
|
+
/** The list of HDInsight applications installed on HDInsight cluster. */
|
|
670
|
+
value?: Application[];
|
|
1101
671
|
/**
|
|
1102
|
-
* The
|
|
672
|
+
* The URL to get the next set of operation list results if there are any.
|
|
673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1103
674
|
*/
|
|
1104
|
-
|
|
675
|
+
readonly nextLink?: string;
|
|
1105
676
|
}
|
|
1106
677
|
|
|
1107
|
-
/**
|
|
1108
|
-
* The HDInsight cluster application GET response.
|
|
1109
|
-
*/
|
|
678
|
+
/** The HDInsight cluster application GET response. */
|
|
1110
679
|
export interface ApplicationProperties {
|
|
1111
|
-
/**
|
|
1112
|
-
* The list of roles in the cluster.
|
|
1113
|
-
*/
|
|
680
|
+
/** The list of roles in the cluster. */
|
|
1114
681
|
computeProfile?: ComputeProfile;
|
|
1115
|
-
/**
|
|
1116
|
-
* The list of install script actions.
|
|
1117
|
-
*/
|
|
682
|
+
/** The list of install script actions. */
|
|
1118
683
|
installScriptActions?: RuntimeScriptAction[];
|
|
684
|
+
/** The list of uninstall script actions. */
|
|
685
|
+
uninstallScriptActions?: RuntimeScriptAction[];
|
|
686
|
+
/** The list of application HTTPS endpoints. */
|
|
687
|
+
httpsEndpoints?: ApplicationGetHttpsEndpoint[];
|
|
688
|
+
/** The list of application SSH endpoints. */
|
|
689
|
+
sshEndpoints?: ApplicationGetEndpoint[];
|
|
1119
690
|
/**
|
|
1120
|
-
* The
|
|
1121
|
-
|
|
1122
|
-
uninstallScriptActions?: RuntimeScriptAction[];
|
|
1123
|
-
/**
|
|
1124
|
-
* The list of application HTTPS endpoints.
|
|
1125
|
-
*/
|
|
1126
|
-
httpsEndpoints?: ApplicationGetHttpsEndpoint[];
|
|
1127
|
-
/**
|
|
1128
|
-
* The list of application SSH endpoints.
|
|
1129
|
-
*/
|
|
1130
|
-
sshEndpoints?: ApplicationGetEndpoint[];
|
|
1131
|
-
/**
|
|
1132
|
-
* The provisioning state of the application.
|
|
1133
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1134
|
-
*/
|
|
1135
|
-
readonly provisioningState?: string;
|
|
1136
|
-
/**
|
|
1137
|
-
* The application type.
|
|
1138
|
-
*/
|
|
1139
|
-
applicationType?: string;
|
|
1140
|
-
/**
|
|
1141
|
-
* The application state.
|
|
1142
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1143
|
-
*/
|
|
1144
|
-
readonly applicationState?: string;
|
|
1145
|
-
/**
|
|
1146
|
-
* The list of errors.
|
|
1147
|
-
*/
|
|
1148
|
-
errors?: Errors[];
|
|
1149
|
-
/**
|
|
1150
|
-
* The application create date time.
|
|
1151
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1152
|
-
*/
|
|
1153
|
-
readonly createdDate?: string;
|
|
1154
|
-
/**
|
|
1155
|
-
* The marketplace identifier.
|
|
1156
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1157
|
-
*/
|
|
1158
|
-
readonly marketplaceIdentifier?: string;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
/**
|
|
1162
|
-
* The HDInsight cluster application
|
|
1163
|
-
*/
|
|
1164
|
-
export interface Application extends ProxyResource {
|
|
1165
|
-
/**
|
|
1166
|
-
* The ETag for the application
|
|
1167
|
-
*/
|
|
1168
|
-
etag?: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* The tags for the application.
|
|
1171
|
-
*/
|
|
1172
|
-
tags?: { [propertyName: string]: string };
|
|
1173
|
-
/**
|
|
1174
|
-
* The properties of the application.
|
|
1175
|
-
*/
|
|
1176
|
-
properties?: ApplicationProperties;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
/**
|
|
1180
|
-
* The version properties.
|
|
1181
|
-
*/
|
|
1182
|
-
export interface VersionSpec {
|
|
1183
|
-
/**
|
|
1184
|
-
* The friendly name
|
|
1185
|
-
*/
|
|
1186
|
-
friendlyName?: string;
|
|
1187
|
-
/**
|
|
1188
|
-
* The display name
|
|
1189
|
-
*/
|
|
1190
|
-
displayName?: string;
|
|
1191
|
-
/**
|
|
1192
|
-
* Whether or not the version is the default version.
|
|
1193
|
-
*/
|
|
1194
|
-
isDefault?: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* The component version property.
|
|
1197
|
-
*/
|
|
1198
|
-
componentVersions?: { [propertyName: string]: string };
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
/**
|
|
1202
|
-
* The version capability.
|
|
1203
|
-
*/
|
|
1204
|
-
export interface VersionsCapability {
|
|
1205
|
-
/**
|
|
1206
|
-
* The list of version capabilities.
|
|
1207
|
-
*/
|
|
1208
|
-
available?: VersionSpec[];
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
/**
|
|
1212
|
-
* The regions capability.
|
|
1213
|
-
*/
|
|
1214
|
-
export interface RegionsCapability {
|
|
1215
|
-
/**
|
|
1216
|
-
* The list of region capabilities.
|
|
1217
|
-
*/
|
|
1218
|
-
available?: string[];
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* The virtual machine sizes capability.
|
|
1223
|
-
*/
|
|
1224
|
-
export interface VmSizesCapability {
|
|
1225
|
-
/**
|
|
1226
|
-
* The list of virtual machine size capabilities.
|
|
1227
|
-
*/
|
|
1228
|
-
available?: string[];
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
/**
|
|
1232
|
-
* The virtual machine type compatibility filter.
|
|
1233
|
-
*/
|
|
1234
|
-
export interface VmSizeCompatibilityFilter {
|
|
1235
|
-
/**
|
|
1236
|
-
* The mode for the filter.
|
|
1237
|
-
*/
|
|
1238
|
-
filterMode?: string;
|
|
1239
|
-
/**
|
|
1240
|
-
* The list of regions.
|
|
1241
|
-
*/
|
|
1242
|
-
regions?: string[];
|
|
1243
|
-
/**
|
|
1244
|
-
* The list of cluster types available.
|
|
1245
|
-
*/
|
|
1246
|
-
clusterFlavors?: string[];
|
|
1247
|
-
/**
|
|
1248
|
-
* The list of node types.
|
|
1249
|
-
*/
|
|
1250
|
-
nodeTypes?: string[];
|
|
1251
|
-
/**
|
|
1252
|
-
* The list of cluster versions.
|
|
1253
|
-
*/
|
|
1254
|
-
clusterVersions?: string[];
|
|
1255
|
-
/**
|
|
1256
|
-
* The list of virtual machine sizes.
|
|
691
|
+
* The provisioning state of the application.
|
|
692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1257
693
|
*/
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
/**
|
|
1262
|
-
* The regional quota capacity.
|
|
1263
|
-
*/
|
|
1264
|
-
export interface RegionalQuotaCapability {
|
|
694
|
+
readonly provisioningState?: string;
|
|
695
|
+
/** The application type. */
|
|
696
|
+
applicationType?: string;
|
|
1265
697
|
/**
|
|
1266
|
-
* The
|
|
698
|
+
* The application state.
|
|
699
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1267
700
|
*/
|
|
1268
|
-
|
|
701
|
+
readonly applicationState?: string;
|
|
702
|
+
/** The list of errors. */
|
|
703
|
+
errors?: Errors[];
|
|
1269
704
|
/**
|
|
1270
|
-
* The
|
|
705
|
+
* The application create date time.
|
|
706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1271
707
|
*/
|
|
1272
|
-
|
|
708
|
+
readonly createdDate?: string;
|
|
1273
709
|
/**
|
|
1274
|
-
* The
|
|
710
|
+
* The marketplace identifier.
|
|
711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1275
712
|
*/
|
|
1276
|
-
|
|
713
|
+
readonly marketplaceIdentifier?: string;
|
|
714
|
+
/** The private link configurations. */
|
|
715
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
1277
716
|
}
|
|
1278
717
|
|
|
1279
|
-
/**
|
|
1280
|
-
|
|
1281
|
-
*/
|
|
1282
|
-
|
|
718
|
+
/** Describes a script action on a running cluster. */
|
|
719
|
+
export interface RuntimeScriptAction {
|
|
720
|
+
/** The name of the script action. */
|
|
721
|
+
name: string;
|
|
722
|
+
/** The URI to the script. */
|
|
723
|
+
uri: string;
|
|
724
|
+
/** The parameters for the script */
|
|
725
|
+
parameters?: string;
|
|
726
|
+
/** The list of roles where script will be executed. */
|
|
727
|
+
roles: string[];
|
|
1283
728
|
/**
|
|
1284
|
-
* The
|
|
729
|
+
* The application name of the script action, if any.
|
|
730
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1285
731
|
*/
|
|
1286
|
-
|
|
732
|
+
readonly applicationName?: string;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
/** Gets the application HTTP endpoints. */
|
|
736
|
+
export interface ApplicationGetHttpsEndpoint {
|
|
737
|
+
/** The list of access modes for the application. */
|
|
738
|
+
accessModes?: string[];
|
|
1287
739
|
/**
|
|
1288
|
-
* The
|
|
740
|
+
* The location of the endpoint.
|
|
741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1289
742
|
*/
|
|
1290
|
-
|
|
743
|
+
readonly location?: string;
|
|
744
|
+
/** The destination port to connect to. */
|
|
745
|
+
destinationPort?: number;
|
|
1291
746
|
/**
|
|
1292
|
-
* The
|
|
747
|
+
* The public port to connect to.
|
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1293
749
|
*/
|
|
1294
|
-
|
|
750
|
+
readonly publicPort?: number;
|
|
751
|
+
/** The private ip address of the endpoint. */
|
|
752
|
+
privateIPAddress?: string;
|
|
753
|
+
/** The subdomain suffix of the application. */
|
|
754
|
+
subDomainSuffix?: string;
|
|
755
|
+
/** The value indicates whether to disable GatewayAuth. */
|
|
756
|
+
disableGatewayAuth?: boolean;
|
|
1295
757
|
}
|
|
1296
758
|
|
|
1297
|
-
/**
|
|
1298
|
-
|
|
1299
|
-
*/
|
|
759
|
+
/** Gets the application SSH endpoint */
|
|
760
|
+
export interface ApplicationGetEndpoint {
|
|
761
|
+
/** The location of the endpoint. */
|
|
762
|
+
location?: string;
|
|
763
|
+
/** The destination port to connect to. */
|
|
764
|
+
destinationPort?: number;
|
|
765
|
+
/** The public port to connect to. */
|
|
766
|
+
publicPort?: number;
|
|
767
|
+
/** The private ip address of the endpoint. */
|
|
768
|
+
privateIPAddress?: string;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
/** The Get Capabilities operation response. */
|
|
1300
772
|
export interface CapabilitiesResult {
|
|
1301
|
-
/**
|
|
1302
|
-
* The version capability.
|
|
1303
|
-
*/
|
|
773
|
+
/** The version capability. */
|
|
1304
774
|
versions?: { [propertyName: string]: VersionsCapability };
|
|
1305
|
-
/**
|
|
1306
|
-
* The virtual machine size compatibility features.
|
|
1307
|
-
*/
|
|
775
|
+
/** The virtual machine size compatibility features. */
|
|
1308
776
|
regions?: { [propertyName: string]: RegionsCapability };
|
|
1309
|
-
/**
|
|
1310
|
-
* The virtual machine sizes.
|
|
1311
|
-
*/
|
|
1312
|
-
vmSizes?: { [propertyName: string]: VmSizesCapability };
|
|
1313
|
-
/**
|
|
1314
|
-
* The virtual machine size compatibility filters.
|
|
1315
|
-
*/
|
|
1316
|
-
vmSizeFilters?: VmSizeCompatibilityFilter[];
|
|
1317
|
-
/**
|
|
1318
|
-
* The capability features.
|
|
1319
|
-
*/
|
|
777
|
+
/** The capability features. */
|
|
1320
778
|
features?: string[];
|
|
1321
779
|
/**
|
|
1322
780
|
* The quota capability.
|
|
781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
782
|
*/
|
|
1324
|
-
quota?: QuotaCapability;
|
|
783
|
+
readonly quota?: QuotaCapability;
|
|
1325
784
|
}
|
|
1326
785
|
|
|
1327
|
-
/**
|
|
1328
|
-
|
|
1329
|
-
*/
|
|
1330
|
-
|
|
1331
|
-
/**
|
|
1332
|
-
* The name of the used resource.
|
|
1333
|
-
*/
|
|
1334
|
-
value?: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* The localized name of the used resource.
|
|
1337
|
-
*/
|
|
1338
|
-
localizedValue?: string;
|
|
786
|
+
/** The version capability. */
|
|
787
|
+
export interface VersionsCapability {
|
|
788
|
+
/** The list of version capabilities. */
|
|
789
|
+
available?: VersionSpec[];
|
|
1339
790
|
}
|
|
1340
791
|
|
|
1341
|
-
/**
|
|
1342
|
-
|
|
1343
|
-
*/
|
|
792
|
+
/** The version properties. */
|
|
793
|
+
export interface VersionSpec {
|
|
794
|
+
/** The friendly name */
|
|
795
|
+
friendlyName?: string;
|
|
796
|
+
/** The display name */
|
|
797
|
+
displayName?: string;
|
|
798
|
+
/** Whether or not the version is the default version. */
|
|
799
|
+
isDefault?: boolean;
|
|
800
|
+
/** The component version property. */
|
|
801
|
+
componentVersions?: { [propertyName: string]: string };
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/** The regions capability. */
|
|
805
|
+
export interface RegionsCapability {
|
|
806
|
+
/** The list of region capabilities. */
|
|
807
|
+
available?: string[];
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/** The regional quota capability. */
|
|
811
|
+
export interface QuotaCapability {
|
|
812
|
+
/** The number of cores used in the subscription. */
|
|
813
|
+
coresUsed?: number;
|
|
814
|
+
/** The number of cores that the subscription allowed. */
|
|
815
|
+
maxCoresAllowed?: number;
|
|
816
|
+
/** The list of region quota capabilities. */
|
|
817
|
+
regionalQuotas?: RegionalQuotaCapability[];
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/** The regional quota capacity. */
|
|
821
|
+
export interface RegionalQuotaCapability {
|
|
822
|
+
/** The region name. */
|
|
823
|
+
regionName?: string;
|
|
824
|
+
/** The number of cores used in the region. */
|
|
825
|
+
coresUsed?: number;
|
|
826
|
+
/** The number of cores available in the region. */
|
|
827
|
+
coresAvailable?: number;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/** The response for the operation to get regional usages for a subscription. */
|
|
831
|
+
export interface UsagesListResult {
|
|
832
|
+
/** The list of usages. */
|
|
833
|
+
value?: Usage[];
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
/** The details about the usage of a particular limited resource. */
|
|
1344
837
|
export interface Usage {
|
|
1345
|
-
/**
|
|
1346
|
-
* The type of measurement for usage.
|
|
1347
|
-
*/
|
|
838
|
+
/** The type of measurement for usage. */
|
|
1348
839
|
unit?: string;
|
|
1349
|
-
/**
|
|
1350
|
-
* The current usage.
|
|
1351
|
-
*/
|
|
840
|
+
/** The current usage. */
|
|
1352
841
|
currentValue?: number;
|
|
1353
|
-
/**
|
|
1354
|
-
* The maximum allowed usage.
|
|
1355
|
-
*/
|
|
842
|
+
/** The maximum allowed usage. */
|
|
1356
843
|
limit?: number;
|
|
1357
844
|
/**
|
|
1358
845
|
* The details about the localizable name of the used resource.
|
|
846
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1359
847
|
*/
|
|
1360
|
-
name?: LocalizedName;
|
|
848
|
+
readonly name?: LocalizedName;
|
|
1361
849
|
}
|
|
1362
850
|
|
|
1363
|
-
/**
|
|
1364
|
-
|
|
1365
|
-
*/
|
|
1366
|
-
|
|
851
|
+
/** The details about the localizable name of a type of usage. */
|
|
852
|
+
export interface LocalizedName {
|
|
853
|
+
/** The name of the used resource. */
|
|
854
|
+
value?: string;
|
|
855
|
+
/** The localized name of the used resource. */
|
|
856
|
+
localizedValue?: string;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
/** The response for the operation to get regional billingSpecs for a subscription. */
|
|
860
|
+
export interface BillingResponseListResult {
|
|
861
|
+
/** The virtual machine sizes to include or exclude. */
|
|
862
|
+
vmSizes?: string[];
|
|
863
|
+
/** The vm sizes which enable encryption at host. */
|
|
864
|
+
vmSizesWithEncryptionAtHost?: string[];
|
|
865
|
+
/** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */
|
|
866
|
+
vmSizeFilters?: VmSizeCompatibilityFilterV2[];
|
|
1367
867
|
/**
|
|
1368
|
-
* The
|
|
868
|
+
* The vm size properties.
|
|
869
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1369
870
|
*/
|
|
1370
|
-
|
|
871
|
+
readonly vmSizeProperties?: VmSizeProperty[];
|
|
872
|
+
/** The billing and managed disk billing resources for a region. */
|
|
873
|
+
billingResources?: BillingResources[];
|
|
1371
874
|
}
|
|
1372
875
|
|
|
1373
|
-
/**
|
|
1374
|
-
* This class represent a single filter object that defines a multidimensional set. The dimensions
|
|
1375
|
-
* of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be
|
|
1376
|
-
* defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect
|
|
1377
|
-
* of exclusion/inclusion) and the ordering of the Filters. Later filters override previous
|
|
1378
|
-
* settings if conflicted.
|
|
1379
|
-
*/
|
|
876
|
+
/** This class represent a single filter object that defines a multidimensional set. The dimensions of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect of exclusion/inclusion) and the ordering of the Filters. Later filters override previous settings if conflicted. */
|
|
1380
877
|
export interface VmSizeCompatibilityFilterV2 {
|
|
1381
|
-
/**
|
|
1382
|
-
* The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular
|
|
1383
|
-
* set. Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'
|
|
1384
|
-
*/
|
|
878
|
+
/** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */
|
|
1385
879
|
filterMode?: FilterMode;
|
|
1386
|
-
/**
|
|
1387
|
-
* The list of regions under the effect of the filter.
|
|
1388
|
-
*/
|
|
880
|
+
/** The list of regions under the effect of the filter. */
|
|
1389
881
|
regions?: string[];
|
|
1390
|
-
/**
|
|
1391
|
-
* The list of cluster flavors under the effect of the filter.
|
|
1392
|
-
*/
|
|
882
|
+
/** The list of cluster flavors under the effect of the filter. */
|
|
1393
883
|
clusterFlavors?: string[];
|
|
1394
|
-
/**
|
|
1395
|
-
* The list of node types affected by the filter.
|
|
1396
|
-
*/
|
|
884
|
+
/** The list of node types affected by the filter. */
|
|
1397
885
|
nodeTypes?: string[];
|
|
1398
|
-
/**
|
|
1399
|
-
* The list of cluster versions affected in Major.Minor format.
|
|
1400
|
-
*/
|
|
886
|
+
/** The list of cluster versions affected in Major.Minor format. */
|
|
1401
887
|
clusterVersions?: string[];
|
|
1402
|
-
/**
|
|
1403
|
-
* The OSType affected, Windows or Linux.
|
|
1404
|
-
*/
|
|
888
|
+
/** The OSType affected, Windows or Linux. */
|
|
1405
889
|
osType?: OSType[];
|
|
1406
|
-
/**
|
|
1407
|
-
* The list of virtual machine sizes to include or exclude.
|
|
1408
|
-
*/
|
|
890
|
+
/** The list of virtual machine sizes to include or exclude. */
|
|
1409
891
|
vmSizes?: string[];
|
|
892
|
+
/** Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null or empty string or others mean for both. */
|
|
893
|
+
espApplied?: string;
|
|
894
|
+
/** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */
|
|
895
|
+
computeIsolationSupported?: string;
|
|
1410
896
|
}
|
|
1411
897
|
|
|
1412
|
-
/**
|
|
1413
|
-
* The vm size property
|
|
1414
|
-
*/
|
|
898
|
+
/** The vm size property */
|
|
1415
899
|
export interface VmSizeProperty {
|
|
1416
|
-
/**
|
|
1417
|
-
* The vm size name.
|
|
1418
|
-
*/
|
|
900
|
+
/** The vm size name. */
|
|
1419
901
|
name?: string;
|
|
1420
|
-
/**
|
|
1421
|
-
* The number of cores that the vm size has.
|
|
1422
|
-
*/
|
|
902
|
+
/** The number of cores that the vm size has. */
|
|
1423
903
|
cores?: number;
|
|
1424
|
-
/**
|
|
1425
|
-
* The data disk storage tier of the vm size.
|
|
1426
|
-
*/
|
|
904
|
+
/** The data disk storage tier of the vm size. */
|
|
1427
905
|
dataDiskStorageTier?: string;
|
|
1428
|
-
/**
|
|
1429
|
-
* The label of the vm size.
|
|
1430
|
-
*/
|
|
906
|
+
/** The label of the vm size. */
|
|
1431
907
|
label?: string;
|
|
1432
|
-
/**
|
|
1433
|
-
* The max data disk count of the vm size.
|
|
1434
|
-
*/
|
|
908
|
+
/** The max data disk count of the vm size. */
|
|
1435
909
|
maxDataDiskCount?: number;
|
|
1436
|
-
/**
|
|
1437
|
-
* The memory whose unit is MB of the vm size.
|
|
1438
|
-
*/
|
|
910
|
+
/** The memory whose unit is MB of the vm size. */
|
|
1439
911
|
memoryInMb?: number;
|
|
1440
|
-
/**
|
|
1441
|
-
* This indicates this vm size is supported by virtual machines or not
|
|
1442
|
-
*/
|
|
912
|
+
/** This indicates this vm size is supported by virtual machines or not */
|
|
1443
913
|
supportedByVirtualMachines?: boolean;
|
|
1444
|
-
/**
|
|
1445
|
-
* The indicates this vm size is supported by web worker roles or not
|
|
1446
|
-
*/
|
|
914
|
+
/** The indicates this vm size is supported by web worker roles or not */
|
|
1447
915
|
supportedByWebWorkerRoles?: boolean;
|
|
1448
|
-
/**
|
|
1449
|
-
* The virtual machine resource disk size whose unit is MB of the vm size.
|
|
1450
|
-
*/
|
|
916
|
+
/** The virtual machine resource disk size whose unit is MB of the vm size. */
|
|
1451
917
|
virtualMachineResourceDiskSizeInMb?: number;
|
|
1452
|
-
/**
|
|
1453
|
-
* The web worker resource disk size whose unit is MB of the vm size.
|
|
1454
|
-
*/
|
|
918
|
+
/** The web worker resource disk size whose unit is MB of the vm size. */
|
|
1455
919
|
webWorkerResourceDiskSizeInMb?: number;
|
|
1456
920
|
}
|
|
1457
921
|
|
|
1458
|
-
/**
|
|
1459
|
-
|
|
1460
|
-
*/
|
|
922
|
+
/** The billing resources. */
|
|
923
|
+
export interface BillingResources {
|
|
924
|
+
/** The region or location. */
|
|
925
|
+
region?: string;
|
|
926
|
+
/** The billing meter information. */
|
|
927
|
+
billingMeters?: BillingMeters[];
|
|
928
|
+
/** The managed disk billing information. */
|
|
929
|
+
diskBillingMeters?: DiskBillingMeters[];
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/** The billing meters. */
|
|
1461
933
|
export interface BillingMeters {
|
|
1462
|
-
/**
|
|
1463
|
-
* The virtual machine sizes.
|
|
1464
|
-
*/
|
|
934
|
+
/** The virtual machine sizes. */
|
|
1465
935
|
meterParameter?: string;
|
|
1466
|
-
/**
|
|
1467
|
-
* The HDInsight meter guid.
|
|
1468
|
-
*/
|
|
936
|
+
/** The HDInsight meter guid. */
|
|
1469
937
|
meter?: string;
|
|
1470
|
-
/**
|
|
1471
|
-
* The unit of meter, VMHours or CoreHours.
|
|
1472
|
-
*/
|
|
938
|
+
/** The unit of meter, VMHours or CoreHours. */
|
|
1473
939
|
unit?: string;
|
|
1474
940
|
}
|
|
1475
941
|
|
|
1476
|
-
/**
|
|
1477
|
-
* The disk billing meters.
|
|
1478
|
-
*/
|
|
942
|
+
/** The disk billing meters. */
|
|
1479
943
|
export interface DiskBillingMeters {
|
|
1480
|
-
/**
|
|
1481
|
-
* The managed disk meter guid.
|
|
1482
|
-
*/
|
|
944
|
+
/** The managed disk meter guid. */
|
|
1483
945
|
diskRpMeter?: string;
|
|
1484
|
-
/**
|
|
1485
|
-
* The managed disk billing sku, P30 or S30.
|
|
1486
|
-
*/
|
|
946
|
+
/** The managed disk billing sku, P30 or S30. */
|
|
1487
947
|
sku?: string;
|
|
1488
|
-
/**
|
|
1489
|
-
* The managed disk billing tier, Standard or Premium. Possible values include: 'Standard',
|
|
1490
|
-
* 'Premium'
|
|
1491
|
-
*/
|
|
948
|
+
/** The managed disk billing tier, Standard or Premium. */
|
|
1492
949
|
tier?: Tier;
|
|
1493
950
|
}
|
|
1494
951
|
|
|
1495
|
-
/**
|
|
1496
|
-
|
|
1497
|
-
*/
|
|
1498
|
-
|
|
1499
|
-
/**
|
|
1500
|
-
|
|
1501
|
-
*/
|
|
1502
|
-
region?: string;
|
|
1503
|
-
/**
|
|
1504
|
-
* The billing meter information.
|
|
1505
|
-
*/
|
|
1506
|
-
billingMeters?: BillingMeters[];
|
|
1507
|
-
/**
|
|
1508
|
-
* The managed disk billing information.
|
|
1509
|
-
*/
|
|
1510
|
-
diskBillingMeters?: DiskBillingMeters[];
|
|
952
|
+
/** The request spec of checking name availability. */
|
|
953
|
+
export interface NameAvailabilityCheckRequestParameters {
|
|
954
|
+
/** The resource name. */
|
|
955
|
+
name?: string;
|
|
956
|
+
/** The resource type */
|
|
957
|
+
type?: string;
|
|
1511
958
|
}
|
|
1512
959
|
|
|
1513
|
-
/**
|
|
1514
|
-
|
|
1515
|
-
*/
|
|
1516
|
-
|
|
1517
|
-
/**
|
|
1518
|
-
* The virtual machine sizes to include or exclude.
|
|
1519
|
-
*/
|
|
1520
|
-
vmSizes?: string[];
|
|
1521
|
-
/**
|
|
1522
|
-
* The vm sizes which enable encryption at host.
|
|
1523
|
-
*/
|
|
1524
|
-
vmSizesWithEncryptionAtHost?: string[];
|
|
1525
|
-
/**
|
|
1526
|
-
* The virtual machine filtering mode. Effectively this can enabling or disabling the virtual
|
|
1527
|
-
* machine sizes in a particular set.
|
|
1528
|
-
*/
|
|
1529
|
-
vmSizeFilters?: VmSizeCompatibilityFilterV2[];
|
|
960
|
+
/** The response spec of checking name availability. */
|
|
961
|
+
export interface NameAvailabilityCheckResult {
|
|
962
|
+
/** This indicates whether the name is available. */
|
|
963
|
+
nameAvailable?: boolean;
|
|
1530
964
|
/**
|
|
1531
|
-
* The
|
|
1532
|
-
*
|
|
965
|
+
* The reason of the result.
|
|
966
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1533
967
|
*/
|
|
1534
|
-
readonly
|
|
968
|
+
readonly reason?: string;
|
|
1535
969
|
/**
|
|
1536
|
-
* The
|
|
970
|
+
* The related message.
|
|
971
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1537
972
|
*/
|
|
1538
|
-
|
|
973
|
+
readonly message?: string;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/** The response of cluster create request validation. */
|
|
977
|
+
export interface ClusterCreateValidationResult {
|
|
978
|
+
/** The validation errors. */
|
|
979
|
+
validationErrors?: ValidationErrorInfo[];
|
|
980
|
+
/** The validation warnings. */
|
|
981
|
+
validationWarnings?: ValidationErrorInfo[];
|
|
982
|
+
/** The estimated creation duration. */
|
|
983
|
+
estimatedCreationDuration?: string;
|
|
984
|
+
/** The Azure active directory domain service resource details. */
|
|
985
|
+
aaddsResourcesDetails?: AaddsResourceDetails[];
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
/** The validation error information. */
|
|
989
|
+
export interface ValidationErrorInfo {
|
|
990
|
+
/** The error code. */
|
|
991
|
+
code?: string;
|
|
992
|
+
/** The error message. */
|
|
993
|
+
message?: string;
|
|
994
|
+
/** The error resource. */
|
|
995
|
+
errorResource?: string;
|
|
996
|
+
/** The message arguments */
|
|
997
|
+
messageArguments?: string[];
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
/** The Azure active directory domain service resource details. */
|
|
1001
|
+
export interface AaddsResourceDetails {
|
|
1002
|
+
/** The Azure active directory domain service name. */
|
|
1003
|
+
domainName?: string;
|
|
1004
|
+
/** This indicates whether initial sync complete or not. */
|
|
1005
|
+
initialSyncComplete?: boolean;
|
|
1006
|
+
/** This indicates whether enable ldaps or not. */
|
|
1007
|
+
ldapsEnabled?: boolean;
|
|
1008
|
+
/** The base 64 format string of public ldap certificate. */
|
|
1009
|
+
ldapsPublicCertificateInBase64?: string;
|
|
1010
|
+
/** The resource id of azure active directory domain service. */
|
|
1011
|
+
resourceId?: string;
|
|
1012
|
+
/** The subnet resource id. */
|
|
1013
|
+
subnetId?: string;
|
|
1014
|
+
/** The tenant id of azure active directory domain service . */
|
|
1015
|
+
tenantId?: string;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
/** The configuration object for the specified cluster. */
|
|
1019
|
+
export interface ClusterConfigurations {
|
|
1020
|
+
/** The configuration object for the specified configuration for the specified cluster. */
|
|
1021
|
+
configurations?: {
|
|
1022
|
+
[propertyName: string]: { [propertyName: string]: string };
|
|
1023
|
+
};
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
/** The cluster monitor parameters. */
|
|
1027
|
+
export interface ClusterMonitoringRequest {
|
|
1028
|
+
/** The cluster monitor workspace ID. */
|
|
1029
|
+
workspaceId?: string;
|
|
1030
|
+
/** The cluster monitor workspace key. */
|
|
1031
|
+
primaryKey?: string;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
/** The cluster monitoring status response. */
|
|
1035
|
+
export interface ClusterMonitoringResponse {
|
|
1036
|
+
/** The status of the monitor on the HDInsight cluster. */
|
|
1037
|
+
clusterMonitoringEnabled?: boolean;
|
|
1038
|
+
/** The workspace ID of the monitor on the HDInsight cluster. */
|
|
1039
|
+
workspaceId?: string;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/** The azure monitor parameters. */
|
|
1043
|
+
export interface AzureMonitorRequest {
|
|
1044
|
+
/** The Log Analytics workspace ID. */
|
|
1045
|
+
workspaceId?: string;
|
|
1046
|
+
/** The Log Analytics workspace key. */
|
|
1047
|
+
primaryKey?: string;
|
|
1048
|
+
/** The selected configurations. */
|
|
1049
|
+
selectedConfigurations?: AzureMonitorSelectedConfigurations;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
/** The selected configurations for azure monitor. */
|
|
1053
|
+
export interface AzureMonitorSelectedConfigurations {
|
|
1054
|
+
/** The configuration version. */
|
|
1055
|
+
configurationVersion?: string;
|
|
1056
|
+
/** The global configurations of selected configurations. */
|
|
1057
|
+
globalConfigurations?: { [propertyName: string]: string };
|
|
1058
|
+
/** The table list. */
|
|
1059
|
+
tableList?: AzureMonitorTableConfiguration[];
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
/** The table configuration for the Log Analytics integration. */
|
|
1063
|
+
export interface AzureMonitorTableConfiguration {
|
|
1064
|
+
/** The name. */
|
|
1065
|
+
name?: string;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
/** The azure monitor status response. */
|
|
1069
|
+
export interface AzureMonitorResponse {
|
|
1070
|
+
/** The status of the monitor on the HDInsight cluster. */
|
|
1071
|
+
clusterMonitoringEnabled?: boolean;
|
|
1072
|
+
/** The workspace ID of the monitor on the HDInsight cluster. */
|
|
1073
|
+
workspaceId?: string;
|
|
1074
|
+
/** The selected configurations. */
|
|
1075
|
+
selectedConfigurations?: AzureMonitorSelectedConfigurations;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
/** Cluster monitoring extensions. */
|
|
1079
|
+
export interface Extension {
|
|
1080
|
+
/** The workspace ID for the cluster monitoring extension. */
|
|
1081
|
+
workspaceId?: string;
|
|
1082
|
+
/** The certificate for the cluster monitoring extensions. */
|
|
1083
|
+
primaryKey?: string;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
/** The parameters for the script actions to execute on a running cluster. */
|
|
1087
|
+
export interface ExecuteScriptActionParameters {
|
|
1088
|
+
/** The list of run time script actions. */
|
|
1089
|
+
scriptActions?: RuntimeScriptAction[];
|
|
1090
|
+
/** Gets or sets if the scripts needs to be persisted. */
|
|
1091
|
+
persistOnSuccess: boolean;
|
|
1539
1092
|
}
|
|
1540
1093
|
|
|
1541
|
-
/**
|
|
1542
|
-
|
|
1543
|
-
*/
|
|
1544
|
-
|
|
1094
|
+
/** The persisted script action for the cluster. */
|
|
1095
|
+
export interface ScriptActionsList {
|
|
1096
|
+
/** The list of persisted script action details for the cluster. */
|
|
1097
|
+
value?: RuntimeScriptActionDetail[];
|
|
1545
1098
|
/**
|
|
1546
|
-
* The
|
|
1099
|
+
* The link (url) to the next page of results.
|
|
1100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1547
1101
|
*/
|
|
1548
|
-
|
|
1102
|
+
readonly nextLink?: string;
|
|
1549
1103
|
}
|
|
1550
1104
|
|
|
1551
|
-
/**
|
|
1552
|
-
|
|
1553
|
-
*/
|
|
1554
|
-
export interface Extension {
|
|
1105
|
+
/** The execution summary of a script action. */
|
|
1106
|
+
export interface ScriptActionExecutionSummary {
|
|
1555
1107
|
/**
|
|
1556
|
-
* The
|
|
1108
|
+
* The status of script action execution.
|
|
1109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1557
1110
|
*/
|
|
1558
|
-
|
|
1111
|
+
readonly status?: string;
|
|
1559
1112
|
/**
|
|
1560
|
-
* The
|
|
1113
|
+
* The instance count for a given script action execution status.
|
|
1114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1561
1115
|
*/
|
|
1562
|
-
|
|
1116
|
+
readonly instanceCount?: number;
|
|
1563
1117
|
}
|
|
1564
1118
|
|
|
1565
|
-
/**
|
|
1566
|
-
|
|
1567
|
-
*/
|
|
1568
|
-
export interface ClusterMonitoringResponse {
|
|
1119
|
+
/** The list script execution history response. */
|
|
1120
|
+
export interface ScriptActionExecutionHistoryList {
|
|
1569
1121
|
/**
|
|
1570
|
-
* The
|
|
1122
|
+
* The list of persisted script action details for the cluster.
|
|
1123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
1124
|
*/
|
|
1572
|
-
|
|
1125
|
+
readonly value?: RuntimeScriptActionDetail[];
|
|
1573
1126
|
/**
|
|
1574
|
-
* The
|
|
1127
|
+
* The link (url) to the next page of results.
|
|
1128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1575
1129
|
*/
|
|
1576
|
-
|
|
1130
|
+
readonly nextLink?: string;
|
|
1577
1131
|
}
|
|
1578
1132
|
|
|
1579
|
-
/**
|
|
1580
|
-
|
|
1581
|
-
*/
|
|
1582
|
-
|
|
1583
|
-
/**
|
|
1584
|
-
|
|
1585
|
-
*/
|
|
1586
|
-
workspaceId?: string;
|
|
1587
|
-
/**
|
|
1588
|
-
* The Operations Management Suite (OMS) workspace key.
|
|
1589
|
-
*/
|
|
1590
|
-
primaryKey?: string;
|
|
1133
|
+
/** Result of the request to list HDInsight operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
1134
|
+
export interface OperationListResult {
|
|
1135
|
+
/** The list of HDInsight operations supported by the HDInsight resource provider. */
|
|
1136
|
+
value?: Operation[];
|
|
1137
|
+
/** The URL to get the next set of operation list results if there are any. */
|
|
1138
|
+
nextLink?: string;
|
|
1591
1139
|
}
|
|
1592
1140
|
|
|
1593
|
-
/**
|
|
1594
|
-
|
|
1595
|
-
*/
|
|
1596
|
-
export interface ScriptActionPersistedGetResponseSpec {
|
|
1597
|
-
/**
|
|
1598
|
-
* The name of script action.
|
|
1599
|
-
*/
|
|
1141
|
+
/** The HDInsight REST API operation. */
|
|
1142
|
+
export interface Operation {
|
|
1143
|
+
/** The operation name: {provider}/{resource}/{operation} */
|
|
1600
1144
|
name?: string;
|
|
1601
|
-
/**
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
/**
|
|
1606
|
-
* The parameters for the script provided.
|
|
1607
|
-
*/
|
|
1608
|
-
parameters?: string;
|
|
1609
|
-
/**
|
|
1610
|
-
* The list of roles where script will be executed.
|
|
1611
|
-
*/
|
|
1612
|
-
roles?: string[];
|
|
1613
|
-
/**
|
|
1614
|
-
* The application name for the script action.
|
|
1615
|
-
*/
|
|
1616
|
-
applicationName?: string;
|
|
1145
|
+
/** The display of operation. */
|
|
1146
|
+
display?: OperationDisplay;
|
|
1147
|
+
/** The operation properties. */
|
|
1148
|
+
properties?: OperationProperties;
|
|
1617
1149
|
}
|
|
1618
1150
|
|
|
1619
|
-
/**
|
|
1620
|
-
* The object that represents the operation.
|
|
1621
|
-
*/
|
|
1151
|
+
/** The object that represents the operation. */
|
|
1622
1152
|
export interface OperationDisplay {
|
|
1623
|
-
/**
|
|
1624
|
-
* The service provider: Microsoft.HDInsight
|
|
1625
|
-
*/
|
|
1153
|
+
/** The service provider: Microsoft.HDInsight */
|
|
1626
1154
|
provider?: string;
|
|
1627
|
-
/**
|
|
1628
|
-
* The resource on which the operation is performed: Cluster, Applications, etc.
|
|
1629
|
-
*/
|
|
1155
|
+
/** The resource on which the operation is performed: Cluster, Applications, etc. */
|
|
1630
1156
|
resource?: string;
|
|
1631
|
-
/**
|
|
1632
|
-
* The operation type: read, write, delete, etc.
|
|
1633
|
-
*/
|
|
1157
|
+
/** The operation type: read, write, delete, etc. */
|
|
1634
1158
|
operation?: string;
|
|
1635
|
-
/**
|
|
1636
|
-
* Localized friendly description for the operation
|
|
1637
|
-
*/
|
|
1159
|
+
/** Localized friendly description for the operation */
|
|
1638
1160
|
description?: string;
|
|
1639
1161
|
}
|
|
1640
1162
|
|
|
1641
|
-
/**
|
|
1642
|
-
|
|
1643
|
-
*/
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* The name of the dimension.
|
|
1647
|
-
*/
|
|
1648
|
-
name?: string;
|
|
1649
|
-
/**
|
|
1650
|
-
* The display name of the dimension.
|
|
1651
|
-
*/
|
|
1652
|
-
displayName?: string;
|
|
1653
|
-
/**
|
|
1654
|
-
* The display name of the dimension.
|
|
1655
|
-
*/
|
|
1656
|
-
internalName?: string;
|
|
1657
|
-
/**
|
|
1658
|
-
* The flag indicates whether the metric will be exported for shoebox or not.
|
|
1659
|
-
*/
|
|
1660
|
-
toBeExportedForShoebox?: boolean;
|
|
1163
|
+
/** The details of operation. */
|
|
1164
|
+
export interface OperationProperties {
|
|
1165
|
+
/** The specification of the service. */
|
|
1166
|
+
serviceSpecification?: ServiceSpecification;
|
|
1661
1167
|
}
|
|
1662
1168
|
|
|
1663
|
-
/**
|
|
1664
|
-
|
|
1665
|
-
*/
|
|
1169
|
+
/** The specification of the service. */
|
|
1170
|
+
export interface ServiceSpecification {
|
|
1171
|
+
/** The metric specifications. */
|
|
1172
|
+
metricSpecifications?: MetricSpecifications[];
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
/** The details of metric specifications. */
|
|
1666
1176
|
export interface MetricSpecifications {
|
|
1667
|
-
/**
|
|
1668
|
-
* The name of the metric specification.
|
|
1669
|
-
*/
|
|
1177
|
+
/** The name of the metric specification. */
|
|
1670
1178
|
name?: string;
|
|
1671
|
-
/**
|
|
1672
|
-
* The display name of the metric specification.
|
|
1673
|
-
*/
|
|
1179
|
+
/** The display name of the metric specification. */
|
|
1674
1180
|
displayName?: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* The display description of the metric specification.
|
|
1677
|
-
*/
|
|
1181
|
+
/** The display description of the metric specification. */
|
|
1678
1182
|
displayDescription?: string;
|
|
1679
|
-
/**
|
|
1680
|
-
* The unit of the metric specification.
|
|
1681
|
-
*/
|
|
1183
|
+
/** The unit of the metric specification. */
|
|
1682
1184
|
unit?: string;
|
|
1683
|
-
/**
|
|
1684
|
-
* The aggregation type of the metric specification.
|
|
1685
|
-
*/
|
|
1185
|
+
/** The aggregation type of the metric specification. */
|
|
1686
1186
|
aggregationType?: string;
|
|
1687
|
-
/**
|
|
1688
|
-
* The supported aggregation types of the metric specification.
|
|
1689
|
-
*/
|
|
1187
|
+
/** The supported aggregation types of the metric specification. */
|
|
1690
1188
|
supportedAggregationTypes?: string[];
|
|
1691
|
-
/**
|
|
1692
|
-
* The supported time grain types of the metric specification.
|
|
1693
|
-
*/
|
|
1189
|
+
/** The supported time grain types of the metric specification. */
|
|
1694
1190
|
supportedTimeGrainTypes?: string[];
|
|
1695
|
-
/**
|
|
1696
|
-
* The flag indicates whether enable regional mdm account or not.
|
|
1697
|
-
*/
|
|
1191
|
+
/** The flag indicates whether enable regional mdm account or not. */
|
|
1698
1192
|
enableRegionalMdmAccount?: boolean;
|
|
1699
|
-
/**
|
|
1700
|
-
* The source mdm account.
|
|
1701
|
-
*/
|
|
1193
|
+
/** The source mdm account. */
|
|
1702
1194
|
sourceMdmAccount?: string;
|
|
1703
|
-
/**
|
|
1704
|
-
* The source mdm namespace.
|
|
1705
|
-
*/
|
|
1195
|
+
/** The source mdm namespace. */
|
|
1706
1196
|
sourceMdmNamespace?: string;
|
|
1707
|
-
/**
|
|
1708
|
-
* The metric filter pattern.
|
|
1709
|
-
*/
|
|
1197
|
+
/** The metric filter pattern. */
|
|
1710
1198
|
metricFilterPattern?: string;
|
|
1711
|
-
/**
|
|
1712
|
-
* The flag indicates whether filling gap with zero.
|
|
1713
|
-
*/
|
|
1199
|
+
/** The flag indicates whether filling gap with zero. */
|
|
1714
1200
|
fillGapWithZero?: boolean;
|
|
1715
|
-
/**
|
|
1716
|
-
* The category of the metric.
|
|
1717
|
-
*/
|
|
1201
|
+
/** The category of the metric. */
|
|
1718
1202
|
category?: string;
|
|
1719
|
-
/**
|
|
1720
|
-
* The override name of resource id dimension name.
|
|
1721
|
-
*/
|
|
1203
|
+
/** The override name of resource id dimension name. */
|
|
1722
1204
|
resourceIdDimensionNameOverride?: string;
|
|
1723
|
-
/**
|
|
1724
|
-
* The flag indicates whether the metric is internal or not.
|
|
1725
|
-
*/
|
|
1205
|
+
/** The flag indicates whether the metric is internal or not. */
|
|
1726
1206
|
isInternal?: boolean;
|
|
1727
|
-
/**
|
|
1728
|
-
* The override name of delegate metric.
|
|
1729
|
-
*/
|
|
1207
|
+
/** The override name of delegate metric. */
|
|
1730
1208
|
delegateMetricNameOverride?: string;
|
|
1731
|
-
/**
|
|
1732
|
-
* The dimensions of the metric specification.
|
|
1733
|
-
*/
|
|
1209
|
+
/** The dimensions of the metric specification. */
|
|
1734
1210
|
dimensions?: Dimension[];
|
|
1735
1211
|
}
|
|
1736
1212
|
|
|
1737
|
-
/**
|
|
1738
|
-
|
|
1739
|
-
*/
|
|
1740
|
-
export interface ServiceSpecification {
|
|
1741
|
-
/**
|
|
1742
|
-
* The metric specifications.
|
|
1743
|
-
*/
|
|
1744
|
-
metricSpecifications?: MetricSpecifications[];
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
/**
|
|
1748
|
-
* The details of operation.
|
|
1749
|
-
*/
|
|
1750
|
-
export interface OperationProperties {
|
|
1751
|
-
/**
|
|
1752
|
-
* The specification of the service.
|
|
1753
|
-
*/
|
|
1754
|
-
serviceSpecification?: ServiceSpecification;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
* The HDInsight REST API operation.
|
|
1759
|
-
*/
|
|
1760
|
-
export interface Operation {
|
|
1761
|
-
/**
|
|
1762
|
-
* The operation name: {provider}/{resource}/{operation}
|
|
1763
|
-
*/
|
|
1213
|
+
/** The definition of Dimension. */
|
|
1214
|
+
export interface Dimension {
|
|
1215
|
+
/** The name of the dimension. */
|
|
1764
1216
|
name?: string;
|
|
1765
|
-
/**
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
/**
|
|
1770
|
-
|
|
1771
|
-
*/
|
|
1772
|
-
properties?: OperationProperties;
|
|
1217
|
+
/** The display name of the dimension. */
|
|
1218
|
+
displayName?: string;
|
|
1219
|
+
/** The display name of the dimension. */
|
|
1220
|
+
internalName?: string;
|
|
1221
|
+
/** The flag indicates whether the metric will be exported for shoebox or not. */
|
|
1222
|
+
toBeExportedForShoebox?: boolean;
|
|
1773
1223
|
}
|
|
1774
1224
|
|
|
1775
|
-
/**
|
|
1776
|
-
* The cluster host information.
|
|
1777
|
-
*/
|
|
1225
|
+
/** The cluster host information. */
|
|
1778
1226
|
export interface HostInfo {
|
|
1779
|
-
/**
|
|
1780
|
-
* The host name
|
|
1781
|
-
*/
|
|
1227
|
+
/** The host name */
|
|
1782
1228
|
name?: string;
|
|
1783
|
-
/**
|
|
1784
|
-
* The Fully Qualified Domain Name of host
|
|
1785
|
-
*/
|
|
1229
|
+
/** The Fully Qualified Domain Name of host */
|
|
1786
1230
|
fqdn?: string;
|
|
1787
|
-
/**
|
|
1788
|
-
* The effective disk encryption key URL used by the host
|
|
1789
|
-
*/
|
|
1231
|
+
/** The effective disk encryption key URL used by the host */
|
|
1790
1232
|
effectiveDiskEncryptionKeyUrl?: string;
|
|
1791
1233
|
}
|
|
1792
1234
|
|
|
1793
|
-
/**
|
|
1794
|
-
|
|
1795
|
-
*/
|
|
1796
|
-
|
|
1797
|
-
baseUri?: string;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
/**
|
|
1801
|
-
* @interface
|
|
1802
|
-
* The List Cluster operation response.
|
|
1803
|
-
* @extends Array<Cluster>
|
|
1804
|
-
*/
|
|
1805
|
-
export interface ClusterListResult extends Array<Cluster> {
|
|
1235
|
+
/** The list private endpoint connections response. */
|
|
1236
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1237
|
+
/** The list of private endpoint connections. */
|
|
1238
|
+
value?: PrivateEndpointConnection[];
|
|
1806
1239
|
/**
|
|
1807
1240
|
* The link (url) to the next page of results.
|
|
1808
|
-
*
|
|
1241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1809
1242
|
*/
|
|
1810
1243
|
readonly nextLink?: string;
|
|
1811
1244
|
}
|
|
1812
1245
|
|
|
1813
|
-
/**
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
* @extends Array<Application>
|
|
1818
|
-
*/
|
|
1819
|
-
export interface ApplicationListResult extends Array<Application> {
|
|
1820
|
-
/**
|
|
1821
|
-
* The URL to get the next set of operation list results if there are any.
|
|
1822
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1823
|
-
*/
|
|
1824
|
-
readonly nextLink?: string;
|
|
1246
|
+
/** A list of private link resources */
|
|
1247
|
+
export interface PrivateLinkResourceListResult {
|
|
1248
|
+
/** Array of private link resources */
|
|
1249
|
+
value?: PrivateLinkResource[];
|
|
1825
1250
|
}
|
|
1826
1251
|
|
|
1827
|
-
/**
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
*/
|
|
1832
|
-
export interface ScriptActionsList extends Array<RuntimeScriptActionDetail> {
|
|
1252
|
+
/** The ListPersistedScriptActions operation response. */
|
|
1253
|
+
export interface ClusterListPersistedScriptActionsResult {
|
|
1254
|
+
/** The list of Persisted Script Actions. */
|
|
1255
|
+
value?: RuntimeScriptAction[];
|
|
1833
1256
|
/**
|
|
1834
1257
|
* The link (url) to the next page of results.
|
|
1835
|
-
*
|
|
1258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1836
1259
|
*/
|
|
1837
1260
|
readonly nextLink?: string;
|
|
1838
1261
|
}
|
|
1839
1262
|
|
|
1840
|
-
/**
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
*/
|
|
1845
|
-
|
|
1846
|
-
/**
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1263
|
+
/** The persisted script action for cluster. */
|
|
1264
|
+
export interface ScriptActionPersistedGetResponseSpec {
|
|
1265
|
+
/** The name of script action. */
|
|
1266
|
+
name?: string;
|
|
1267
|
+
/** The URI to the script. */
|
|
1268
|
+
uri?: string;
|
|
1269
|
+
/** The parameters for the script provided. */
|
|
1270
|
+
parameters?: string;
|
|
1271
|
+
/** The list of roles where script will be executed. */
|
|
1272
|
+
roles?: string[];
|
|
1273
|
+
/** The application name for the script action. */
|
|
1274
|
+
applicationName?: string;
|
|
1851
1275
|
}
|
|
1852
1276
|
|
|
1853
|
-
/**
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1277
|
+
/** The cluster create request specification. */
|
|
1278
|
+
export type ClusterCreateRequestValidationParameters = ClusterCreateParametersExtended & {
|
|
1279
|
+
/** The cluster name. */
|
|
1280
|
+
name?: string;
|
|
1281
|
+
/** The resource type. */
|
|
1282
|
+
type?: string;
|
|
1283
|
+
/** The tenant id. */
|
|
1284
|
+
tenantId?: string;
|
|
1285
|
+
/** This indicates whether fetch Aadds resource or not. */
|
|
1286
|
+
fetchAaddsResource?: boolean;
|
|
1287
|
+
};
|
|
1288
|
+
|
|
1289
|
+
/** The private endpoint connection. */
|
|
1290
|
+
export type PrivateEndpointConnection = Resource & {
|
|
1860
1291
|
/**
|
|
1861
|
-
*
|
|
1292
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1862
1294
|
*/
|
|
1863
|
-
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
/**
|
|
1867
|
-
* Defines values for DirectoryType.
|
|
1868
|
-
* Possible values include: 'ActiveDirectory'
|
|
1869
|
-
* @readonly
|
|
1870
|
-
* @enum {string}
|
|
1871
|
-
*/
|
|
1872
|
-
export type DirectoryType = 'ActiveDirectory';
|
|
1873
|
-
|
|
1874
|
-
/**
|
|
1875
|
-
* Defines values for DaysOfWeek.
|
|
1876
|
-
* Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday',
|
|
1877
|
-
* 'Sunday'
|
|
1878
|
-
* @readonly
|
|
1879
|
-
* @enum {string}
|
|
1880
|
-
*/
|
|
1881
|
-
export type DaysOfWeek = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
|
|
1882
|
-
|
|
1883
|
-
/**
|
|
1884
|
-
* Defines values for ResourceProviderConnection.
|
|
1885
|
-
* Possible values include: 'Inbound', 'Outbound'
|
|
1886
|
-
* @readonly
|
|
1887
|
-
* @enum {string}
|
|
1888
|
-
*/
|
|
1889
|
-
export type ResourceProviderConnection = 'Inbound' | 'Outbound';
|
|
1890
|
-
|
|
1891
|
-
/**
|
|
1892
|
-
* Defines values for PrivateLink.
|
|
1893
|
-
* Possible values include: 'Disabled', 'Enabled'
|
|
1894
|
-
* @readonly
|
|
1895
|
-
* @enum {string}
|
|
1896
|
-
*/
|
|
1897
|
-
export type PrivateLink = 'Disabled' | 'Enabled';
|
|
1898
|
-
|
|
1899
|
-
/**
|
|
1900
|
-
* Defines values for OSType.
|
|
1901
|
-
* Possible values include: 'Windows', 'Linux'
|
|
1902
|
-
* @readonly
|
|
1903
|
-
* @enum {string}
|
|
1904
|
-
*/
|
|
1905
|
-
export type OSType = 'Windows' | 'Linux';
|
|
1906
|
-
|
|
1907
|
-
/**
|
|
1908
|
-
* Defines values for Tier.
|
|
1909
|
-
* Possible values include: 'Standard', 'Premium'
|
|
1910
|
-
* @readonly
|
|
1911
|
-
* @enum {string}
|
|
1912
|
-
*/
|
|
1913
|
-
export type Tier = 'Standard' | 'Premium';
|
|
1914
|
-
|
|
1915
|
-
/**
|
|
1916
|
-
* Defines values for JsonWebKeyEncryptionAlgorithm.
|
|
1917
|
-
* Possible values include: 'RSA-OAEP', 'RSA-OAEP-256', 'RSA1_5'
|
|
1918
|
-
* @readonly
|
|
1919
|
-
* @enum {string}
|
|
1920
|
-
*/
|
|
1921
|
-
export type JsonWebKeyEncryptionAlgorithm = 'RSA-OAEP' | 'RSA-OAEP-256' | 'RSA1_5';
|
|
1922
|
-
|
|
1923
|
-
/**
|
|
1924
|
-
* Defines values for ResourceIdentityType.
|
|
1925
|
-
* Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned',
|
|
1926
|
-
* 'None'
|
|
1927
|
-
* @readonly
|
|
1928
|
-
* @enum {string}
|
|
1929
|
-
*/
|
|
1930
|
-
export type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned' | 'None';
|
|
1931
|
-
|
|
1932
|
-
/**
|
|
1933
|
-
* Defines values for HDInsightClusterProvisioningState.
|
|
1934
|
-
* Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
|
|
1935
|
-
* @readonly
|
|
1936
|
-
* @enum {string}
|
|
1937
|
-
*/
|
|
1938
|
-
export type HDInsightClusterProvisioningState = 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';
|
|
1939
|
-
|
|
1940
|
-
/**
|
|
1941
|
-
* Defines values for AsyncOperationState.
|
|
1942
|
-
* Possible values include: 'InProgress', 'Succeeded', 'Failed'
|
|
1943
|
-
* @readonly
|
|
1944
|
-
* @enum {string}
|
|
1945
|
-
*/
|
|
1946
|
-
export type AsyncOperationState = 'InProgress' | 'Succeeded' | 'Failed';
|
|
1947
|
-
|
|
1948
|
-
/**
|
|
1949
|
-
* Defines values for FilterMode.
|
|
1950
|
-
* Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'
|
|
1951
|
-
* @readonly
|
|
1952
|
-
* @enum {string}
|
|
1953
|
-
*/
|
|
1954
|
-
export type FilterMode = 'Exclude' | 'Include' | 'Recommend' | 'Default';
|
|
1955
|
-
|
|
1956
|
-
/**
|
|
1957
|
-
* Contains response data for the create operation.
|
|
1958
|
-
*/
|
|
1959
|
-
export type ClustersCreateResponse = Cluster & {
|
|
1295
|
+
readonly systemData?: SystemData;
|
|
1960
1296
|
/**
|
|
1961
|
-
* The
|
|
1297
|
+
* The private endpoint of the private endpoint connection
|
|
1298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1962
1299
|
*/
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
*/
|
|
1967
|
-
bodyAsText: string;
|
|
1968
|
-
|
|
1969
|
-
/**
|
|
1970
|
-
* The response body as parsed JSON or XML
|
|
1971
|
-
*/
|
|
1972
|
-
parsedBody: Cluster;
|
|
1973
|
-
};
|
|
1974
|
-
};
|
|
1975
|
-
|
|
1976
|
-
/**
|
|
1977
|
-
* Contains response data for the update operation.
|
|
1978
|
-
*/
|
|
1979
|
-
export type ClustersUpdateResponse = Cluster & {
|
|
1300
|
+
readonly privateEndpoint?: PrivateEndpoint;
|
|
1301
|
+
/** The private link service connection state. */
|
|
1302
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
1980
1303
|
/**
|
|
1981
|
-
* The
|
|
1304
|
+
* The link identifier.
|
|
1305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1982
1306
|
*/
|
|
1983
|
-
|
|
1984
|
-
/**
|
|
1985
|
-
* The response body as text (string format)
|
|
1986
|
-
*/
|
|
1987
|
-
bodyAsText: string;
|
|
1988
|
-
|
|
1989
|
-
/**
|
|
1990
|
-
* The response body as parsed JSON or XML
|
|
1991
|
-
*/
|
|
1992
|
-
parsedBody: Cluster;
|
|
1993
|
-
};
|
|
1994
|
-
};
|
|
1995
|
-
|
|
1996
|
-
/**
|
|
1997
|
-
* Contains response data for the get operation.
|
|
1998
|
-
*/
|
|
1999
|
-
export type ClustersGetResponse = Cluster & {
|
|
1307
|
+
readonly linkIdentifier?: string;
|
|
2000
1308
|
/**
|
|
2001
|
-
* The
|
|
1309
|
+
* The provisioning state, which only appears in the response.
|
|
1310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2002
1311
|
*/
|
|
2003
|
-
|
|
2004
|
-
/**
|
|
2005
|
-
* The response body as text (string format)
|
|
2006
|
-
*/
|
|
2007
|
-
bodyAsText: string;
|
|
2008
|
-
|
|
2009
|
-
/**
|
|
2010
|
-
* The response body as parsed JSON or XML
|
|
2011
|
-
*/
|
|
2012
|
-
parsedBody: Cluster;
|
|
2013
|
-
};
|
|
1312
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
2014
1313
|
};
|
|
2015
1314
|
|
|
2016
|
-
/**
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
* The response body as text (string format)
|
|
2026
|
-
*/
|
|
2027
|
-
bodyAsText: string;
|
|
2028
|
-
|
|
2029
|
-
/**
|
|
2030
|
-
* The response body as parsed JSON or XML
|
|
2031
|
-
*/
|
|
2032
|
-
parsedBody: ClusterListResult;
|
|
2033
|
-
};
|
|
1315
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1316
|
+
export type ProxyResource = Resource & {};
|
|
1317
|
+
|
|
1318
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1319
|
+
export type TrackedResource = ResourceAutoGenerated & {
|
|
1320
|
+
/** Resource tags. */
|
|
1321
|
+
tags?: { [propertyName: string]: string };
|
|
1322
|
+
/** The geo-location where the resource lives */
|
|
1323
|
+
location: string;
|
|
2034
1324
|
};
|
|
2035
1325
|
|
|
2036
|
-
/**
|
|
2037
|
-
|
|
2038
|
-
*/
|
|
2039
|
-
export type ClustersListResponse = ClusterListResult & {
|
|
1326
|
+
/** A private link resource */
|
|
1327
|
+
export type PrivateLinkResource = ResourceAutoGenerated & {
|
|
2040
1328
|
/**
|
|
2041
|
-
*
|
|
1329
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2042
1331
|
*/
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
/**
|
|
2050
|
-
* The response body as parsed JSON or XML
|
|
2051
|
-
*/
|
|
2052
|
-
parsedBody: ClusterListResult;
|
|
2053
|
-
};
|
|
2054
|
-
};
|
|
2055
|
-
|
|
2056
|
-
/**
|
|
2057
|
-
* Contains response data for the getGatewaySettings operation.
|
|
2058
|
-
*/
|
|
2059
|
-
export type ClustersGetGatewaySettingsResponse = GatewaySettings & {
|
|
1332
|
+
readonly systemData?: SystemData;
|
|
1333
|
+
/**
|
|
1334
|
+
* The private link resource group id.
|
|
1335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1336
|
+
*/
|
|
1337
|
+
readonly groupId?: string;
|
|
2060
1338
|
/**
|
|
2061
|
-
* The
|
|
1339
|
+
* The private link resource required member names.
|
|
1340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2062
1341
|
*/
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
*/
|
|
2067
|
-
bodyAsText: string;
|
|
2068
|
-
|
|
2069
|
-
/**
|
|
2070
|
-
* The response body as parsed JSON or XML
|
|
2071
|
-
*/
|
|
2072
|
-
parsedBody: GatewaySettings;
|
|
2073
|
-
};
|
|
1342
|
+
readonly requiredMembers?: string[];
|
|
1343
|
+
/** The private link resource Private link DNS zone name. */
|
|
1344
|
+
requiredZoneNames?: string[];
|
|
2074
1345
|
};
|
|
2075
1346
|
|
|
2076
|
-
/**
|
|
2077
|
-
|
|
2078
|
-
*/
|
|
2079
|
-
export type ClustersBeginCreateResponse = Cluster & {
|
|
1347
|
+
/** The execution details of a script action. */
|
|
1348
|
+
export type RuntimeScriptActionDetail = RuntimeScriptAction & {
|
|
2080
1349
|
/**
|
|
2081
|
-
* The
|
|
1350
|
+
* The execution id of the script action.
|
|
1351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2082
1352
|
*/
|
|
2083
|
-
|
|
2084
|
-
/**
|
|
2085
|
-
* The response body as text (string format)
|
|
2086
|
-
*/
|
|
2087
|
-
bodyAsText: string;
|
|
2088
|
-
|
|
2089
|
-
/**
|
|
2090
|
-
* The response body as parsed JSON or XML
|
|
2091
|
-
*/
|
|
2092
|
-
parsedBody: Cluster;
|
|
2093
|
-
};
|
|
2094
|
-
};
|
|
2095
|
-
|
|
2096
|
-
/**
|
|
2097
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
2098
|
-
*/
|
|
2099
|
-
export type ClustersListByResourceGroupNextResponse = ClusterListResult & {
|
|
1353
|
+
readonly scriptExecutionId?: number;
|
|
2100
1354
|
/**
|
|
2101
|
-
* The
|
|
1355
|
+
* The start time of script action execution.
|
|
1356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2102
1357
|
*/
|
|
2103
|
-
|
|
2104
|
-
/**
|
|
2105
|
-
* The response body as text (string format)
|
|
2106
|
-
*/
|
|
2107
|
-
bodyAsText: string;
|
|
2108
|
-
|
|
2109
|
-
/**
|
|
2110
|
-
* The response body as parsed JSON or XML
|
|
2111
|
-
*/
|
|
2112
|
-
parsedBody: ClusterListResult;
|
|
2113
|
-
};
|
|
2114
|
-
};
|
|
2115
|
-
|
|
2116
|
-
/**
|
|
2117
|
-
* Contains response data for the listNext operation.
|
|
2118
|
-
*/
|
|
2119
|
-
export type ClustersListNextResponse = ClusterListResult & {
|
|
1358
|
+
readonly startTime?: string;
|
|
2120
1359
|
/**
|
|
2121
|
-
* The
|
|
1360
|
+
* The end time of script action execution.
|
|
1361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2122
1362
|
*/
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
export type ApplicationsListByClusterResponse = ApplicationListResult & {
|
|
1363
|
+
readonly endTime?: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The current execution status of the script action.
|
|
1366
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1367
|
+
*/
|
|
1368
|
+
readonly status?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* The reason why the script action was executed.
|
|
1371
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1372
|
+
*/
|
|
1373
|
+
readonly operation?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* The summary of script action execution result.
|
|
1376
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1377
|
+
*/
|
|
1378
|
+
readonly executionSummary?: ScriptActionExecutionSummary[];
|
|
2140
1379
|
/**
|
|
2141
|
-
* The
|
|
1380
|
+
* The script action execution debug information.
|
|
1381
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2142
1382
|
*/
|
|
2143
|
-
|
|
2144
|
-
/**
|
|
2145
|
-
* The response body as text (string format)
|
|
2146
|
-
*/
|
|
2147
|
-
bodyAsText: string;
|
|
2148
|
-
|
|
2149
|
-
/**
|
|
2150
|
-
* The response body as parsed JSON or XML
|
|
2151
|
-
*/
|
|
2152
|
-
parsedBody: ApplicationListResult;
|
|
2153
|
-
};
|
|
1383
|
+
readonly debugInformation?: string;
|
|
2154
1384
|
};
|
|
2155
1385
|
|
|
2156
|
-
/**
|
|
2157
|
-
|
|
2158
|
-
*/
|
|
2159
|
-
|
|
1386
|
+
/** The HDInsight cluster application */
|
|
1387
|
+
export type Application = ProxyResource & {
|
|
1388
|
+
/** The ETag for the application */
|
|
1389
|
+
etag?: string;
|
|
1390
|
+
/** The tags for the application. */
|
|
1391
|
+
tags?: { [propertyName: string]: string };
|
|
1392
|
+
/** The properties of the application. */
|
|
1393
|
+
properties?: ApplicationProperties;
|
|
2160
1394
|
/**
|
|
2161
|
-
*
|
|
1395
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1396
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2162
1397
|
*/
|
|
2163
|
-
|
|
2164
|
-
/**
|
|
2165
|
-
* The response body as text (string format)
|
|
2166
|
-
*/
|
|
2167
|
-
bodyAsText: string;
|
|
2168
|
-
|
|
2169
|
-
/**
|
|
2170
|
-
* The response body as parsed JSON or XML
|
|
2171
|
-
*/
|
|
2172
|
-
parsedBody: Application;
|
|
2173
|
-
};
|
|
1398
|
+
readonly systemData?: SystemData;
|
|
2174
1399
|
};
|
|
2175
1400
|
|
|
2176
|
-
/**
|
|
2177
|
-
|
|
2178
|
-
*/
|
|
2179
|
-
|
|
1401
|
+
/** The HDInsight cluster. */
|
|
1402
|
+
export type Cluster = TrackedResource & {
|
|
1403
|
+
/** The ETag for the resource */
|
|
1404
|
+
etag?: string;
|
|
1405
|
+
/** The availability zones. */
|
|
1406
|
+
zones?: string[];
|
|
1407
|
+
/** The properties of the cluster. */
|
|
1408
|
+
properties?: ClusterGetProperties;
|
|
1409
|
+
/** The identity of the cluster, if configured. */
|
|
1410
|
+
identity?: ClusterIdentity;
|
|
2180
1411
|
/**
|
|
2181
|
-
*
|
|
1412
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2182
1414
|
*/
|
|
2183
|
-
|
|
2184
|
-
/**
|
|
2185
|
-
* The response body as text (string format)
|
|
2186
|
-
*/
|
|
2187
|
-
bodyAsText: string;
|
|
2188
|
-
|
|
2189
|
-
/**
|
|
2190
|
-
* The response body as parsed JSON or XML
|
|
2191
|
-
*/
|
|
2192
|
-
parsedBody: Application;
|
|
2193
|
-
};
|
|
1415
|
+
readonly systemData?: SystemData;
|
|
2194
1416
|
};
|
|
2195
1417
|
|
|
1418
|
+
/** Known values of {@link OSType} that the service accepts. */
|
|
1419
|
+
export enum KnownOSType {
|
|
1420
|
+
Windows = "Windows",
|
|
1421
|
+
Linux = "Linux"
|
|
1422
|
+
}
|
|
1423
|
+
|
|
2196
1424
|
/**
|
|
2197
|
-
*
|
|
1425
|
+
* Defines values for OSType. \
|
|
1426
|
+
* {@link KnownOSType} can be used interchangeably with OSType,
|
|
1427
|
+
* this enum contains the known values that the service supports.
|
|
1428
|
+
* ### Known values supported by the service
|
|
1429
|
+
* **Windows** \
|
|
1430
|
+
* **Linux**
|
|
2198
1431
|
*/
|
|
2199
|
-
export type
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
*/
|
|
2207
|
-
bodyAsText: string;
|
|
2208
|
-
|
|
2209
|
-
/**
|
|
2210
|
-
* The response body as parsed JSON or XML
|
|
2211
|
-
*/
|
|
2212
|
-
parsedBody: Application;
|
|
2213
|
-
};
|
|
2214
|
-
};
|
|
1432
|
+
export type OSType = string;
|
|
1433
|
+
|
|
1434
|
+
/** Known values of {@link Tier} that the service accepts. */
|
|
1435
|
+
export enum KnownTier {
|
|
1436
|
+
Standard = "Standard",
|
|
1437
|
+
Premium = "Premium"
|
|
1438
|
+
}
|
|
2215
1439
|
|
|
2216
1440
|
/**
|
|
2217
|
-
*
|
|
1441
|
+
* Defines values for Tier. \
|
|
1442
|
+
* {@link KnownTier} can be used interchangeably with Tier,
|
|
1443
|
+
* this enum contains the known values that the service supports.
|
|
1444
|
+
* ### Known values supported by the service
|
|
1445
|
+
* **Standard** \
|
|
1446
|
+
* **Premium**
|
|
2218
1447
|
*/
|
|
2219
|
-
export type
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
* The response body as text (string format)
|
|
2226
|
-
*/
|
|
2227
|
-
bodyAsText: string;
|
|
2228
|
-
|
|
2229
|
-
/**
|
|
2230
|
-
* The response body as parsed JSON or XML
|
|
2231
|
-
*/
|
|
2232
|
-
parsedBody: ApplicationListResult;
|
|
2233
|
-
};
|
|
2234
|
-
};
|
|
1448
|
+
export type Tier = string;
|
|
1449
|
+
|
|
1450
|
+
/** Known values of {@link DirectoryType} that the service accepts. */
|
|
1451
|
+
export enum KnownDirectoryType {
|
|
1452
|
+
ActiveDirectory = "ActiveDirectory"
|
|
1453
|
+
}
|
|
2235
1454
|
|
|
2236
1455
|
/**
|
|
2237
|
-
*
|
|
1456
|
+
* Defines values for DirectoryType. \
|
|
1457
|
+
* {@link KnownDirectoryType} can be used interchangeably with DirectoryType,
|
|
1458
|
+
* this enum contains the known values that the service supports.
|
|
1459
|
+
* ### Known values supported by the service
|
|
1460
|
+
* **ActiveDirectory**
|
|
2238
1461
|
*/
|
|
2239
|
-
export type
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
*/
|
|
2252
|
-
parsedBody: CapabilitiesResult;
|
|
2253
|
-
};
|
|
2254
|
-
};
|
|
1462
|
+
export type DirectoryType = string;
|
|
1463
|
+
|
|
1464
|
+
/** Known values of {@link DaysOfWeek} that the service accepts. */
|
|
1465
|
+
export enum KnownDaysOfWeek {
|
|
1466
|
+
Monday = "Monday",
|
|
1467
|
+
Tuesday = "Tuesday",
|
|
1468
|
+
Wednesday = "Wednesday",
|
|
1469
|
+
Thursday = "Thursday",
|
|
1470
|
+
Friday = "Friday",
|
|
1471
|
+
Saturday = "Saturday",
|
|
1472
|
+
Sunday = "Sunday"
|
|
1473
|
+
}
|
|
2255
1474
|
|
|
2256
1475
|
/**
|
|
2257
|
-
*
|
|
1476
|
+
* Defines values for DaysOfWeek. \
|
|
1477
|
+
* {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,
|
|
1478
|
+
* this enum contains the known values that the service supports.
|
|
1479
|
+
* ### Known values supported by the service
|
|
1480
|
+
* **Monday** \
|
|
1481
|
+
* **Tuesday** \
|
|
1482
|
+
* **Wednesday** \
|
|
1483
|
+
* **Thursday** \
|
|
1484
|
+
* **Friday** \
|
|
1485
|
+
* **Saturday** \
|
|
1486
|
+
* **Sunday**
|
|
2258
1487
|
*/
|
|
2259
|
-
export type
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
bodyAsText: string;
|
|
2268
|
-
|
|
2269
|
-
/**
|
|
2270
|
-
* The response body as parsed JSON or XML
|
|
2271
|
-
*/
|
|
2272
|
-
parsedBody: UsagesListResult;
|
|
2273
|
-
};
|
|
2274
|
-
};
|
|
1488
|
+
export type DaysOfWeek = string;
|
|
1489
|
+
|
|
1490
|
+
/** Known values of {@link JsonWebKeyEncryptionAlgorithm} that the service accepts. */
|
|
1491
|
+
export enum KnownJsonWebKeyEncryptionAlgorithm {
|
|
1492
|
+
RSAOaep = "RSA-OAEP",
|
|
1493
|
+
RSAOaep256 = "RSA-OAEP-256",
|
|
1494
|
+
RSA15 = "RSA1_5"
|
|
1495
|
+
}
|
|
2275
1496
|
|
|
2276
1497
|
/**
|
|
2277
|
-
*
|
|
1498
|
+
* Defines values for JsonWebKeyEncryptionAlgorithm. \
|
|
1499
|
+
* {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,
|
|
1500
|
+
* this enum contains the known values that the service supports.
|
|
1501
|
+
* ### Known values supported by the service
|
|
1502
|
+
* **RSA-OAEP** \
|
|
1503
|
+
* **RSA-OAEP-256** \
|
|
1504
|
+
* **RSA1_5**
|
|
2278
1505
|
*/
|
|
2279
|
-
export type
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
*/
|
|
2287
|
-
bodyAsText: string;
|
|
2288
|
-
|
|
2289
|
-
/**
|
|
2290
|
-
* The response body as parsed JSON or XML
|
|
2291
|
-
*/
|
|
2292
|
-
parsedBody: BillingResponseListResult;
|
|
2293
|
-
};
|
|
2294
|
-
};
|
|
1506
|
+
export type JsonWebKeyEncryptionAlgorithm = string;
|
|
1507
|
+
|
|
1508
|
+
/** Known values of {@link ResourceProviderConnection} that the service accepts. */
|
|
1509
|
+
export enum KnownResourceProviderConnection {
|
|
1510
|
+
Inbound = "Inbound",
|
|
1511
|
+
Outbound = "Outbound"
|
|
1512
|
+
}
|
|
2295
1513
|
|
|
2296
1514
|
/**
|
|
2297
|
-
*
|
|
1515
|
+
* Defines values for ResourceProviderConnection. \
|
|
1516
|
+
* {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,
|
|
1517
|
+
* this enum contains the known values that the service supports.
|
|
1518
|
+
* ### Known values supported by the service
|
|
1519
|
+
* **Inbound** \
|
|
1520
|
+
* **Outbound**
|
|
2298
1521
|
*/
|
|
2299
|
-
export type
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
*/
|
|
2307
|
-
bodyAsText: string;
|
|
2308
|
-
|
|
2309
|
-
/**
|
|
2310
|
-
* The response body as parsed JSON or XML
|
|
2311
|
-
*/
|
|
2312
|
-
parsedBody: ClusterConfigurations;
|
|
2313
|
-
};
|
|
2314
|
-
};
|
|
1522
|
+
export type ResourceProviderConnection = string;
|
|
1523
|
+
|
|
1524
|
+
/** Known values of {@link PrivateLink} that the service accepts. */
|
|
1525
|
+
export enum KnownPrivateLink {
|
|
1526
|
+
Disabled = "Disabled",
|
|
1527
|
+
Enabled = "Enabled"
|
|
1528
|
+
}
|
|
2315
1529
|
|
|
2316
1530
|
/**
|
|
2317
|
-
*
|
|
1531
|
+
* Defines values for PrivateLink. \
|
|
1532
|
+
* {@link KnownPrivateLink} can be used interchangeably with PrivateLink,
|
|
1533
|
+
* this enum contains the known values that the service supports.
|
|
1534
|
+
* ### Known values supported by the service
|
|
1535
|
+
* **Disabled** \
|
|
1536
|
+
* **Enabled**
|
|
2318
1537
|
*/
|
|
2319
|
-
export type
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
/**
|
|
2330
|
-
* The response body as text (string format)
|
|
2331
|
-
*/
|
|
2332
|
-
bodyAsText: string;
|
|
2333
|
-
|
|
2334
|
-
/**
|
|
2335
|
-
* The response body as parsed JSON or XML
|
|
2336
|
-
*/
|
|
2337
|
-
parsedBody: { [propertyName: string]: string };
|
|
2338
|
-
};
|
|
2339
|
-
};
|
|
1538
|
+
export type PrivateLink = string;
|
|
1539
|
+
|
|
1540
|
+
/** Known values of {@link PrivateLinkConfigurationProvisioningState} that the service accepts. */
|
|
1541
|
+
export enum KnownPrivateLinkConfigurationProvisioningState {
|
|
1542
|
+
InProgress = "InProgress",
|
|
1543
|
+
Failed = "Failed",
|
|
1544
|
+
Succeeded = "Succeeded",
|
|
1545
|
+
Canceled = "Canceled",
|
|
1546
|
+
Deleting = "Deleting"
|
|
1547
|
+
}
|
|
2340
1548
|
|
|
2341
1549
|
/**
|
|
2342
|
-
*
|
|
1550
|
+
* Defines values for PrivateLinkConfigurationProvisioningState. \
|
|
1551
|
+
* {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,
|
|
1552
|
+
* this enum contains the known values that the service supports.
|
|
1553
|
+
* ### Known values supported by the service
|
|
1554
|
+
* **InProgress** \
|
|
1555
|
+
* **Failed** \
|
|
1556
|
+
* **Succeeded** \
|
|
1557
|
+
* **Canceled** \
|
|
1558
|
+
* **Deleting**
|
|
2343
1559
|
*/
|
|
2344
|
-
export type
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
*/
|
|
2352
|
-
bodyAsText: string;
|
|
2353
|
-
|
|
2354
|
-
/**
|
|
2355
|
-
* The response body as parsed JSON or XML
|
|
2356
|
-
*/
|
|
2357
|
-
parsedBody: ClusterMonitoringResponse;
|
|
2358
|
-
};
|
|
2359
|
-
};
|
|
1560
|
+
export type PrivateLinkConfigurationProvisioningState = string;
|
|
1561
|
+
|
|
1562
|
+
/** Known values of {@link PrivateIPAllocationMethod} that the service accepts. */
|
|
1563
|
+
export enum KnownPrivateIPAllocationMethod {
|
|
1564
|
+
Dynamic = "dynamic",
|
|
1565
|
+
Static = "static"
|
|
1566
|
+
}
|
|
2360
1567
|
|
|
2361
1568
|
/**
|
|
2362
|
-
*
|
|
1569
|
+
* Defines values for PrivateIPAllocationMethod. \
|
|
1570
|
+
* {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,
|
|
1571
|
+
* this enum contains the known values that the service supports.
|
|
1572
|
+
* ### Known values supported by the service
|
|
1573
|
+
* **dynamic** \
|
|
1574
|
+
* **static**
|
|
2363
1575
|
*/
|
|
2364
|
-
export type
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
/**
|
|
2375
|
-
* The response body as parsed JSON or XML
|
|
2376
|
-
*/
|
|
2377
|
-
parsedBody: Extension;
|
|
2378
|
-
};
|
|
2379
|
-
};
|
|
1576
|
+
export type PrivateIPAllocationMethod = string;
|
|
1577
|
+
|
|
1578
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
1579
|
+
export enum KnownResourceIdentityType {
|
|
1580
|
+
SystemAssigned = "SystemAssigned",
|
|
1581
|
+
UserAssigned = "UserAssigned",
|
|
1582
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1583
|
+
None = "None"
|
|
1584
|
+
}
|
|
2380
1585
|
|
|
2381
1586
|
/**
|
|
2382
|
-
*
|
|
1587
|
+
* Defines values for ResourceIdentityType. \
|
|
1588
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
1589
|
+
* this enum contains the known values that the service supports.
|
|
1590
|
+
* ### Known values supported by the service
|
|
1591
|
+
* **SystemAssigned** \
|
|
1592
|
+
* **UserAssigned** \
|
|
1593
|
+
* **SystemAssigned, UserAssigned** \
|
|
1594
|
+
* **None**
|
|
2383
1595
|
*/
|
|
2384
|
-
export type
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
/**
|
|
2395
|
-
* The response body as parsed JSON or XML
|
|
2396
|
-
*/
|
|
2397
|
-
parsedBody: ScriptActionsList;
|
|
2398
|
-
};
|
|
2399
|
-
};
|
|
1596
|
+
export type ResourceIdentityType = string;
|
|
1597
|
+
|
|
1598
|
+
/** Known values of {@link HDInsightClusterProvisioningState} that the service accepts. */
|
|
1599
|
+
export enum KnownHDInsightClusterProvisioningState {
|
|
1600
|
+
InProgress = "InProgress",
|
|
1601
|
+
Failed = "Failed",
|
|
1602
|
+
Succeeded = "Succeeded",
|
|
1603
|
+
Canceled = "Canceled",
|
|
1604
|
+
Deleting = "Deleting"
|
|
1605
|
+
}
|
|
2400
1606
|
|
|
2401
1607
|
/**
|
|
2402
|
-
*
|
|
1608
|
+
* Defines values for HDInsightClusterProvisioningState. \
|
|
1609
|
+
* {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,
|
|
1610
|
+
* this enum contains the known values that the service supports.
|
|
1611
|
+
* ### Known values supported by the service
|
|
1612
|
+
* **InProgress** \
|
|
1613
|
+
* **Failed** \
|
|
1614
|
+
* **Succeeded** \
|
|
1615
|
+
* **Canceled** \
|
|
1616
|
+
* **Deleting**
|
|
2403
1617
|
*/
|
|
2404
|
-
export type
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
/**
|
|
2415
|
-
* The response body as parsed JSON or XML
|
|
2416
|
-
*/
|
|
2417
|
-
parsedBody: RuntimeScriptActionDetail;
|
|
2418
|
-
};
|
|
2419
|
-
};
|
|
1618
|
+
export type HDInsightClusterProvisioningState = string;
|
|
1619
|
+
|
|
1620
|
+
/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
|
|
1621
|
+
export enum KnownPrivateLinkServiceConnectionStatus {
|
|
1622
|
+
Approved = "Approved",
|
|
1623
|
+
Rejected = "Rejected",
|
|
1624
|
+
Pending = "Pending",
|
|
1625
|
+
Removed = "Removed"
|
|
1626
|
+
}
|
|
2420
1627
|
|
|
2421
1628
|
/**
|
|
2422
|
-
*
|
|
1629
|
+
* Defines values for PrivateLinkServiceConnectionStatus. \
|
|
1630
|
+
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
1631
|
+
* this enum contains the known values that the service supports.
|
|
1632
|
+
* ### Known values supported by the service
|
|
1633
|
+
* **Approved** \
|
|
1634
|
+
* **Rejected** \
|
|
1635
|
+
* **Pending** \
|
|
1636
|
+
* **Removed**
|
|
2423
1637
|
*/
|
|
2424
|
-
export type
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
* The response body as parsed JSON or XML
|
|
2436
|
-
*/
|
|
2437
|
-
parsedBody: ScriptActionsList;
|
|
2438
|
-
};
|
|
2439
|
-
};
|
|
1638
|
+
export type PrivateLinkServiceConnectionStatus = string;
|
|
1639
|
+
|
|
1640
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1641
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1642
|
+
InProgress = "InProgress",
|
|
1643
|
+
Updating = "Updating",
|
|
1644
|
+
Failed = "Failed",
|
|
1645
|
+
Succeeded = "Succeeded",
|
|
1646
|
+
Canceled = "Canceled",
|
|
1647
|
+
Deleting = "Deleting"
|
|
1648
|
+
}
|
|
2440
1649
|
|
|
2441
1650
|
/**
|
|
2442
|
-
*
|
|
1651
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1652
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1653
|
+
* this enum contains the known values that the service supports.
|
|
1654
|
+
* ### Known values supported by the service
|
|
1655
|
+
* **InProgress** \
|
|
1656
|
+
* **Updating** \
|
|
1657
|
+
* **Failed** \
|
|
1658
|
+
* **Succeeded** \
|
|
1659
|
+
* **Canceled** \
|
|
1660
|
+
* **Deleting**
|
|
2443
1661
|
*/
|
|
2444
|
-
export type
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
/**
|
|
2455
|
-
* The response body as parsed JSON or XML
|
|
2456
|
-
*/
|
|
2457
|
-
parsedBody: ScriptActionExecutionHistoryList;
|
|
2458
|
-
};
|
|
2459
|
-
};
|
|
1662
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1663
|
+
|
|
1664
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1665
|
+
export enum KnownCreatedByType {
|
|
1666
|
+
User = "User",
|
|
1667
|
+
Application = "Application",
|
|
1668
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1669
|
+
Key = "Key"
|
|
1670
|
+
}
|
|
2460
1671
|
|
|
2461
1672
|
/**
|
|
2462
|
-
*
|
|
1673
|
+
* Defines values for CreatedByType. \
|
|
1674
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1675
|
+
* this enum contains the known values that the service supports.
|
|
1676
|
+
* ### Known values supported by the service
|
|
1677
|
+
* **User** \
|
|
1678
|
+
* **Application** \
|
|
1679
|
+
* **ManagedIdentity** \
|
|
1680
|
+
* **Key**
|
|
2463
1681
|
*/
|
|
2464
|
-
export type
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
* The response body as text (string format)
|
|
2471
|
-
*/
|
|
2472
|
-
bodyAsText: string;
|
|
2473
|
-
|
|
2474
|
-
/**
|
|
2475
|
-
* The response body as parsed JSON or XML
|
|
2476
|
-
*/
|
|
2477
|
-
parsedBody: ScriptActionExecutionHistoryList;
|
|
2478
|
-
};
|
|
2479
|
-
};
|
|
1682
|
+
export type CreatedByType = string;
|
|
1683
|
+
|
|
1684
|
+
/** Known values of {@link RoleName} that the service accepts. */
|
|
1685
|
+
export enum KnownRoleName {
|
|
1686
|
+
Workernode = "workernode"
|
|
1687
|
+
}
|
|
2480
1688
|
|
|
2481
1689
|
/**
|
|
2482
|
-
*
|
|
1690
|
+
* Defines values for RoleName. \
|
|
1691
|
+
* {@link KnownRoleName} can be used interchangeably with RoleName,
|
|
1692
|
+
* this enum contains the known values that the service supports.
|
|
1693
|
+
* ### Known values supported by the service
|
|
1694
|
+
* **workernode**
|
|
2483
1695
|
*/
|
|
2484
|
-
export type
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
bodyAsText: string;
|
|
2493
|
-
|
|
2494
|
-
/**
|
|
2495
|
-
* The response body as parsed JSON or XML
|
|
2496
|
-
*/
|
|
2497
|
-
parsedBody: OperationListResult;
|
|
2498
|
-
};
|
|
2499
|
-
};
|
|
1696
|
+
export type RoleName = string;
|
|
1697
|
+
|
|
1698
|
+
/** Known values of {@link AsyncOperationState} that the service accepts. */
|
|
1699
|
+
export enum KnownAsyncOperationState {
|
|
1700
|
+
InProgress = "InProgress",
|
|
1701
|
+
Succeeded = "Succeeded",
|
|
1702
|
+
Failed = "Failed"
|
|
1703
|
+
}
|
|
2500
1704
|
|
|
2501
1705
|
/**
|
|
2502
|
-
*
|
|
1706
|
+
* Defines values for AsyncOperationState. \
|
|
1707
|
+
* {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,
|
|
1708
|
+
* this enum contains the known values that the service supports.
|
|
1709
|
+
* ### Known values supported by the service
|
|
1710
|
+
* **InProgress** \
|
|
1711
|
+
* **Succeeded** \
|
|
1712
|
+
* **Failed**
|
|
2503
1713
|
*/
|
|
2504
|
-
export type
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
/**
|
|
2515
|
-
* The response body as parsed JSON or XML
|
|
2516
|
-
*/
|
|
2517
|
-
parsedBody: OperationListResult;
|
|
2518
|
-
};
|
|
2519
|
-
};
|
|
1714
|
+
export type AsyncOperationState = string;
|
|
1715
|
+
|
|
1716
|
+
/** Known values of {@link FilterMode} that the service accepts. */
|
|
1717
|
+
export enum KnownFilterMode {
|
|
1718
|
+
Exclude = "Exclude",
|
|
1719
|
+
Include = "Include",
|
|
1720
|
+
Recommend = "Recommend",
|
|
1721
|
+
Default = "Default"
|
|
1722
|
+
}
|
|
2520
1723
|
|
|
2521
1724
|
/**
|
|
2522
|
-
*
|
|
1725
|
+
* Defines values for FilterMode. \
|
|
1726
|
+
* {@link KnownFilterMode} can be used interchangeably with FilterMode,
|
|
1727
|
+
* this enum contains the known values that the service supports.
|
|
1728
|
+
* ### Known values supported by the service
|
|
1729
|
+
* **Exclude** \
|
|
1730
|
+
* **Include** \
|
|
1731
|
+
* **Recommend** \
|
|
1732
|
+
* **Default**
|
|
2523
1733
|
*/
|
|
2524
|
-
export type
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
1734
|
+
export type FilterMode = string;
|
|
1735
|
+
|
|
1736
|
+
/** Optional parameters. */
|
|
1737
|
+
export interface ClustersCreateOptionalParams
|
|
1738
|
+
extends coreClient.OperationOptions {
|
|
1739
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1740
|
+
updateIntervalInMs?: number;
|
|
1741
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1742
|
+
resumeFrom?: string;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
/** Contains response data for the create operation. */
|
|
1746
|
+
export type ClustersCreateResponse = Cluster;
|
|
1747
|
+
|
|
1748
|
+
/** Optional parameters. */
|
|
1749
|
+
export interface ClustersUpdateOptionalParams
|
|
1750
|
+
extends coreClient.OperationOptions {}
|
|
1751
|
+
|
|
1752
|
+
/** Contains response data for the update operation. */
|
|
1753
|
+
export type ClustersUpdateResponse = Cluster;
|
|
1754
|
+
|
|
1755
|
+
/** Optional parameters. */
|
|
1756
|
+
export interface ClustersDeleteOptionalParams
|
|
1757
|
+
extends coreClient.OperationOptions {
|
|
1758
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1759
|
+
updateIntervalInMs?: number;
|
|
1760
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1761
|
+
resumeFrom?: string;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
/** Optional parameters. */
|
|
1765
|
+
export interface ClustersGetOptionalParams
|
|
1766
|
+
extends coreClient.OperationOptions {}
|
|
1767
|
+
|
|
1768
|
+
/** Contains response data for the get operation. */
|
|
1769
|
+
export type ClustersGetResponse = Cluster;
|
|
1770
|
+
|
|
1771
|
+
/** Optional parameters. */
|
|
1772
|
+
export interface ClustersListByResourceGroupOptionalParams
|
|
1773
|
+
extends coreClient.OperationOptions {}
|
|
1774
|
+
|
|
1775
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1776
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
1777
|
+
|
|
1778
|
+
/** Optional parameters. */
|
|
1779
|
+
export interface ClustersResizeOptionalParams
|
|
1780
|
+
extends coreClient.OperationOptions {
|
|
1781
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1782
|
+
updateIntervalInMs?: number;
|
|
1783
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1784
|
+
resumeFrom?: string;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
/** Optional parameters. */
|
|
1788
|
+
export interface ClustersUpdateAutoScaleConfigurationOptionalParams
|
|
1789
|
+
extends coreClient.OperationOptions {
|
|
1790
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1791
|
+
updateIntervalInMs?: number;
|
|
1792
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1793
|
+
resumeFrom?: string;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
/** Optional parameters. */
|
|
1797
|
+
export interface ClustersListOptionalParams
|
|
1798
|
+
extends coreClient.OperationOptions {}
|
|
1799
|
+
|
|
1800
|
+
/** Contains response data for the list operation. */
|
|
1801
|
+
export type ClustersListResponse = ClusterListResult;
|
|
1802
|
+
|
|
1803
|
+
/** Optional parameters. */
|
|
1804
|
+
export interface ClustersRotateDiskEncryptionKeyOptionalParams
|
|
1805
|
+
extends coreClient.OperationOptions {
|
|
1806
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1807
|
+
updateIntervalInMs?: number;
|
|
1808
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1809
|
+
resumeFrom?: string;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
/** Optional parameters. */
|
|
1813
|
+
export interface ClustersGetGatewaySettingsOptionalParams
|
|
1814
|
+
extends coreClient.OperationOptions {}
|
|
1815
|
+
|
|
1816
|
+
/** Contains response data for the getGatewaySettings operation. */
|
|
1817
|
+
export type ClustersGetGatewaySettingsResponse = GatewaySettings;
|
|
1818
|
+
|
|
1819
|
+
/** Optional parameters. */
|
|
1820
|
+
export interface ClustersUpdateGatewaySettingsOptionalParams
|
|
1821
|
+
extends coreClient.OperationOptions {
|
|
1822
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1823
|
+
updateIntervalInMs?: number;
|
|
1824
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1825
|
+
resumeFrom?: string;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
/** Optional parameters. */
|
|
1829
|
+
export interface ClustersGetAzureAsyncOperationStatusOptionalParams
|
|
1830
|
+
extends coreClient.OperationOptions {}
|
|
1831
|
+
|
|
1832
|
+
/** Contains response data for the getAzureAsyncOperationStatus operation. */
|
|
1833
|
+
export type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
|
|
1834
|
+
|
|
1835
|
+
/** Optional parameters. */
|
|
1836
|
+
export interface ClustersUpdateIdentityCertificateOptionalParams
|
|
1837
|
+
extends coreClient.OperationOptions {
|
|
1838
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1839
|
+
updateIntervalInMs?: number;
|
|
1840
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1841
|
+
resumeFrom?: string;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
/** Optional parameters. */
|
|
1845
|
+
export interface ClustersExecuteScriptActionsOptionalParams
|
|
1846
|
+
extends coreClient.OperationOptions {
|
|
1847
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1848
|
+
updateIntervalInMs?: number;
|
|
1849
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1850
|
+
resumeFrom?: string;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
/** Optional parameters. */
|
|
1854
|
+
export interface ClustersListByResourceGroupNextOptionalParams
|
|
1855
|
+
extends coreClient.OperationOptions {}
|
|
1856
|
+
|
|
1857
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1858
|
+
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
1859
|
+
|
|
1860
|
+
/** Optional parameters. */
|
|
1861
|
+
export interface ClustersListNextOptionalParams
|
|
1862
|
+
extends coreClient.OperationOptions {}
|
|
1863
|
+
|
|
1864
|
+
/** Contains response data for the listNext operation. */
|
|
1865
|
+
export type ClustersListNextResponse = ClusterListResult;
|
|
1866
|
+
|
|
1867
|
+
/** Optional parameters. */
|
|
1868
|
+
export interface ApplicationsListByClusterOptionalParams
|
|
1869
|
+
extends coreClient.OperationOptions {}
|
|
1870
|
+
|
|
1871
|
+
/** Contains response data for the listByCluster operation. */
|
|
1872
|
+
export type ApplicationsListByClusterResponse = ApplicationListResult;
|
|
1873
|
+
|
|
1874
|
+
/** Optional parameters. */
|
|
1875
|
+
export interface ApplicationsGetOptionalParams
|
|
1876
|
+
extends coreClient.OperationOptions {}
|
|
1877
|
+
|
|
1878
|
+
/** Contains response data for the get operation. */
|
|
1879
|
+
export type ApplicationsGetResponse = Application;
|
|
1880
|
+
|
|
1881
|
+
/** Optional parameters. */
|
|
1882
|
+
export interface ApplicationsCreateOptionalParams
|
|
1883
|
+
extends coreClient.OperationOptions {
|
|
1884
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1885
|
+
updateIntervalInMs?: number;
|
|
1886
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1887
|
+
resumeFrom?: string;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
/** Contains response data for the create operation. */
|
|
1891
|
+
export type ApplicationsCreateResponse = Application;
|
|
1892
|
+
|
|
1893
|
+
/** Optional parameters. */
|
|
1894
|
+
export interface ApplicationsDeleteOptionalParams
|
|
1895
|
+
extends coreClient.OperationOptions {
|
|
1896
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1897
|
+
updateIntervalInMs?: number;
|
|
1898
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1899
|
+
resumeFrom?: string;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
/** Optional parameters. */
|
|
1903
|
+
export interface ApplicationsGetAzureAsyncOperationStatusOptionalParams
|
|
1904
|
+
extends coreClient.OperationOptions {}
|
|
1905
|
+
|
|
1906
|
+
/** Contains response data for the getAzureAsyncOperationStatus operation. */
|
|
1907
|
+
export type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
|
|
1908
|
+
|
|
1909
|
+
/** Optional parameters. */
|
|
1910
|
+
export interface ApplicationsListByClusterNextOptionalParams
|
|
1911
|
+
extends coreClient.OperationOptions {}
|
|
1912
|
+
|
|
1913
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
1914
|
+
export type ApplicationsListByClusterNextResponse = ApplicationListResult;
|
|
1915
|
+
|
|
1916
|
+
/** Optional parameters. */
|
|
1917
|
+
export interface LocationsGetCapabilitiesOptionalParams
|
|
1918
|
+
extends coreClient.OperationOptions {}
|
|
1919
|
+
|
|
1920
|
+
/** Contains response data for the getCapabilities operation. */
|
|
1921
|
+
export type LocationsGetCapabilitiesResponse = CapabilitiesResult;
|
|
1922
|
+
|
|
1923
|
+
/** Optional parameters. */
|
|
1924
|
+
export interface LocationsListUsagesOptionalParams
|
|
1925
|
+
extends coreClient.OperationOptions {}
|
|
1926
|
+
|
|
1927
|
+
/** Contains response data for the listUsages operation. */
|
|
1928
|
+
export type LocationsListUsagesResponse = UsagesListResult;
|
|
1929
|
+
|
|
1930
|
+
/** Optional parameters. */
|
|
1931
|
+
export interface LocationsListBillingSpecsOptionalParams
|
|
1932
|
+
extends coreClient.OperationOptions {}
|
|
1933
|
+
|
|
1934
|
+
/** Contains response data for the listBillingSpecs operation. */
|
|
1935
|
+
export type LocationsListBillingSpecsResponse = BillingResponseListResult;
|
|
1936
|
+
|
|
1937
|
+
/** Optional parameters. */
|
|
1938
|
+
export interface LocationsGetAzureAsyncOperationStatusOptionalParams
|
|
1939
|
+
extends coreClient.OperationOptions {}
|
|
1940
|
+
|
|
1941
|
+
/** Contains response data for the getAzureAsyncOperationStatus operation. */
|
|
1942
|
+
export type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
|
|
1943
|
+
|
|
1944
|
+
/** Optional parameters. */
|
|
1945
|
+
export interface LocationsCheckNameAvailabilityOptionalParams
|
|
1946
|
+
extends coreClient.OperationOptions {}
|
|
1947
|
+
|
|
1948
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1949
|
+
export type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult;
|
|
1950
|
+
|
|
1951
|
+
/** Optional parameters. */
|
|
1952
|
+
export interface LocationsValidateClusterCreateRequestOptionalParams
|
|
1953
|
+
extends coreClient.OperationOptions {}
|
|
1954
|
+
|
|
1955
|
+
/** Contains response data for the validateClusterCreateRequest operation. */
|
|
1956
|
+
export type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult;
|
|
1957
|
+
|
|
1958
|
+
/** Optional parameters. */
|
|
1959
|
+
export interface ConfigurationsListOptionalParams
|
|
1960
|
+
extends coreClient.OperationOptions {}
|
|
1961
|
+
|
|
1962
|
+
/** Contains response data for the list operation. */
|
|
1963
|
+
export type ConfigurationsListResponse = ClusterConfigurations;
|
|
1964
|
+
|
|
1965
|
+
/** Optional parameters. */
|
|
1966
|
+
export interface ConfigurationsUpdateOptionalParams
|
|
1967
|
+
extends coreClient.OperationOptions {
|
|
1968
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1969
|
+
updateIntervalInMs?: number;
|
|
1970
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1971
|
+
resumeFrom?: string;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
/** Optional parameters. */
|
|
1975
|
+
export interface ConfigurationsGetOptionalParams
|
|
1976
|
+
extends coreClient.OperationOptions {}
|
|
1977
|
+
|
|
1978
|
+
/** Contains response data for the get operation. */
|
|
1979
|
+
export type ConfigurationsGetResponse = { [propertyName: string]: string };
|
|
1980
|
+
|
|
1981
|
+
/** Optional parameters. */
|
|
1982
|
+
export interface ExtensionsEnableMonitoringOptionalParams
|
|
1983
|
+
extends coreClient.OperationOptions {
|
|
1984
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1985
|
+
updateIntervalInMs?: number;
|
|
1986
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1987
|
+
resumeFrom?: string;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
/** Optional parameters. */
|
|
1991
|
+
export interface ExtensionsGetMonitoringStatusOptionalParams
|
|
1992
|
+
extends coreClient.OperationOptions {}
|
|
1993
|
+
|
|
1994
|
+
/** Contains response data for the getMonitoringStatus operation. */
|
|
1995
|
+
export type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse;
|
|
1996
|
+
|
|
1997
|
+
/** Optional parameters. */
|
|
1998
|
+
export interface ExtensionsDisableMonitoringOptionalParams
|
|
1999
|
+
extends coreClient.OperationOptions {
|
|
2000
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2001
|
+
updateIntervalInMs?: number;
|
|
2002
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2003
|
+
resumeFrom?: string;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
/** Optional parameters. */
|
|
2007
|
+
export interface ExtensionsEnableAzureMonitorOptionalParams
|
|
2008
|
+
extends coreClient.OperationOptions {
|
|
2009
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2010
|
+
updateIntervalInMs?: number;
|
|
2011
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2012
|
+
resumeFrom?: string;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
/** Optional parameters. */
|
|
2016
|
+
export interface ExtensionsGetAzureMonitorStatusOptionalParams
|
|
2017
|
+
extends coreClient.OperationOptions {}
|
|
2018
|
+
|
|
2019
|
+
/** Contains response data for the getAzureMonitorStatus operation. */
|
|
2020
|
+
export type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse;
|
|
2021
|
+
|
|
2022
|
+
/** Optional parameters. */
|
|
2023
|
+
export interface ExtensionsDisableAzureMonitorOptionalParams
|
|
2024
|
+
extends coreClient.OperationOptions {
|
|
2025
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2026
|
+
updateIntervalInMs?: number;
|
|
2027
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2028
|
+
resumeFrom?: string;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
/** Optional parameters. */
|
|
2032
|
+
export interface ExtensionsCreateOptionalParams
|
|
2033
|
+
extends coreClient.OperationOptions {
|
|
2034
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2035
|
+
updateIntervalInMs?: number;
|
|
2036
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2037
|
+
resumeFrom?: string;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
/** Optional parameters. */
|
|
2041
|
+
export interface ExtensionsGetOptionalParams
|
|
2042
|
+
extends coreClient.OperationOptions {}
|
|
2043
|
+
|
|
2044
|
+
/** Contains response data for the get operation. */
|
|
2045
|
+
export type ExtensionsGetResponse = ClusterMonitoringResponse;
|
|
2046
|
+
|
|
2047
|
+
/** Optional parameters. */
|
|
2048
|
+
export interface ExtensionsDeleteOptionalParams
|
|
2049
|
+
extends coreClient.OperationOptions {
|
|
2050
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2051
|
+
updateIntervalInMs?: number;
|
|
2052
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2053
|
+
resumeFrom?: string;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
/** Optional parameters. */
|
|
2057
|
+
export interface ExtensionsGetAzureAsyncOperationStatusOptionalParams
|
|
2058
|
+
extends coreClient.OperationOptions {}
|
|
2059
|
+
|
|
2060
|
+
/** Contains response data for the getAzureAsyncOperationStatus operation. */
|
|
2061
|
+
export type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
|
|
2062
|
+
|
|
2063
|
+
/** Optional parameters. */
|
|
2064
|
+
export interface ScriptActionsDeleteOptionalParams
|
|
2065
|
+
extends coreClient.OperationOptions {}
|
|
2066
|
+
|
|
2067
|
+
/** Optional parameters. */
|
|
2068
|
+
export interface ScriptActionsListByClusterOptionalParams
|
|
2069
|
+
extends coreClient.OperationOptions {}
|
|
2070
|
+
|
|
2071
|
+
/** Contains response data for the listByCluster operation. */
|
|
2072
|
+
export type ScriptActionsListByClusterResponse = ScriptActionsList;
|
|
2073
|
+
|
|
2074
|
+
/** Optional parameters. */
|
|
2075
|
+
export interface ScriptActionsGetExecutionDetailOptionalParams
|
|
2076
|
+
extends coreClient.OperationOptions {}
|
|
2077
|
+
|
|
2078
|
+
/** Contains response data for the getExecutionDetail operation. */
|
|
2079
|
+
export type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail;
|
|
2080
|
+
|
|
2081
|
+
/** Optional parameters. */
|
|
2082
|
+
export interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams
|
|
2083
|
+
extends coreClient.OperationOptions {}
|
|
2084
|
+
|
|
2085
|
+
/** Contains response data for the getExecutionAsyncOperationStatus operation. */
|
|
2086
|
+
export type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult;
|
|
2087
|
+
|
|
2088
|
+
/** Optional parameters. */
|
|
2089
|
+
export interface ScriptActionsListByClusterNextOptionalParams
|
|
2090
|
+
extends coreClient.OperationOptions {}
|
|
2091
|
+
|
|
2092
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
2093
|
+
export type ScriptActionsListByClusterNextResponse = ScriptActionsList;
|
|
2094
|
+
|
|
2095
|
+
/** Optional parameters. */
|
|
2096
|
+
export interface ScriptExecutionHistoryListByClusterOptionalParams
|
|
2097
|
+
extends coreClient.OperationOptions {}
|
|
2098
|
+
|
|
2099
|
+
/** Contains response data for the listByCluster operation. */
|
|
2100
|
+
export type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList;
|
|
2101
|
+
|
|
2102
|
+
/** Optional parameters. */
|
|
2103
|
+
export interface ScriptExecutionHistoryPromoteOptionalParams
|
|
2104
|
+
extends coreClient.OperationOptions {}
|
|
2105
|
+
|
|
2106
|
+
/** Optional parameters. */
|
|
2107
|
+
export interface ScriptExecutionHistoryListByClusterNextOptionalParams
|
|
2108
|
+
extends coreClient.OperationOptions {}
|
|
2109
|
+
|
|
2110
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
2111
|
+
export type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList;
|
|
2112
|
+
|
|
2113
|
+
/** Optional parameters. */
|
|
2114
|
+
export interface OperationsListOptionalParams
|
|
2115
|
+
extends coreClient.OperationOptions {}
|
|
2116
|
+
|
|
2117
|
+
/** Contains response data for the list operation. */
|
|
2118
|
+
export type OperationsListResponse = OperationListResult;
|
|
2119
|
+
|
|
2120
|
+
/** Optional parameters. */
|
|
2121
|
+
export interface OperationsListNextOptionalParams
|
|
2122
|
+
extends coreClient.OperationOptions {}
|
|
2123
|
+
|
|
2124
|
+
/** Contains response data for the listNext operation. */
|
|
2125
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2126
|
+
|
|
2127
|
+
/** Optional parameters. */
|
|
2128
|
+
export interface VirtualMachinesListHostsOptionalParams
|
|
2129
|
+
extends coreClient.OperationOptions {}
|
|
2130
|
+
|
|
2131
|
+
/** Contains response data for the listHosts operation. */
|
|
2132
|
+
export type VirtualMachinesListHostsResponse = HostInfo[];
|
|
2133
|
+
|
|
2134
|
+
/** Optional parameters. */
|
|
2135
|
+
export interface VirtualMachinesRestartHostsOptionalParams
|
|
2136
|
+
extends coreClient.OperationOptions {
|
|
2137
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2138
|
+
updateIntervalInMs?: number;
|
|
2139
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2140
|
+
resumeFrom?: string;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/** Optional parameters. */
|
|
2144
|
+
export interface VirtualMachinesGetAsyncOperationStatusOptionalParams
|
|
2145
|
+
extends coreClient.OperationOptions {}
|
|
2146
|
+
|
|
2147
|
+
/** Contains response data for the getAsyncOperationStatus operation. */
|
|
2148
|
+
export type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult;
|
|
2149
|
+
|
|
2150
|
+
/** Optional parameters. */
|
|
2151
|
+
export interface PrivateEndpointConnectionsListByClusterOptionalParams
|
|
2152
|
+
extends coreClient.OperationOptions {}
|
|
2153
|
+
|
|
2154
|
+
/** Contains response data for the listByCluster operation. */
|
|
2155
|
+
export type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;
|
|
2156
|
+
|
|
2157
|
+
/** Optional parameters. */
|
|
2158
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
2159
|
+
extends coreClient.OperationOptions {
|
|
2160
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2161
|
+
updateIntervalInMs?: number;
|
|
2162
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2163
|
+
resumeFrom?: string;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2167
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
2168
|
+
|
|
2169
|
+
/** Optional parameters. */
|
|
2170
|
+
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
2171
|
+
extends coreClient.OperationOptions {}
|
|
2172
|
+
|
|
2173
|
+
/** Contains response data for the get operation. */
|
|
2174
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2175
|
+
|
|
2176
|
+
/** Optional parameters. */
|
|
2177
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
2178
|
+
extends coreClient.OperationOptions {
|
|
2179
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2180
|
+
updateIntervalInMs?: number;
|
|
2181
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2182
|
+
resumeFrom?: string;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
/** Optional parameters. */
|
|
2186
|
+
export interface PrivateEndpointConnectionsListByClusterNextOptionalParams
|
|
2187
|
+
extends coreClient.OperationOptions {}
|
|
2188
|
+
|
|
2189
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
2190
|
+
export type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult;
|
|
2191
|
+
|
|
2192
|
+
/** Optional parameters. */
|
|
2193
|
+
export interface PrivateLinkResourcesListByClusterOptionalParams
|
|
2194
|
+
extends coreClient.OperationOptions {}
|
|
2195
|
+
|
|
2196
|
+
/** Contains response data for the listByCluster operation. */
|
|
2197
|
+
export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
|
|
2198
|
+
|
|
2199
|
+
/** Optional parameters. */
|
|
2200
|
+
export interface PrivateLinkResourcesGetOptionalParams
|
|
2201
|
+
extends coreClient.OperationOptions {}
|
|
2202
|
+
|
|
2203
|
+
/** Contains response data for the get operation. */
|
|
2204
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
2205
|
+
|
|
2206
|
+
/** Optional parameters. */
|
|
2207
|
+
export interface HDInsightManagementClientOptionalParams
|
|
2208
|
+
extends coreClient.ServiceClientOptions {
|
|
2209
|
+
/** server parameter */
|
|
2210
|
+
$host?: string;
|
|
2211
|
+
/** Api Version */
|
|
2212
|
+
apiVersion?: string;
|
|
2213
|
+
/** Overrides client endpoint. */
|
|
2214
|
+
endpoint?: string;
|
|
2215
|
+
}
|