@azure/arm-synapse 8.1.0-beta.2 → 9.0.0-alpha.20230213.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -1
- package/LICENSE +1 -1
- package/dist/index.js +1151 -573
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js +1 -0
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js.map +1 -0
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js +2 -4
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js +2 -2
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js +54 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +186 -54
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -22
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +281 -10
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +10 -0
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js +4 -12
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/get.d.ts +40 -0
- package/dist-esm/src/operations/get.d.ts.map +1 -0
- package/dist-esm/src/operations/get.js +143 -0
- package/dist-esm/src/operations/get.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +2 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +4 -3
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/ipFirewallRules.js +4 -12
- package/dist-esm/src/operations/ipFirewallRules.js.map +1 -1
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts +32 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js +106 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +5 -5
- package/dist-esm/src/operations/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.js → privateLinkResourcesOperations.js} +4 -4
- package/dist-esm/src/operations/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js +6 -2
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.js +57 -8
- package/dist-esm/src/operations/sqlPoolOperationResults.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.d.ts +10 -1
- package/dist-esm/src/operations/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPools.js +70 -39
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/workspaces.js +4 -12
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/get.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/get.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.js → get.js} +1 -1
- package/dist-esm/src/operationsInterfaces/get.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +3 -3
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts +10 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.d.ts +4 -2
- package/dist-esm/src/synapseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.js +5 -3
- package/dist-esm/src/synapseManagementClient.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-synapse.api.md +138 -37
- package/src/models/index.ts +209 -63
- package/src/models/mappers.ts +299 -10
- package/src/models/parameters.ts +11 -0
- package/src/operations/bigDataPools.ts +4 -12
- package/src/operations/get.ts +190 -0
- package/src/operations/index.ts +3 -1
- package/src/operations/integrationRuntimeConnectionInfos.ts +1 -1
- package/src/operations/integrationRuntimeObjectMetadata.ts +2 -1
- package/src/operations/integrationRuntimes.ts +4 -3
- package/src/operations/ipFirewallRules.ts +4 -12
- package/src/operations/kustoPoolPrivateLinkResourcesOperations.ts +153 -0
- package/src/operations/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +5 -4
- package/src/operations/sqlPoolMetadataSyncConfigs.ts +6 -2
- package/src/operations/sqlPoolOperationResults.ts +91 -9
- package/src/operations/sqlPoolTransparentDataEncryptions.ts +1 -1
- package/src/operations/sqlPools.ts +103 -40
- package/src/operations/workspaces.ts +4 -12
- package/src/operationsInterfaces/get.ts +65 -0
- package/src/operationsInterfaces/index.ts +3 -1
- package/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.ts +31 -0
- package/src/operationsInterfaces/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +2 -2
- package/src/operationsInterfaces/sqlPoolOperationResults.ts +24 -1
- package/src/operationsInterfaces/sqlPools.ts +21 -1
- package/src/synapseManagementClient.ts +19 -7
- package/types/arm-synapse.d.ts +286 -77
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
package/types/arm-synapse.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
|
4
4
|
import { PollerLike } from '@azure/core-lro';
|
|
5
5
|
import { PollOperationState } from '@azure/core-lro';
|
|
6
6
|
|
|
7
|
+
/** Defines values for ActualState. */
|
|
8
|
+
export declare type ActualState = "Enabling" | "Enabled" | "Disabling" | "Disabled" | "Unknown";
|
|
9
|
+
|
|
7
10
|
/** Class representing an attached database configuration. */
|
|
8
11
|
export declare interface AttachedDatabaseConfiguration extends ProxyResource {
|
|
9
12
|
/** Resource location. */
|
|
@@ -266,6 +269,8 @@ export declare interface BigDataPoolResourceInfo extends TrackedResource {
|
|
|
266
269
|
autoPause?: AutoPauseProperties;
|
|
267
270
|
/** Whether compute isolation is required or not. */
|
|
268
271
|
isComputeIsolationEnabled?: boolean;
|
|
272
|
+
/** Whether autotune is required or not. */
|
|
273
|
+
isAutotuneEnabled?: boolean;
|
|
269
274
|
/** Whether session level packages enabled. */
|
|
270
275
|
sessionLevelPackagesEnabled?: boolean;
|
|
271
276
|
/** The cache size */
|
|
@@ -389,7 +394,7 @@ export declare interface BigDataPoolsDeleteOptionalParams extends coreClient.Ope
|
|
|
389
394
|
}
|
|
390
395
|
|
|
391
396
|
/** Contains response data for the delete operation. */
|
|
392
|
-
export declare type BigDataPoolsDeleteResponse =
|
|
397
|
+
export declare type BigDataPoolsDeleteResponse = BigDataPoolResourceInfo;
|
|
393
398
|
|
|
394
399
|
/** Optional parameters. */
|
|
395
400
|
export declare interface BigDataPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -503,6 +508,11 @@ export declare interface ClusterPrincipalAssignment extends ProxyResource {
|
|
|
503
508
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
509
|
*/
|
|
505
510
|
readonly provisioningState?: ResourceProvisioningState;
|
|
511
|
+
/**
|
|
512
|
+
* The service principal object id in AAD (Azure active directory)
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly aadObjectId?: string;
|
|
506
516
|
}
|
|
507
517
|
|
|
508
518
|
/** A principal assignment check name availability request. */
|
|
@@ -736,6 +746,11 @@ export declare interface DatabasePrincipalAssignment extends ProxyResource {
|
|
|
736
746
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
737
747
|
*/
|
|
738
748
|
readonly provisioningState?: ResourceProvisioningState;
|
|
749
|
+
/**
|
|
750
|
+
* The service principal object id in AAD (Azure active directory)
|
|
751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
+
*/
|
|
753
|
+
readonly aadObjectId?: string;
|
|
739
754
|
}
|
|
740
755
|
|
|
741
756
|
/** A principal assignment check name availability request. */
|
|
@@ -1116,6 +1131,9 @@ export declare interface DedicatedSQLminimalTlsSettingsPatchInfo {
|
|
|
1116
1131
|
*/
|
|
1117
1132
|
export declare type DefaultPrincipalsModificationKind = string;
|
|
1118
1133
|
|
|
1134
|
+
/** Defines values for DesiredState. */
|
|
1135
|
+
export declare type DesiredState = "Enabled" | "Disabled";
|
|
1136
|
+
|
|
1119
1137
|
/** Dynamic Executor Allocation Properties */
|
|
1120
1138
|
export declare interface DynamicExecutorAllocation {
|
|
1121
1139
|
/** Indicates whether Dynamic Executor Allocation is enabled or not. */
|
|
@@ -1260,6 +1278,35 @@ export declare interface ErrorResponse {
|
|
|
1260
1278
|
error?: ErrorDetail;
|
|
1261
1279
|
}
|
|
1262
1280
|
|
|
1281
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
1282
|
+
export declare interface ErrorResponseAutoGenerated {
|
|
1283
|
+
/**
|
|
1284
|
+
* The error code.
|
|
1285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1286
|
+
*/
|
|
1287
|
+
readonly code?: string;
|
|
1288
|
+
/**
|
|
1289
|
+
* The error message.
|
|
1290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1291
|
+
*/
|
|
1292
|
+
readonly message?: string;
|
|
1293
|
+
/**
|
|
1294
|
+
* The error target.
|
|
1295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1296
|
+
*/
|
|
1297
|
+
readonly target?: string;
|
|
1298
|
+
/**
|
|
1299
|
+
* The error details.
|
|
1300
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1301
|
+
*/
|
|
1302
|
+
readonly details?: ErrorResponseAutoGenerated[];
|
|
1303
|
+
/**
|
|
1304
|
+
* The error additional info.
|
|
1305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1306
|
+
*/
|
|
1307
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1263
1310
|
/** Class representing an Event Grid data connection. */
|
|
1264
1311
|
export declare interface EventGridDataConnection extends DataConnection {
|
|
1265
1312
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1729,6 +1776,37 @@ export declare type GeoBackupPolicyName = string;
|
|
|
1729
1776
|
/** Defines values for GeoBackupPolicyState. */
|
|
1730
1777
|
export declare type GeoBackupPolicyState = "Disabled" | "Enabled";
|
|
1731
1778
|
|
|
1779
|
+
/** Interface representing a Get. */
|
|
1780
|
+
export declare interface Get {
|
|
1781
|
+
/**
|
|
1782
|
+
* Get an integration runtime start operation status
|
|
1783
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1784
|
+
* @param workspaceName The name of the workspace.
|
|
1785
|
+
* @param integrationRuntimeName Integration runtime name
|
|
1786
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
1787
|
+
* @param options The options parameters.
|
|
1788
|
+
*/
|
|
1789
|
+
integrationRuntimeStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStartOptionalParams): Promise<GetIntegrationRuntimeStartResponse>;
|
|
1790
|
+
/**
|
|
1791
|
+
* Get an integration runtime stop operation status
|
|
1792
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1793
|
+
* @param workspaceName The name of the workspace.
|
|
1794
|
+
* @param integrationRuntimeName Integration runtime name
|
|
1795
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
1796
|
+
* @param options The options parameters.
|
|
1797
|
+
*/
|
|
1798
|
+
integrationRuntimeStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStopOptionalParams): Promise<GetIntegrationRuntimeStopResponse>;
|
|
1799
|
+
/**
|
|
1800
|
+
* Get an integration runtime enable interactivequery operation status
|
|
1801
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1802
|
+
* @param workspaceName The name of the workspace.
|
|
1803
|
+
* @param integrationRuntimeName Integration runtime name
|
|
1804
|
+
* @param integrationRuntimeOperationId Integration runtime Operation Id
|
|
1805
|
+
* @param options The options parameters.
|
|
1806
|
+
*/
|
|
1807
|
+
integrationRuntimeEnableInteractivequery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeEnableInteractivequeryOptionalParams): Promise<GetIntegrationRuntimeEnableInteractivequeryResponse>;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1732
1810
|
/**
|
|
1733
1811
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
1734
1812
|
* returns a continuation token that can be used to begin paging from
|
|
@@ -1738,6 +1816,27 @@ export declare type GeoBackupPolicyState = "Disabled" | "Enabled";
|
|
|
1738
1816
|
*/
|
|
1739
1817
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1740
1818
|
|
|
1819
|
+
/** Optional parameters. */
|
|
1820
|
+
export declare interface GetIntegrationRuntimeEnableInteractivequeryOptionalParams extends coreClient.OperationOptions {
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
/** Contains response data for the integrationRuntimeEnableInteractivequery operation. */
|
|
1824
|
+
export declare type GetIntegrationRuntimeEnableInteractivequeryResponse = IntegrationRuntimeEnableinteractivequery;
|
|
1825
|
+
|
|
1826
|
+
/** Optional parameters. */
|
|
1827
|
+
export declare interface GetIntegrationRuntimeStartOptionalParams extends coreClient.OperationOptions {
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
/** Contains response data for the integrationRuntimeStart operation. */
|
|
1831
|
+
export declare type GetIntegrationRuntimeStartResponse = IntegrationRuntimeOperationStatus;
|
|
1832
|
+
|
|
1833
|
+
/** Optional parameters. */
|
|
1834
|
+
export declare interface GetIntegrationRuntimeStopOptionalParams extends coreClient.OperationOptions {
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
/** Contains response data for the integrationRuntimeStop operation. */
|
|
1838
|
+
export declare type GetIntegrationRuntimeStopResponse = IntegrationRuntimeStopOperationStatus;
|
|
1839
|
+
|
|
1741
1840
|
/** The request payload of get SSIS object metadata. */
|
|
1742
1841
|
export declare interface GetSsisObjectMetadataRequest {
|
|
1743
1842
|
/** Metadata path. */
|
|
@@ -1952,6 +2051,18 @@ export declare interface IntegrationRuntimeDataProxyProperties {
|
|
|
1952
2051
|
*/
|
|
1953
2052
|
export declare type IntegrationRuntimeEdition = string;
|
|
1954
2053
|
|
|
2054
|
+
/** Integration Runtime Operation Status Properties */
|
|
2055
|
+
export declare interface IntegrationRuntimeEnableinteractivequery {
|
|
2056
|
+
/** EnableInteractivequery status of Integrationruntimes. */
|
|
2057
|
+
status?: WorkspaceStatus;
|
|
2058
|
+
/** The operation name. */
|
|
2059
|
+
name?: string;
|
|
2060
|
+
/** The operation properties. */
|
|
2061
|
+
properties?: Record<string, unknown>;
|
|
2062
|
+
/** The operation error message. */
|
|
2063
|
+
error?: string;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
1955
2066
|
/**
|
|
1956
2067
|
* Defines values for IntegrationRuntimeEntityReferenceType. \
|
|
1957
2068
|
* {@link KnownIntegrationRuntimeEntityReferenceType} can be used interchangeably with IntegrationRuntimeEntityReferenceType,
|
|
@@ -2191,6 +2302,18 @@ export declare interface IntegrationRuntimeObjectMetadataRefreshOptionalParams e
|
|
|
2191
2302
|
/** Contains response data for the refresh operation. */
|
|
2192
2303
|
export declare type IntegrationRuntimeObjectMetadataRefreshResponse = SsisObjectMetadataStatusResponse;
|
|
2193
2304
|
|
|
2305
|
+
/** Integration Runtime Operation Status Properties */
|
|
2306
|
+
export declare interface IntegrationRuntimeOperationStatus {
|
|
2307
|
+
/** status of Start Integrationruntimes. */
|
|
2308
|
+
status?: WorkspaceStatus;
|
|
2309
|
+
/** The operation name. */
|
|
2310
|
+
name?: string;
|
|
2311
|
+
/** The operation properties. */
|
|
2312
|
+
properties?: Record<string, unknown>;
|
|
2313
|
+
/** The operation error message. */
|
|
2314
|
+
error?: string;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2194
2317
|
/** Azure-SSIS integration runtime outbound network dependency endpoints for one category. */
|
|
2195
2318
|
export declare interface IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint {
|
|
2196
2319
|
/** The category of outbound network dependency. */
|
|
@@ -2227,8 +2350,10 @@ export declare interface IntegrationRuntimeRegenerateKeyParameters {
|
|
|
2227
2350
|
|
|
2228
2351
|
/** Integration runtime resource type. */
|
|
2229
2352
|
export declare interface IntegrationRuntimeResource extends SubResource {
|
|
2230
|
-
/**
|
|
2231
|
-
|
|
2353
|
+
/** Type of integration runtime. */
|
|
2354
|
+
typePropertiesType: IntegrationRuntimeType;
|
|
2355
|
+
/** Integration runtime description. */
|
|
2356
|
+
description?: string;
|
|
2232
2357
|
}
|
|
2233
2358
|
|
|
2234
2359
|
/** Interface representing a IntegrationRuntimes. */
|
|
@@ -2565,12 +2690,34 @@ export declare interface IntegrationRuntimeStatusResponse {
|
|
|
2565
2690
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2566
2691
|
*/
|
|
2567
2692
|
readonly name?: string;
|
|
2568
|
-
/**
|
|
2569
|
-
|
|
2693
|
+
/** Type of integration runtime. */
|
|
2694
|
+
type: IntegrationRuntimeType;
|
|
2695
|
+
/**
|
|
2696
|
+
* The workspace name which the integration runtime belong to.
|
|
2697
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2698
|
+
*/
|
|
2699
|
+
readonly dataFactoryName?: string;
|
|
2700
|
+
/**
|
|
2701
|
+
* The state of integration runtime.
|
|
2702
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2703
|
+
*/
|
|
2704
|
+
readonly state?: IntegrationRuntimeState;
|
|
2570
2705
|
}
|
|
2571
2706
|
|
|
2572
2707
|
export declare type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
2573
2708
|
|
|
2709
|
+
/** Integration Runtime Operation Status Properties */
|
|
2710
|
+
export declare interface IntegrationRuntimeStopOperationStatus {
|
|
2711
|
+
/** status of Start Integrationruntimes. */
|
|
2712
|
+
status?: WorkspaceStatus;
|
|
2713
|
+
/** The operation name. */
|
|
2714
|
+
name?: string;
|
|
2715
|
+
/** The operation properties. */
|
|
2716
|
+
properties?: Record<string, unknown>;
|
|
2717
|
+
/** The operation error message. */
|
|
2718
|
+
error?: string;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2574
2721
|
/** Optional parameters. */
|
|
2575
2722
|
export declare interface IntegrationRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2576
2723
|
}
|
|
@@ -2791,7 +2938,7 @@ export declare interface IpFirewallRulesDeleteOptionalParams extends coreClient.
|
|
|
2791
2938
|
}
|
|
2792
2939
|
|
|
2793
2940
|
/** Contains response data for the delete operation. */
|
|
2794
|
-
export declare type IpFirewallRulesDeleteResponse =
|
|
2941
|
+
export declare type IpFirewallRulesDeleteResponse = IpFirewallRuleInfo;
|
|
2795
2942
|
|
|
2796
2943
|
/** Optional parameters. */
|
|
2797
2944
|
export declare interface IpFirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -3402,28 +3549,6 @@ export declare enum KnownLanguageExtensionName {
|
|
|
3402
3549
|
R = "R"
|
|
3403
3550
|
}
|
|
3404
3551
|
|
|
3405
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} that the service accepts. */
|
|
3406
|
-
export declare enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState {
|
|
3407
|
-
/** Enabling */
|
|
3408
|
-
Enabling = "Enabling",
|
|
3409
|
-
/** Enabled */
|
|
3410
|
-
Enabled = "Enabled",
|
|
3411
|
-
/** Disabling */
|
|
3412
|
-
Disabling = "Disabling",
|
|
3413
|
-
/** Disabled */
|
|
3414
|
-
Disabled = "Disabled",
|
|
3415
|
-
/** Unknown */
|
|
3416
|
-
Unknown = "Unknown"
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} that the service accepts. */
|
|
3420
|
-
export declare enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState {
|
|
3421
|
-
/** Enabled */
|
|
3422
|
-
Enabled = "Enabled",
|
|
3423
|
-
/** Disabled */
|
|
3424
|
-
Disabled = "Disabled"
|
|
3425
|
-
}
|
|
3426
|
-
|
|
3427
3552
|
/** Known values of {@link ManagedIntegrationRuntimeNodeStatus} that the service accepts. */
|
|
3428
3553
|
export declare enum KnownManagedIntegrationRuntimeNodeStatus {
|
|
3429
3554
|
/** Starting */
|
|
@@ -3716,6 +3841,16 @@ export declare enum KnownWorkspacePublicNetworkAccess {
|
|
|
3716
3841
|
Disabled = "Disabled"
|
|
3717
3842
|
}
|
|
3718
3843
|
|
|
3844
|
+
/** Known values of {@link WorkspaceStatus} that the service accepts. */
|
|
3845
|
+
export declare enum KnownWorkspaceStatus {
|
|
3846
|
+
/** InProgress */
|
|
3847
|
+
InProgress = "InProgress",
|
|
3848
|
+
/** Succeeded */
|
|
3849
|
+
Succeeded = "Succeeded",
|
|
3850
|
+
/** Failed */
|
|
3851
|
+
Failed = "Failed"
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3719
3854
|
/** Interface representing a KustoOperations. */
|
|
3720
3855
|
export declare interface KustoOperations {
|
|
3721
3856
|
/**
|
|
@@ -4444,6 +4579,54 @@ export declare interface KustoPoolPrincipalAssignmentsListOptionalParams extends
|
|
|
4444
4579
|
/** Contains response data for the list operation. */
|
|
4445
4580
|
export declare type KustoPoolPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
4446
4581
|
|
|
4582
|
+
/** Class representing a Private Link Resources. */
|
|
4583
|
+
export declare interface KustoPoolPrivateLinkResources extends ProxyResource {
|
|
4584
|
+
/**
|
|
4585
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
4586
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4587
|
+
*/
|
|
4588
|
+
readonly systemData?: SystemData;
|
|
4589
|
+
/**
|
|
4590
|
+
* The Private link resources GroupId
|
|
4591
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4592
|
+
*/
|
|
4593
|
+
readonly groupId?: string;
|
|
4594
|
+
/**
|
|
4595
|
+
* The private link resource required member names.
|
|
4596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4597
|
+
*/
|
|
4598
|
+
readonly requiredMembers?: string[];
|
|
4599
|
+
/**
|
|
4600
|
+
* The private link resource required zone names.
|
|
4601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4602
|
+
*/
|
|
4603
|
+
readonly requiredZoneNames?: string[];
|
|
4604
|
+
/**
|
|
4605
|
+
* The provisioned state of the resource.
|
|
4606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4607
|
+
*/
|
|
4608
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
/** Optional parameters. */
|
|
4612
|
+
export declare interface KustoPoolPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
4613
|
+
}
|
|
4614
|
+
|
|
4615
|
+
/** Contains response data for the list operation. */
|
|
4616
|
+
export declare type KustoPoolPrivateLinkResourcesListResponse = PrivateLinkResources;
|
|
4617
|
+
|
|
4618
|
+
/** Interface representing a KustoPoolPrivateLinkResourcesOperations. */
|
|
4619
|
+
export declare interface KustoPoolPrivateLinkResourcesOperations {
|
|
4620
|
+
/**
|
|
4621
|
+
* Lists all Kusto pool PrivateLinkResources.
|
|
4622
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4623
|
+
* @param workspaceName The name of the workspace.
|
|
4624
|
+
* @param kustoPoolName The name of the Kusto pool.
|
|
4625
|
+
* @param options The options parameters.
|
|
4626
|
+
*/
|
|
4627
|
+
list(resourceGroupName: string, workspaceName: string, kustoPoolName: string, options?: KustoPoolPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<KustoPoolPrivateLinkResources>;
|
|
4628
|
+
}
|
|
4629
|
+
|
|
4447
4630
|
/** Interface representing a KustoPools. */
|
|
4448
4631
|
export declare interface KustoPools {
|
|
4449
4632
|
/**
|
|
@@ -5081,37 +5264,14 @@ export declare interface ManagedIdentitySqlControlSettingsModel extends ProxyRes
|
|
|
5081
5264
|
/** Grant sql control to managed identity */
|
|
5082
5265
|
export declare interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity {
|
|
5083
5266
|
/** Desired state */
|
|
5084
|
-
desiredState?:
|
|
5267
|
+
desiredState?: DesiredState;
|
|
5085
5268
|
/**
|
|
5086
5269
|
* Actual state
|
|
5087
5270
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5088
5271
|
*/
|
|
5089
|
-
readonly actualState?:
|
|
5272
|
+
readonly actualState?: ActualState;
|
|
5090
5273
|
}
|
|
5091
5274
|
|
|
5092
|
-
/**
|
|
5093
|
-
* Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState. \
|
|
5094
|
-
* {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState,
|
|
5095
|
-
* this enum contains the known values that the service supports.
|
|
5096
|
-
* ### Known values supported by the service
|
|
5097
|
-
* **Enabling** \
|
|
5098
|
-
* **Enabled** \
|
|
5099
|
-
* **Disabling** \
|
|
5100
|
-
* **Disabled** \
|
|
5101
|
-
* **Unknown**
|
|
5102
|
-
*/
|
|
5103
|
-
export declare type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = string;
|
|
5104
|
-
|
|
5105
|
-
/**
|
|
5106
|
-
* Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState. \
|
|
5107
|
-
* {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState,
|
|
5108
|
-
* this enum contains the known values that the service supports.
|
|
5109
|
-
* ### Known values supported by the service
|
|
5110
|
-
* **Enabled** \
|
|
5111
|
-
* **Disabled**
|
|
5112
|
-
*/
|
|
5113
|
-
export declare type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = string;
|
|
5114
|
-
|
|
5115
5275
|
/** Managed integration runtime, including managed elastic and managed dedicated integration runtimes. */
|
|
5116
5276
|
export declare interface ManagedIntegrationRuntime extends IntegrationRuntime {
|
|
5117
5277
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -5955,23 +6115,10 @@ export declare interface PrivateLinkResourceProperties {
|
|
|
5955
6115
|
readonly requiredZoneNames?: string[];
|
|
5956
6116
|
}
|
|
5957
6117
|
|
|
5958
|
-
/**
|
|
6118
|
+
/** The list Kusto Private Link Resources operation response. */
|
|
5959
6119
|
export declare interface PrivateLinkResources {
|
|
5960
|
-
/**
|
|
5961
|
-
|
|
5962
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5963
|
-
* @param workspaceName The name of the workspace.
|
|
5964
|
-
* @param options The options parameters.
|
|
5965
|
-
*/
|
|
5966
|
-
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
5967
|
-
/**
|
|
5968
|
-
* Get private link resource in workspace
|
|
5969
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5970
|
-
* @param workspaceName The name of the workspace.
|
|
5971
|
-
* @param privateLinkResourceName The name of the private link resource
|
|
5972
|
-
* @param options The options parameters.
|
|
5973
|
-
*/
|
|
5974
|
-
get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
6120
|
+
/** The list of Kusto Private Link Resources. */
|
|
6121
|
+
value?: KustoPoolPrivateLinkResources[];
|
|
5975
6122
|
}
|
|
5976
6123
|
|
|
5977
6124
|
/** Optional parameters. */
|
|
@@ -5995,6 +6142,25 @@ export declare interface PrivateLinkResourcesListOptionalParams extends coreClie
|
|
|
5995
6142
|
/** Contains response data for the list operation. */
|
|
5996
6143
|
export declare type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
5997
6144
|
|
|
6145
|
+
/** Interface representing a PrivateLinkResourcesOperations. */
|
|
6146
|
+
export declare interface PrivateLinkResourcesOperations {
|
|
6147
|
+
/**
|
|
6148
|
+
* Get all private link resources for a workspaces
|
|
6149
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6150
|
+
* @param workspaceName The name of the workspace.
|
|
6151
|
+
* @param options The options parameters.
|
|
6152
|
+
*/
|
|
6153
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
6154
|
+
/**
|
|
6155
|
+
* Get private link resource in workspace
|
|
6156
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6157
|
+
* @param workspaceName The name of the workspace.
|
|
6158
|
+
* @param privateLinkResourceName The name of the private link resource
|
|
6159
|
+
* @param options The options parameters.
|
|
6160
|
+
*/
|
|
6161
|
+
get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
6162
|
+
}
|
|
6163
|
+
|
|
5998
6164
|
/** Connection state details of the private endpoint */
|
|
5999
6165
|
export declare interface PrivateLinkServiceConnectionState {
|
|
6000
6166
|
/** The private link service connection status. */
|
|
@@ -7230,6 +7396,10 @@ export declare interface SparkConfigurationResource extends SubResource {
|
|
|
7230
7396
|
createdBy?: string;
|
|
7231
7397
|
/** The timestamp of resource creation. */
|
|
7232
7398
|
created?: Date;
|
|
7399
|
+
/** SparkConfiguration merge configs. */
|
|
7400
|
+
configMergeRule?: {
|
|
7401
|
+
[propertyName: string]: string;
|
|
7402
|
+
};
|
|
7233
7403
|
}
|
|
7234
7404
|
|
|
7235
7405
|
/** Interface representing a SparkConfigurations. */
|
|
@@ -7830,15 +8000,28 @@ export declare interface SqlPoolOperationResults {
|
|
|
7830
8000
|
* @param operationId Operation ID
|
|
7831
8001
|
* @param options The options parameters.
|
|
7832
8002
|
*/
|
|
7833
|
-
|
|
8003
|
+
beginGetLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<PollerLike<PollOperationState<SqlPoolOperationResultsGetLocationHeaderResultResponse>, SqlPoolOperationResultsGetLocationHeaderResultResponse>>;
|
|
8004
|
+
/**
|
|
8005
|
+
* Get the status of a SQL pool operation
|
|
8006
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8007
|
+
* @param workspaceName The name of the workspace.
|
|
8008
|
+
* @param sqlPoolName SQL pool name
|
|
8009
|
+
* @param operationId Operation ID
|
|
8010
|
+
* @param options The options parameters.
|
|
8011
|
+
*/
|
|
8012
|
+
beginGetLocationHeaderResultAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<SqlPoolOperationResultsGetLocationHeaderResultResponse>;
|
|
7834
8013
|
}
|
|
7835
8014
|
|
|
7836
8015
|
/** Optional parameters. */
|
|
7837
8016
|
export declare interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams extends coreClient.OperationOptions {
|
|
8017
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
8018
|
+
updateIntervalInMs?: number;
|
|
8019
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
8020
|
+
resumeFrom?: string;
|
|
7838
8021
|
}
|
|
7839
8022
|
|
|
7840
8023
|
/** Contains response data for the getLocationHeaderResult operation. */
|
|
7841
|
-
export declare type SqlPoolOperationResultsGetLocationHeaderResultResponse =
|
|
8024
|
+
export declare type SqlPoolOperationResultsGetLocationHeaderResultResponse = SqlPool;
|
|
7842
8025
|
|
|
7843
8026
|
/** Interface representing a SqlPoolOperations. */
|
|
7844
8027
|
export declare interface SqlPoolOperations {
|
|
@@ -8084,7 +8267,16 @@ export declare interface SqlPools {
|
|
|
8084
8267
|
* @param sqlPoolInfo The updated SQL pool properties
|
|
8085
8268
|
* @param options The options parameters.
|
|
8086
8269
|
*/
|
|
8087
|
-
|
|
8270
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: SqlPoolPatchInfo, options?: SqlPoolsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlPoolsUpdateResponse>, SqlPoolsUpdateResponse>>;
|
|
8271
|
+
/**
|
|
8272
|
+
* Apply a partial update to a SQL pool
|
|
8273
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8274
|
+
* @param workspaceName The name of the workspace.
|
|
8275
|
+
* @param sqlPoolName SQL pool name
|
|
8276
|
+
* @param sqlPoolInfo The updated SQL pool properties
|
|
8277
|
+
* @param options The options parameters.
|
|
8278
|
+
*/
|
|
8279
|
+
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: SqlPoolPatchInfo, options?: SqlPoolsUpdateOptionalParams): Promise<SqlPoolsUpdateResponse>;
|
|
8088
8280
|
/**
|
|
8089
8281
|
* Create a SQL pool
|
|
8090
8282
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -8244,7 +8436,7 @@ export declare interface SqlPoolsDeleteOptionalParams extends coreClient.Operati
|
|
|
8244
8436
|
}
|
|
8245
8437
|
|
|
8246
8438
|
/** Contains response data for the delete operation. */
|
|
8247
|
-
export declare type SqlPoolsDeleteResponse =
|
|
8439
|
+
export declare type SqlPoolsDeleteResponse = SqlPool;
|
|
8248
8440
|
|
|
8249
8441
|
/** Interface representing a SqlPoolSecurityAlertPolicies. */
|
|
8250
8442
|
export declare interface SqlPoolSecurityAlertPolicies {
|
|
@@ -8511,7 +8703,7 @@ export declare interface SqlPoolsPauseOptionalParams extends coreClient.Operatio
|
|
|
8511
8703
|
}
|
|
8512
8704
|
|
|
8513
8705
|
/** Contains response data for the pause operation. */
|
|
8514
|
-
export declare type SqlPoolsPauseResponse =
|
|
8706
|
+
export declare type SqlPoolsPauseResponse = SqlPool;
|
|
8515
8707
|
|
|
8516
8708
|
/** Optional parameters. */
|
|
8517
8709
|
export declare interface SqlPoolsRenameOptionalParams extends coreClient.OperationOptions {
|
|
@@ -8526,10 +8718,14 @@ export declare interface SqlPoolsResumeOptionalParams extends coreClient.Operati
|
|
|
8526
8718
|
}
|
|
8527
8719
|
|
|
8528
8720
|
/** Contains response data for the resume operation. */
|
|
8529
|
-
export declare type SqlPoolsResumeResponse =
|
|
8721
|
+
export declare type SqlPoolsResumeResponse = SqlPool;
|
|
8530
8722
|
|
|
8531
8723
|
/** Optional parameters. */
|
|
8532
8724
|
export declare interface SqlPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
8725
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
8726
|
+
updateIntervalInMs?: number;
|
|
8727
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
8728
|
+
resumeFrom?: string;
|
|
8533
8729
|
}
|
|
8534
8730
|
|
|
8535
8731
|
/** Contains response data for the update operation. */
|
|
@@ -9440,7 +9636,7 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
9440
9636
|
ipFirewallRules: IpFirewallRules;
|
|
9441
9637
|
keys: Keys;
|
|
9442
9638
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
9443
|
-
|
|
9639
|
+
privateLinkResourcesOperations: PrivateLinkResourcesOperations;
|
|
9444
9640
|
privateLinkHubPrivateLinkResources: PrivateLinkHubPrivateLinkResources;
|
|
9445
9641
|
privateLinkHubs: PrivateLinkHubs;
|
|
9446
9642
|
privateEndpointConnectionsPrivateLinkHub: PrivateEndpointConnectionsPrivateLinkHub;
|
|
@@ -9498,6 +9694,7 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
9498
9694
|
integrationRuntimeAuthKeysOperations: IntegrationRuntimeAuthKeysOperations;
|
|
9499
9695
|
integrationRuntimeMonitoringDataOperations: IntegrationRuntimeMonitoringDataOperations;
|
|
9500
9696
|
integrationRuntimeStatusOperations: IntegrationRuntimeStatusOperations;
|
|
9697
|
+
get: Get;
|
|
9501
9698
|
sparkConfiguration: SparkConfiguration;
|
|
9502
9699
|
sparkConfigurations: SparkConfigurations;
|
|
9503
9700
|
kustoOperations: KustoOperations;
|
|
@@ -9508,6 +9705,7 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
9508
9705
|
kustoPoolDataConnections: KustoPoolDataConnections;
|
|
9509
9706
|
kustoPoolPrincipalAssignments: KustoPoolPrincipalAssignments;
|
|
9510
9707
|
kustoPoolDatabasePrincipalAssignments: KustoPoolDatabasePrincipalAssignments;
|
|
9708
|
+
kustoPoolPrivateLinkResourcesOperations: KustoPoolPrivateLinkResourcesOperations;
|
|
9511
9709
|
}
|
|
9512
9710
|
|
|
9513
9711
|
/** Optional parameters. */
|
|
@@ -10718,7 +10916,7 @@ export declare interface WorkspacesDeleteOptionalParams extends coreClient.Opera
|
|
|
10718
10916
|
}
|
|
10719
10917
|
|
|
10720
10918
|
/** Contains response data for the delete operation. */
|
|
10721
|
-
export declare type WorkspacesDeleteResponse =
|
|
10919
|
+
export declare type WorkspacesDeleteResponse = Workspace;
|
|
10722
10920
|
|
|
10723
10921
|
/** Optional parameters. */
|
|
10724
10922
|
export declare interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -10822,6 +11020,17 @@ export declare interface WorkspaceSqlAadAdminsGetOptionalParams extends coreClie
|
|
|
10822
11020
|
/** Contains response data for the get operation. */
|
|
10823
11021
|
export declare type WorkspaceSqlAadAdminsGetResponse = WorkspaceAadAdminInfo;
|
|
10824
11022
|
|
|
11023
|
+
/**
|
|
11024
|
+
* Defines values for WorkspaceStatus. \
|
|
11025
|
+
* {@link KnownWorkspaceStatus} can be used interchangeably with WorkspaceStatus,
|
|
11026
|
+
* this enum contains the known values that the service supports.
|
|
11027
|
+
* ### Known values supported by the service
|
|
11028
|
+
* **InProgress** \
|
|
11029
|
+
* **Succeeded** \
|
|
11030
|
+
* **Failed**
|
|
11031
|
+
*/
|
|
11032
|
+
export declare type WorkspaceStatus = string;
|
|
11033
|
+
|
|
10825
11034
|
/** Optional parameters. */
|
|
10826
11035
|
export declare interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
10827
11036
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EACL,mBAAmB,EAEnB,sCAAsC,EAEtC,qCAAqC,EACrC,+BAA+B,EAEhC,MAAM,WAAW,CAAC;AAGnB,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,mBAAmB,CAAC;YAuBnC,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,sCAAsC,EACtC,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|