@azure/arm-kusto 8.2.1-alpha.20250717.1 → 8.2.1-alpha.20250718.2
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/dist/browser/kustoManagementClient.js +29 -5
- package/dist/browser/kustoManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +443 -211
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/browser/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/browser/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/browser/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/browser/operations/clusters.js +228 -321
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/dataConnections.js +54 -51
- package/dist/browser/operations/dataConnections.js.map +1 -1
- package/dist/browser/operations/databaseOperations.js +1 -0
- package/dist/browser/operations/databaseOperations.js.map +1 -1
- package/dist/browser/operations/databasePrincipalAssignments.js +32 -39
- package/dist/browser/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/browser/operations/databases.js +65 -84
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/managedPrivateEndpoints.js +43 -45
- package/dist/browser/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/operationsResults.js +1 -0
- package/dist/browser/operations/operationsResults.js.map +1 -1
- package/dist/browser/operations/operationsResultsLocation.js +1 -0
- package/dist/browser/operations/operationsResultsLocation.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +32 -39
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +10 -27
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/sandboxCustomImages.js +43 -45
- package/dist/browser/operations/sandboxCustomImages.js.map +1 -1
- package/dist/browser/operations/scripts.js +43 -45
- package/dist/browser/operations/scripts.js.map +1 -1
- package/dist/browser/operations/skus.js +10 -27
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/kustoManagementClient.js +29 -5
- package/dist/commonjs/kustoManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +443 -211
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/attachedDatabaseConfigurations.js +32 -38
- package/dist/commonjs/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/commonjs/operations/clusterPrincipalAssignments.js +32 -38
- package/dist/commonjs/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +228 -320
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/dataConnections.js +54 -50
- package/dist/commonjs/operations/dataConnections.js.map +1 -1
- package/dist/commonjs/operations/databaseOperations.js +1 -0
- package/dist/commonjs/operations/databaseOperations.js.map +1 -1
- package/dist/commonjs/operations/databasePrincipalAssignments.js +32 -38
- package/dist/commonjs/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/commonjs/operations/databases.js +65 -83
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/managedPrivateEndpoints.js +43 -44
- package/dist/commonjs/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/operationsResults.js +1 -0
- package/dist/commonjs/operations/operationsResults.js.map +1 -1
- package/dist/commonjs/operations/operationsResultsLocation.js +1 -0
- package/dist/commonjs/operations/operationsResultsLocation.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +32 -38
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +10 -26
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/sandboxCustomImages.js +43 -44
- package/dist/commonjs/operations/sandboxCustomImages.js.map +1 -1
- package/dist/commonjs/operations/scripts.js +43 -44
- package/dist/commonjs/operations/scripts.js.map +1 -1
- package/dist/commonjs/operations/skus.js +10 -26
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/kustoManagementClient.js +29 -5
- package/dist/esm/kustoManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +443 -211
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/esm/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/esm/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/esm/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/esm/operations/clusters.js +228 -321
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/dataConnections.js +54 -51
- package/dist/esm/operations/dataConnections.js.map +1 -1
- package/dist/esm/operations/databaseOperations.js +1 -0
- package/dist/esm/operations/databaseOperations.js.map +1 -1
- package/dist/esm/operations/databasePrincipalAssignments.js +32 -39
- package/dist/esm/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/esm/operations/databases.js +65 -84
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/managedPrivateEndpoints.js +43 -45
- package/dist/esm/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/operationsResults.js +1 -0
- package/dist/esm/operations/operationsResults.js.map +1 -1
- package/dist/esm/operations/operationsResultsLocation.js +1 -0
- package/dist/esm/operations/operationsResultsLocation.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +32 -39
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +10 -27
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/sandboxCustomImages.js +43 -45
- package/dist/esm/operations/sandboxCustomImages.js.map +1 -1
- package/dist/esm/operations/scripts.js +43 -45
- package/dist/esm/operations/scripts.js.map +1 -1
- package/dist/esm/operations/skus.js +10 -27
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/kustoManagementClient.js +29 -5
- package/dist/react-native/kustoManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +443 -211
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/attachedDatabaseConfigurations.js +32 -39
- package/dist/react-native/operations/attachedDatabaseConfigurations.js.map +1 -1
- package/dist/react-native/operations/clusterPrincipalAssignments.js +32 -39
- package/dist/react-native/operations/clusterPrincipalAssignments.js.map +1 -1
- package/dist/react-native/operations/clusters.js +228 -321
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/dataConnections.js +54 -51
- package/dist/react-native/operations/dataConnections.js.map +1 -1
- package/dist/react-native/operations/databaseOperations.js +1 -0
- package/dist/react-native/operations/databaseOperations.js.map +1 -1
- package/dist/react-native/operations/databasePrincipalAssignments.js +32 -39
- package/dist/react-native/operations/databasePrincipalAssignments.js.map +1 -1
- package/dist/react-native/operations/databases.js +65 -84
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/managedPrivateEndpoints.js +43 -45
- package/dist/react-native/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/operationsResults.js +1 -0
- package/dist/react-native/operations/operationsResults.js.map +1 -1
- package/dist/react-native/operations/operationsResultsLocation.js +1 -0
- package/dist/react-native/operations/operationsResultsLocation.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +32 -39
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +10 -27
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/sandboxCustomImages.js +43 -45
- package/dist/react-native/operations/sandboxCustomImages.js.map +1 -1
- package/dist/react-native/operations/scripts.js +43 -45
- package/dist/react-native/operations/scripts.js.map +1 -1
- package/dist/react-native/operations/skus.js +10 -27
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-kusto-node.api.md +2342 -2342
|
@@ -1,2342 +1,2342 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-kusto"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AcceptedAudiences {
|
|
15
|
-
value?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export interface AttachedDatabaseConfiguration extends ProxyResource {
|
|
20
|
-
readonly attachedDatabaseNames?: string[];
|
|
21
|
-
clusterResourceId?: string;
|
|
22
|
-
databaseName?: string;
|
|
23
|
-
databaseNameOverride?: string;
|
|
24
|
-
databaseNamePrefix?: string;
|
|
25
|
-
defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind;
|
|
26
|
-
location?: string;
|
|
27
|
-
readonly provisioningState?: ProvisioningState;
|
|
28
|
-
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// @public
|
|
32
|
-
export interface AttachedDatabaseConfigurationListResult {
|
|
33
|
-
value?: AttachedDatabaseConfiguration[];
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export interface AttachedDatabaseConfigurations {
|
|
38
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>, AttachedDatabaseConfigurationsCreateOrUpdateResponse>>;
|
|
39
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<AttachedDatabaseConfigurationsCreateOrUpdateResponse>;
|
|
40
|
-
beginDelete(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
41
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<void>;
|
|
42
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: AttachedDatabaseConfigurationsCheckNameRequest, options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams): Promise<AttachedDatabaseConfigurationsCheckNameAvailabilityResponse>;
|
|
43
|
-
get(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsGetOptionalParams): Promise<AttachedDatabaseConfigurationsGetResponse>;
|
|
44
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: AttachedDatabaseConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<AttachedDatabaseConfiguration>;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// @public
|
|
48
|
-
export interface AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export type AttachedDatabaseConfigurationsCheckNameAvailabilityResponse = CheckNameResult;
|
|
53
|
-
|
|
54
|
-
// @public
|
|
55
|
-
export interface AttachedDatabaseConfigurationsCheckNameRequest {
|
|
56
|
-
name: string;
|
|
57
|
-
type: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export interface AttachedDatabaseConfigurationsCreateOrUpdateHeaders {
|
|
62
|
-
azureAsyncOperation?: string;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
// @public
|
|
66
|
-
export interface AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
67
|
-
resumeFrom?: string;
|
|
68
|
-
updateIntervalInMs?: number;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
// @public
|
|
72
|
-
export type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration;
|
|
73
|
-
|
|
74
|
-
// @public
|
|
75
|
-
export interface AttachedDatabaseConfigurationsDeleteHeaders {
|
|
76
|
-
azureAsyncOperation?: string;
|
|
77
|
-
location?: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export interface AttachedDatabaseConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
82
|
-
resumeFrom?: string;
|
|
83
|
-
updateIntervalInMs?: number;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// @public
|
|
87
|
-
export interface AttachedDatabaseConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// @public
|
|
91
|
-
export type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration;
|
|
92
|
-
|
|
93
|
-
// @public
|
|
94
|
-
export interface AttachedDatabaseConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// @public
|
|
98
|
-
export type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult;
|
|
99
|
-
|
|
100
|
-
// @public
|
|
101
|
-
export interface AzureCapacity {
|
|
102
|
-
default: number;
|
|
103
|
-
maximum: number;
|
|
104
|
-
minimum: number;
|
|
105
|
-
scaleType: AzureScaleType;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// @public
|
|
109
|
-
export interface AzureResourceSku {
|
|
110
|
-
capacity?: AzureCapacity;
|
|
111
|
-
resourceType?: string;
|
|
112
|
-
sku?: AzureSku;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// @public
|
|
116
|
-
export type AzureScaleType = string;
|
|
117
|
-
|
|
118
|
-
// @public
|
|
119
|
-
export interface AzureSku {
|
|
120
|
-
capacity?: number;
|
|
121
|
-
name: AzureSkuName;
|
|
122
|
-
tier: AzureSkuTier;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export type AzureSkuName = string;
|
|
127
|
-
|
|
128
|
-
// @public
|
|
129
|
-
export type AzureSkuTier = string;
|
|
130
|
-
|
|
131
|
-
// @public
|
|
132
|
-
export type BlobStorageEventType = string;
|
|
133
|
-
|
|
134
|
-
// @public
|
|
135
|
-
export type CallerRole = string;
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export interface CalloutPoliciesList {
|
|
139
|
-
nextLink?: string;
|
|
140
|
-
value?: CalloutPolicy[];
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// @public
|
|
144
|
-
export interface CalloutPolicy {
|
|
145
|
-
readonly calloutId?: string;
|
|
146
|
-
calloutType?: CalloutType;
|
|
147
|
-
calloutUriRegex?: string;
|
|
148
|
-
outboundAccess?: OutboundAccess;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface CalloutPolicyToRemove {
|
|
153
|
-
calloutId?: string;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export type CalloutType = string;
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface CheckNameRequest {
|
|
161
|
-
name: string;
|
|
162
|
-
type: Type;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export interface CheckNameResult {
|
|
167
|
-
message?: string;
|
|
168
|
-
name?: string;
|
|
169
|
-
nameAvailable?: boolean;
|
|
170
|
-
reason?: Reason;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
// @public
|
|
174
|
-
export interface Cluster extends TrackedResource {
|
|
175
|
-
acceptedAudiences?: AcceptedAudiences[];
|
|
176
|
-
allowedFqdnList?: string[];
|
|
177
|
-
allowedIpRangeList?: string[];
|
|
178
|
-
calloutPolicies?: CalloutPolicy[];
|
|
179
|
-
readonly dataIngestionUri?: string;
|
|
180
|
-
enableAutoStop?: boolean;
|
|
181
|
-
enableDiskEncryption?: boolean;
|
|
182
|
-
enableDoubleEncryption?: boolean;
|
|
183
|
-
enablePurge?: boolean;
|
|
184
|
-
enableStreamingIngest?: boolean;
|
|
185
|
-
engineType?: EngineType;
|
|
186
|
-
readonly etag?: string;
|
|
187
|
-
identity?: Identity;
|
|
188
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
189
|
-
languageExtensions?: LanguageExtensionsList;
|
|
190
|
-
readonly migrationCluster?: MigrationClusterProperties;
|
|
191
|
-
optimizedAutoscale?: OptimizedAutoscale;
|
|
192
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
193
|
-
readonly provisioningState?: ProvisioningState;
|
|
194
|
-
publicIPType?: PublicIPType;
|
|
195
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
196
|
-
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
197
|
-
sku: AzureSku;
|
|
198
|
-
readonly state?: State;
|
|
199
|
-
readonly stateReason?: string;
|
|
200
|
-
readonly systemData?: SystemData;
|
|
201
|
-
trustedExternalTenants?: TrustedExternalTenant[];
|
|
202
|
-
readonly uri?: string;
|
|
203
|
-
virtualClusterGraduationProperties?: string;
|
|
204
|
-
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
205
|
-
zones?: string[];
|
|
206
|
-
readonly zoneStatus?: ZoneStatus;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// @public
|
|
210
|
-
export interface ClusterCheckNameRequest {
|
|
211
|
-
name: string;
|
|
212
|
-
type: "Microsoft.Kusto/clusters";
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export interface ClusterListResult {
|
|
217
|
-
value?: Cluster[];
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
// @public
|
|
221
|
-
export interface ClusterMigrateRequest {
|
|
222
|
-
clusterResourceId: string;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export type ClusterNetworkAccessFlag = string;
|
|
227
|
-
|
|
228
|
-
// @public
|
|
229
|
-
export interface ClusterPrincipalAssignment extends ProxyResource {
|
|
230
|
-
readonly aadObjectId?: string;
|
|
231
|
-
principalId?: string;
|
|
232
|
-
readonly principalName?: string;
|
|
233
|
-
principalType?: PrincipalType;
|
|
234
|
-
readonly provisioningState?: ProvisioningState;
|
|
235
|
-
role?: ClusterPrincipalRole;
|
|
236
|
-
tenantId?: string;
|
|
237
|
-
readonly tenantName?: string;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
// @public
|
|
241
|
-
export interface ClusterPrincipalAssignmentCheckNameRequest {
|
|
242
|
-
name: string;
|
|
243
|
-
type: "Microsoft.Kusto/clusters/principalAssignments";
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// @public
|
|
247
|
-
export interface ClusterPrincipalAssignmentListResult {
|
|
248
|
-
value?: ClusterPrincipalAssignment[];
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
// @public
|
|
252
|
-
export interface ClusterPrincipalAssignments {
|
|
253
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>, ClusterPrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
254
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<ClusterPrincipalAssignmentsCreateOrUpdateResponse>;
|
|
255
|
-
beginDelete(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
256
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
257
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, principalAssignmentName: ClusterPrincipalAssignmentCheckNameRequest, options?: ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
258
|
-
get(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsGetOptionalParams): Promise<ClusterPrincipalAssignmentsGetResponse>;
|
|
259
|
-
list(resourceGroupName: string, clusterName: string, options?: ClusterPrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<ClusterPrincipalAssignment>;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export interface ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
271
|
-
resumeFrom?: string;
|
|
272
|
-
updateIntervalInMs?: number;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public
|
|
276
|
-
export type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment;
|
|
277
|
-
|
|
278
|
-
// @public
|
|
279
|
-
export interface ClusterPrincipalAssignmentsDeleteHeaders {
|
|
280
|
-
azureAsyncOperation?: string;
|
|
281
|
-
location?: string;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// @public
|
|
285
|
-
export interface ClusterPrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
286
|
-
resumeFrom?: string;
|
|
287
|
-
updateIntervalInMs?: number;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
// @public
|
|
291
|
-
export interface ClusterPrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
// @public
|
|
295
|
-
export type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment;
|
|
296
|
-
|
|
297
|
-
// @public
|
|
298
|
-
export interface ClusterPrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
// @public
|
|
302
|
-
export type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
303
|
-
|
|
304
|
-
// @public
|
|
305
|
-
export type ClusterPrincipalRole = string;
|
|
306
|
-
|
|
307
|
-
// @public
|
|
308
|
-
export interface Clusters {
|
|
309
|
-
beginAddCalloutPolicies(resourceGroupName: string, clusterName: string, calloutPolicies: CalloutPoliciesList, options?: ClustersAddCalloutPoliciesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
310
|
-
beginAddCalloutPoliciesAndWait(resourceGroupName: string, clusterName: string, calloutPolicies: CalloutPoliciesList, options?: ClustersAddCalloutPoliciesOptionalParams): Promise<void>;
|
|
311
|
-
beginAddLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
312
|
-
beginAddLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<void>;
|
|
313
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
314
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
315
|
-
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
316
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
317
|
-
beginDetachFollowerDatabases(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
318
|
-
beginDetachFollowerDatabasesAndWait(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<void>;
|
|
319
|
-
beginDiagnoseVirtualNetwork(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<SimplePollerLike<OperationState<ClustersDiagnoseVirtualNetworkResponse>, ClustersDiagnoseVirtualNetworkResponse>>;
|
|
320
|
-
beginDiagnoseVirtualNetworkAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<ClustersDiagnoseVirtualNetworkResponse>;
|
|
321
|
-
beginMigrate(resourceGroupName: string, clusterName: string, clusterMigrateRequest: ClusterMigrateRequest, options?: ClustersMigrateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
322
|
-
beginMigrateAndWait(resourceGroupName: string, clusterName: string, clusterMigrateRequest: ClusterMigrateRequest, options?: ClustersMigrateOptionalParams): Promise<void>;
|
|
323
|
-
beginRemoveCalloutPolicy(resourceGroupName: string, clusterName: string, calloutPolicy: CalloutPolicyToRemove, options?: ClustersRemoveCalloutPolicyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
324
|
-
beginRemoveCalloutPolicyAndWait(resourceGroupName: string, clusterName: string, calloutPolicy: CalloutPolicyToRemove, options?: ClustersRemoveCalloutPolicyOptionalParams): Promise<void>;
|
|
325
|
-
beginRemoveLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
326
|
-
beginRemoveLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<void>;
|
|
327
|
-
beginStart(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
328
|
-
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<void>;
|
|
329
|
-
beginStop(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
330
|
-
beginStopAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<void>;
|
|
331
|
-
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
332
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
333
|
-
checkNameAvailability(location: string, clusterName: ClusterCheckNameRequest, options?: ClustersCheckNameAvailabilityOptionalParams): Promise<ClustersCheckNameAvailabilityResponse>;
|
|
334
|
-
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
335
|
-
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
336
|
-
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
337
|
-
listCalloutPolicies(resourceGroupName: string, clusterName: string, options?: ClustersListCalloutPoliciesOptionalParams): PagedAsyncIterableIterator<CalloutPolicy>;
|
|
338
|
-
listFollowerDatabases(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinition>;
|
|
339
|
-
listFollowerDatabasesGet(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesGetOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinitionGet>;
|
|
340
|
-
listLanguageExtensions(resourceGroupName: string, clusterName: string, options?: ClustersListLanguageExtensionsOptionalParams): PagedAsyncIterableIterator<LanguageExtension>;
|
|
341
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, clusterName: string, options?: ClustersListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundNetworkDependenciesEndpoint>;
|
|
342
|
-
listSkus(options?: ClustersListSkusOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
343
|
-
listSkusByResource(resourceGroupName: string, clusterName: string, options?: ClustersListSkusByResourceOptionalParams): PagedAsyncIterableIterator<AzureResourceSku>;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
// @public
|
|
347
|
-
export interface ClustersAddCalloutPoliciesHeaders {
|
|
348
|
-
azureAsyncOperation?: string;
|
|
349
|
-
location?: string;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
// @public
|
|
353
|
-
export interface ClustersAddCalloutPoliciesOptionalParams extends coreClient.OperationOptions {
|
|
354
|
-
resumeFrom?: string;
|
|
355
|
-
updateIntervalInMs?: number;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// @public
|
|
359
|
-
export interface ClustersAddLanguageExtensionsHeaders {
|
|
360
|
-
azureAsyncOperation?: string;
|
|
361
|
-
location?: string;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
// @public
|
|
365
|
-
export interface ClustersAddLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
366
|
-
resumeFrom?: string;
|
|
367
|
-
updateIntervalInMs?: number;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
// @public
|
|
371
|
-
export interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
// @public
|
|
375
|
-
export type ClustersCheckNameAvailabilityResponse = CheckNameResult;
|
|
376
|
-
|
|
377
|
-
// @public
|
|
378
|
-
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
379
|
-
ifMatch?: string;
|
|
380
|
-
ifNoneMatch?: string;
|
|
381
|
-
resumeFrom?: string;
|
|
382
|
-
updateIntervalInMs?: number;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// @public
|
|
386
|
-
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface ClustersDeleteHeaders {
|
|
390
|
-
azureAsyncOperation?: string;
|
|
391
|
-
location?: string;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
// @public
|
|
395
|
-
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
396
|
-
resumeFrom?: string;
|
|
397
|
-
updateIntervalInMs?: number;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
// @public
|
|
401
|
-
export interface ClustersDetachFollowerDatabasesHeaders {
|
|
402
|
-
azureAsyncOperation?: string;
|
|
403
|
-
location?: string;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
// @public
|
|
407
|
-
export interface ClustersDetachFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
408
|
-
resumeFrom?: string;
|
|
409
|
-
updateIntervalInMs?: number;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export interface ClustersDiagnoseVirtualNetworkHeaders {
|
|
414
|
-
azureAsyncOperation?: string;
|
|
415
|
-
location?: string;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export interface ClustersDiagnoseVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
420
|
-
resumeFrom?: string;
|
|
421
|
-
updateIntervalInMs?: number;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult;
|
|
426
|
-
|
|
427
|
-
// @public
|
|
428
|
-
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
// @public
|
|
432
|
-
export type ClustersGetResponse = Cluster;
|
|
433
|
-
|
|
434
|
-
// @public
|
|
435
|
-
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
// @public
|
|
439
|
-
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
440
|
-
|
|
441
|
-
// @public
|
|
442
|
-
export interface ClustersListCalloutPoliciesOptionalParams extends coreClient.OperationOptions {
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
// @public
|
|
446
|
-
export type ClustersListCalloutPoliciesResponse = CalloutPoliciesList;
|
|
447
|
-
|
|
448
|
-
// @public
|
|
449
|
-
export interface ClustersListFollowerDatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
// @public
|
|
453
|
-
export type ClustersListFollowerDatabasesGetResponse = FollowerDatabaseListResultGet;
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface ClustersListFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
// @public
|
|
460
|
-
export type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult;
|
|
461
|
-
|
|
462
|
-
// @public
|
|
463
|
-
export interface ClustersListLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export type ClustersListLanguageExtensionsResponse = LanguageExtensionsList;
|
|
468
|
-
|
|
469
|
-
// @public
|
|
470
|
-
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
// @public
|
|
474
|
-
export interface ClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// @public
|
|
478
|
-
export type ClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
479
|
-
|
|
480
|
-
// @public
|
|
481
|
-
export interface ClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// @public
|
|
485
|
-
export type ClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
486
|
-
|
|
487
|
-
// @public
|
|
488
|
-
export type ClustersListResponse = ClusterListResult;
|
|
489
|
-
|
|
490
|
-
// @public
|
|
491
|
-
export interface ClustersListSkusByResourceOptionalParams extends coreClient.OperationOptions {
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
// @public
|
|
495
|
-
export type ClustersListSkusByResourceResponse = ListResourceSkusResult;
|
|
496
|
-
|
|
497
|
-
// @public
|
|
498
|
-
export interface ClustersListSkusOptionalParams extends coreClient.OperationOptions {
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// @public
|
|
502
|
-
export type ClustersListSkusResponse = SkuDescriptionList;
|
|
503
|
-
|
|
504
|
-
// @public
|
|
505
|
-
export interface ClustersMigrateHeaders {
|
|
506
|
-
azureAsyncOperation?: string;
|
|
507
|
-
location?: string;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
// @public
|
|
511
|
-
export interface ClustersMigrateOptionalParams extends coreClient.OperationOptions {
|
|
512
|
-
resumeFrom?: string;
|
|
513
|
-
updateIntervalInMs?: number;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
// @public
|
|
517
|
-
export interface ClustersRemoveCalloutPolicyHeaders {
|
|
518
|
-
azureAsyncOperation?: string;
|
|
519
|
-
location?: string;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface ClustersRemoveCalloutPolicyOptionalParams extends coreClient.OperationOptions {
|
|
524
|
-
resumeFrom?: string;
|
|
525
|
-
updateIntervalInMs?: number;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
// @public
|
|
529
|
-
export interface ClustersRemoveLanguageExtensionsHeaders {
|
|
530
|
-
azureAsyncOperation?: string;
|
|
531
|
-
location?: string;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
// @public
|
|
535
|
-
export interface ClustersRemoveLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
536
|
-
resumeFrom?: string;
|
|
537
|
-
updateIntervalInMs?: number;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
// @public
|
|
541
|
-
export interface ClustersStartHeaders {
|
|
542
|
-
azureAsyncOperation?: string;
|
|
543
|
-
location?: string;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
// @public
|
|
547
|
-
export interface ClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
548
|
-
resumeFrom?: string;
|
|
549
|
-
updateIntervalInMs?: number;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
// @public
|
|
553
|
-
export interface ClustersStopHeaders {
|
|
554
|
-
azureAsyncOperation?: string;
|
|
555
|
-
location?: string;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
// @public
|
|
559
|
-
export interface ClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
560
|
-
resumeFrom?: string;
|
|
561
|
-
updateIntervalInMs?: number;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
// @public
|
|
565
|
-
export interface ClustersUpdateHeaders {
|
|
566
|
-
azureAsyncOperation?: string;
|
|
567
|
-
location?: string;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
// @public
|
|
571
|
-
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
572
|
-
ifMatch?: string;
|
|
573
|
-
resumeFrom?: string;
|
|
574
|
-
updateIntervalInMs?: number;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
// @public
|
|
578
|
-
export type ClustersUpdateResponse = Cluster;
|
|
579
|
-
|
|
580
|
-
// @public
|
|
581
|
-
export interface ClusterUpdate extends Resource {
|
|
582
|
-
acceptedAudiences?: AcceptedAudiences[];
|
|
583
|
-
allowedFqdnList?: string[];
|
|
584
|
-
allowedIpRangeList?: string[];
|
|
585
|
-
calloutPolicies?: CalloutPolicy[];
|
|
586
|
-
readonly dataIngestionUri?: string;
|
|
587
|
-
enableAutoStop?: boolean;
|
|
588
|
-
enableDiskEncryption?: boolean;
|
|
589
|
-
enableDoubleEncryption?: boolean;
|
|
590
|
-
enablePurge?: boolean;
|
|
591
|
-
enableStreamingIngest?: boolean;
|
|
592
|
-
engineType?: EngineType;
|
|
593
|
-
identity?: Identity;
|
|
594
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
595
|
-
languageExtensions?: LanguageExtensionsList;
|
|
596
|
-
location?: string;
|
|
597
|
-
readonly migrationCluster?: MigrationClusterProperties;
|
|
598
|
-
optimizedAutoscale?: OptimizedAutoscale;
|
|
599
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
600
|
-
readonly provisioningState?: ProvisioningState;
|
|
601
|
-
publicIPType?: PublicIPType;
|
|
602
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
603
|
-
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
604
|
-
sku?: AzureSku;
|
|
605
|
-
readonly state?: State;
|
|
606
|
-
readonly stateReason?: string;
|
|
607
|
-
tags?: {
|
|
608
|
-
[propertyName: string]: string;
|
|
609
|
-
};
|
|
610
|
-
trustedExternalTenants?: TrustedExternalTenant[];
|
|
611
|
-
readonly uri?: string;
|
|
612
|
-
virtualClusterGraduationProperties?: string;
|
|
613
|
-
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
614
|
-
zones?: string[];
|
|
615
|
-
readonly zoneStatus?: ZoneStatus;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
// @public (undocumented)
|
|
619
|
-
export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
620
|
-
readonly clientId?: string;
|
|
621
|
-
readonly principalId?: string;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
// @public
|
|
625
|
-
export type Compression = string;
|
|
626
|
-
|
|
627
|
-
// @public
|
|
628
|
-
export interface CosmosDbDataConnection extends DataConnection {
|
|
629
|
-
cosmosDbAccountResourceId?: string;
|
|
630
|
-
cosmosDbContainer?: string;
|
|
631
|
-
cosmosDbDatabase?: string;
|
|
632
|
-
kind: "CosmosDb";
|
|
633
|
-
readonly managedIdentityObjectId?: string;
|
|
634
|
-
managedIdentityResourceId?: string;
|
|
635
|
-
mappingRuleName?: string;
|
|
636
|
-
readonly provisioningState?: ProvisioningState;
|
|
637
|
-
retrievalStartDate?: Date;
|
|
638
|
-
tableName?: string;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
// @public
|
|
642
|
-
export type CreatedByType = string;
|
|
643
|
-
|
|
644
|
-
// @public
|
|
645
|
-
export interface Database extends ProxyResource {
|
|
646
|
-
kind: Kind;
|
|
647
|
-
location?: string;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public
|
|
651
|
-
export interface DatabaseInviteFollowerOptionalParams extends coreClient.OperationOptions {
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
// @public
|
|
655
|
-
export interface DatabaseInviteFollowerRequest {
|
|
656
|
-
inviteeEmail: string;
|
|
657
|
-
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
// @public
|
|
661
|
-
export type DatabaseInviteFollowerResponse = DatabaseInviteFollowerResult;
|
|
662
|
-
|
|
663
|
-
// @public
|
|
664
|
-
export interface DatabaseInviteFollowerResult {
|
|
665
|
-
generatedInvitation?: string;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
// @public
|
|
669
|
-
export interface DatabaseListResult {
|
|
670
|
-
nextLink?: string;
|
|
671
|
-
value?: DatabaseUnion[];
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
// @public
|
|
675
|
-
export interface DatabaseOperations {
|
|
676
|
-
inviteFollower(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseInviteFollowerRequest, options?: DatabaseInviteFollowerOptionalParams): Promise<DatabaseInviteFollowerResponse>;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface DatabasePrincipal {
|
|
681
|
-
appId?: string;
|
|
682
|
-
email?: string;
|
|
683
|
-
fqn?: string;
|
|
684
|
-
name: string;
|
|
685
|
-
role: DatabasePrincipalRole;
|
|
686
|
-
readonly tenantName?: string;
|
|
687
|
-
type: DatabasePrincipalType;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
// @public
|
|
691
|
-
export interface DatabasePrincipalAssignment extends ProxyResource {
|
|
692
|
-
readonly aadObjectId?: string;
|
|
693
|
-
principalId?: string;
|
|
694
|
-
readonly principalName?: string;
|
|
695
|
-
principalType?: PrincipalType;
|
|
696
|
-
readonly provisioningState?: ProvisioningState;
|
|
697
|
-
role?: DatabasePrincipalRole;
|
|
698
|
-
tenantId?: string;
|
|
699
|
-
readonly tenantName?: string;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
// @public
|
|
703
|
-
export interface DatabasePrincipalAssignmentCheckNameRequest {
|
|
704
|
-
name: string;
|
|
705
|
-
type: "Microsoft.Kusto/clusters/databases/principalAssignments";
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
// @public
|
|
709
|
-
export interface DatabasePrincipalAssignmentListResult {
|
|
710
|
-
value?: DatabasePrincipalAssignment[];
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
// @public
|
|
714
|
-
export interface DatabasePrincipalAssignments {
|
|
715
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasePrincipalAssignmentsCreateOrUpdateResponse>, DatabasePrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
716
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<DatabasePrincipalAssignmentsCreateOrUpdateResponse>;
|
|
717
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
718
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
719
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: DatabasePrincipalAssignmentCheckNameRequest, options?: DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
720
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsGetOptionalParams): Promise<DatabasePrincipalAssignmentsGetResponse>;
|
|
721
|
-
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasePrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<DatabasePrincipalAssignment>;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
// @public
|
|
725
|
-
export interface DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
// @public
|
|
729
|
-
export type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
730
|
-
|
|
731
|
-
// @public
|
|
732
|
-
export interface DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
733
|
-
resumeFrom?: string;
|
|
734
|
-
updateIntervalInMs?: number;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
// @public
|
|
738
|
-
export type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment;
|
|
739
|
-
|
|
740
|
-
// @public
|
|
741
|
-
export interface DatabasePrincipalAssignmentsDeleteHeaders {
|
|
742
|
-
azureAsyncOperation?: string;
|
|
743
|
-
location?: string;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
// @public
|
|
747
|
-
export interface DatabasePrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
748
|
-
resumeFrom?: string;
|
|
749
|
-
updateIntervalInMs?: number;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
// @public
|
|
753
|
-
export interface DatabasePrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
// @public
|
|
757
|
-
export type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment;
|
|
758
|
-
|
|
759
|
-
// @public
|
|
760
|
-
export interface DatabasePrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
// @public
|
|
764
|
-
export type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult;
|
|
765
|
-
|
|
766
|
-
// @public
|
|
767
|
-
export interface DatabasePrincipalListRequest {
|
|
768
|
-
value?: DatabasePrincipal[];
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
// @public
|
|
772
|
-
export interface DatabasePrincipalListResult {
|
|
773
|
-
value?: DatabasePrincipal[];
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
// @public
|
|
777
|
-
export type DatabasePrincipalRole = string;
|
|
778
|
-
|
|
779
|
-
// @public
|
|
780
|
-
export type DatabasePrincipalType = string;
|
|
781
|
-
|
|
782
|
-
// @public
|
|
783
|
-
export type DatabaseRouting = string;
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export interface Databases {
|
|
787
|
-
addPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToAdd: DatabasePrincipalListRequest, options?: DatabasesAddPrincipalsOptionalParams): Promise<DatabasesAddPrincipalsResponse>;
|
|
788
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
789
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
790
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
791
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
792
|
-
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
|
|
793
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
794
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: CheckNameRequest, options?: DatabasesCheckNameAvailabilityOptionalParams): Promise<DatabasesCheckNameAvailabilityResponse>;
|
|
795
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
796
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<DatabaseUnion>;
|
|
797
|
-
listPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListPrincipalsOptionalParams): PagedAsyncIterableIterator<DatabasePrincipal>;
|
|
798
|
-
removePrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToRemove: DatabasePrincipalListRequest, options?: DatabasesRemovePrincipalsOptionalParams): Promise<DatabasesRemovePrincipalsResponse>;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
// @public
|
|
802
|
-
export interface DatabasesAddPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
// @public
|
|
806
|
-
export type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult;
|
|
807
|
-
|
|
808
|
-
// @public
|
|
809
|
-
export interface DatabasesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
// @public
|
|
813
|
-
export type DatabasesCheckNameAvailabilityResponse = CheckNameResult;
|
|
814
|
-
|
|
815
|
-
// @public
|
|
816
|
-
export interface DatabasesCreateOrUpdateHeaders {
|
|
817
|
-
azureAsyncOperation?: string;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
// @public
|
|
821
|
-
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
822
|
-
callerRole?: CallerRole;
|
|
823
|
-
resumeFrom?: string;
|
|
824
|
-
updateIntervalInMs?: number;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
// @public
|
|
828
|
-
export type DatabasesCreateOrUpdateResponse = DatabaseUnion;
|
|
829
|
-
|
|
830
|
-
// @public
|
|
831
|
-
export interface DatabasesDeleteHeaders {
|
|
832
|
-
azureAsyncOperation?: string;
|
|
833
|
-
location?: string;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
// @public
|
|
837
|
-
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
838
|
-
resumeFrom?: string;
|
|
839
|
-
updateIntervalInMs?: number;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
// @public
|
|
843
|
-
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
// @public
|
|
847
|
-
export type DatabasesGetResponse = DatabaseUnion;
|
|
848
|
-
|
|
849
|
-
// @public
|
|
850
|
-
export type DatabaseShareOrigin = string;
|
|
851
|
-
|
|
852
|
-
// @public
|
|
853
|
-
export interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
// @public
|
|
857
|
-
export type DatabasesListByClusterNextResponse = DatabaseListResult;
|
|
858
|
-
|
|
859
|
-
// @public
|
|
860
|
-
export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
861
|
-
skiptoken?: string;
|
|
862
|
-
top?: number;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
// @public
|
|
866
|
-
export type DatabasesListByClusterResponse = DatabaseListResult;
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface DatabasesListPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
// @public
|
|
873
|
-
export type DatabasesListPrincipalsResponse = DatabasePrincipalListResult;
|
|
874
|
-
|
|
875
|
-
// @public
|
|
876
|
-
export interface DatabasesRemovePrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
// @public
|
|
880
|
-
export type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult;
|
|
881
|
-
|
|
882
|
-
// @public
|
|
883
|
-
export interface DatabaseStatistics {
|
|
884
|
-
size?: number;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
// @public
|
|
888
|
-
export interface DatabasesUpdateHeaders {
|
|
889
|
-
azureAsyncOperation?: string;
|
|
890
|
-
location?: string;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
// @public
|
|
894
|
-
export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
895
|
-
callerRole?: CallerRole;
|
|
896
|
-
resumeFrom?: string;
|
|
897
|
-
updateIntervalInMs?: number;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
// @public
|
|
901
|
-
export type DatabasesUpdateResponse = DatabaseUnion;
|
|
902
|
-
|
|
903
|
-
// @public (undocumented)
|
|
904
|
-
export type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
|
|
905
|
-
|
|
906
|
-
// @public
|
|
907
|
-
export interface DataConnection extends ProxyResource {
|
|
908
|
-
kind: DataConnectionKind;
|
|
909
|
-
location?: string;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
// @public
|
|
913
|
-
export interface DataConnectionCheckNameRequest {
|
|
914
|
-
name: string;
|
|
915
|
-
type: "Microsoft.Kusto/clusters/databases/dataConnections";
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
// @public
|
|
919
|
-
export type DataConnectionKind = string;
|
|
920
|
-
|
|
921
|
-
// @public
|
|
922
|
-
export interface DataConnectionListResult {
|
|
923
|
-
value?: DataConnectionUnion[];
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export interface DataConnections {
|
|
928
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsCreateOrUpdateResponse>, DataConnectionsCreateOrUpdateResponse>>;
|
|
929
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<DataConnectionsCreateOrUpdateResponse>;
|
|
930
|
-
beginDataConnectionValidation(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsDataConnectionValidationResponse>, DataConnectionsDataConnectionValidationResponse>>;
|
|
931
|
-
beginDataConnectionValidationAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<DataConnectionsDataConnectionValidationResponse>;
|
|
932
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
933
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<void>;
|
|
934
|
-
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsUpdateResponse>, DataConnectionsUpdateResponse>>;
|
|
935
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<DataConnectionsUpdateResponse>;
|
|
936
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: DataConnectionCheckNameRequest, options?: DataConnectionsCheckNameAvailabilityOptionalParams): Promise<DataConnectionsCheckNameAvailabilityResponse>;
|
|
937
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsGetOptionalParams): Promise<DataConnectionsGetResponse>;
|
|
938
|
-
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: DataConnectionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<DataConnectionUnion>;
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
// @public
|
|
942
|
-
export interface DataConnectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
// @public
|
|
946
|
-
export type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult;
|
|
947
|
-
|
|
948
|
-
// @public
|
|
949
|
-
export interface DataConnectionsCreateOrUpdateHeaders {
|
|
950
|
-
azureAsyncOperation?: string;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
// @public
|
|
954
|
-
export interface DataConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
955
|
-
resumeFrom?: string;
|
|
956
|
-
updateIntervalInMs?: number;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
// @public
|
|
960
|
-
export type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion;
|
|
961
|
-
|
|
962
|
-
// @public
|
|
963
|
-
export interface DataConnectionsDataConnectionValidationHeaders {
|
|
964
|
-
azureAsyncOperation?: string;
|
|
965
|
-
location?: string;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
// @public
|
|
969
|
-
export interface DataConnectionsDataConnectionValidationOptionalParams extends coreClient.OperationOptions {
|
|
970
|
-
resumeFrom?: string;
|
|
971
|
-
updateIntervalInMs?: number;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
// @public
|
|
975
|
-
export type DataConnectionsDataConnectionValidationResponse = DataConnectionValidationListResult;
|
|
976
|
-
|
|
977
|
-
// @public
|
|
978
|
-
export interface DataConnectionsDeleteHeaders {
|
|
979
|
-
azureAsyncOperation?: string;
|
|
980
|
-
location?: string;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
// @public
|
|
984
|
-
export interface DataConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
985
|
-
resumeFrom?: string;
|
|
986
|
-
updateIntervalInMs?: number;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
// @public
|
|
990
|
-
export interface DataConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
// @public
|
|
994
|
-
export type DataConnectionsGetResponse = DataConnectionUnion;
|
|
995
|
-
|
|
996
|
-
// @public
|
|
997
|
-
export interface DataConnectionsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
// @public
|
|
1001
|
-
export type DataConnectionsListByDatabaseResponse = DataConnectionListResult;
|
|
1002
|
-
|
|
1003
|
-
// @public
|
|
1004
|
-
export interface DataConnectionsUpdateHeaders {
|
|
1005
|
-
azureAsyncOperation?: string;
|
|
1006
|
-
location?: string;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
// @public
|
|
1010
|
-
export interface DataConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
-
resumeFrom?: string;
|
|
1012
|
-
updateIntervalInMs?: number;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
// @public
|
|
1016
|
-
export type DataConnectionsUpdateResponse = DataConnectionUnion;
|
|
1017
|
-
|
|
1018
|
-
// @public (undocumented)
|
|
1019
|
-
export type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection | CosmosDbDataConnection;
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export interface DataConnectionValidation {
|
|
1023
|
-
dataConnectionName?: string;
|
|
1024
|
-
properties?: DataConnectionUnion;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export interface DataConnectionValidationListResult {
|
|
1029
|
-
value?: DataConnectionValidationResult[];
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
// @public
|
|
1033
|
-
export interface DataConnectionValidationResult {
|
|
1034
|
-
errorMessage?: string;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
// @public
|
|
1038
|
-
export type DefaultPrincipalsModificationKind = string;
|
|
1039
|
-
|
|
1040
|
-
// @public (undocumented)
|
|
1041
|
-
export interface DiagnoseVirtualNetworkResult {
|
|
1042
|
-
findings?: string[];
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
// @public
|
|
1046
|
-
export interface EndpointDependency {
|
|
1047
|
-
domainName?: string;
|
|
1048
|
-
endpointDetails?: EndpointDetail[];
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
// @public
|
|
1052
|
-
export interface EndpointDetail {
|
|
1053
|
-
ipAddress?: string;
|
|
1054
|
-
port?: number;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
// @public
|
|
1058
|
-
export type EngineType = string;
|
|
1059
|
-
|
|
1060
|
-
// @public
|
|
1061
|
-
export interface ErrorAdditionalInfo {
|
|
1062
|
-
readonly info?: Record<string, unknown>;
|
|
1063
|
-
readonly type?: string;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
// @public
|
|
1067
|
-
export interface ErrorDetail {
|
|
1068
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1069
|
-
readonly code?: string;
|
|
1070
|
-
readonly details?: ErrorDetail[];
|
|
1071
|
-
readonly message?: string;
|
|
1072
|
-
readonly target?: string;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
// @public
|
|
1076
|
-
export interface ErrorResponse {
|
|
1077
|
-
error?: ErrorDetail;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export interface EventGridDataConnection extends DataConnection {
|
|
1082
|
-
blobStorageEventType?: BlobStorageEventType;
|
|
1083
|
-
consumerGroup?: string;
|
|
1084
|
-
databaseRouting?: DatabaseRouting;
|
|
1085
|
-
dataFormat?: EventGridDataFormat;
|
|
1086
|
-
eventGridResourceId?: string;
|
|
1087
|
-
eventHubResourceId?: string;
|
|
1088
|
-
ignoreFirstRecord?: boolean;
|
|
1089
|
-
kind: "EventGrid";
|
|
1090
|
-
readonly managedIdentityObjectId?: string;
|
|
1091
|
-
managedIdentityResourceId?: string;
|
|
1092
|
-
mappingRuleName?: string;
|
|
1093
|
-
readonly provisioningState?: ProvisioningState;
|
|
1094
|
-
storageAccountResourceId?: string;
|
|
1095
|
-
tableName?: string;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export type EventGridDataFormat = string;
|
|
1100
|
-
|
|
1101
|
-
// @public
|
|
1102
|
-
export interface EventHubDataConnection extends DataConnection {
|
|
1103
|
-
compression?: Compression;
|
|
1104
|
-
consumerGroup?: string;
|
|
1105
|
-
databaseRouting?: DatabaseRouting;
|
|
1106
|
-
dataFormat?: EventHubDataFormat;
|
|
1107
|
-
eventHubResourceId?: string;
|
|
1108
|
-
eventSystemProperties?: string[];
|
|
1109
|
-
kind: "EventHub";
|
|
1110
|
-
readonly managedIdentityObjectId?: string;
|
|
1111
|
-
managedIdentityResourceId?: string;
|
|
1112
|
-
mappingRuleName?: string;
|
|
1113
|
-
readonly provisioningState?: ProvisioningState;
|
|
1114
|
-
retrievalStartDate?: Date;
|
|
1115
|
-
tableName?: string;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
// @public
|
|
1119
|
-
export type EventHubDataFormat = string;
|
|
1120
|
-
|
|
1121
|
-
// @public
|
|
1122
|
-
export interface FollowerDatabaseDefinition {
|
|
1123
|
-
attachedDatabaseConfigurationName: string;
|
|
1124
|
-
clusterResourceId: string;
|
|
1125
|
-
readonly databaseName?: string;
|
|
1126
|
-
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
1127
|
-
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
// @public
|
|
1131
|
-
export interface FollowerDatabaseDefinitionGet {
|
|
1132
|
-
attachedDatabaseConfigurationName?: string;
|
|
1133
|
-
clusterResourceId?: string;
|
|
1134
|
-
readonly databaseName?: string;
|
|
1135
|
-
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
1136
|
-
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
// @public
|
|
1140
|
-
export interface FollowerDatabaseListResult {
|
|
1141
|
-
value?: FollowerDatabaseDefinition[];
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
// @public
|
|
1145
|
-
export interface FollowerDatabaseListResultGet {
|
|
1146
|
-
nextLink?: string;
|
|
1147
|
-
value?: FollowerDatabaseDefinitionGet[];
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
// @public
|
|
1151
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
1152
|
-
|
|
1153
|
-
// @public
|
|
1154
|
-
export interface Identity {
|
|
1155
|
-
readonly principalId?: string;
|
|
1156
|
-
readonly tenantId?: string;
|
|
1157
|
-
type: IdentityType;
|
|
1158
|
-
userAssignedIdentities?: {
|
|
1159
|
-
[propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
1160
|
-
};
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
// @public
|
|
1164
|
-
export type IdentityType = string;
|
|
1165
|
-
|
|
1166
|
-
// @public
|
|
1167
|
-
export interface IotHubDataConnection extends DataConnection {
|
|
1168
|
-
consumerGroup?: string;
|
|
1169
|
-
databaseRouting?: DatabaseRouting;
|
|
1170
|
-
dataFormat?: IotHubDataFormat;
|
|
1171
|
-
eventSystemProperties?: string[];
|
|
1172
|
-
iotHubResourceId?: string;
|
|
1173
|
-
kind: "IotHub";
|
|
1174
|
-
mappingRuleName?: string;
|
|
1175
|
-
readonly provisioningState?: ProvisioningState;
|
|
1176
|
-
retrievalStartDate?: Date;
|
|
1177
|
-
sharedAccessPolicyName?: string;
|
|
1178
|
-
tableName?: string;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
// @public
|
|
1182
|
-
export type IotHubDataFormat = string;
|
|
1183
|
-
|
|
1184
|
-
// @public
|
|
1185
|
-
export interface KeyVaultProperties {
|
|
1186
|
-
keyName?: string;
|
|
1187
|
-
keyVaultUri?: string;
|
|
1188
|
-
keyVersion?: string;
|
|
1189
|
-
userIdentity?: string;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
// @public
|
|
1193
|
-
export type Kind = string;
|
|
1194
|
-
|
|
1195
|
-
// @public
|
|
1196
|
-
export enum KnownAzureScaleType {
|
|
1197
|
-
Automatic = "automatic",
|
|
1198
|
-
Manual = "manual",
|
|
1199
|
-
None = "none"
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
// @public
|
|
1203
|
-
export enum KnownAzureSkuName {
|
|
1204
|
-
DevNoSLAStandardD11V2 = "Dev(No SLA)_Standard_D11_v2",
|
|
1205
|
-
DevNoSLAStandardE2AV4 = "Dev(No SLA)_Standard_E2a_v4",
|
|
1206
|
-
StandardD11V2 = "Standard_D11_v2",
|
|
1207
|
-
StandardD12V2 = "Standard_D12_v2",
|
|
1208
|
-
StandardD13V2 = "Standard_D13_v2",
|
|
1209
|
-
StandardD14V2 = "Standard_D14_v2",
|
|
1210
|
-
StandardD16DV5 = "Standard_D16d_v5",
|
|
1211
|
-
StandardD32DV4 = "Standard_D32d_v4",
|
|
1212
|
-
StandardD32DV5 = "Standard_D32d_v5",
|
|
1213
|
-
StandardDS13V21TBPS = "Standard_DS13_v2+1TB_PS",
|
|
1214
|
-
StandardDS13V22TBPS = "Standard_DS13_v2+2TB_PS",
|
|
1215
|
-
StandardDS14V23TBPS = "Standard_DS14_v2+3TB_PS",
|
|
1216
|
-
StandardDS14V24TBPS = "Standard_DS14_v2+4TB_PS",
|
|
1217
|
-
StandardE16AdsV5 = "Standard_E16ads_v5",
|
|
1218
|
-
StandardE16AsV43TBPS = "Standard_E16as_v4+3TB_PS",
|
|
1219
|
-
StandardE16AsV44TBPS = "Standard_E16as_v4+4TB_PS",
|
|
1220
|
-
StandardE16AsV53TBPS = "Standard_E16as_v5+3TB_PS",
|
|
1221
|
-
StandardE16AsV54TBPS = "Standard_E16as_v5+4TB_PS",
|
|
1222
|
-
StandardE16AV4 = "Standard_E16a_v4",
|
|
1223
|
-
StandardE16DV4 = "Standard_E16d_v4",
|
|
1224
|
-
StandardE16DV5 = "Standard_E16d_v5",
|
|
1225
|
-
StandardE16SV43TBPS = "Standard_E16s_v4+3TB_PS",
|
|
1226
|
-
StandardE16SV44TBPS = "Standard_E16s_v4+4TB_PS",
|
|
1227
|
-
StandardE16SV53TBPS = "Standard_E16s_v5+3TB_PS",
|
|
1228
|
-
StandardE16SV54TBPS = "Standard_E16s_v5+4TB_PS",
|
|
1229
|
-
StandardE2AdsV5 = "Standard_E2ads_v5",
|
|
1230
|
-
StandardE2AV4 = "Standard_E2a_v4",
|
|
1231
|
-
StandardE2DV4 = "Standard_E2d_v4",
|
|
1232
|
-
StandardE2DV5 = "Standard_E2d_v5",
|
|
1233
|
-
StandardE4AdsV5 = "Standard_E4ads_v5",
|
|
1234
|
-
StandardE4AV4 = "Standard_E4a_v4",
|
|
1235
|
-
StandardE4DV4 = "Standard_E4d_v4",
|
|
1236
|
-
StandardE4DV5 = "Standard_E4d_v5",
|
|
1237
|
-
StandardE64IV3 = "Standard_E64i_v3",
|
|
1238
|
-
StandardE80IdsV4 = "Standard_E80ids_v4",
|
|
1239
|
-
StandardE8AdsV5 = "Standard_E8ads_v5",
|
|
1240
|
-
StandardE8AsV41TBPS = "Standard_E8as_v4+1TB_PS",
|
|
1241
|
-
StandardE8AsV42TBPS = "Standard_E8as_v4+2TB_PS",
|
|
1242
|
-
StandardE8AsV51TBPS = "Standard_E8as_v5+1TB_PS",
|
|
1243
|
-
StandardE8AsV52TBPS = "Standard_E8as_v5+2TB_PS",
|
|
1244
|
-
StandardE8AV4 = "Standard_E8a_v4",
|
|
1245
|
-
StandardE8DV4 = "Standard_E8d_v4",
|
|
1246
|
-
StandardE8DV5 = "Standard_E8d_v5",
|
|
1247
|
-
StandardE8SV41TBPS = "Standard_E8s_v4+1TB_PS",
|
|
1248
|
-
StandardE8SV42TBPS = "Standard_E8s_v4+2TB_PS",
|
|
1249
|
-
StandardE8SV51TBPS = "Standard_E8s_v5+1TB_PS",
|
|
1250
|
-
StandardE8SV52TBPS = "Standard_E8s_v5+2TB_PS",
|
|
1251
|
-
StandardEC16AdsV5 = "Standard_EC16ads_v5",
|
|
1252
|
-
StandardEC16AsV53TBPS = "Standard_EC16as_v5+3TB_PS",
|
|
1253
|
-
StandardEC16AsV54TBPS = "Standard_EC16as_v5+4TB_PS",
|
|
1254
|
-
StandardEC8AdsV5 = "Standard_EC8ads_v5",
|
|
1255
|
-
StandardEC8AsV51TBPS = "Standard_EC8as_v5+1TB_PS",
|
|
1256
|
-
StandardEC8AsV52TBPS = "Standard_EC8as_v5+2TB_PS",
|
|
1257
|
-
StandardL16AsV3 = "Standard_L16as_v3",
|
|
1258
|
-
StandardL16S = "Standard_L16s",
|
|
1259
|
-
StandardL16SV2 = "Standard_L16s_v2",
|
|
1260
|
-
StandardL16SV3 = "Standard_L16s_v3",
|
|
1261
|
-
StandardL32AsV3 = "Standard_L32as_v3",
|
|
1262
|
-
StandardL32SV3 = "Standard_L32s_v3",
|
|
1263
|
-
StandardL4S = "Standard_L4s",
|
|
1264
|
-
StandardL8AsV3 = "Standard_L8as_v3",
|
|
1265
|
-
StandardL8S = "Standard_L8s",
|
|
1266
|
-
StandardL8SV2 = "Standard_L8s_v2",
|
|
1267
|
-
StandardL8SV3 = "Standard_L8s_v3"
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
// @public
|
|
1271
|
-
export enum KnownAzureSkuTier {
|
|
1272
|
-
Basic = "Basic",
|
|
1273
|
-
Standard = "Standard"
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
// @public
|
|
1277
|
-
export enum KnownBlobStorageEventType {
|
|
1278
|
-
MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated",
|
|
1279
|
-
MicrosoftStorageBlobRenamed = "Microsoft.Storage.BlobRenamed"
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
// @public
|
|
1283
|
-
export enum KnownCallerRole {
|
|
1284
|
-
Admin = "Admin",
|
|
1285
|
-
None = "None"
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
// @public
|
|
1289
|
-
export enum KnownCalloutType {
|
|
1290
|
-
AzureDigitalTwins = "azure_digital_twins",
|
|
1291
|
-
AzureOpenai = "azure_openai",
|
|
1292
|
-
Cosmosdb = "cosmosdb",
|
|
1293
|
-
ExternalData = "external_data",
|
|
1294
|
-
Genevametrics = "genevametrics",
|
|
1295
|
-
Kusto = "kusto",
|
|
1296
|
-
Mysql = "mysql",
|
|
1297
|
-
Postgresql = "postgresql",
|
|
1298
|
-
SandboxArtifacts = "sandbox_artifacts",
|
|
1299
|
-
Sql = "sql",
|
|
1300
|
-
Webapi = "webapi"
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
// @public
|
|
1304
|
-
export enum KnownClusterNetworkAccessFlag {
|
|
1305
|
-
Disabled = "Disabled",
|
|
1306
|
-
Enabled = "Enabled"
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
// @public
|
|
1310
|
-
export enum KnownClusterPrincipalRole {
|
|
1311
|
-
AllDatabasesAdmin = "AllDatabasesAdmin",
|
|
1312
|
-
AllDatabasesMonitor = "AllDatabasesMonitor",
|
|
1313
|
-
AllDatabasesViewer = "AllDatabasesViewer"
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
// @public
|
|
1317
|
-
export enum KnownCompression {
|
|
1318
|
-
GZip = "GZip",
|
|
1319
|
-
None = "None"
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
// @public
|
|
1323
|
-
export enum KnownCreatedByType {
|
|
1324
|
-
Application = "Application",
|
|
1325
|
-
Key = "Key",
|
|
1326
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1327
|
-
User = "User"
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
// @public
|
|
1331
|
-
export enum KnownDatabasePrincipalRole {
|
|
1332
|
-
Admin = "Admin",
|
|
1333
|
-
Ingestor = "Ingestor",
|
|
1334
|
-
Monitor = "Monitor",
|
|
1335
|
-
UnrestrictedViewer = "UnrestrictedViewer",
|
|
1336
|
-
User = "User",
|
|
1337
|
-
Viewer = "Viewer"
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
// @public
|
|
1341
|
-
export enum KnownDatabasePrincipalType {
|
|
1342
|
-
App = "App",
|
|
1343
|
-
Group = "Group",
|
|
1344
|
-
User = "User"
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
// @public
|
|
1348
|
-
export enum KnownDatabaseRouting {
|
|
1349
|
-
Multi = "Multi",
|
|
1350
|
-
Single = "Single"
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
// @public
|
|
1354
|
-
export enum KnownDatabaseShareOrigin {
|
|
1355
|
-
DataShare = "DataShare",
|
|
1356
|
-
Direct = "Direct",
|
|
1357
|
-
Other = "Other"
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
// @public
|
|
1361
|
-
export enum KnownDataConnectionKind {
|
|
1362
|
-
CosmosDb = "CosmosDb",
|
|
1363
|
-
EventGrid = "EventGrid",
|
|
1364
|
-
EventHub = "EventHub",
|
|
1365
|
-
IotHub = "IotHub"
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
// @public
|
|
1369
|
-
export enum KnownDefaultPrincipalsModificationKind {
|
|
1370
|
-
None = "None",
|
|
1371
|
-
Replace = "Replace",
|
|
1372
|
-
Union = "Union"
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
// @public
|
|
1376
|
-
export enum KnownEngineType {
|
|
1377
|
-
V2 = "V2",
|
|
1378
|
-
V3 = "V3"
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
// @public
|
|
1382
|
-
export enum KnownEventGridDataFormat {
|
|
1383
|
-
Apacheavro = "APACHEAVRO",
|
|
1384
|
-
Avro = "AVRO",
|
|
1385
|
-
CSV = "CSV",
|
|
1386
|
-
Json = "JSON",
|
|
1387
|
-
Multijson = "MULTIJSON",
|
|
1388
|
-
ORC = "ORC",
|
|
1389
|
-
Parquet = "PARQUET",
|
|
1390
|
-
PSV = "PSV",
|
|
1391
|
-
RAW = "RAW",
|
|
1392
|
-
Scsv = "SCSV",
|
|
1393
|
-
Singlejson = "SINGLEJSON",
|
|
1394
|
-
Sohsv = "SOHSV",
|
|
1395
|
-
TSV = "TSV",
|
|
1396
|
-
Tsve = "TSVE",
|
|
1397
|
-
TXT = "TXT",
|
|
1398
|
-
W3Clogfile = "W3CLOGFILE"
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
// @public
|
|
1402
|
-
export enum KnownEventHubDataFormat {
|
|
1403
|
-
Apacheavro = "APACHEAVRO",
|
|
1404
|
-
Avro = "AVRO",
|
|
1405
|
-
CSV = "CSV",
|
|
1406
|
-
Json = "JSON",
|
|
1407
|
-
Multijson = "MULTIJSON",
|
|
1408
|
-
ORC = "ORC",
|
|
1409
|
-
Parquet = "PARQUET",
|
|
1410
|
-
PSV = "PSV",
|
|
1411
|
-
RAW = "RAW",
|
|
1412
|
-
Scsv = "SCSV",
|
|
1413
|
-
Singlejson = "SINGLEJSON",
|
|
1414
|
-
Sohsv = "SOHSV",
|
|
1415
|
-
TSV = "TSV",
|
|
1416
|
-
Tsve = "TSVE",
|
|
1417
|
-
TXT = "TXT",
|
|
1418
|
-
W3Clogfile = "W3CLOGFILE"
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
// @public
|
|
1422
|
-
export enum KnownIdentityType {
|
|
1423
|
-
None = "None",
|
|
1424
|
-
SystemAssigned = "SystemAssigned",
|
|
1425
|
-
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1426
|
-
UserAssigned = "UserAssigned"
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
// @public
|
|
1430
|
-
export enum KnownIotHubDataFormat {
|
|
1431
|
-
Apacheavro = "APACHEAVRO",
|
|
1432
|
-
Avro = "AVRO",
|
|
1433
|
-
CSV = "CSV",
|
|
1434
|
-
Json = "JSON",
|
|
1435
|
-
Multijson = "MULTIJSON",
|
|
1436
|
-
ORC = "ORC",
|
|
1437
|
-
Parquet = "PARQUET",
|
|
1438
|
-
PSV = "PSV",
|
|
1439
|
-
RAW = "RAW",
|
|
1440
|
-
Scsv = "SCSV",
|
|
1441
|
-
Singlejson = "SINGLEJSON",
|
|
1442
|
-
Sohsv = "SOHSV",
|
|
1443
|
-
TSV = "TSV",
|
|
1444
|
-
Tsve = "TSVE",
|
|
1445
|
-
TXT = "TXT",
|
|
1446
|
-
W3Clogfile = "W3CLOGFILE"
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
// @public
|
|
1450
|
-
export enum KnownKind {
|
|
1451
|
-
ReadOnlyFollowing = "ReadOnlyFollowing",
|
|
1452
|
-
ReadWrite = "ReadWrite"
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
// @public
|
|
1456
|
-
export enum KnownLanguage {
|
|
1457
|
-
Python = "Python"
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
// @public
|
|
1461
|
-
export enum KnownLanguageExtensionImageName {
|
|
1462
|
-
Python3108 = "Python3_10_8",
|
|
1463
|
-
Python3108DL = "Python3_10_8_DL",
|
|
1464
|
-
Python3117 = "Python3_11_7",
|
|
1465
|
-
Python3117DL = "Python3_11_7_DL",
|
|
1466
|
-
Python365 = "Python3_6_5",
|
|
1467
|
-
PythonCustomImage = "PythonCustomImage",
|
|
1468
|
-
// (undocumented)
|
|
1469
|
-
R = "R"
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
// @public
|
|
1473
|
-
export enum KnownLanguageExtensionName {
|
|
1474
|
-
Python = "PYTHON",
|
|
1475
|
-
// (undocumented)
|
|
1476
|
-
R = "R"
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
// @public
|
|
1480
|
-
export enum KnownMigrationClusterRole {
|
|
1481
|
-
Destination = "Destination",
|
|
1482
|
-
Source = "Source"
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
// @public
|
|
1486
|
-
export enum KnownOutboundAccess {
|
|
1487
|
-
Allow = "Allow",
|
|
1488
|
-
Deny = "Deny"
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
// @public
|
|
1492
|
-
export enum KnownPrincipalPermissionsAction {
|
|
1493
|
-
RemovePermissionOnScriptCompletion = "RemovePermissionOnScriptCompletion",
|
|
1494
|
-
RetainPermissionOnScriptCompletion = "RetainPermissionOnScriptCompletion"
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
// @public
|
|
1498
|
-
export enum KnownPrincipalsModificationKind {
|
|
1499
|
-
None = "None",
|
|
1500
|
-
Replace = "Replace",
|
|
1501
|
-
Union = "Union"
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
// @public
|
|
1505
|
-
export enum KnownPrincipalType {
|
|
1506
|
-
App = "App",
|
|
1507
|
-
Group = "Group",
|
|
1508
|
-
User = "User"
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
// @public
|
|
1512
|
-
export enum KnownProvisioningState {
|
|
1513
|
-
Canceled = "Canceled",
|
|
1514
|
-
Creating = "Creating",
|
|
1515
|
-
Deleting = "Deleting",
|
|
1516
|
-
Failed = "Failed",
|
|
1517
|
-
Moving = "Moving",
|
|
1518
|
-
Running = "Running",
|
|
1519
|
-
Succeeded = "Succeeded"
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
// @public
|
|
1523
|
-
export enum KnownPublicIPType {
|
|
1524
|
-
DualStack = "DualStack",
|
|
1525
|
-
IPv4 = "IPv4"
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
// @public
|
|
1529
|
-
export enum KnownPublicNetworkAccess {
|
|
1530
|
-
Disabled = "Disabled",
|
|
1531
|
-
Enabled = "Enabled"
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
// @public
|
|
1535
|
-
export enum KnownReason {
|
|
1536
|
-
AlreadyExists = "AlreadyExists",
|
|
1537
|
-
Invalid = "Invalid"
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
// @public
|
|
1541
|
-
export enum KnownScriptLevel {
|
|
1542
|
-
Cluster = "Cluster",
|
|
1543
|
-
Database = "Database"
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
// @public
|
|
1547
|
-
export enum KnownState {
|
|
1548
|
-
Creating = "Creating",
|
|
1549
|
-
Deleted = "Deleted",
|
|
1550
|
-
Deleting = "Deleting",
|
|
1551
|
-
Migrated = "Migrated",
|
|
1552
|
-
Running = "Running",
|
|
1553
|
-
Starting = "Starting",
|
|
1554
|
-
Stopped = "Stopped",
|
|
1555
|
-
Stopping = "Stopping",
|
|
1556
|
-
Unavailable = "Unavailable",
|
|
1557
|
-
Updating = "Updating"
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
// @public
|
|
1561
|
-
export enum KnownStatus {
|
|
1562
|
-
Canceled = "Canceled",
|
|
1563
|
-
Failed = "Failed",
|
|
1564
|
-
Running = "Running",
|
|
1565
|
-
Succeeded = "Succeeded"
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
// @public
|
|
1569
|
-
export enum KnownVnetState {
|
|
1570
|
-
Disabled = "Disabled",
|
|
1571
|
-
Enabled = "Enabled"
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
// @public
|
|
1575
|
-
export enum KnownZoneStatus {
|
|
1576
|
-
NonZonal = "NonZonal",
|
|
1577
|
-
Zonal = "Zonal",
|
|
1578
|
-
ZonalInconsistency = "ZonalInconsistency"
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
// @public (undocumented)
|
|
1582
|
-
export class KustoManagementClient extends coreClient.ServiceClient {
|
|
1583
|
-
// (undocumented)
|
|
1584
|
-
$host: string;
|
|
1585
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: KustoManagementClientOptionalParams);
|
|
1586
|
-
// (undocumented)
|
|
1587
|
-
apiVersion: string;
|
|
1588
|
-
// (undocumented)
|
|
1589
|
-
attachedDatabaseConfigurations: AttachedDatabaseConfigurations;
|
|
1590
|
-
// (undocumented)
|
|
1591
|
-
clusterPrincipalAssignments: ClusterPrincipalAssignments;
|
|
1592
|
-
// (undocumented)
|
|
1593
|
-
clusters: Clusters;
|
|
1594
|
-
// (undocumented)
|
|
1595
|
-
databaseOperations: DatabaseOperations;
|
|
1596
|
-
// (undocumented)
|
|
1597
|
-
databasePrincipalAssignments: DatabasePrincipalAssignments;
|
|
1598
|
-
// (undocumented)
|
|
1599
|
-
databases: Databases;
|
|
1600
|
-
// (undocumented)
|
|
1601
|
-
dataConnections: DataConnections;
|
|
1602
|
-
// (undocumented)
|
|
1603
|
-
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
1604
|
-
// (undocumented)
|
|
1605
|
-
operations: Operations;
|
|
1606
|
-
// (undocumented)
|
|
1607
|
-
operationsResults: OperationsResults;
|
|
1608
|
-
// (undocumented)
|
|
1609
|
-
operationsResultsLocation: OperationsResultsLocation;
|
|
1610
|
-
// (undocumented)
|
|
1611
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
1612
|
-
// (undocumented)
|
|
1613
|
-
privateLinkResources: PrivateLinkResources;
|
|
1614
|
-
// (undocumented)
|
|
1615
|
-
sandboxCustomImages: SandboxCustomImages;
|
|
1616
|
-
// (undocumented)
|
|
1617
|
-
scripts: Scripts;
|
|
1618
|
-
// (undocumented)
|
|
1619
|
-
skus: Skus;
|
|
1620
|
-
// (undocumented)
|
|
1621
|
-
subscriptionId: string;
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
// @public
|
|
1625
|
-
export interface KustoManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1626
|
-
$host?: string;
|
|
1627
|
-
apiVersion?: string;
|
|
1628
|
-
endpoint?: string;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
// @public
|
|
1632
|
-
export type Language = string;
|
|
1633
|
-
|
|
1634
|
-
// @public
|
|
1635
|
-
export interface LanguageExtension {
|
|
1636
|
-
languageExtensionCustomImageName?: string;
|
|
1637
|
-
languageExtensionImageName?: LanguageExtensionImageName;
|
|
1638
|
-
languageExtensionName?: LanguageExtensionName;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
// @public
|
|
1642
|
-
export type LanguageExtensionImageName = string;
|
|
1643
|
-
|
|
1644
|
-
// @public
|
|
1645
|
-
export type LanguageExtensionName = string;
|
|
1646
|
-
|
|
1647
|
-
// @public
|
|
1648
|
-
export interface LanguageExtensionsList {
|
|
1649
|
-
value?: LanguageExtension[];
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
// @public
|
|
1653
|
-
export interface ListResourceSkusResult {
|
|
1654
|
-
value?: AzureResourceSku[];
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
// @public
|
|
1658
|
-
export interface ManagedPrivateEndpoint extends ProxyResource {
|
|
1659
|
-
groupId?: string;
|
|
1660
|
-
privateLinkResourceId?: string;
|
|
1661
|
-
privateLinkResourceRegion?: string;
|
|
1662
|
-
readonly provisioningState?: ProvisioningState;
|
|
1663
|
-
requestMessage?: string;
|
|
1664
|
-
readonly systemData?: SystemData;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
// @public
|
|
1668
|
-
export interface ManagedPrivateEndpointListResult {
|
|
1669
|
-
value?: ManagedPrivateEndpoint[];
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
|
-
// @public
|
|
1673
|
-
export interface ManagedPrivateEndpoints {
|
|
1674
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>, ManagedPrivateEndpointsCreateOrUpdateResponse>>;
|
|
1675
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<ManagedPrivateEndpointsCreateOrUpdateResponse>;
|
|
1676
|
-
beginDelete(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1677
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
1678
|
-
beginUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
1679
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
1680
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: ManagedPrivateEndpointsCheckNameRequest, options?: ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams): Promise<ManagedPrivateEndpointsCheckNameAvailabilityResponse>;
|
|
1681
|
-
get(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
1682
|
-
list(resourceGroupName: string, clusterName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
// @public
|
|
1686
|
-
export interface ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
// @public
|
|
1690
|
-
export type ManagedPrivateEndpointsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1691
|
-
|
|
1692
|
-
// @public
|
|
1693
|
-
export interface ManagedPrivateEndpointsCheckNameRequest {
|
|
1694
|
-
name: string;
|
|
1695
|
-
type: "Microsoft.Kusto/clusters/managedPrivateEndpoints";
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
// @public
|
|
1699
|
-
export interface ManagedPrivateEndpointsCreateOrUpdateHeaders {
|
|
1700
|
-
azureAsyncOperation?: string;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
// @public
|
|
1704
|
-
export interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
-
resumeFrom?: string;
|
|
1706
|
-
updateIntervalInMs?: number;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
// @public
|
|
1710
|
-
export type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpoint;
|
|
1711
|
-
|
|
1712
|
-
// @public
|
|
1713
|
-
export interface ManagedPrivateEndpointsDeleteHeaders {
|
|
1714
|
-
azureAsyncOperation?: string;
|
|
1715
|
-
location?: string;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
// @public
|
|
1719
|
-
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1720
|
-
resumeFrom?: string;
|
|
1721
|
-
updateIntervalInMs?: number;
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
// @public
|
|
1725
|
-
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
// @public
|
|
1729
|
-
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
|
|
1730
|
-
|
|
1731
|
-
// @public
|
|
1732
|
-
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
// @public
|
|
1736
|
-
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResult;
|
|
1737
|
-
|
|
1738
|
-
// @public
|
|
1739
|
-
export interface ManagedPrivateEndpointsUpdateHeaders {
|
|
1740
|
-
azureAsyncOperation?: string;
|
|
1741
|
-
location?: string;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
// @public
|
|
1745
|
-
export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1746
|
-
resumeFrom?: string;
|
|
1747
|
-
updateIntervalInMs?: number;
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
// @public
|
|
1751
|
-
export type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpoint;
|
|
1752
|
-
|
|
1753
|
-
// @public
|
|
1754
|
-
export interface MigrationClusterProperties {
|
|
1755
|
-
readonly dataIngestionUri?: string;
|
|
1756
|
-
readonly id?: string;
|
|
1757
|
-
readonly role?: MigrationClusterRole;
|
|
1758
|
-
readonly uri?: string;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
// @public
|
|
1762
|
-
export type MigrationClusterRole = string;
|
|
1763
|
-
|
|
1764
|
-
// @public
|
|
1765
|
-
export interface Operation {
|
|
1766
|
-
display?: OperationDisplay;
|
|
1767
|
-
name?: string;
|
|
1768
|
-
origin?: string;
|
|
1769
|
-
properties?: Record<string, unknown>;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
// @public
|
|
1773
|
-
export interface OperationDisplay {
|
|
1774
|
-
description?: string;
|
|
1775
|
-
operation?: string;
|
|
1776
|
-
provider?: string;
|
|
1777
|
-
resource?: string;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
// @public
|
|
1781
|
-
export interface OperationListResult {
|
|
1782
|
-
nextLink?: string;
|
|
1783
|
-
value?: Operation[];
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
// @public
|
|
1787
|
-
export interface OperationResult {
|
|
1788
|
-
code?: string;
|
|
1789
|
-
endTime?: Date;
|
|
1790
|
-
readonly id?: string;
|
|
1791
|
-
message?: string;
|
|
1792
|
-
readonly name?: string;
|
|
1793
|
-
operationKind?: string;
|
|
1794
|
-
operationState?: string;
|
|
1795
|
-
percentComplete?: number;
|
|
1796
|
-
readonly provisioningState?: ProvisioningState;
|
|
1797
|
-
startTime?: Date;
|
|
1798
|
-
readonly status?: Status;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
// @public
|
|
1802
|
-
export interface Operations {
|
|
1803
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
// @public
|
|
1807
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
// @public
|
|
1811
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1812
|
-
|
|
1813
|
-
// @public
|
|
1814
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
// @public
|
|
1818
|
-
export type OperationsListResponse = OperationListResult;
|
|
1819
|
-
|
|
1820
|
-
// @public
|
|
1821
|
-
export interface OperationsResults {
|
|
1822
|
-
get(location: string, operationId: string, options?: OperationsResultsGetOptionalParams): Promise<OperationsResultsGetResponse>;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
// @public
|
|
1826
|
-
export interface OperationsResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
// @public
|
|
1830
|
-
export type OperationsResultsGetResponse = OperationResult;
|
|
1831
|
-
|
|
1832
|
-
// @public
|
|
1833
|
-
export interface OperationsResultsLocation {
|
|
1834
|
-
get(location: string, operationId: string, options?: OperationsResultsLocationGetOptionalParams): Promise<OperationsResultsLocationGetResponse>;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
// @public
|
|
1838
|
-
export interface OperationsResultsLocationGetHeaders {
|
|
1839
|
-
azureAsyncOperation?: string;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
// @public
|
|
1843
|
-
export interface OperationsResultsLocationGetOptionalParams extends coreClient.OperationOptions {
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
// @public
|
|
1847
|
-
export type OperationsResultsLocationGetResponse = OperationsResultsLocationGetHeaders;
|
|
1848
|
-
|
|
1849
|
-
// @public
|
|
1850
|
-
export interface OptimizedAutoscale {
|
|
1851
|
-
isEnabled: boolean;
|
|
1852
|
-
maximum: number;
|
|
1853
|
-
minimum: number;
|
|
1854
|
-
version: number;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
// @public
|
|
1858
|
-
export type OutboundAccess = string;
|
|
1859
|
-
|
|
1860
|
-
// @public
|
|
1861
|
-
export interface OutboundNetworkDependenciesEndpoint extends ProxyResource {
|
|
1862
|
-
category?: string;
|
|
1863
|
-
endpoints?: EndpointDependency[];
|
|
1864
|
-
readonly etag?: string;
|
|
1865
|
-
readonly provisioningState?: ProvisioningState;
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
// @public
|
|
1869
|
-
export interface OutboundNetworkDependenciesEndpointListResult {
|
|
1870
|
-
readonly nextLink?: string;
|
|
1871
|
-
value: OutboundNetworkDependenciesEndpoint[];
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
// @public
|
|
1875
|
-
export type PrincipalPermissionsAction = string;
|
|
1876
|
-
|
|
1877
|
-
// @public
|
|
1878
|
-
export type PrincipalsModificationKind = string;
|
|
1879
|
-
|
|
1880
|
-
// @public
|
|
1881
|
-
export type PrincipalType = string;
|
|
1882
|
-
|
|
1883
|
-
// @public
|
|
1884
|
-
export interface PrivateEndpointConnection extends ProxyResource {
|
|
1885
|
-
readonly groupId?: string;
|
|
1886
|
-
readonly privateEndpoint?: PrivateEndpointProperty;
|
|
1887
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
1888
|
-
readonly provisioningState?: string;
|
|
1889
|
-
readonly systemData?: SystemData;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
// @public
|
|
1893
|
-
export interface PrivateEndpointConnectionListResult {
|
|
1894
|
-
value?: PrivateEndpointConnection[];
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
// @public
|
|
1898
|
-
export interface PrivateEndpointConnections {
|
|
1899
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
1900
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
1901
|
-
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1902
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1903
|
-
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1904
|
-
list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
// @public
|
|
1908
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1909
|
-
resumeFrom?: string;
|
|
1910
|
-
updateIntervalInMs?: number;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
// @public
|
|
1914
|
-
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1915
|
-
|
|
1916
|
-
// @public
|
|
1917
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
1918
|
-
azureAsyncOperation?: string;
|
|
1919
|
-
location?: string;
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
// @public
|
|
1923
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1924
|
-
resumeFrom?: string;
|
|
1925
|
-
updateIntervalInMs?: number;
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
// @public
|
|
1929
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
|
-
// @public
|
|
1933
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1934
|
-
|
|
1935
|
-
// @public
|
|
1936
|
-
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
// @public
|
|
1940
|
-
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1941
|
-
|
|
1942
|
-
// @public
|
|
1943
|
-
export interface PrivateEndpointProperty {
|
|
1944
|
-
readonly id?: string;
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
// @public
|
|
1948
|
-
export interface PrivateLinkResource extends Resource {
|
|
1949
|
-
readonly groupId?: string;
|
|
1950
|
-
readonly requiredMembers?: string[];
|
|
1951
|
-
readonly requiredZoneNames?: string[];
|
|
1952
|
-
readonly systemData?: SystemData;
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
// @public
|
|
1956
|
-
export interface PrivateLinkResourceListResult {
|
|
1957
|
-
value?: PrivateLinkResource[];
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
// @public
|
|
1961
|
-
export interface PrivateLinkResources {
|
|
1962
|
-
get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1963
|
-
list(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
// @public
|
|
1967
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
// @public
|
|
1971
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1972
|
-
|
|
1973
|
-
// @public
|
|
1974
|
-
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
// @public
|
|
1978
|
-
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
1979
|
-
|
|
1980
|
-
// @public
|
|
1981
|
-
export interface PrivateLinkServiceConnectionStateProperty {
|
|
1982
|
-
readonly actionsRequired?: string;
|
|
1983
|
-
description?: string;
|
|
1984
|
-
status?: string;
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
// @public
|
|
1988
|
-
export type ProvisioningState = string;
|
|
1989
|
-
|
|
1990
|
-
// @public
|
|
1991
|
-
export interface ProxyResource extends Resource {
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
// @public
|
|
1995
|
-
export type PublicIPType = string;
|
|
1996
|
-
|
|
1997
|
-
// @public
|
|
1998
|
-
export type PublicNetworkAccess = string;
|
|
1999
|
-
|
|
2000
|
-
// @public
|
|
2001
|
-
export interface ReadOnlyFollowingDatabase extends Database {
|
|
2002
|
-
readonly attachedDatabaseConfigurationName?: string;
|
|
2003
|
-
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
2004
|
-
hotCachePeriod?: string;
|
|
2005
|
-
kind: "ReadOnlyFollowing";
|
|
2006
|
-
readonly leaderClusterResourceId?: string;
|
|
2007
|
-
readonly originalDatabaseName?: string;
|
|
2008
|
-
readonly principalsModificationKind?: PrincipalsModificationKind;
|
|
2009
|
-
readonly provisioningState?: ProvisioningState;
|
|
2010
|
-
readonly softDeletePeriod?: string;
|
|
2011
|
-
readonly statistics?: DatabaseStatistics;
|
|
2012
|
-
readonly suspensionDetails?: SuspensionDetails;
|
|
2013
|
-
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
// @public
|
|
2017
|
-
export interface ReadWriteDatabase extends Database {
|
|
2018
|
-
hotCachePeriod?: string;
|
|
2019
|
-
readonly isFollowed?: boolean;
|
|
2020
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
2021
|
-
kind: "ReadWrite";
|
|
2022
|
-
readonly provisioningState?: ProvisioningState;
|
|
2023
|
-
softDeletePeriod?: string;
|
|
2024
|
-
readonly statistics?: DatabaseStatistics;
|
|
2025
|
-
readonly suspensionDetails?: SuspensionDetails;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
// @public
|
|
2029
|
-
export type Reason = string;
|
|
2030
|
-
|
|
2031
|
-
// @public
|
|
2032
|
-
export interface Resource {
|
|
2033
|
-
readonly id?: string;
|
|
2034
|
-
readonly name?: string;
|
|
2035
|
-
readonly type?: string;
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
// @public
|
|
2039
|
-
export interface ResourceSkuCapabilities {
|
|
2040
|
-
readonly name?: string;
|
|
2041
|
-
readonly value?: string;
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
// @public
|
|
2045
|
-
export interface ResourceSkuZoneDetails {
|
|
2046
|
-
readonly capabilities?: ResourceSkuCapabilities[];
|
|
2047
|
-
readonly name?: string[];
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
// @public
|
|
2051
|
-
export interface SandboxCustomImage extends ProxyResource {
|
|
2052
|
-
baseImageName?: string;
|
|
2053
|
-
language?: Language;
|
|
2054
|
-
languageVersion?: string;
|
|
2055
|
-
readonly provisioningState?: ProvisioningState;
|
|
2056
|
-
requirementsFileContent?: string;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
// @public
|
|
2060
|
-
export interface SandboxCustomImages {
|
|
2061
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImagesCreateOrUpdateResponse>, SandboxCustomImagesCreateOrUpdateResponse>>;
|
|
2062
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SandboxCustomImagesCreateOrUpdateResponse>;
|
|
2063
|
-
beginDelete(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2064
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<void>;
|
|
2065
|
-
beginUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImagesUpdateResponse>, SandboxCustomImagesUpdateResponse>>;
|
|
2066
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SandboxCustomImagesUpdateResponse>;
|
|
2067
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: SandboxCustomImagesCheckNameRequest, options?: SandboxCustomImagesCheckNameAvailabilityOptionalParams): Promise<SandboxCustomImagesCheckNameAvailabilityResponse>;
|
|
2068
|
-
get(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesGetOptionalParams): Promise<SandboxCustomImagesGetResponse>;
|
|
2069
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: SandboxCustomImagesListByClusterOptionalParams): PagedAsyncIterableIterator<SandboxCustomImage>;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
// @public
|
|
2073
|
-
export interface SandboxCustomImagesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
// @public
|
|
2077
|
-
export type SandboxCustomImagesCheckNameAvailabilityResponse = CheckNameResult;
|
|
2078
|
-
|
|
2079
|
-
// @public
|
|
2080
|
-
export interface SandboxCustomImagesCheckNameRequest {
|
|
2081
|
-
name: string;
|
|
2082
|
-
type: "Microsoft.Kusto/clusters/sandboxCustomImages";
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
// @public
|
|
2086
|
-
export interface SandboxCustomImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
-
resumeFrom?: string;
|
|
2088
|
-
updateIntervalInMs?: number;
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
// @public
|
|
2092
|
-
export type SandboxCustomImagesCreateOrUpdateResponse = SandboxCustomImage;
|
|
2093
|
-
|
|
2094
|
-
// @public
|
|
2095
|
-
export interface SandboxCustomImagesDeleteHeaders {
|
|
2096
|
-
azureAsyncOperation?: string;
|
|
2097
|
-
location?: string;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
// @public
|
|
2101
|
-
export interface SandboxCustomImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2102
|
-
resumeFrom?: string;
|
|
2103
|
-
updateIntervalInMs?: number;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
// @public
|
|
2107
|
-
export interface SandboxCustomImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
// @public
|
|
2111
|
-
export type SandboxCustomImagesGetResponse = SandboxCustomImage;
|
|
2112
|
-
|
|
2113
|
-
// @public
|
|
2114
|
-
export interface SandboxCustomImagesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
// @public
|
|
2118
|
-
export type SandboxCustomImagesListByClusterResponse = SandboxCustomImagesListResult;
|
|
2119
|
-
|
|
2120
|
-
// @public
|
|
2121
|
-
export interface SandboxCustomImagesListResult {
|
|
2122
|
-
nextLink?: string;
|
|
2123
|
-
value?: SandboxCustomImage[];
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
// @public
|
|
2127
|
-
export interface SandboxCustomImagesUpdateHeaders {
|
|
2128
|
-
azureAsyncOperation?: string;
|
|
2129
|
-
location?: string;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
// @public
|
|
2133
|
-
export interface SandboxCustomImagesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2134
|
-
resumeFrom?: string;
|
|
2135
|
-
updateIntervalInMs?: number;
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
// @public
|
|
2139
|
-
export type SandboxCustomImagesUpdateResponse = SandboxCustomImage;
|
|
2140
|
-
|
|
2141
|
-
// @public
|
|
2142
|
-
export interface Script extends ProxyResource {
|
|
2143
|
-
continueOnErrors?: boolean;
|
|
2144
|
-
forceUpdateTag?: string;
|
|
2145
|
-
principalPermissionsAction?: PrincipalPermissionsAction;
|
|
2146
|
-
readonly provisioningState?: ProvisioningState;
|
|
2147
|
-
scriptContent?: string;
|
|
2148
|
-
scriptLevel?: ScriptLevel;
|
|
2149
|
-
scriptUrl?: string;
|
|
2150
|
-
scriptUrlSasToken?: string;
|
|
2151
|
-
readonly systemData?: SystemData;
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
// @public
|
|
2155
|
-
export interface ScriptCheckNameRequest {
|
|
2156
|
-
name: string;
|
|
2157
|
-
type: "Microsoft.Kusto/clusters/databases/scripts";
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
// @public
|
|
2161
|
-
export type ScriptLevel = string;
|
|
2162
|
-
|
|
2163
|
-
// @public
|
|
2164
|
-
export interface ScriptListResult {
|
|
2165
|
-
value?: Script[];
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
// @public
|
|
2169
|
-
export interface Scripts {
|
|
2170
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScriptsCreateOrUpdateResponse>, ScriptsCreateOrUpdateResponse>>;
|
|
2171
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<ScriptsCreateOrUpdateResponse>;
|
|
2172
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2173
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<void>;
|
|
2174
|
-
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScriptsUpdateResponse>, ScriptsUpdateResponse>>;
|
|
2175
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<ScriptsUpdateResponse>;
|
|
2176
|
-
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams): Promise<ScriptsCheckNameAvailabilityResponse>;
|
|
2177
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams): Promise<ScriptsGetResponse>;
|
|
2178
|
-
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams): PagedAsyncIterableIterator<Script>;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
// @public
|
|
2182
|
-
export interface ScriptsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
// @public
|
|
2186
|
-
export type ScriptsCheckNameAvailabilityResponse = CheckNameResult;
|
|
2187
|
-
|
|
2188
|
-
// @public
|
|
2189
|
-
export interface ScriptsCreateOrUpdateHeaders {
|
|
2190
|
-
azureAsyncOperation?: string;
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
// @public
|
|
2194
|
-
export interface ScriptsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2195
|
-
resumeFrom?: string;
|
|
2196
|
-
updateIntervalInMs?: number;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
// @public
|
|
2200
|
-
export type ScriptsCreateOrUpdateResponse = Script;
|
|
2201
|
-
|
|
2202
|
-
// @public
|
|
2203
|
-
export interface ScriptsDeleteHeaders {
|
|
2204
|
-
azureAsyncOperation?: string;
|
|
2205
|
-
location?: string;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
// @public
|
|
2209
|
-
export interface ScriptsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2210
|
-
resumeFrom?: string;
|
|
2211
|
-
updateIntervalInMs?: number;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
// @public
|
|
2215
|
-
export interface ScriptsGetOptionalParams extends coreClient.OperationOptions {
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
// @public
|
|
2219
|
-
export type ScriptsGetResponse = Script;
|
|
2220
|
-
|
|
2221
|
-
// @public
|
|
2222
|
-
export interface ScriptsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
// @public
|
|
2226
|
-
export type ScriptsListByDatabaseResponse = ScriptListResult;
|
|
2227
|
-
|
|
2228
|
-
// @public
|
|
2229
|
-
export interface ScriptsUpdateHeaders {
|
|
2230
|
-
azureAsyncOperation?: string;
|
|
2231
|
-
location?: string;
|
|
2232
|
-
}
|
|
2233
|
-
|
|
2234
|
-
// @public
|
|
2235
|
-
export interface ScriptsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2236
|
-
resumeFrom?: string;
|
|
2237
|
-
updateIntervalInMs?: number;
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
// @public
|
|
2241
|
-
export type ScriptsUpdateResponse = Script;
|
|
2242
|
-
|
|
2243
|
-
// @public
|
|
2244
|
-
export interface SkuDescription {
|
|
2245
|
-
readonly locationInfo?: SkuLocationInfoItem[];
|
|
2246
|
-
readonly locations?: string[];
|
|
2247
|
-
readonly name?: string;
|
|
2248
|
-
readonly resourceType?: string;
|
|
2249
|
-
readonly restrictions?: Record<string, unknown>[];
|
|
2250
|
-
readonly tier?: string;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
// @public
|
|
2254
|
-
export interface SkuDescriptionList {
|
|
2255
|
-
readonly value?: SkuDescription[];
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
// @public
|
|
2259
|
-
export interface SkuLocationInfoItem {
|
|
2260
|
-
location: string;
|
|
2261
|
-
zoneDetails?: ResourceSkuZoneDetails[];
|
|
2262
|
-
zones?: string[];
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
// @public
|
|
2266
|
-
export interface Skus {
|
|
2267
|
-
list(location: string, options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
// @public
|
|
2271
|
-
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
// @public
|
|
2275
|
-
export type SkusListResponse = SkuDescriptionList;
|
|
2276
|
-
|
|
2277
|
-
// @public
|
|
2278
|
-
export type State = string;
|
|
2279
|
-
|
|
2280
|
-
// @public
|
|
2281
|
-
export type Status = string;
|
|
2282
|
-
|
|
2283
|
-
// @public
|
|
2284
|
-
export interface SuspensionDetails {
|
|
2285
|
-
suspensionStartDate?: Date;
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
// @public
|
|
2289
|
-
export interface SystemData {
|
|
2290
|
-
createdAt?: Date;
|
|
2291
|
-
createdBy?: string;
|
|
2292
|
-
createdByType?: CreatedByType;
|
|
2293
|
-
lastModifiedAt?: Date;
|
|
2294
|
-
lastModifiedBy?: string;
|
|
2295
|
-
lastModifiedByType?: CreatedByType;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
// @public
|
|
2299
|
-
export interface TableLevelSharingProperties {
|
|
2300
|
-
externalTablesToExclude?: string[];
|
|
2301
|
-
externalTablesToInclude?: string[];
|
|
2302
|
-
functionsToExclude?: string[];
|
|
2303
|
-
functionsToInclude?: string[];
|
|
2304
|
-
materializedViewsToExclude?: string[];
|
|
2305
|
-
materializedViewsToInclude?: string[];
|
|
2306
|
-
tablesToExclude?: string[];
|
|
2307
|
-
tablesToInclude?: string[];
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
// @public
|
|
2311
|
-
export interface TrackedResource extends Resource {
|
|
2312
|
-
location: string;
|
|
2313
|
-
tags?: {
|
|
2314
|
-
[propertyName: string]: string;
|
|
2315
|
-
};
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
// @public
|
|
2319
|
-
export interface TrustedExternalTenant {
|
|
2320
|
-
value?: string;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
// @public
|
|
2324
|
-
export type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
2325
|
-
|
|
2326
|
-
// @public
|
|
2327
|
-
export interface VirtualNetworkConfiguration {
|
|
2328
|
-
dataManagementPublicIpId: string;
|
|
2329
|
-
enginePublicIpId: string;
|
|
2330
|
-
state?: VnetState;
|
|
2331
|
-
subnetId: string;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
// @public
|
|
2335
|
-
export type VnetState = string;
|
|
2336
|
-
|
|
2337
|
-
// @public
|
|
2338
|
-
export type ZoneStatus = string;
|
|
2339
|
-
|
|
2340
|
-
// (No @packageDocumentation comment for this package)
|
|
2341
|
-
|
|
2342
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-kusto"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AcceptedAudiences {
|
|
15
|
+
value?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface AttachedDatabaseConfiguration extends ProxyResource {
|
|
20
|
+
readonly attachedDatabaseNames?: string[];
|
|
21
|
+
clusterResourceId?: string;
|
|
22
|
+
databaseName?: string;
|
|
23
|
+
databaseNameOverride?: string;
|
|
24
|
+
databaseNamePrefix?: string;
|
|
25
|
+
defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind;
|
|
26
|
+
location?: string;
|
|
27
|
+
readonly provisioningState?: ProvisioningState;
|
|
28
|
+
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface AttachedDatabaseConfigurationListResult {
|
|
33
|
+
value?: AttachedDatabaseConfiguration[];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export interface AttachedDatabaseConfigurations {
|
|
38
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>, AttachedDatabaseConfigurationsCreateOrUpdateResponse>>;
|
|
39
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<AttachedDatabaseConfigurationsCreateOrUpdateResponse>;
|
|
40
|
+
beginDelete(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
41
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<void>;
|
|
42
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: AttachedDatabaseConfigurationsCheckNameRequest, options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams): Promise<AttachedDatabaseConfigurationsCheckNameAvailabilityResponse>;
|
|
43
|
+
get(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsGetOptionalParams): Promise<AttachedDatabaseConfigurationsGetResponse>;
|
|
44
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: AttachedDatabaseConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<AttachedDatabaseConfiguration>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export type AttachedDatabaseConfigurationsCheckNameAvailabilityResponse = CheckNameResult;
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export interface AttachedDatabaseConfigurationsCheckNameRequest {
|
|
56
|
+
name: string;
|
|
57
|
+
type: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface AttachedDatabaseConfigurationsCreateOrUpdateHeaders {
|
|
62
|
+
azureAsyncOperation?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export interface AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
67
|
+
resumeFrom?: string;
|
|
68
|
+
updateIntervalInMs?: number;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// @public
|
|
72
|
+
export type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration;
|
|
73
|
+
|
|
74
|
+
// @public
|
|
75
|
+
export interface AttachedDatabaseConfigurationsDeleteHeaders {
|
|
76
|
+
azureAsyncOperation?: string;
|
|
77
|
+
location?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface AttachedDatabaseConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
82
|
+
resumeFrom?: string;
|
|
83
|
+
updateIntervalInMs?: number;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export interface AttachedDatabaseConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration;
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface AttachedDatabaseConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult;
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface AzureCapacity {
|
|
102
|
+
default: number;
|
|
103
|
+
maximum: number;
|
|
104
|
+
minimum: number;
|
|
105
|
+
scaleType: AzureScaleType;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export interface AzureResourceSku {
|
|
110
|
+
capacity?: AzureCapacity;
|
|
111
|
+
resourceType?: string;
|
|
112
|
+
sku?: AzureSku;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type AzureScaleType = string;
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface AzureSku {
|
|
120
|
+
capacity?: number;
|
|
121
|
+
name: AzureSkuName;
|
|
122
|
+
tier: AzureSkuTier;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export type AzureSkuName = string;
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export type AzureSkuTier = string;
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export type BlobStorageEventType = string;
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export type CallerRole = string;
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface CalloutPoliciesList {
|
|
139
|
+
nextLink?: string;
|
|
140
|
+
value?: CalloutPolicy[];
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface CalloutPolicy {
|
|
145
|
+
readonly calloutId?: string;
|
|
146
|
+
calloutType?: CalloutType;
|
|
147
|
+
calloutUriRegex?: string;
|
|
148
|
+
outboundAccess?: OutboundAccess;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface CalloutPolicyToRemove {
|
|
153
|
+
calloutId?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export type CalloutType = string;
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface CheckNameRequest {
|
|
161
|
+
name: string;
|
|
162
|
+
type: Type;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface CheckNameResult {
|
|
167
|
+
message?: string;
|
|
168
|
+
name?: string;
|
|
169
|
+
nameAvailable?: boolean;
|
|
170
|
+
reason?: Reason;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export interface Cluster extends TrackedResource {
|
|
175
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
176
|
+
allowedFqdnList?: string[];
|
|
177
|
+
allowedIpRangeList?: string[];
|
|
178
|
+
calloutPolicies?: CalloutPolicy[];
|
|
179
|
+
readonly dataIngestionUri?: string;
|
|
180
|
+
enableAutoStop?: boolean;
|
|
181
|
+
enableDiskEncryption?: boolean;
|
|
182
|
+
enableDoubleEncryption?: boolean;
|
|
183
|
+
enablePurge?: boolean;
|
|
184
|
+
enableStreamingIngest?: boolean;
|
|
185
|
+
engineType?: EngineType;
|
|
186
|
+
readonly etag?: string;
|
|
187
|
+
identity?: Identity;
|
|
188
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
189
|
+
languageExtensions?: LanguageExtensionsList;
|
|
190
|
+
readonly migrationCluster?: MigrationClusterProperties;
|
|
191
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
192
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
193
|
+
readonly provisioningState?: ProvisioningState;
|
|
194
|
+
publicIPType?: PublicIPType;
|
|
195
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
196
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
197
|
+
sku: AzureSku;
|
|
198
|
+
readonly state?: State;
|
|
199
|
+
readonly stateReason?: string;
|
|
200
|
+
readonly systemData?: SystemData;
|
|
201
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
202
|
+
readonly uri?: string;
|
|
203
|
+
virtualClusterGraduationProperties?: string;
|
|
204
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
205
|
+
zones?: string[];
|
|
206
|
+
readonly zoneStatus?: ZoneStatus;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface ClusterCheckNameRequest {
|
|
211
|
+
name: string;
|
|
212
|
+
type: "Microsoft.Kusto/clusters";
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface ClusterListResult {
|
|
217
|
+
value?: Cluster[];
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// @public
|
|
221
|
+
export interface ClusterMigrateRequest {
|
|
222
|
+
clusterResourceId: string;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export type ClusterNetworkAccessFlag = string;
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export interface ClusterPrincipalAssignment extends ProxyResource {
|
|
230
|
+
readonly aadObjectId?: string;
|
|
231
|
+
principalId?: string;
|
|
232
|
+
readonly principalName?: string;
|
|
233
|
+
principalType?: PrincipalType;
|
|
234
|
+
readonly provisioningState?: ProvisioningState;
|
|
235
|
+
role?: ClusterPrincipalRole;
|
|
236
|
+
tenantId?: string;
|
|
237
|
+
readonly tenantName?: string;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export interface ClusterPrincipalAssignmentCheckNameRequest {
|
|
242
|
+
name: string;
|
|
243
|
+
type: "Microsoft.Kusto/clusters/principalAssignments";
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface ClusterPrincipalAssignmentListResult {
|
|
248
|
+
value?: ClusterPrincipalAssignment[];
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// @public
|
|
252
|
+
export interface ClusterPrincipalAssignments {
|
|
253
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>, ClusterPrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
254
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<ClusterPrincipalAssignmentsCreateOrUpdateResponse>;
|
|
255
|
+
beginDelete(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
256
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
257
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, principalAssignmentName: ClusterPrincipalAssignmentCheckNameRequest, options?: ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
258
|
+
get(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsGetOptionalParams): Promise<ClusterPrincipalAssignmentsGetResponse>;
|
|
259
|
+
list(resourceGroupName: string, clusterName: string, options?: ClusterPrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<ClusterPrincipalAssignment>;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export interface ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
271
|
+
resumeFrom?: string;
|
|
272
|
+
updateIntervalInMs?: number;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment;
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export interface ClusterPrincipalAssignmentsDeleteHeaders {
|
|
280
|
+
azureAsyncOperation?: string;
|
|
281
|
+
location?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface ClusterPrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
286
|
+
resumeFrom?: string;
|
|
287
|
+
updateIntervalInMs?: number;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export interface ClusterPrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment;
|
|
296
|
+
|
|
297
|
+
// @public
|
|
298
|
+
export interface ClusterPrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
303
|
+
|
|
304
|
+
// @public
|
|
305
|
+
export type ClusterPrincipalRole = string;
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface Clusters {
|
|
309
|
+
beginAddCalloutPolicies(resourceGroupName: string, clusterName: string, calloutPolicies: CalloutPoliciesList, options?: ClustersAddCalloutPoliciesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
310
|
+
beginAddCalloutPoliciesAndWait(resourceGroupName: string, clusterName: string, calloutPolicies: CalloutPoliciesList, options?: ClustersAddCalloutPoliciesOptionalParams): Promise<void>;
|
|
311
|
+
beginAddLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
312
|
+
beginAddLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<void>;
|
|
313
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
314
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
315
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
316
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
317
|
+
beginDetachFollowerDatabases(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
318
|
+
beginDetachFollowerDatabasesAndWait(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<void>;
|
|
319
|
+
beginDiagnoseVirtualNetwork(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<SimplePollerLike<OperationState<ClustersDiagnoseVirtualNetworkResponse>, ClustersDiagnoseVirtualNetworkResponse>>;
|
|
320
|
+
beginDiagnoseVirtualNetworkAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<ClustersDiagnoseVirtualNetworkResponse>;
|
|
321
|
+
beginMigrate(resourceGroupName: string, clusterName: string, clusterMigrateRequest: ClusterMigrateRequest, options?: ClustersMigrateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
322
|
+
beginMigrateAndWait(resourceGroupName: string, clusterName: string, clusterMigrateRequest: ClusterMigrateRequest, options?: ClustersMigrateOptionalParams): Promise<void>;
|
|
323
|
+
beginRemoveCalloutPolicy(resourceGroupName: string, clusterName: string, calloutPolicy: CalloutPolicyToRemove, options?: ClustersRemoveCalloutPolicyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
324
|
+
beginRemoveCalloutPolicyAndWait(resourceGroupName: string, clusterName: string, calloutPolicy: CalloutPolicyToRemove, options?: ClustersRemoveCalloutPolicyOptionalParams): Promise<void>;
|
|
325
|
+
beginRemoveLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
326
|
+
beginRemoveLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<void>;
|
|
327
|
+
beginStart(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
328
|
+
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<void>;
|
|
329
|
+
beginStop(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
330
|
+
beginStopAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<void>;
|
|
331
|
+
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
332
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
333
|
+
checkNameAvailability(location: string, clusterName: ClusterCheckNameRequest, options?: ClustersCheckNameAvailabilityOptionalParams): Promise<ClustersCheckNameAvailabilityResponse>;
|
|
334
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
335
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
336
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
337
|
+
listCalloutPolicies(resourceGroupName: string, clusterName: string, options?: ClustersListCalloutPoliciesOptionalParams): PagedAsyncIterableIterator<CalloutPolicy>;
|
|
338
|
+
listFollowerDatabases(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinition>;
|
|
339
|
+
listFollowerDatabasesGet(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesGetOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinitionGet>;
|
|
340
|
+
listLanguageExtensions(resourceGroupName: string, clusterName: string, options?: ClustersListLanguageExtensionsOptionalParams): PagedAsyncIterableIterator<LanguageExtension>;
|
|
341
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, clusterName: string, options?: ClustersListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundNetworkDependenciesEndpoint>;
|
|
342
|
+
listSkus(options?: ClustersListSkusOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
343
|
+
listSkusByResource(resourceGroupName: string, clusterName: string, options?: ClustersListSkusByResourceOptionalParams): PagedAsyncIterableIterator<AzureResourceSku>;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export interface ClustersAddCalloutPoliciesHeaders {
|
|
348
|
+
azureAsyncOperation?: string;
|
|
349
|
+
location?: string;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export interface ClustersAddCalloutPoliciesOptionalParams extends coreClient.OperationOptions {
|
|
354
|
+
resumeFrom?: string;
|
|
355
|
+
updateIntervalInMs?: number;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface ClustersAddLanguageExtensionsHeaders {
|
|
360
|
+
azureAsyncOperation?: string;
|
|
361
|
+
location?: string;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export interface ClustersAddLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
366
|
+
resumeFrom?: string;
|
|
367
|
+
updateIntervalInMs?: number;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
// @public
|
|
371
|
+
export interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export type ClustersCheckNameAvailabilityResponse = CheckNameResult;
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
ifMatch?: string;
|
|
380
|
+
ifNoneMatch?: string;
|
|
381
|
+
resumeFrom?: string;
|
|
382
|
+
updateIntervalInMs?: number;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export interface ClustersDeleteHeaders {
|
|
390
|
+
azureAsyncOperation?: string;
|
|
391
|
+
location?: string;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
396
|
+
resumeFrom?: string;
|
|
397
|
+
updateIntervalInMs?: number;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface ClustersDetachFollowerDatabasesHeaders {
|
|
402
|
+
azureAsyncOperation?: string;
|
|
403
|
+
location?: string;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface ClustersDetachFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
408
|
+
resumeFrom?: string;
|
|
409
|
+
updateIntervalInMs?: number;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export interface ClustersDiagnoseVirtualNetworkHeaders {
|
|
414
|
+
azureAsyncOperation?: string;
|
|
415
|
+
location?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export interface ClustersDiagnoseVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
420
|
+
resumeFrom?: string;
|
|
421
|
+
updateIntervalInMs?: number;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// @public
|
|
425
|
+
export type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult;
|
|
426
|
+
|
|
427
|
+
// @public
|
|
428
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
// @public
|
|
432
|
+
export type ClustersGetResponse = Cluster;
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export interface ClustersListCalloutPoliciesOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export type ClustersListCalloutPoliciesResponse = CalloutPoliciesList;
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface ClustersListFollowerDatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type ClustersListFollowerDatabasesGetResponse = FollowerDatabaseListResultGet;
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface ClustersListFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface ClustersListLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type ClustersListLanguageExtensionsResponse = LanguageExtensionsList;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export interface ClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export type ClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export interface ClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export type ClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
486
|
+
|
|
487
|
+
// @public
|
|
488
|
+
export type ClustersListResponse = ClusterListResult;
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export interface ClustersListSkusByResourceOptionalParams extends coreClient.OperationOptions {
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type ClustersListSkusByResourceResponse = ListResourceSkusResult;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface ClustersListSkusOptionalParams extends coreClient.OperationOptions {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export type ClustersListSkusResponse = SkuDescriptionList;
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export interface ClustersMigrateHeaders {
|
|
506
|
+
azureAsyncOperation?: string;
|
|
507
|
+
location?: string;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export interface ClustersMigrateOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
resumeFrom?: string;
|
|
513
|
+
updateIntervalInMs?: number;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface ClustersRemoveCalloutPolicyHeaders {
|
|
518
|
+
azureAsyncOperation?: string;
|
|
519
|
+
location?: string;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface ClustersRemoveCalloutPolicyOptionalParams extends coreClient.OperationOptions {
|
|
524
|
+
resumeFrom?: string;
|
|
525
|
+
updateIntervalInMs?: number;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
// @public
|
|
529
|
+
export interface ClustersRemoveLanguageExtensionsHeaders {
|
|
530
|
+
azureAsyncOperation?: string;
|
|
531
|
+
location?: string;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export interface ClustersRemoveLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
536
|
+
resumeFrom?: string;
|
|
537
|
+
updateIntervalInMs?: number;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export interface ClustersStartHeaders {
|
|
542
|
+
azureAsyncOperation?: string;
|
|
543
|
+
location?: string;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface ClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
548
|
+
resumeFrom?: string;
|
|
549
|
+
updateIntervalInMs?: number;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export interface ClustersStopHeaders {
|
|
554
|
+
azureAsyncOperation?: string;
|
|
555
|
+
location?: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface ClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
560
|
+
resumeFrom?: string;
|
|
561
|
+
updateIntervalInMs?: number;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
// @public
|
|
565
|
+
export interface ClustersUpdateHeaders {
|
|
566
|
+
azureAsyncOperation?: string;
|
|
567
|
+
location?: string;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
572
|
+
ifMatch?: string;
|
|
573
|
+
resumeFrom?: string;
|
|
574
|
+
updateIntervalInMs?: number;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// @public
|
|
578
|
+
export type ClustersUpdateResponse = Cluster;
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface ClusterUpdate extends Resource {
|
|
582
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
583
|
+
allowedFqdnList?: string[];
|
|
584
|
+
allowedIpRangeList?: string[];
|
|
585
|
+
calloutPolicies?: CalloutPolicy[];
|
|
586
|
+
readonly dataIngestionUri?: string;
|
|
587
|
+
enableAutoStop?: boolean;
|
|
588
|
+
enableDiskEncryption?: boolean;
|
|
589
|
+
enableDoubleEncryption?: boolean;
|
|
590
|
+
enablePurge?: boolean;
|
|
591
|
+
enableStreamingIngest?: boolean;
|
|
592
|
+
engineType?: EngineType;
|
|
593
|
+
identity?: Identity;
|
|
594
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
595
|
+
languageExtensions?: LanguageExtensionsList;
|
|
596
|
+
location?: string;
|
|
597
|
+
readonly migrationCluster?: MigrationClusterProperties;
|
|
598
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
599
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
600
|
+
readonly provisioningState?: ProvisioningState;
|
|
601
|
+
publicIPType?: PublicIPType;
|
|
602
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
603
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
604
|
+
sku?: AzureSku;
|
|
605
|
+
readonly state?: State;
|
|
606
|
+
readonly stateReason?: string;
|
|
607
|
+
tags?: {
|
|
608
|
+
[propertyName: string]: string;
|
|
609
|
+
};
|
|
610
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
611
|
+
readonly uri?: string;
|
|
612
|
+
virtualClusterGraduationProperties?: string;
|
|
613
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
614
|
+
zones?: string[];
|
|
615
|
+
readonly zoneStatus?: ZoneStatus;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
// @public (undocumented)
|
|
619
|
+
export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
620
|
+
readonly clientId?: string;
|
|
621
|
+
readonly principalId?: string;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export type Compression = string;
|
|
626
|
+
|
|
627
|
+
// @public
|
|
628
|
+
export interface CosmosDbDataConnection extends DataConnection {
|
|
629
|
+
cosmosDbAccountResourceId?: string;
|
|
630
|
+
cosmosDbContainer?: string;
|
|
631
|
+
cosmosDbDatabase?: string;
|
|
632
|
+
kind: "CosmosDb";
|
|
633
|
+
readonly managedIdentityObjectId?: string;
|
|
634
|
+
managedIdentityResourceId?: string;
|
|
635
|
+
mappingRuleName?: string;
|
|
636
|
+
readonly provisioningState?: ProvisioningState;
|
|
637
|
+
retrievalStartDate?: Date;
|
|
638
|
+
tableName?: string;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
// @public
|
|
642
|
+
export type CreatedByType = string;
|
|
643
|
+
|
|
644
|
+
// @public
|
|
645
|
+
export interface Database extends ProxyResource {
|
|
646
|
+
kind: Kind;
|
|
647
|
+
location?: string;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// @public
|
|
651
|
+
export interface DatabaseInviteFollowerOptionalParams extends coreClient.OperationOptions {
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface DatabaseInviteFollowerRequest {
|
|
656
|
+
inviteeEmail: string;
|
|
657
|
+
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export type DatabaseInviteFollowerResponse = DatabaseInviteFollowerResult;
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export interface DatabaseInviteFollowerResult {
|
|
665
|
+
generatedInvitation?: string;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
// @public
|
|
669
|
+
export interface DatabaseListResult {
|
|
670
|
+
nextLink?: string;
|
|
671
|
+
value?: DatabaseUnion[];
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface DatabaseOperations {
|
|
676
|
+
inviteFollower(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseInviteFollowerRequest, options?: DatabaseInviteFollowerOptionalParams): Promise<DatabaseInviteFollowerResponse>;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export interface DatabasePrincipal {
|
|
681
|
+
appId?: string;
|
|
682
|
+
email?: string;
|
|
683
|
+
fqn?: string;
|
|
684
|
+
name: string;
|
|
685
|
+
role: DatabasePrincipalRole;
|
|
686
|
+
readonly tenantName?: string;
|
|
687
|
+
type: DatabasePrincipalType;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
// @public
|
|
691
|
+
export interface DatabasePrincipalAssignment extends ProxyResource {
|
|
692
|
+
readonly aadObjectId?: string;
|
|
693
|
+
principalId?: string;
|
|
694
|
+
readonly principalName?: string;
|
|
695
|
+
principalType?: PrincipalType;
|
|
696
|
+
readonly provisioningState?: ProvisioningState;
|
|
697
|
+
role?: DatabasePrincipalRole;
|
|
698
|
+
tenantId?: string;
|
|
699
|
+
readonly tenantName?: string;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export interface DatabasePrincipalAssignmentCheckNameRequest {
|
|
704
|
+
name: string;
|
|
705
|
+
type: "Microsoft.Kusto/clusters/databases/principalAssignments";
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export interface DatabasePrincipalAssignmentListResult {
|
|
710
|
+
value?: DatabasePrincipalAssignment[];
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
// @public
|
|
714
|
+
export interface DatabasePrincipalAssignments {
|
|
715
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasePrincipalAssignmentsCreateOrUpdateResponse>, DatabasePrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
716
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<DatabasePrincipalAssignmentsCreateOrUpdateResponse>;
|
|
717
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
718
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
719
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: DatabasePrincipalAssignmentCheckNameRequest, options?: DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
720
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsGetOptionalParams): Promise<DatabasePrincipalAssignmentsGetResponse>;
|
|
721
|
+
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasePrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<DatabasePrincipalAssignment>;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// @public
|
|
725
|
+
export interface DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
733
|
+
resumeFrom?: string;
|
|
734
|
+
updateIntervalInMs?: number;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment;
|
|
739
|
+
|
|
740
|
+
// @public
|
|
741
|
+
export interface DatabasePrincipalAssignmentsDeleteHeaders {
|
|
742
|
+
azureAsyncOperation?: string;
|
|
743
|
+
location?: string;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// @public
|
|
747
|
+
export interface DatabasePrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
748
|
+
resumeFrom?: string;
|
|
749
|
+
updateIntervalInMs?: number;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export interface DatabasePrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// @public
|
|
757
|
+
export type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment;
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export interface DatabasePrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult;
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export interface DatabasePrincipalListRequest {
|
|
768
|
+
value?: DatabasePrincipal[];
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
// @public
|
|
772
|
+
export interface DatabasePrincipalListResult {
|
|
773
|
+
value?: DatabasePrincipal[];
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
// @public
|
|
777
|
+
export type DatabasePrincipalRole = string;
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export type DatabasePrincipalType = string;
|
|
781
|
+
|
|
782
|
+
// @public
|
|
783
|
+
export type DatabaseRouting = string;
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export interface Databases {
|
|
787
|
+
addPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToAdd: DatabasePrincipalListRequest, options?: DatabasesAddPrincipalsOptionalParams): Promise<DatabasesAddPrincipalsResponse>;
|
|
788
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
789
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
790
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
791
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
792
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
|
|
793
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
794
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: CheckNameRequest, options?: DatabasesCheckNameAvailabilityOptionalParams): Promise<DatabasesCheckNameAvailabilityResponse>;
|
|
795
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
796
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<DatabaseUnion>;
|
|
797
|
+
listPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListPrincipalsOptionalParams): PagedAsyncIterableIterator<DatabasePrincipal>;
|
|
798
|
+
removePrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToRemove: DatabasePrincipalListRequest, options?: DatabasesRemovePrincipalsOptionalParams): Promise<DatabasesRemovePrincipalsResponse>;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
// @public
|
|
802
|
+
export interface DatabasesAddPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
// @public
|
|
806
|
+
export type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult;
|
|
807
|
+
|
|
808
|
+
// @public
|
|
809
|
+
export interface DatabasesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
// @public
|
|
813
|
+
export type DatabasesCheckNameAvailabilityResponse = CheckNameResult;
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export interface DatabasesCreateOrUpdateHeaders {
|
|
817
|
+
azureAsyncOperation?: string;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
callerRole?: CallerRole;
|
|
823
|
+
resumeFrom?: string;
|
|
824
|
+
updateIntervalInMs?: number;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
// @public
|
|
828
|
+
export type DatabasesCreateOrUpdateResponse = DatabaseUnion;
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export interface DatabasesDeleteHeaders {
|
|
832
|
+
azureAsyncOperation?: string;
|
|
833
|
+
location?: string;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
// @public
|
|
837
|
+
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
838
|
+
resumeFrom?: string;
|
|
839
|
+
updateIntervalInMs?: number;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export type DatabasesGetResponse = DatabaseUnion;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export type DatabaseShareOrigin = string;
|
|
851
|
+
|
|
852
|
+
// @public
|
|
853
|
+
export interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export type DatabasesListByClusterNextResponse = DatabaseListResult;
|
|
858
|
+
|
|
859
|
+
// @public
|
|
860
|
+
export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
861
|
+
skiptoken?: string;
|
|
862
|
+
top?: number;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export type DatabasesListByClusterResponse = DatabaseListResult;
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface DatabasesListPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
// @public
|
|
873
|
+
export type DatabasesListPrincipalsResponse = DatabasePrincipalListResult;
|
|
874
|
+
|
|
875
|
+
// @public
|
|
876
|
+
export interface DatabasesRemovePrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult;
|
|
881
|
+
|
|
882
|
+
// @public
|
|
883
|
+
export interface DatabaseStatistics {
|
|
884
|
+
size?: number;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export interface DatabasesUpdateHeaders {
|
|
889
|
+
azureAsyncOperation?: string;
|
|
890
|
+
location?: string;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
895
|
+
callerRole?: CallerRole;
|
|
896
|
+
resumeFrom?: string;
|
|
897
|
+
updateIntervalInMs?: number;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export type DatabasesUpdateResponse = DatabaseUnion;
|
|
902
|
+
|
|
903
|
+
// @public (undocumented)
|
|
904
|
+
export type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export interface DataConnection extends ProxyResource {
|
|
908
|
+
kind: DataConnectionKind;
|
|
909
|
+
location?: string;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export interface DataConnectionCheckNameRequest {
|
|
914
|
+
name: string;
|
|
915
|
+
type: "Microsoft.Kusto/clusters/databases/dataConnections";
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
// @public
|
|
919
|
+
export type DataConnectionKind = string;
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export interface DataConnectionListResult {
|
|
923
|
+
value?: DataConnectionUnion[];
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface DataConnections {
|
|
928
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsCreateOrUpdateResponse>, DataConnectionsCreateOrUpdateResponse>>;
|
|
929
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<DataConnectionsCreateOrUpdateResponse>;
|
|
930
|
+
beginDataConnectionValidation(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsDataConnectionValidationResponse>, DataConnectionsDataConnectionValidationResponse>>;
|
|
931
|
+
beginDataConnectionValidationAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<DataConnectionsDataConnectionValidationResponse>;
|
|
932
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
933
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<void>;
|
|
934
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DataConnectionsUpdateResponse>, DataConnectionsUpdateResponse>>;
|
|
935
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<DataConnectionsUpdateResponse>;
|
|
936
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: DataConnectionCheckNameRequest, options?: DataConnectionsCheckNameAvailabilityOptionalParams): Promise<DataConnectionsCheckNameAvailabilityResponse>;
|
|
937
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsGetOptionalParams): Promise<DataConnectionsGetResponse>;
|
|
938
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: DataConnectionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<DataConnectionUnion>;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export interface DataConnectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
// @public
|
|
946
|
+
export type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult;
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export interface DataConnectionsCreateOrUpdateHeaders {
|
|
950
|
+
azureAsyncOperation?: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export interface DataConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
955
|
+
resumeFrom?: string;
|
|
956
|
+
updateIntervalInMs?: number;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion;
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export interface DataConnectionsDataConnectionValidationHeaders {
|
|
964
|
+
azureAsyncOperation?: string;
|
|
965
|
+
location?: string;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export interface DataConnectionsDataConnectionValidationOptionalParams extends coreClient.OperationOptions {
|
|
970
|
+
resumeFrom?: string;
|
|
971
|
+
updateIntervalInMs?: number;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export type DataConnectionsDataConnectionValidationResponse = DataConnectionValidationListResult;
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export interface DataConnectionsDeleteHeaders {
|
|
979
|
+
azureAsyncOperation?: string;
|
|
980
|
+
location?: string;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
// @public
|
|
984
|
+
export interface DataConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
985
|
+
resumeFrom?: string;
|
|
986
|
+
updateIntervalInMs?: number;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export interface DataConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
// @public
|
|
994
|
+
export type DataConnectionsGetResponse = DataConnectionUnion;
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export interface DataConnectionsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export type DataConnectionsListByDatabaseResponse = DataConnectionListResult;
|
|
1002
|
+
|
|
1003
|
+
// @public
|
|
1004
|
+
export interface DataConnectionsUpdateHeaders {
|
|
1005
|
+
azureAsyncOperation?: string;
|
|
1006
|
+
location?: string;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
// @public
|
|
1010
|
+
export interface DataConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
+
resumeFrom?: string;
|
|
1012
|
+
updateIntervalInMs?: number;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export type DataConnectionsUpdateResponse = DataConnectionUnion;
|
|
1017
|
+
|
|
1018
|
+
// @public (undocumented)
|
|
1019
|
+
export type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection | CosmosDbDataConnection;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface DataConnectionValidation {
|
|
1023
|
+
dataConnectionName?: string;
|
|
1024
|
+
properties?: DataConnectionUnion;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export interface DataConnectionValidationListResult {
|
|
1029
|
+
value?: DataConnectionValidationResult[];
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
// @public
|
|
1033
|
+
export interface DataConnectionValidationResult {
|
|
1034
|
+
errorMessage?: string;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export type DefaultPrincipalsModificationKind = string;
|
|
1039
|
+
|
|
1040
|
+
// @public (undocumented)
|
|
1041
|
+
export interface DiagnoseVirtualNetworkResult {
|
|
1042
|
+
findings?: string[];
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
// @public
|
|
1046
|
+
export interface EndpointDependency {
|
|
1047
|
+
domainName?: string;
|
|
1048
|
+
endpointDetails?: EndpointDetail[];
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
// @public
|
|
1052
|
+
export interface EndpointDetail {
|
|
1053
|
+
ipAddress?: string;
|
|
1054
|
+
port?: number;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
// @public
|
|
1058
|
+
export type EngineType = string;
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export interface ErrorAdditionalInfo {
|
|
1062
|
+
readonly info?: Record<string, unknown>;
|
|
1063
|
+
readonly type?: string;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
// @public
|
|
1067
|
+
export interface ErrorDetail {
|
|
1068
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1069
|
+
readonly code?: string;
|
|
1070
|
+
readonly details?: ErrorDetail[];
|
|
1071
|
+
readonly message?: string;
|
|
1072
|
+
readonly target?: string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
// @public
|
|
1076
|
+
export interface ErrorResponse {
|
|
1077
|
+
error?: ErrorDetail;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export interface EventGridDataConnection extends DataConnection {
|
|
1082
|
+
blobStorageEventType?: BlobStorageEventType;
|
|
1083
|
+
consumerGroup?: string;
|
|
1084
|
+
databaseRouting?: DatabaseRouting;
|
|
1085
|
+
dataFormat?: EventGridDataFormat;
|
|
1086
|
+
eventGridResourceId?: string;
|
|
1087
|
+
eventHubResourceId?: string;
|
|
1088
|
+
ignoreFirstRecord?: boolean;
|
|
1089
|
+
kind: "EventGrid";
|
|
1090
|
+
readonly managedIdentityObjectId?: string;
|
|
1091
|
+
managedIdentityResourceId?: string;
|
|
1092
|
+
mappingRuleName?: string;
|
|
1093
|
+
readonly provisioningState?: ProvisioningState;
|
|
1094
|
+
storageAccountResourceId?: string;
|
|
1095
|
+
tableName?: string;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export type EventGridDataFormat = string;
|
|
1100
|
+
|
|
1101
|
+
// @public
|
|
1102
|
+
export interface EventHubDataConnection extends DataConnection {
|
|
1103
|
+
compression?: Compression;
|
|
1104
|
+
consumerGroup?: string;
|
|
1105
|
+
databaseRouting?: DatabaseRouting;
|
|
1106
|
+
dataFormat?: EventHubDataFormat;
|
|
1107
|
+
eventHubResourceId?: string;
|
|
1108
|
+
eventSystemProperties?: string[];
|
|
1109
|
+
kind: "EventHub";
|
|
1110
|
+
readonly managedIdentityObjectId?: string;
|
|
1111
|
+
managedIdentityResourceId?: string;
|
|
1112
|
+
mappingRuleName?: string;
|
|
1113
|
+
readonly provisioningState?: ProvisioningState;
|
|
1114
|
+
retrievalStartDate?: Date;
|
|
1115
|
+
tableName?: string;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
// @public
|
|
1119
|
+
export type EventHubDataFormat = string;
|
|
1120
|
+
|
|
1121
|
+
// @public
|
|
1122
|
+
export interface FollowerDatabaseDefinition {
|
|
1123
|
+
attachedDatabaseConfigurationName: string;
|
|
1124
|
+
clusterResourceId: string;
|
|
1125
|
+
readonly databaseName?: string;
|
|
1126
|
+
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
1127
|
+
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
// @public
|
|
1131
|
+
export interface FollowerDatabaseDefinitionGet {
|
|
1132
|
+
attachedDatabaseConfigurationName?: string;
|
|
1133
|
+
clusterResourceId?: string;
|
|
1134
|
+
readonly databaseName?: string;
|
|
1135
|
+
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
1136
|
+
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
// @public
|
|
1140
|
+
export interface FollowerDatabaseListResult {
|
|
1141
|
+
value?: FollowerDatabaseDefinition[];
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export interface FollowerDatabaseListResultGet {
|
|
1146
|
+
nextLink?: string;
|
|
1147
|
+
value?: FollowerDatabaseDefinitionGet[];
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
1152
|
+
|
|
1153
|
+
// @public
|
|
1154
|
+
export interface Identity {
|
|
1155
|
+
readonly principalId?: string;
|
|
1156
|
+
readonly tenantId?: string;
|
|
1157
|
+
type: IdentityType;
|
|
1158
|
+
userAssignedIdentities?: {
|
|
1159
|
+
[propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
1160
|
+
};
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
// @public
|
|
1164
|
+
export type IdentityType = string;
|
|
1165
|
+
|
|
1166
|
+
// @public
|
|
1167
|
+
export interface IotHubDataConnection extends DataConnection {
|
|
1168
|
+
consumerGroup?: string;
|
|
1169
|
+
databaseRouting?: DatabaseRouting;
|
|
1170
|
+
dataFormat?: IotHubDataFormat;
|
|
1171
|
+
eventSystemProperties?: string[];
|
|
1172
|
+
iotHubResourceId?: string;
|
|
1173
|
+
kind: "IotHub";
|
|
1174
|
+
mappingRuleName?: string;
|
|
1175
|
+
readonly provisioningState?: ProvisioningState;
|
|
1176
|
+
retrievalStartDate?: Date;
|
|
1177
|
+
sharedAccessPolicyName?: string;
|
|
1178
|
+
tableName?: string;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
// @public
|
|
1182
|
+
export type IotHubDataFormat = string;
|
|
1183
|
+
|
|
1184
|
+
// @public
|
|
1185
|
+
export interface KeyVaultProperties {
|
|
1186
|
+
keyName?: string;
|
|
1187
|
+
keyVaultUri?: string;
|
|
1188
|
+
keyVersion?: string;
|
|
1189
|
+
userIdentity?: string;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
// @public
|
|
1193
|
+
export type Kind = string;
|
|
1194
|
+
|
|
1195
|
+
// @public
|
|
1196
|
+
export enum KnownAzureScaleType {
|
|
1197
|
+
Automatic = "automatic",
|
|
1198
|
+
Manual = "manual",
|
|
1199
|
+
None = "none"
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
// @public
|
|
1203
|
+
export enum KnownAzureSkuName {
|
|
1204
|
+
DevNoSLAStandardD11V2 = "Dev(No SLA)_Standard_D11_v2",
|
|
1205
|
+
DevNoSLAStandardE2AV4 = "Dev(No SLA)_Standard_E2a_v4",
|
|
1206
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
1207
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
1208
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
1209
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
1210
|
+
StandardD16DV5 = "Standard_D16d_v5",
|
|
1211
|
+
StandardD32DV4 = "Standard_D32d_v4",
|
|
1212
|
+
StandardD32DV5 = "Standard_D32d_v5",
|
|
1213
|
+
StandardDS13V21TBPS = "Standard_DS13_v2+1TB_PS",
|
|
1214
|
+
StandardDS13V22TBPS = "Standard_DS13_v2+2TB_PS",
|
|
1215
|
+
StandardDS14V23TBPS = "Standard_DS14_v2+3TB_PS",
|
|
1216
|
+
StandardDS14V24TBPS = "Standard_DS14_v2+4TB_PS",
|
|
1217
|
+
StandardE16AdsV5 = "Standard_E16ads_v5",
|
|
1218
|
+
StandardE16AsV43TBPS = "Standard_E16as_v4+3TB_PS",
|
|
1219
|
+
StandardE16AsV44TBPS = "Standard_E16as_v4+4TB_PS",
|
|
1220
|
+
StandardE16AsV53TBPS = "Standard_E16as_v5+3TB_PS",
|
|
1221
|
+
StandardE16AsV54TBPS = "Standard_E16as_v5+4TB_PS",
|
|
1222
|
+
StandardE16AV4 = "Standard_E16a_v4",
|
|
1223
|
+
StandardE16DV4 = "Standard_E16d_v4",
|
|
1224
|
+
StandardE16DV5 = "Standard_E16d_v5",
|
|
1225
|
+
StandardE16SV43TBPS = "Standard_E16s_v4+3TB_PS",
|
|
1226
|
+
StandardE16SV44TBPS = "Standard_E16s_v4+4TB_PS",
|
|
1227
|
+
StandardE16SV53TBPS = "Standard_E16s_v5+3TB_PS",
|
|
1228
|
+
StandardE16SV54TBPS = "Standard_E16s_v5+4TB_PS",
|
|
1229
|
+
StandardE2AdsV5 = "Standard_E2ads_v5",
|
|
1230
|
+
StandardE2AV4 = "Standard_E2a_v4",
|
|
1231
|
+
StandardE2DV4 = "Standard_E2d_v4",
|
|
1232
|
+
StandardE2DV5 = "Standard_E2d_v5",
|
|
1233
|
+
StandardE4AdsV5 = "Standard_E4ads_v5",
|
|
1234
|
+
StandardE4AV4 = "Standard_E4a_v4",
|
|
1235
|
+
StandardE4DV4 = "Standard_E4d_v4",
|
|
1236
|
+
StandardE4DV5 = "Standard_E4d_v5",
|
|
1237
|
+
StandardE64IV3 = "Standard_E64i_v3",
|
|
1238
|
+
StandardE80IdsV4 = "Standard_E80ids_v4",
|
|
1239
|
+
StandardE8AdsV5 = "Standard_E8ads_v5",
|
|
1240
|
+
StandardE8AsV41TBPS = "Standard_E8as_v4+1TB_PS",
|
|
1241
|
+
StandardE8AsV42TBPS = "Standard_E8as_v4+2TB_PS",
|
|
1242
|
+
StandardE8AsV51TBPS = "Standard_E8as_v5+1TB_PS",
|
|
1243
|
+
StandardE8AsV52TBPS = "Standard_E8as_v5+2TB_PS",
|
|
1244
|
+
StandardE8AV4 = "Standard_E8a_v4",
|
|
1245
|
+
StandardE8DV4 = "Standard_E8d_v4",
|
|
1246
|
+
StandardE8DV5 = "Standard_E8d_v5",
|
|
1247
|
+
StandardE8SV41TBPS = "Standard_E8s_v4+1TB_PS",
|
|
1248
|
+
StandardE8SV42TBPS = "Standard_E8s_v4+2TB_PS",
|
|
1249
|
+
StandardE8SV51TBPS = "Standard_E8s_v5+1TB_PS",
|
|
1250
|
+
StandardE8SV52TBPS = "Standard_E8s_v5+2TB_PS",
|
|
1251
|
+
StandardEC16AdsV5 = "Standard_EC16ads_v5",
|
|
1252
|
+
StandardEC16AsV53TBPS = "Standard_EC16as_v5+3TB_PS",
|
|
1253
|
+
StandardEC16AsV54TBPS = "Standard_EC16as_v5+4TB_PS",
|
|
1254
|
+
StandardEC8AdsV5 = "Standard_EC8ads_v5",
|
|
1255
|
+
StandardEC8AsV51TBPS = "Standard_EC8as_v5+1TB_PS",
|
|
1256
|
+
StandardEC8AsV52TBPS = "Standard_EC8as_v5+2TB_PS",
|
|
1257
|
+
StandardL16AsV3 = "Standard_L16as_v3",
|
|
1258
|
+
StandardL16S = "Standard_L16s",
|
|
1259
|
+
StandardL16SV2 = "Standard_L16s_v2",
|
|
1260
|
+
StandardL16SV3 = "Standard_L16s_v3",
|
|
1261
|
+
StandardL32AsV3 = "Standard_L32as_v3",
|
|
1262
|
+
StandardL32SV3 = "Standard_L32s_v3",
|
|
1263
|
+
StandardL4S = "Standard_L4s",
|
|
1264
|
+
StandardL8AsV3 = "Standard_L8as_v3",
|
|
1265
|
+
StandardL8S = "Standard_L8s",
|
|
1266
|
+
StandardL8SV2 = "Standard_L8s_v2",
|
|
1267
|
+
StandardL8SV3 = "Standard_L8s_v3"
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export enum KnownAzureSkuTier {
|
|
1272
|
+
Basic = "Basic",
|
|
1273
|
+
Standard = "Standard"
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
// @public
|
|
1277
|
+
export enum KnownBlobStorageEventType {
|
|
1278
|
+
MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated",
|
|
1279
|
+
MicrosoftStorageBlobRenamed = "Microsoft.Storage.BlobRenamed"
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
// @public
|
|
1283
|
+
export enum KnownCallerRole {
|
|
1284
|
+
Admin = "Admin",
|
|
1285
|
+
None = "None"
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
// @public
|
|
1289
|
+
export enum KnownCalloutType {
|
|
1290
|
+
AzureDigitalTwins = "azure_digital_twins",
|
|
1291
|
+
AzureOpenai = "azure_openai",
|
|
1292
|
+
Cosmosdb = "cosmosdb",
|
|
1293
|
+
ExternalData = "external_data",
|
|
1294
|
+
Genevametrics = "genevametrics",
|
|
1295
|
+
Kusto = "kusto",
|
|
1296
|
+
Mysql = "mysql",
|
|
1297
|
+
Postgresql = "postgresql",
|
|
1298
|
+
SandboxArtifacts = "sandbox_artifacts",
|
|
1299
|
+
Sql = "sql",
|
|
1300
|
+
Webapi = "webapi"
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
// @public
|
|
1304
|
+
export enum KnownClusterNetworkAccessFlag {
|
|
1305
|
+
Disabled = "Disabled",
|
|
1306
|
+
Enabled = "Enabled"
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
// @public
|
|
1310
|
+
export enum KnownClusterPrincipalRole {
|
|
1311
|
+
AllDatabasesAdmin = "AllDatabasesAdmin",
|
|
1312
|
+
AllDatabasesMonitor = "AllDatabasesMonitor",
|
|
1313
|
+
AllDatabasesViewer = "AllDatabasesViewer"
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
// @public
|
|
1317
|
+
export enum KnownCompression {
|
|
1318
|
+
GZip = "GZip",
|
|
1319
|
+
None = "None"
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
// @public
|
|
1323
|
+
export enum KnownCreatedByType {
|
|
1324
|
+
Application = "Application",
|
|
1325
|
+
Key = "Key",
|
|
1326
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1327
|
+
User = "User"
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
// @public
|
|
1331
|
+
export enum KnownDatabasePrincipalRole {
|
|
1332
|
+
Admin = "Admin",
|
|
1333
|
+
Ingestor = "Ingestor",
|
|
1334
|
+
Monitor = "Monitor",
|
|
1335
|
+
UnrestrictedViewer = "UnrestrictedViewer",
|
|
1336
|
+
User = "User",
|
|
1337
|
+
Viewer = "Viewer"
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
// @public
|
|
1341
|
+
export enum KnownDatabasePrincipalType {
|
|
1342
|
+
App = "App",
|
|
1343
|
+
Group = "Group",
|
|
1344
|
+
User = "User"
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
// @public
|
|
1348
|
+
export enum KnownDatabaseRouting {
|
|
1349
|
+
Multi = "Multi",
|
|
1350
|
+
Single = "Single"
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
// @public
|
|
1354
|
+
export enum KnownDatabaseShareOrigin {
|
|
1355
|
+
DataShare = "DataShare",
|
|
1356
|
+
Direct = "Direct",
|
|
1357
|
+
Other = "Other"
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
// @public
|
|
1361
|
+
export enum KnownDataConnectionKind {
|
|
1362
|
+
CosmosDb = "CosmosDb",
|
|
1363
|
+
EventGrid = "EventGrid",
|
|
1364
|
+
EventHub = "EventHub",
|
|
1365
|
+
IotHub = "IotHub"
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export enum KnownDefaultPrincipalsModificationKind {
|
|
1370
|
+
None = "None",
|
|
1371
|
+
Replace = "Replace",
|
|
1372
|
+
Union = "Union"
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
// @public
|
|
1376
|
+
export enum KnownEngineType {
|
|
1377
|
+
V2 = "V2",
|
|
1378
|
+
V3 = "V3"
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
// @public
|
|
1382
|
+
export enum KnownEventGridDataFormat {
|
|
1383
|
+
Apacheavro = "APACHEAVRO",
|
|
1384
|
+
Avro = "AVRO",
|
|
1385
|
+
CSV = "CSV",
|
|
1386
|
+
Json = "JSON",
|
|
1387
|
+
Multijson = "MULTIJSON",
|
|
1388
|
+
ORC = "ORC",
|
|
1389
|
+
Parquet = "PARQUET",
|
|
1390
|
+
PSV = "PSV",
|
|
1391
|
+
RAW = "RAW",
|
|
1392
|
+
Scsv = "SCSV",
|
|
1393
|
+
Singlejson = "SINGLEJSON",
|
|
1394
|
+
Sohsv = "SOHSV",
|
|
1395
|
+
TSV = "TSV",
|
|
1396
|
+
Tsve = "TSVE",
|
|
1397
|
+
TXT = "TXT",
|
|
1398
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
// @public
|
|
1402
|
+
export enum KnownEventHubDataFormat {
|
|
1403
|
+
Apacheavro = "APACHEAVRO",
|
|
1404
|
+
Avro = "AVRO",
|
|
1405
|
+
CSV = "CSV",
|
|
1406
|
+
Json = "JSON",
|
|
1407
|
+
Multijson = "MULTIJSON",
|
|
1408
|
+
ORC = "ORC",
|
|
1409
|
+
Parquet = "PARQUET",
|
|
1410
|
+
PSV = "PSV",
|
|
1411
|
+
RAW = "RAW",
|
|
1412
|
+
Scsv = "SCSV",
|
|
1413
|
+
Singlejson = "SINGLEJSON",
|
|
1414
|
+
Sohsv = "SOHSV",
|
|
1415
|
+
TSV = "TSV",
|
|
1416
|
+
Tsve = "TSVE",
|
|
1417
|
+
TXT = "TXT",
|
|
1418
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
// @public
|
|
1422
|
+
export enum KnownIdentityType {
|
|
1423
|
+
None = "None",
|
|
1424
|
+
SystemAssigned = "SystemAssigned",
|
|
1425
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1426
|
+
UserAssigned = "UserAssigned"
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export enum KnownIotHubDataFormat {
|
|
1431
|
+
Apacheavro = "APACHEAVRO",
|
|
1432
|
+
Avro = "AVRO",
|
|
1433
|
+
CSV = "CSV",
|
|
1434
|
+
Json = "JSON",
|
|
1435
|
+
Multijson = "MULTIJSON",
|
|
1436
|
+
ORC = "ORC",
|
|
1437
|
+
Parquet = "PARQUET",
|
|
1438
|
+
PSV = "PSV",
|
|
1439
|
+
RAW = "RAW",
|
|
1440
|
+
Scsv = "SCSV",
|
|
1441
|
+
Singlejson = "SINGLEJSON",
|
|
1442
|
+
Sohsv = "SOHSV",
|
|
1443
|
+
TSV = "TSV",
|
|
1444
|
+
Tsve = "TSVE",
|
|
1445
|
+
TXT = "TXT",
|
|
1446
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
// @public
|
|
1450
|
+
export enum KnownKind {
|
|
1451
|
+
ReadOnlyFollowing = "ReadOnlyFollowing",
|
|
1452
|
+
ReadWrite = "ReadWrite"
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
// @public
|
|
1456
|
+
export enum KnownLanguage {
|
|
1457
|
+
Python = "Python"
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export enum KnownLanguageExtensionImageName {
|
|
1462
|
+
Python3108 = "Python3_10_8",
|
|
1463
|
+
Python3108DL = "Python3_10_8_DL",
|
|
1464
|
+
Python3117 = "Python3_11_7",
|
|
1465
|
+
Python3117DL = "Python3_11_7_DL",
|
|
1466
|
+
Python365 = "Python3_6_5",
|
|
1467
|
+
PythonCustomImage = "PythonCustomImage",
|
|
1468
|
+
// (undocumented)
|
|
1469
|
+
R = "R"
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
// @public
|
|
1473
|
+
export enum KnownLanguageExtensionName {
|
|
1474
|
+
Python = "PYTHON",
|
|
1475
|
+
// (undocumented)
|
|
1476
|
+
R = "R"
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
// @public
|
|
1480
|
+
export enum KnownMigrationClusterRole {
|
|
1481
|
+
Destination = "Destination",
|
|
1482
|
+
Source = "Source"
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
// @public
|
|
1486
|
+
export enum KnownOutboundAccess {
|
|
1487
|
+
Allow = "Allow",
|
|
1488
|
+
Deny = "Deny"
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
// @public
|
|
1492
|
+
export enum KnownPrincipalPermissionsAction {
|
|
1493
|
+
RemovePermissionOnScriptCompletion = "RemovePermissionOnScriptCompletion",
|
|
1494
|
+
RetainPermissionOnScriptCompletion = "RetainPermissionOnScriptCompletion"
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
// @public
|
|
1498
|
+
export enum KnownPrincipalsModificationKind {
|
|
1499
|
+
None = "None",
|
|
1500
|
+
Replace = "Replace",
|
|
1501
|
+
Union = "Union"
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export enum KnownPrincipalType {
|
|
1506
|
+
App = "App",
|
|
1507
|
+
Group = "Group",
|
|
1508
|
+
User = "User"
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
// @public
|
|
1512
|
+
export enum KnownProvisioningState {
|
|
1513
|
+
Canceled = "Canceled",
|
|
1514
|
+
Creating = "Creating",
|
|
1515
|
+
Deleting = "Deleting",
|
|
1516
|
+
Failed = "Failed",
|
|
1517
|
+
Moving = "Moving",
|
|
1518
|
+
Running = "Running",
|
|
1519
|
+
Succeeded = "Succeeded"
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export enum KnownPublicIPType {
|
|
1524
|
+
DualStack = "DualStack",
|
|
1525
|
+
IPv4 = "IPv4"
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export enum KnownPublicNetworkAccess {
|
|
1530
|
+
Disabled = "Disabled",
|
|
1531
|
+
Enabled = "Enabled"
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
// @public
|
|
1535
|
+
export enum KnownReason {
|
|
1536
|
+
AlreadyExists = "AlreadyExists",
|
|
1537
|
+
Invalid = "Invalid"
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export enum KnownScriptLevel {
|
|
1542
|
+
Cluster = "Cluster",
|
|
1543
|
+
Database = "Database"
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
// @public
|
|
1547
|
+
export enum KnownState {
|
|
1548
|
+
Creating = "Creating",
|
|
1549
|
+
Deleted = "Deleted",
|
|
1550
|
+
Deleting = "Deleting",
|
|
1551
|
+
Migrated = "Migrated",
|
|
1552
|
+
Running = "Running",
|
|
1553
|
+
Starting = "Starting",
|
|
1554
|
+
Stopped = "Stopped",
|
|
1555
|
+
Stopping = "Stopping",
|
|
1556
|
+
Unavailable = "Unavailable",
|
|
1557
|
+
Updating = "Updating"
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
// @public
|
|
1561
|
+
export enum KnownStatus {
|
|
1562
|
+
Canceled = "Canceled",
|
|
1563
|
+
Failed = "Failed",
|
|
1564
|
+
Running = "Running",
|
|
1565
|
+
Succeeded = "Succeeded"
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
// @public
|
|
1569
|
+
export enum KnownVnetState {
|
|
1570
|
+
Disabled = "Disabled",
|
|
1571
|
+
Enabled = "Enabled"
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
// @public
|
|
1575
|
+
export enum KnownZoneStatus {
|
|
1576
|
+
NonZonal = "NonZonal",
|
|
1577
|
+
Zonal = "Zonal",
|
|
1578
|
+
ZonalInconsistency = "ZonalInconsistency"
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
// @public (undocumented)
|
|
1582
|
+
export class KustoManagementClient extends coreClient.ServiceClient {
|
|
1583
|
+
// (undocumented)
|
|
1584
|
+
$host: string;
|
|
1585
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: KustoManagementClientOptionalParams);
|
|
1586
|
+
// (undocumented)
|
|
1587
|
+
apiVersion: string;
|
|
1588
|
+
// (undocumented)
|
|
1589
|
+
attachedDatabaseConfigurations: AttachedDatabaseConfigurations;
|
|
1590
|
+
// (undocumented)
|
|
1591
|
+
clusterPrincipalAssignments: ClusterPrincipalAssignments;
|
|
1592
|
+
// (undocumented)
|
|
1593
|
+
clusters: Clusters;
|
|
1594
|
+
// (undocumented)
|
|
1595
|
+
databaseOperations: DatabaseOperations;
|
|
1596
|
+
// (undocumented)
|
|
1597
|
+
databasePrincipalAssignments: DatabasePrincipalAssignments;
|
|
1598
|
+
// (undocumented)
|
|
1599
|
+
databases: Databases;
|
|
1600
|
+
// (undocumented)
|
|
1601
|
+
dataConnections: DataConnections;
|
|
1602
|
+
// (undocumented)
|
|
1603
|
+
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
1604
|
+
// (undocumented)
|
|
1605
|
+
operations: Operations;
|
|
1606
|
+
// (undocumented)
|
|
1607
|
+
operationsResults: OperationsResults;
|
|
1608
|
+
// (undocumented)
|
|
1609
|
+
operationsResultsLocation: OperationsResultsLocation;
|
|
1610
|
+
// (undocumented)
|
|
1611
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
1612
|
+
// (undocumented)
|
|
1613
|
+
privateLinkResources: PrivateLinkResources;
|
|
1614
|
+
// (undocumented)
|
|
1615
|
+
sandboxCustomImages: SandboxCustomImages;
|
|
1616
|
+
// (undocumented)
|
|
1617
|
+
scripts: Scripts;
|
|
1618
|
+
// (undocumented)
|
|
1619
|
+
skus: Skus;
|
|
1620
|
+
// (undocumented)
|
|
1621
|
+
subscriptionId: string;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
// @public
|
|
1625
|
+
export interface KustoManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1626
|
+
$host?: string;
|
|
1627
|
+
apiVersion?: string;
|
|
1628
|
+
endpoint?: string;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
// @public
|
|
1632
|
+
export type Language = string;
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export interface LanguageExtension {
|
|
1636
|
+
languageExtensionCustomImageName?: string;
|
|
1637
|
+
languageExtensionImageName?: LanguageExtensionImageName;
|
|
1638
|
+
languageExtensionName?: LanguageExtensionName;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
// @public
|
|
1642
|
+
export type LanguageExtensionImageName = string;
|
|
1643
|
+
|
|
1644
|
+
// @public
|
|
1645
|
+
export type LanguageExtensionName = string;
|
|
1646
|
+
|
|
1647
|
+
// @public
|
|
1648
|
+
export interface LanguageExtensionsList {
|
|
1649
|
+
value?: LanguageExtension[];
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
// @public
|
|
1653
|
+
export interface ListResourceSkusResult {
|
|
1654
|
+
value?: AzureResourceSku[];
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
// @public
|
|
1658
|
+
export interface ManagedPrivateEndpoint extends ProxyResource {
|
|
1659
|
+
groupId?: string;
|
|
1660
|
+
privateLinkResourceId?: string;
|
|
1661
|
+
privateLinkResourceRegion?: string;
|
|
1662
|
+
readonly provisioningState?: ProvisioningState;
|
|
1663
|
+
requestMessage?: string;
|
|
1664
|
+
readonly systemData?: SystemData;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
// @public
|
|
1668
|
+
export interface ManagedPrivateEndpointListResult {
|
|
1669
|
+
value?: ManagedPrivateEndpoint[];
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
// @public
|
|
1673
|
+
export interface ManagedPrivateEndpoints {
|
|
1674
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>, ManagedPrivateEndpointsCreateOrUpdateResponse>>;
|
|
1675
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<ManagedPrivateEndpointsCreateOrUpdateResponse>;
|
|
1676
|
+
beginDelete(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1677
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
1678
|
+
beginUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
1679
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
1680
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: ManagedPrivateEndpointsCheckNameRequest, options?: ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams): Promise<ManagedPrivateEndpointsCheckNameAvailabilityResponse>;
|
|
1681
|
+
get(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
1682
|
+
list(resourceGroupName: string, clusterName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
// @public
|
|
1686
|
+
export interface ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
// @public
|
|
1690
|
+
export type ManagedPrivateEndpointsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1691
|
+
|
|
1692
|
+
// @public
|
|
1693
|
+
export interface ManagedPrivateEndpointsCheckNameRequest {
|
|
1694
|
+
name: string;
|
|
1695
|
+
type: "Microsoft.Kusto/clusters/managedPrivateEndpoints";
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
// @public
|
|
1699
|
+
export interface ManagedPrivateEndpointsCreateOrUpdateHeaders {
|
|
1700
|
+
azureAsyncOperation?: string;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
// @public
|
|
1704
|
+
export interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
resumeFrom?: string;
|
|
1706
|
+
updateIntervalInMs?: number;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
// @public
|
|
1710
|
+
export type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpoint;
|
|
1711
|
+
|
|
1712
|
+
// @public
|
|
1713
|
+
export interface ManagedPrivateEndpointsDeleteHeaders {
|
|
1714
|
+
azureAsyncOperation?: string;
|
|
1715
|
+
location?: string;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
// @public
|
|
1719
|
+
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1720
|
+
resumeFrom?: string;
|
|
1721
|
+
updateIntervalInMs?: number;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
// @public
|
|
1725
|
+
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
// @public
|
|
1729
|
+
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
|
|
1730
|
+
|
|
1731
|
+
// @public
|
|
1732
|
+
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
// @public
|
|
1736
|
+
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResult;
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export interface ManagedPrivateEndpointsUpdateHeaders {
|
|
1740
|
+
azureAsyncOperation?: string;
|
|
1741
|
+
location?: string;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
// @public
|
|
1745
|
+
export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1746
|
+
resumeFrom?: string;
|
|
1747
|
+
updateIntervalInMs?: number;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
// @public
|
|
1751
|
+
export type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpoint;
|
|
1752
|
+
|
|
1753
|
+
// @public
|
|
1754
|
+
export interface MigrationClusterProperties {
|
|
1755
|
+
readonly dataIngestionUri?: string;
|
|
1756
|
+
readonly id?: string;
|
|
1757
|
+
readonly role?: MigrationClusterRole;
|
|
1758
|
+
readonly uri?: string;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
// @public
|
|
1762
|
+
export type MigrationClusterRole = string;
|
|
1763
|
+
|
|
1764
|
+
// @public
|
|
1765
|
+
export interface Operation {
|
|
1766
|
+
display?: OperationDisplay;
|
|
1767
|
+
name?: string;
|
|
1768
|
+
origin?: string;
|
|
1769
|
+
properties?: Record<string, unknown>;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
// @public
|
|
1773
|
+
export interface OperationDisplay {
|
|
1774
|
+
description?: string;
|
|
1775
|
+
operation?: string;
|
|
1776
|
+
provider?: string;
|
|
1777
|
+
resource?: string;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
// @public
|
|
1781
|
+
export interface OperationListResult {
|
|
1782
|
+
nextLink?: string;
|
|
1783
|
+
value?: Operation[];
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
// @public
|
|
1787
|
+
export interface OperationResult {
|
|
1788
|
+
code?: string;
|
|
1789
|
+
endTime?: Date;
|
|
1790
|
+
readonly id?: string;
|
|
1791
|
+
message?: string;
|
|
1792
|
+
readonly name?: string;
|
|
1793
|
+
operationKind?: string;
|
|
1794
|
+
operationState?: string;
|
|
1795
|
+
percentComplete?: number;
|
|
1796
|
+
readonly provisioningState?: ProvisioningState;
|
|
1797
|
+
startTime?: Date;
|
|
1798
|
+
readonly status?: Status;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
// @public
|
|
1802
|
+
export interface Operations {
|
|
1803
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
// @public
|
|
1807
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
// @public
|
|
1811
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1812
|
+
|
|
1813
|
+
// @public
|
|
1814
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
// @public
|
|
1818
|
+
export type OperationsListResponse = OperationListResult;
|
|
1819
|
+
|
|
1820
|
+
// @public
|
|
1821
|
+
export interface OperationsResults {
|
|
1822
|
+
get(location: string, operationId: string, options?: OperationsResultsGetOptionalParams): Promise<OperationsResultsGetResponse>;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
// @public
|
|
1826
|
+
export interface OperationsResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
// @public
|
|
1830
|
+
export type OperationsResultsGetResponse = OperationResult;
|
|
1831
|
+
|
|
1832
|
+
// @public
|
|
1833
|
+
export interface OperationsResultsLocation {
|
|
1834
|
+
get(location: string, operationId: string, options?: OperationsResultsLocationGetOptionalParams): Promise<OperationsResultsLocationGetResponse>;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
// @public
|
|
1838
|
+
export interface OperationsResultsLocationGetHeaders {
|
|
1839
|
+
azureAsyncOperation?: string;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
// @public
|
|
1843
|
+
export interface OperationsResultsLocationGetOptionalParams extends coreClient.OperationOptions {
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
// @public
|
|
1847
|
+
export type OperationsResultsLocationGetResponse = OperationsResultsLocationGetHeaders;
|
|
1848
|
+
|
|
1849
|
+
// @public
|
|
1850
|
+
export interface OptimizedAutoscale {
|
|
1851
|
+
isEnabled: boolean;
|
|
1852
|
+
maximum: number;
|
|
1853
|
+
minimum: number;
|
|
1854
|
+
version: number;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
// @public
|
|
1858
|
+
export type OutboundAccess = string;
|
|
1859
|
+
|
|
1860
|
+
// @public
|
|
1861
|
+
export interface OutboundNetworkDependenciesEndpoint extends ProxyResource {
|
|
1862
|
+
category?: string;
|
|
1863
|
+
endpoints?: EndpointDependency[];
|
|
1864
|
+
readonly etag?: string;
|
|
1865
|
+
readonly provisioningState?: ProvisioningState;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
// @public
|
|
1869
|
+
export interface OutboundNetworkDependenciesEndpointListResult {
|
|
1870
|
+
readonly nextLink?: string;
|
|
1871
|
+
value: OutboundNetworkDependenciesEndpoint[];
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
// @public
|
|
1875
|
+
export type PrincipalPermissionsAction = string;
|
|
1876
|
+
|
|
1877
|
+
// @public
|
|
1878
|
+
export type PrincipalsModificationKind = string;
|
|
1879
|
+
|
|
1880
|
+
// @public
|
|
1881
|
+
export type PrincipalType = string;
|
|
1882
|
+
|
|
1883
|
+
// @public
|
|
1884
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
1885
|
+
readonly groupId?: string;
|
|
1886
|
+
readonly privateEndpoint?: PrivateEndpointProperty;
|
|
1887
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
1888
|
+
readonly provisioningState?: string;
|
|
1889
|
+
readonly systemData?: SystemData;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
// @public
|
|
1893
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1894
|
+
value?: PrivateEndpointConnection[];
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
// @public
|
|
1898
|
+
export interface PrivateEndpointConnections {
|
|
1899
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
1900
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
1901
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1902
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1903
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1904
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
// @public
|
|
1908
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1909
|
+
resumeFrom?: string;
|
|
1910
|
+
updateIntervalInMs?: number;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
// @public
|
|
1914
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1915
|
+
|
|
1916
|
+
// @public
|
|
1917
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
1918
|
+
azureAsyncOperation?: string;
|
|
1919
|
+
location?: string;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
// @public
|
|
1923
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1924
|
+
resumeFrom?: string;
|
|
1925
|
+
updateIntervalInMs?: number;
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
// @public
|
|
1929
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
// @public
|
|
1933
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1934
|
+
|
|
1935
|
+
// @public
|
|
1936
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1941
|
+
|
|
1942
|
+
// @public
|
|
1943
|
+
export interface PrivateEndpointProperty {
|
|
1944
|
+
readonly id?: string;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
// @public
|
|
1948
|
+
export interface PrivateLinkResource extends Resource {
|
|
1949
|
+
readonly groupId?: string;
|
|
1950
|
+
readonly requiredMembers?: string[];
|
|
1951
|
+
readonly requiredZoneNames?: string[];
|
|
1952
|
+
readonly systemData?: SystemData;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
// @public
|
|
1956
|
+
export interface PrivateLinkResourceListResult {
|
|
1957
|
+
value?: PrivateLinkResource[];
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
// @public
|
|
1961
|
+
export interface PrivateLinkResources {
|
|
1962
|
+
get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1963
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
// @public
|
|
1967
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1972
|
+
|
|
1973
|
+
// @public
|
|
1974
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
// @public
|
|
1978
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
1979
|
+
|
|
1980
|
+
// @public
|
|
1981
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
|
1982
|
+
readonly actionsRequired?: string;
|
|
1983
|
+
description?: string;
|
|
1984
|
+
status?: string;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
// @public
|
|
1988
|
+
export type ProvisioningState = string;
|
|
1989
|
+
|
|
1990
|
+
// @public
|
|
1991
|
+
export interface ProxyResource extends Resource {
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
// @public
|
|
1995
|
+
export type PublicIPType = string;
|
|
1996
|
+
|
|
1997
|
+
// @public
|
|
1998
|
+
export type PublicNetworkAccess = string;
|
|
1999
|
+
|
|
2000
|
+
// @public
|
|
2001
|
+
export interface ReadOnlyFollowingDatabase extends Database {
|
|
2002
|
+
readonly attachedDatabaseConfigurationName?: string;
|
|
2003
|
+
readonly databaseShareOrigin?: DatabaseShareOrigin;
|
|
2004
|
+
hotCachePeriod?: string;
|
|
2005
|
+
kind: "ReadOnlyFollowing";
|
|
2006
|
+
readonly leaderClusterResourceId?: string;
|
|
2007
|
+
readonly originalDatabaseName?: string;
|
|
2008
|
+
readonly principalsModificationKind?: PrincipalsModificationKind;
|
|
2009
|
+
readonly provisioningState?: ProvisioningState;
|
|
2010
|
+
readonly softDeletePeriod?: string;
|
|
2011
|
+
readonly statistics?: DatabaseStatistics;
|
|
2012
|
+
readonly suspensionDetails?: SuspensionDetails;
|
|
2013
|
+
readonly tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
// @public
|
|
2017
|
+
export interface ReadWriteDatabase extends Database {
|
|
2018
|
+
hotCachePeriod?: string;
|
|
2019
|
+
readonly isFollowed?: boolean;
|
|
2020
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
2021
|
+
kind: "ReadWrite";
|
|
2022
|
+
readonly provisioningState?: ProvisioningState;
|
|
2023
|
+
softDeletePeriod?: string;
|
|
2024
|
+
readonly statistics?: DatabaseStatistics;
|
|
2025
|
+
readonly suspensionDetails?: SuspensionDetails;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
// @public
|
|
2029
|
+
export type Reason = string;
|
|
2030
|
+
|
|
2031
|
+
// @public
|
|
2032
|
+
export interface Resource {
|
|
2033
|
+
readonly id?: string;
|
|
2034
|
+
readonly name?: string;
|
|
2035
|
+
readonly type?: string;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
// @public
|
|
2039
|
+
export interface ResourceSkuCapabilities {
|
|
2040
|
+
readonly name?: string;
|
|
2041
|
+
readonly value?: string;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
// @public
|
|
2045
|
+
export interface ResourceSkuZoneDetails {
|
|
2046
|
+
readonly capabilities?: ResourceSkuCapabilities[];
|
|
2047
|
+
readonly name?: string[];
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
// @public
|
|
2051
|
+
export interface SandboxCustomImage extends ProxyResource {
|
|
2052
|
+
baseImageName?: string;
|
|
2053
|
+
language?: Language;
|
|
2054
|
+
languageVersion?: string;
|
|
2055
|
+
readonly provisioningState?: ProvisioningState;
|
|
2056
|
+
requirementsFileContent?: string;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
// @public
|
|
2060
|
+
export interface SandboxCustomImages {
|
|
2061
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImagesCreateOrUpdateResponse>, SandboxCustomImagesCreateOrUpdateResponse>>;
|
|
2062
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesCreateOrUpdateOptionalParams): Promise<SandboxCustomImagesCreateOrUpdateResponse>;
|
|
2063
|
+
beginDelete(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2064
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesDeleteOptionalParams): Promise<void>;
|
|
2065
|
+
beginUpdate(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SandboxCustomImagesUpdateResponse>, SandboxCustomImagesUpdateResponse>>;
|
|
2066
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, parameters: SandboxCustomImage, options?: SandboxCustomImagesUpdateOptionalParams): Promise<SandboxCustomImagesUpdateResponse>;
|
|
2067
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: SandboxCustomImagesCheckNameRequest, options?: SandboxCustomImagesCheckNameAvailabilityOptionalParams): Promise<SandboxCustomImagesCheckNameAvailabilityResponse>;
|
|
2068
|
+
get(resourceGroupName: string, clusterName: string, sandboxCustomImageName: string, options?: SandboxCustomImagesGetOptionalParams): Promise<SandboxCustomImagesGetResponse>;
|
|
2069
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: SandboxCustomImagesListByClusterOptionalParams): PagedAsyncIterableIterator<SandboxCustomImage>;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
// @public
|
|
2073
|
+
export interface SandboxCustomImagesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
// @public
|
|
2077
|
+
export type SandboxCustomImagesCheckNameAvailabilityResponse = CheckNameResult;
|
|
2078
|
+
|
|
2079
|
+
// @public
|
|
2080
|
+
export interface SandboxCustomImagesCheckNameRequest {
|
|
2081
|
+
name: string;
|
|
2082
|
+
type: "Microsoft.Kusto/clusters/sandboxCustomImages";
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
// @public
|
|
2086
|
+
export interface SandboxCustomImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
+
resumeFrom?: string;
|
|
2088
|
+
updateIntervalInMs?: number;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
// @public
|
|
2092
|
+
export type SandboxCustomImagesCreateOrUpdateResponse = SandboxCustomImage;
|
|
2093
|
+
|
|
2094
|
+
// @public
|
|
2095
|
+
export interface SandboxCustomImagesDeleteHeaders {
|
|
2096
|
+
azureAsyncOperation?: string;
|
|
2097
|
+
location?: string;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
// @public
|
|
2101
|
+
export interface SandboxCustomImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2102
|
+
resumeFrom?: string;
|
|
2103
|
+
updateIntervalInMs?: number;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
// @public
|
|
2107
|
+
export interface SandboxCustomImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
// @public
|
|
2111
|
+
export type SandboxCustomImagesGetResponse = SandboxCustomImage;
|
|
2112
|
+
|
|
2113
|
+
// @public
|
|
2114
|
+
export interface SandboxCustomImagesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
// @public
|
|
2118
|
+
export type SandboxCustomImagesListByClusterResponse = SandboxCustomImagesListResult;
|
|
2119
|
+
|
|
2120
|
+
// @public
|
|
2121
|
+
export interface SandboxCustomImagesListResult {
|
|
2122
|
+
nextLink?: string;
|
|
2123
|
+
value?: SandboxCustomImage[];
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
// @public
|
|
2127
|
+
export interface SandboxCustomImagesUpdateHeaders {
|
|
2128
|
+
azureAsyncOperation?: string;
|
|
2129
|
+
location?: string;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
// @public
|
|
2133
|
+
export interface SandboxCustomImagesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2134
|
+
resumeFrom?: string;
|
|
2135
|
+
updateIntervalInMs?: number;
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
// @public
|
|
2139
|
+
export type SandboxCustomImagesUpdateResponse = SandboxCustomImage;
|
|
2140
|
+
|
|
2141
|
+
// @public
|
|
2142
|
+
export interface Script extends ProxyResource {
|
|
2143
|
+
continueOnErrors?: boolean;
|
|
2144
|
+
forceUpdateTag?: string;
|
|
2145
|
+
principalPermissionsAction?: PrincipalPermissionsAction;
|
|
2146
|
+
readonly provisioningState?: ProvisioningState;
|
|
2147
|
+
scriptContent?: string;
|
|
2148
|
+
scriptLevel?: ScriptLevel;
|
|
2149
|
+
scriptUrl?: string;
|
|
2150
|
+
scriptUrlSasToken?: string;
|
|
2151
|
+
readonly systemData?: SystemData;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
// @public
|
|
2155
|
+
export interface ScriptCheckNameRequest {
|
|
2156
|
+
name: string;
|
|
2157
|
+
type: "Microsoft.Kusto/clusters/databases/scripts";
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
// @public
|
|
2161
|
+
export type ScriptLevel = string;
|
|
2162
|
+
|
|
2163
|
+
// @public
|
|
2164
|
+
export interface ScriptListResult {
|
|
2165
|
+
value?: Script[];
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
// @public
|
|
2169
|
+
export interface Scripts {
|
|
2170
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScriptsCreateOrUpdateResponse>, ScriptsCreateOrUpdateResponse>>;
|
|
2171
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<ScriptsCreateOrUpdateResponse>;
|
|
2172
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2173
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<void>;
|
|
2174
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScriptsUpdateResponse>, ScriptsUpdateResponse>>;
|
|
2175
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<ScriptsUpdateResponse>;
|
|
2176
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams): Promise<ScriptsCheckNameAvailabilityResponse>;
|
|
2177
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams): Promise<ScriptsGetResponse>;
|
|
2178
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams): PagedAsyncIterableIterator<Script>;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
// @public
|
|
2182
|
+
export interface ScriptsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
// @public
|
|
2186
|
+
export type ScriptsCheckNameAvailabilityResponse = CheckNameResult;
|
|
2187
|
+
|
|
2188
|
+
// @public
|
|
2189
|
+
export interface ScriptsCreateOrUpdateHeaders {
|
|
2190
|
+
azureAsyncOperation?: string;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
// @public
|
|
2194
|
+
export interface ScriptsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2195
|
+
resumeFrom?: string;
|
|
2196
|
+
updateIntervalInMs?: number;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
// @public
|
|
2200
|
+
export type ScriptsCreateOrUpdateResponse = Script;
|
|
2201
|
+
|
|
2202
|
+
// @public
|
|
2203
|
+
export interface ScriptsDeleteHeaders {
|
|
2204
|
+
azureAsyncOperation?: string;
|
|
2205
|
+
location?: string;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
// @public
|
|
2209
|
+
export interface ScriptsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2210
|
+
resumeFrom?: string;
|
|
2211
|
+
updateIntervalInMs?: number;
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
// @public
|
|
2215
|
+
export interface ScriptsGetOptionalParams extends coreClient.OperationOptions {
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
// @public
|
|
2219
|
+
export type ScriptsGetResponse = Script;
|
|
2220
|
+
|
|
2221
|
+
// @public
|
|
2222
|
+
export interface ScriptsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
// @public
|
|
2226
|
+
export type ScriptsListByDatabaseResponse = ScriptListResult;
|
|
2227
|
+
|
|
2228
|
+
// @public
|
|
2229
|
+
export interface ScriptsUpdateHeaders {
|
|
2230
|
+
azureAsyncOperation?: string;
|
|
2231
|
+
location?: string;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
// @public
|
|
2235
|
+
export interface ScriptsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2236
|
+
resumeFrom?: string;
|
|
2237
|
+
updateIntervalInMs?: number;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
// @public
|
|
2241
|
+
export type ScriptsUpdateResponse = Script;
|
|
2242
|
+
|
|
2243
|
+
// @public
|
|
2244
|
+
export interface SkuDescription {
|
|
2245
|
+
readonly locationInfo?: SkuLocationInfoItem[];
|
|
2246
|
+
readonly locations?: string[];
|
|
2247
|
+
readonly name?: string;
|
|
2248
|
+
readonly resourceType?: string;
|
|
2249
|
+
readonly restrictions?: Record<string, unknown>[];
|
|
2250
|
+
readonly tier?: string;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
// @public
|
|
2254
|
+
export interface SkuDescriptionList {
|
|
2255
|
+
readonly value?: SkuDescription[];
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export interface SkuLocationInfoItem {
|
|
2260
|
+
location: string;
|
|
2261
|
+
zoneDetails?: ResourceSkuZoneDetails[];
|
|
2262
|
+
zones?: string[];
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
// @public
|
|
2266
|
+
export interface Skus {
|
|
2267
|
+
list(location: string, options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
// @public
|
|
2271
|
+
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
// @public
|
|
2275
|
+
export type SkusListResponse = SkuDescriptionList;
|
|
2276
|
+
|
|
2277
|
+
// @public
|
|
2278
|
+
export type State = string;
|
|
2279
|
+
|
|
2280
|
+
// @public
|
|
2281
|
+
export type Status = string;
|
|
2282
|
+
|
|
2283
|
+
// @public
|
|
2284
|
+
export interface SuspensionDetails {
|
|
2285
|
+
suspensionStartDate?: Date;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
// @public
|
|
2289
|
+
export interface SystemData {
|
|
2290
|
+
createdAt?: Date;
|
|
2291
|
+
createdBy?: string;
|
|
2292
|
+
createdByType?: CreatedByType;
|
|
2293
|
+
lastModifiedAt?: Date;
|
|
2294
|
+
lastModifiedBy?: string;
|
|
2295
|
+
lastModifiedByType?: CreatedByType;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
// @public
|
|
2299
|
+
export interface TableLevelSharingProperties {
|
|
2300
|
+
externalTablesToExclude?: string[];
|
|
2301
|
+
externalTablesToInclude?: string[];
|
|
2302
|
+
functionsToExclude?: string[];
|
|
2303
|
+
functionsToInclude?: string[];
|
|
2304
|
+
materializedViewsToExclude?: string[];
|
|
2305
|
+
materializedViewsToInclude?: string[];
|
|
2306
|
+
tablesToExclude?: string[];
|
|
2307
|
+
tablesToInclude?: string[];
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export interface TrackedResource extends Resource {
|
|
2312
|
+
location: string;
|
|
2313
|
+
tags?: {
|
|
2314
|
+
[propertyName: string]: string;
|
|
2315
|
+
};
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
// @public
|
|
2319
|
+
export interface TrustedExternalTenant {
|
|
2320
|
+
value?: string;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
// @public
|
|
2324
|
+
export type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
2325
|
+
|
|
2326
|
+
// @public
|
|
2327
|
+
export interface VirtualNetworkConfiguration {
|
|
2328
|
+
dataManagementPublicIpId: string;
|
|
2329
|
+
enginePublicIpId: string;
|
|
2330
|
+
state?: VnetState;
|
|
2331
|
+
subnetId: string;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
// @public
|
|
2335
|
+
export type VnetState = string;
|
|
2336
|
+
|
|
2337
|
+
// @public
|
|
2338
|
+
export type ZoneStatus = string;
|
|
2339
|
+
|
|
2340
|
+
// (No @packageDocumentation comment for this package)
|
|
2341
|
+
|
|
2342
|
+
```
|