@azure/arm-datafactory 11.1.1-alpha.20230320.2 → 11.1.1-alpha.20230418.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/dist/index.js +180 -75
- 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/credentialOperationsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +12 -5
- package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/datasetsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/factoriesListSample.js +12 -5
- package/dist-esm/samples-dev/factoriesListSample.js.map +1 -1
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +1 -1
- package/dist-esm/samples-dev/triggersListByFactorySample.js +12 -5
- package/dist-esm/samples-dev/triggersListByFactorySample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +233 -233
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/credentialOperations.js +12 -5
- package/dist-esm/src/operations/credentialOperations.js.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +12 -5
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlows.js +12 -5
- package/dist-esm/src/operations/dataFlows.js.map +1 -1
- package/dist-esm/src/operations/datasets.js +12 -5
- package/dist-esm/src/operations/datasets.js.map +1 -1
- package/dist-esm/src/operations/factories.js +24 -10
- package/dist-esm/src/operations/factories.js.map +1 -1
- package/dist-esm/src/operations/globalParameters.js +12 -5
- package/dist-esm/src/operations/globalParameters.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +12 -5
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/linkedServices.js +12 -5
- package/dist-esm/src/operations/linkedServices.js.map +1 -1
- package/dist-esm/src/operations/managedPrivateEndpoints.js +12 -5
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -1
- package/dist-esm/src/operations/managedVirtualNetworks.js +12 -5
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/pipelines.js +12 -5
- package/dist-esm/src/operations/pipelines.js.map +1 -1
- package/dist-esm/src/operations/privateEndPointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -1
- package/dist-esm/src/operations/triggers.js +12 -5
- package/dist-esm/src/operations/triggers.js.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.js +74 -32
- package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
2
|
+
export type FactoryRepoConfigurationUnion = FactoryRepoConfiguration | FactoryVstsConfiguration | FactoryGitHubConfiguration;
|
|
3
|
+
export type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
4
|
+
export type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
5
|
+
export type SsisObjectMetadataUnion = SsisObjectMetadata | SsisFolder | SsisProject | SsisPackage | SsisEnvironment;
|
|
6
|
+
export type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | AmazonS3CompatibleLinkedService | OracleCloudStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService;
|
|
7
|
+
export type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset;
|
|
8
|
+
export type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | ExecuteWranglingDataflowActivity;
|
|
9
|
+
export type TriggerUnion = Trigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | RerunTumblingWindowTrigger | ChainingTrigger;
|
|
10
|
+
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet | WranglingDataFlow;
|
|
11
|
+
export type CredentialUnion = Credential | ManagedIdentityCredential | ServicePrincipalCredential;
|
|
12
|
+
export type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretReference;
|
|
13
|
+
export type DatasetLocationUnion = DatasetLocation | AzureBlobStorageLocation | AzureBlobFSLocation | AzureDataLakeStoreLocation | AmazonS3Location | FileServerLocation | AzureFileStorageLocation | AmazonS3CompatibleLocation | OracleCloudStorageLocation | GoogleCloudStorageLocation | FtpServerLocation | SftpLocation | HttpServerLocation | HdfsLocation;
|
|
14
|
+
export type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | JsonFormat | AvroFormat | OrcFormat | ParquetFormat;
|
|
15
|
+
export type CustomSetupBaseUnion = CustomSetupBase | CmdkeySetup | EnvironmentVariableSetup | ComponentSetup | AzPowerShellSetup;
|
|
16
|
+
export type LinkedIntegrationRuntimeTypeUnion = LinkedIntegrationRuntimeType | LinkedIntegrationRuntimeKeyAuthorization | LinkedIntegrationRuntimeRbacAuthorization;
|
|
17
|
+
export type WebLinkedServiceTypePropertiesUnion = WebLinkedServiceTypeProperties | WebAnonymousAuthentication | WebBasicAuthentication | WebClientCertificateAuthentication;
|
|
18
|
+
export type StoreReadSettingsUnion = StoreReadSettings | AzureBlobStorageReadSettings | AzureBlobFSReadSettings | AzureDataLakeStoreReadSettings | AmazonS3ReadSettings | FileServerReadSettings | AzureFileStorageReadSettings | AmazonS3CompatibleReadSettings | OracleCloudStorageReadSettings | GoogleCloudStorageReadSettings | FtpReadSettings | SftpReadSettings | HttpReadSettings | HdfsReadSettings;
|
|
19
|
+
export type StoreWriteSettingsUnion = StoreWriteSettings | SftpWriteSettings | AzureBlobStorageWriteSettings | AzureBlobFSWriteSettings | AzureDataLakeStoreWriteSettings | FileServerWriteSettings | AzureFileStorageWriteSettings;
|
|
20
|
+
export type FormatReadSettingsUnion = FormatReadSettings | DelimitedTextReadSettings | JsonReadSettings | XmlReadSettings | BinaryReadSettings;
|
|
21
|
+
export type CompressionReadSettingsUnion = CompressionReadSettings | ZipDeflateReadSettings | TarReadSettings | TarGZipReadSettings;
|
|
22
|
+
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings;
|
|
23
|
+
export type CopySourceUnion = CopySource | AvroSource | ExcelSource | ParquetSource | DelimitedTextSource | JsonSource | XmlSource | OrcSource | BinarySource | TabularSourceUnion | BlobSource | DocumentDbCollectionSource | CosmosDbSqlApiSource | DynamicsSource | DynamicsCrmSource | CommonDataServiceForAppsSource | RelationalSource | MicrosoftAccessSource | ODataSource | SalesforceServiceCloudSource | RestSource | FileSystemSource | HdfsSource | AzureDataExplorerSource | OracleSource | AmazonRdsForOracleSource | WebSource | MongoDbSource | MongoDbAtlasSource | MongoDbV2Source | CosmosDbMongoDbApiSource | Office365Source | AzureDataLakeStoreSource | AzureBlobFSSource | HttpSource | SnowflakeSource | AzureDatabricksDeltaLakeSource | SharePointOnlineListSource;
|
|
24
|
+
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink;
|
|
25
|
+
export type ExportSettingsUnion = ExportSettings | SnowflakeExportCopyCommand | AzureDatabricksDeltaLakeExportCommand;
|
|
26
|
+
export type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
27
|
+
export type CopyTranslatorUnion = CopyTranslator | TabularTranslator;
|
|
28
|
+
export type DependencyReferenceUnion = DependencyReference | TriggerDependencyReferenceUnion | SelfDependencyTumblingWindowTriggerReference;
|
|
29
|
+
export type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
|
|
30
|
+
export type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
|
|
31
|
+
export type MultiplePipelineTriggerUnion = MultiplePipelineTrigger | ScheduleTrigger | BlobTrigger | BlobEventsTrigger | CustomEventsTrigger;
|
|
32
|
+
export type TabularSourceUnion = TabularSource | AzureTableSource | InformixSource | Db2Source | OdbcSource | MySqlSource | PostgreSqlSource | SybaseSource | SapBwSource | SalesforceSource | SapCloudForCustomerSource | SapEccSource | SapHanaSource | SapOpenHubSource | SapOdpSource | SapTableSource | SqlSource | SqlServerSource | AmazonRdsForSqlServerSource | AzureSqlSource | SqlMISource | SqlDWSource | AzureMySqlSource | TeradataSource | CassandraSource | AmazonMWSSource | AzurePostgreSqlSource | ConcurSource | CouchbaseSource | DrillSource | EloquaSource | GoogleBigQuerySource | GreenplumSource | HBaseSource | HiveSource | HubspotSource | ImpalaSource | JiraSource | MagentoSource | MariaDBSource | AzureMariaDBSource | MarketoSource | PaypalSource | PhoenixSource | PrestoSource | QuickBooksSource | ServiceNowSource | ShopifySource | SparkSource | SquareSource | XeroSource | ZohoSource | NetezzaSource | VerticaSource | SalesforceMarketingCloudSource | ResponsysSource | DynamicsAXSource | OracleServiceCloudSource | GoogleAdWordsSource | AmazonRedshiftSource;
|
|
33
|
+
export type TriggerDependencyReferenceUnion = TriggerDependencyReference | TumblingWindowTriggerDependencyReference;
|
|
34
34
|
/** A list of operations that can be performed by the Data Factory service. */
|
|
35
35
|
export interface OperationListResponse {
|
|
36
36
|
/** List of Data Factory operations supported by the Data Factory resource provider. */
|
|
@@ -9082,7 +9082,7 @@ export declare enum KnownFactoryIdentityType {
|
|
|
9082
9082
|
* **UserAssigned** \
|
|
9083
9083
|
* **SystemAssigned,UserAssigned**
|
|
9084
9084
|
*/
|
|
9085
|
-
export
|
|
9085
|
+
export type FactoryIdentityType = string;
|
|
9086
9086
|
/** Known values of {@link GlobalParameterType} that the service accepts. */
|
|
9087
9087
|
export declare enum KnownGlobalParameterType {
|
|
9088
9088
|
/** Object */
|
|
@@ -9110,7 +9110,7 @@ export declare enum KnownGlobalParameterType {
|
|
|
9110
9110
|
* **Bool** \
|
|
9111
9111
|
* **Array**
|
|
9112
9112
|
*/
|
|
9113
|
-
export
|
|
9113
|
+
export type GlobalParameterType = string;
|
|
9114
9114
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
9115
9115
|
export declare enum KnownPublicNetworkAccess {
|
|
9116
9116
|
/** Enabled */
|
|
@@ -9126,7 +9126,7 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
9126
9126
|
* **Enabled** \
|
|
9127
9127
|
* **Disabled**
|
|
9128
9128
|
*/
|
|
9129
|
-
export
|
|
9129
|
+
export type PublicNetworkAccess = string;
|
|
9130
9130
|
/** Known values of {@link IntegrationRuntimeType} that the service accepts. */
|
|
9131
9131
|
export declare enum KnownIntegrationRuntimeType {
|
|
9132
9132
|
/** Managed */
|
|
@@ -9142,7 +9142,7 @@ export declare enum KnownIntegrationRuntimeType {
|
|
|
9142
9142
|
* **Managed** \
|
|
9143
9143
|
* **SelfHosted**
|
|
9144
9144
|
*/
|
|
9145
|
-
export
|
|
9145
|
+
export type IntegrationRuntimeType = string;
|
|
9146
9146
|
/** Known values of {@link IntegrationRuntimeAutoUpdate} that the service accepts. */
|
|
9147
9147
|
export declare enum KnownIntegrationRuntimeAutoUpdate {
|
|
9148
9148
|
/** On */
|
|
@@ -9158,7 +9158,7 @@ export declare enum KnownIntegrationRuntimeAutoUpdate {
|
|
|
9158
9158
|
* **On** \
|
|
9159
9159
|
* **Off**
|
|
9160
9160
|
*/
|
|
9161
|
-
export
|
|
9161
|
+
export type IntegrationRuntimeAutoUpdate = string;
|
|
9162
9162
|
/** Known values of {@link IntegrationRuntimeState} that the service accepts. */
|
|
9163
9163
|
export declare enum KnownIntegrationRuntimeState {
|
|
9164
9164
|
/** Initial */
|
|
@@ -9198,7 +9198,7 @@ export declare enum KnownIntegrationRuntimeState {
|
|
|
9198
9198
|
* **Offline** \
|
|
9199
9199
|
* **AccessDenied**
|
|
9200
9200
|
*/
|
|
9201
|
-
export
|
|
9201
|
+
export type IntegrationRuntimeState = string;
|
|
9202
9202
|
/** Known values of {@link IntegrationRuntimeAuthKeyName} that the service accepts. */
|
|
9203
9203
|
export declare enum KnownIntegrationRuntimeAuthKeyName {
|
|
9204
9204
|
/** AuthKey1 */
|
|
@@ -9214,7 +9214,7 @@ export declare enum KnownIntegrationRuntimeAuthKeyName {
|
|
|
9214
9214
|
* **authKey1** \
|
|
9215
9215
|
* **authKey2**
|
|
9216
9216
|
*/
|
|
9217
|
-
export
|
|
9217
|
+
export type IntegrationRuntimeAuthKeyName = string;
|
|
9218
9218
|
/** Known values of {@link SsisObjectMetadataType} that the service accepts. */
|
|
9219
9219
|
export declare enum KnownSsisObjectMetadataType {
|
|
9220
9220
|
/** Folder */
|
|
@@ -9236,7 +9236,7 @@ export declare enum KnownSsisObjectMetadataType {
|
|
|
9236
9236
|
* **Package** \
|
|
9237
9237
|
* **Environment**
|
|
9238
9238
|
*/
|
|
9239
|
-
export
|
|
9239
|
+
export type SsisObjectMetadataType = string;
|
|
9240
9240
|
/** Known values of {@link SelfHostedIntegrationRuntimeNodeStatus} that the service accepts. */
|
|
9241
9241
|
export declare enum KnownSelfHostedIntegrationRuntimeNodeStatus {
|
|
9242
9242
|
/** NeedRegistration */
|
|
@@ -9267,7 +9267,7 @@ export declare enum KnownSelfHostedIntegrationRuntimeNodeStatus {
|
|
|
9267
9267
|
* **Initializing** \
|
|
9268
9268
|
* **InitializeFailed**
|
|
9269
9269
|
*/
|
|
9270
|
-
export
|
|
9270
|
+
export type SelfHostedIntegrationRuntimeNodeStatus = string;
|
|
9271
9271
|
/** Known values of {@link IntegrationRuntimeUpdateResult} that the service accepts. */
|
|
9272
9272
|
export declare enum KnownIntegrationRuntimeUpdateResult {
|
|
9273
9273
|
/** None */
|
|
@@ -9286,7 +9286,7 @@ export declare enum KnownIntegrationRuntimeUpdateResult {
|
|
|
9286
9286
|
* **Succeed** \
|
|
9287
9287
|
* **Fail**
|
|
9288
9288
|
*/
|
|
9289
|
-
export
|
|
9289
|
+
export type IntegrationRuntimeUpdateResult = string;
|
|
9290
9290
|
/** Known values of {@link ParameterType} that the service accepts. */
|
|
9291
9291
|
export declare enum KnownParameterType {
|
|
9292
9292
|
/** Object */
|
|
@@ -9317,7 +9317,7 @@ export declare enum KnownParameterType {
|
|
|
9317
9317
|
* **Array** \
|
|
9318
9318
|
* **SecureString**
|
|
9319
9319
|
*/
|
|
9320
|
-
export
|
|
9320
|
+
export type ParameterType = string;
|
|
9321
9321
|
/** Known values of {@link Type} that the service accepts. */
|
|
9322
9322
|
export declare enum KnownType {
|
|
9323
9323
|
/** LinkedServiceReference */
|
|
@@ -9330,7 +9330,7 @@ export declare enum KnownType {
|
|
|
9330
9330
|
* ### Known values supported by the service
|
|
9331
9331
|
* **LinkedServiceReference**
|
|
9332
9332
|
*/
|
|
9333
|
-
export
|
|
9333
|
+
export type Type = string;
|
|
9334
9334
|
/** Known values of {@link DependencyCondition} that the service accepts. */
|
|
9335
9335
|
export declare enum KnownDependencyCondition {
|
|
9336
9336
|
/** Succeeded */
|
|
@@ -9352,7 +9352,7 @@ export declare enum KnownDependencyCondition {
|
|
|
9352
9352
|
* **Skipped** \
|
|
9353
9353
|
* **Completed**
|
|
9354
9354
|
*/
|
|
9355
|
-
export
|
|
9355
|
+
export type DependencyCondition = string;
|
|
9356
9356
|
/** Known values of {@link VariableType} that the service accepts. */
|
|
9357
9357
|
export declare enum KnownVariableType {
|
|
9358
9358
|
/** String */
|
|
@@ -9371,7 +9371,7 @@ export declare enum KnownVariableType {
|
|
|
9371
9371
|
* **Bool** \
|
|
9372
9372
|
* **Array**
|
|
9373
9373
|
*/
|
|
9374
|
-
export
|
|
9374
|
+
export type VariableType = string;
|
|
9375
9375
|
/** Known values of {@link RunQueryFilterOperand} that the service accepts. */
|
|
9376
9376
|
export declare enum KnownRunQueryFilterOperand {
|
|
9377
9377
|
/** PipelineName */
|
|
@@ -9417,7 +9417,7 @@ export declare enum KnownRunQueryFilterOperand {
|
|
|
9417
9417
|
* **RunGroupId** \
|
|
9418
9418
|
* **LatestOnly**
|
|
9419
9419
|
*/
|
|
9420
|
-
export
|
|
9420
|
+
export type RunQueryFilterOperand = string;
|
|
9421
9421
|
/** Known values of {@link RunQueryFilterOperator} that the service accepts. */
|
|
9422
9422
|
export declare enum KnownRunQueryFilterOperator {
|
|
9423
9423
|
/** Equals */
|
|
@@ -9439,7 +9439,7 @@ export declare enum KnownRunQueryFilterOperator {
|
|
|
9439
9439
|
* **In** \
|
|
9440
9440
|
* **NotIn**
|
|
9441
9441
|
*/
|
|
9442
|
-
export
|
|
9442
|
+
export type RunQueryFilterOperator = string;
|
|
9443
9443
|
/** Known values of {@link RunQueryOrderByField} that the service accepts. */
|
|
9444
9444
|
export declare enum KnownRunQueryOrderByField {
|
|
9445
9445
|
/** RunStart */
|
|
@@ -9476,7 +9476,7 @@ export declare enum KnownRunQueryOrderByField {
|
|
|
9476
9476
|
* **TriggerName** \
|
|
9477
9477
|
* **TriggerRunTimestamp**
|
|
9478
9478
|
*/
|
|
9479
|
-
export
|
|
9479
|
+
export type RunQueryOrderByField = string;
|
|
9480
9480
|
/** Known values of {@link RunQueryOrder} that the service accepts. */
|
|
9481
9481
|
export declare enum KnownRunQueryOrder {
|
|
9482
9482
|
/** ASC */
|
|
@@ -9492,7 +9492,7 @@ export declare enum KnownRunQueryOrder {
|
|
|
9492
9492
|
* **ASC** \
|
|
9493
9493
|
* **DESC**
|
|
9494
9494
|
*/
|
|
9495
|
-
export
|
|
9495
|
+
export type RunQueryOrder = string;
|
|
9496
9496
|
/** Known values of {@link TriggerRuntimeState} that the service accepts. */
|
|
9497
9497
|
export declare enum KnownTriggerRuntimeState {
|
|
9498
9498
|
/** Started */
|
|
@@ -9511,7 +9511,7 @@ export declare enum KnownTriggerRuntimeState {
|
|
|
9511
9511
|
* **Stopped** \
|
|
9512
9512
|
* **Disabled**
|
|
9513
9513
|
*/
|
|
9514
|
-
export
|
|
9514
|
+
export type TriggerRuntimeState = string;
|
|
9515
9515
|
/** Known values of {@link EventSubscriptionStatus} that the service accepts. */
|
|
9516
9516
|
export declare enum KnownEventSubscriptionStatus {
|
|
9517
9517
|
/** Enabled */
|
|
@@ -9536,7 +9536,7 @@ export declare enum KnownEventSubscriptionStatus {
|
|
|
9536
9536
|
* **Disabled** \
|
|
9537
9537
|
* **Unknown**
|
|
9538
9538
|
*/
|
|
9539
|
-
export
|
|
9539
|
+
export type EventSubscriptionStatus = string;
|
|
9540
9540
|
/** Known values of {@link TriggerRunStatus} that the service accepts. */
|
|
9541
9541
|
export declare enum KnownTriggerRunStatus {
|
|
9542
9542
|
/** Succeeded */
|
|
@@ -9555,7 +9555,7 @@ export declare enum KnownTriggerRunStatus {
|
|
|
9555
9555
|
* **Failed** \
|
|
9556
9556
|
* **Inprogress**
|
|
9557
9557
|
*/
|
|
9558
|
-
export
|
|
9558
|
+
export type TriggerRunStatus = string;
|
|
9559
9559
|
/** Known values of {@link DataFlowDebugCommandType} that the service accepts. */
|
|
9560
9560
|
export declare enum KnownDataFlowDebugCommandType {
|
|
9561
9561
|
/** ExecutePreviewQuery */
|
|
@@ -9574,7 +9574,7 @@ export declare enum KnownDataFlowDebugCommandType {
|
|
|
9574
9574
|
* **executeStatisticsQuery** \
|
|
9575
9575
|
* **executeExpressionQuery**
|
|
9576
9576
|
*/
|
|
9577
|
-
export
|
|
9577
|
+
export type DataFlowDebugCommandType = string;
|
|
9578
9578
|
/** Known values of {@link DataFlowReferenceType} that the service accepts. */
|
|
9579
9579
|
export declare enum KnownDataFlowReferenceType {
|
|
9580
9580
|
/** DataFlowReference */
|
|
@@ -9587,7 +9587,7 @@ export declare enum KnownDataFlowReferenceType {
|
|
|
9587
9587
|
* ### Known values supported by the service
|
|
9588
9588
|
* **DataFlowReference**
|
|
9589
9589
|
*/
|
|
9590
|
-
export
|
|
9590
|
+
export type DataFlowReferenceType = string;
|
|
9591
9591
|
/** Known values of {@link ManagedVirtualNetworkReferenceType} that the service accepts. */
|
|
9592
9592
|
export declare enum KnownManagedVirtualNetworkReferenceType {
|
|
9593
9593
|
/** ManagedVirtualNetworkReference */
|
|
@@ -9600,7 +9600,7 @@ export declare enum KnownManagedVirtualNetworkReferenceType {
|
|
|
9600
9600
|
* ### Known values supported by the service
|
|
9601
9601
|
* **ManagedVirtualNetworkReference**
|
|
9602
9602
|
*/
|
|
9603
|
-
export
|
|
9603
|
+
export type ManagedVirtualNetworkReferenceType = string;
|
|
9604
9604
|
/** Known values of {@link CredentialReferenceType} that the service accepts. */
|
|
9605
9605
|
export declare enum KnownCredentialReferenceType {
|
|
9606
9606
|
/** CredentialReference */
|
|
@@ -9613,7 +9613,7 @@ export declare enum KnownCredentialReferenceType {
|
|
|
9613
9613
|
* ### Known values supported by the service
|
|
9614
9614
|
* **CredentialReference**
|
|
9615
9615
|
*/
|
|
9616
|
-
export
|
|
9616
|
+
export type CredentialReferenceType = string;
|
|
9617
9617
|
/** Known values of {@link DataFlowComputeType} that the service accepts. */
|
|
9618
9618
|
export declare enum KnownDataFlowComputeType {
|
|
9619
9619
|
/** General */
|
|
@@ -9632,7 +9632,7 @@ export declare enum KnownDataFlowComputeType {
|
|
|
9632
9632
|
* **MemoryOptimized** \
|
|
9633
9633
|
* **ComputeOptimized**
|
|
9634
9634
|
*/
|
|
9635
|
-
export
|
|
9635
|
+
export type DataFlowComputeType = string;
|
|
9636
9636
|
/** Known values of {@link IntegrationRuntimeSsisCatalogPricingTier} that the service accepts. */
|
|
9637
9637
|
export declare enum KnownIntegrationRuntimeSsisCatalogPricingTier {
|
|
9638
9638
|
/** Basic */
|
|
@@ -9654,7 +9654,7 @@ export declare enum KnownIntegrationRuntimeSsisCatalogPricingTier {
|
|
|
9654
9654
|
* **Premium** \
|
|
9655
9655
|
* **PremiumRS**
|
|
9656
9656
|
*/
|
|
9657
|
-
export
|
|
9657
|
+
export type IntegrationRuntimeSsisCatalogPricingTier = string;
|
|
9658
9658
|
/** Known values of {@link IntegrationRuntimeLicenseType} that the service accepts. */
|
|
9659
9659
|
export declare enum KnownIntegrationRuntimeLicenseType {
|
|
9660
9660
|
/** BasePrice */
|
|
@@ -9670,7 +9670,7 @@ export declare enum KnownIntegrationRuntimeLicenseType {
|
|
|
9670
9670
|
* **BasePrice** \
|
|
9671
9671
|
* **LicenseIncluded**
|
|
9672
9672
|
*/
|
|
9673
|
-
export
|
|
9673
|
+
export type IntegrationRuntimeLicenseType = string;
|
|
9674
9674
|
/** Known values of {@link IntegrationRuntimeEntityReferenceType} that the service accepts. */
|
|
9675
9675
|
export declare enum KnownIntegrationRuntimeEntityReferenceType {
|
|
9676
9676
|
/** IntegrationRuntimeReference */
|
|
@@ -9686,7 +9686,7 @@ export declare enum KnownIntegrationRuntimeEntityReferenceType {
|
|
|
9686
9686
|
* **IntegrationRuntimeReference** \
|
|
9687
9687
|
* **LinkedServiceReference**
|
|
9688
9688
|
*/
|
|
9689
|
-
export
|
|
9689
|
+
export type IntegrationRuntimeEntityReferenceType = string;
|
|
9690
9690
|
/** Known values of {@link IntegrationRuntimeEdition} that the service accepts. */
|
|
9691
9691
|
export declare enum KnownIntegrationRuntimeEdition {
|
|
9692
9692
|
/** Standard */
|
|
@@ -9702,7 +9702,7 @@ export declare enum KnownIntegrationRuntimeEdition {
|
|
|
9702
9702
|
* **Standard** \
|
|
9703
9703
|
* **Enterprise**
|
|
9704
9704
|
*/
|
|
9705
|
-
export
|
|
9705
|
+
export type IntegrationRuntimeEdition = string;
|
|
9706
9706
|
/** Known values of {@link ManagedIntegrationRuntimeNodeStatus} that the service accepts. */
|
|
9707
9707
|
export declare enum KnownManagedIntegrationRuntimeNodeStatus {
|
|
9708
9708
|
/** Starting */
|
|
@@ -9724,7 +9724,7 @@ export declare enum KnownManagedIntegrationRuntimeNodeStatus {
|
|
|
9724
9724
|
* **Recycling** \
|
|
9725
9725
|
* **Unavailable**
|
|
9726
9726
|
*/
|
|
9727
|
-
export
|
|
9727
|
+
export type ManagedIntegrationRuntimeNodeStatus = string;
|
|
9728
9728
|
/** Known values of {@link IntegrationRuntimeInternalChannelEncryptionMode} that the service accepts. */
|
|
9729
9729
|
export declare enum KnownIntegrationRuntimeInternalChannelEncryptionMode {
|
|
9730
9730
|
/** NotSet */
|
|
@@ -9743,7 +9743,7 @@ export declare enum KnownIntegrationRuntimeInternalChannelEncryptionMode {
|
|
|
9743
9743
|
* **SslEncrypted** \
|
|
9744
9744
|
* **NotEncrypted**
|
|
9745
9745
|
*/
|
|
9746
|
-
export
|
|
9746
|
+
export type IntegrationRuntimeInternalChannelEncryptionMode = string;
|
|
9747
9747
|
/** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
|
|
9748
9748
|
export declare enum KnownAzureStorageAuthenticationType {
|
|
9749
9749
|
/** Anonymous */
|
|
@@ -9768,7 +9768,7 @@ export declare enum KnownAzureStorageAuthenticationType {
|
|
|
9768
9768
|
* **ServicePrincipal** \
|
|
9769
9769
|
* **Msi**
|
|
9770
9770
|
*/
|
|
9771
|
-
export
|
|
9771
|
+
export type AzureStorageAuthenticationType = string;
|
|
9772
9772
|
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
9773
9773
|
export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
|
|
9774
9774
|
/** ServicePrincipal */
|
|
@@ -9787,7 +9787,7 @@ export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
|
|
|
9787
9787
|
* **ManagedIdentity** \
|
|
9788
9788
|
* **UserAssignedManagedIdentity**
|
|
9789
9789
|
*/
|
|
9790
|
-
export
|
|
9790
|
+
export type SqlAlwaysEncryptedAkvAuthType = string;
|
|
9791
9791
|
/** Known values of {@link CosmosDbServicePrincipalCredentialType} that the service accepts. */
|
|
9792
9792
|
export declare enum KnownCosmosDbServicePrincipalCredentialType {
|
|
9793
9793
|
/** ServicePrincipalKey */
|
|
@@ -9803,7 +9803,7 @@ export declare enum KnownCosmosDbServicePrincipalCredentialType {
|
|
|
9803
9803
|
* **ServicePrincipalKey** \
|
|
9804
9804
|
* **ServicePrincipalCert**
|
|
9805
9805
|
*/
|
|
9806
|
-
export
|
|
9806
|
+
export type CosmosDbServicePrincipalCredentialType = string;
|
|
9807
9807
|
/** Known values of {@link CosmosDbConnectionMode} that the service accepts. */
|
|
9808
9808
|
export declare enum KnownCosmosDbConnectionMode {
|
|
9809
9809
|
/** Gateway */
|
|
@@ -9819,7 +9819,7 @@ export declare enum KnownCosmosDbConnectionMode {
|
|
|
9819
9819
|
* **Gateway** \
|
|
9820
9820
|
* **Direct**
|
|
9821
9821
|
*/
|
|
9822
|
-
export
|
|
9822
|
+
export type CosmosDbConnectionMode = string;
|
|
9823
9823
|
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
9824
9824
|
export declare enum KnownSybaseAuthenticationType {
|
|
9825
9825
|
/** Basic */
|
|
@@ -9835,7 +9835,7 @@ export declare enum KnownSybaseAuthenticationType {
|
|
|
9835
9835
|
* **Basic** \
|
|
9836
9836
|
* **Windows**
|
|
9837
9837
|
*/
|
|
9838
|
-
export
|
|
9838
|
+
export type SybaseAuthenticationType = string;
|
|
9839
9839
|
/** Known values of {@link Db2AuthenticationType} that the service accepts. */
|
|
9840
9840
|
export declare enum KnownDb2AuthenticationType {
|
|
9841
9841
|
/** Basic */
|
|
@@ -9848,7 +9848,7 @@ export declare enum KnownDb2AuthenticationType {
|
|
|
9848
9848
|
* ### Known values supported by the service
|
|
9849
9849
|
* **Basic**
|
|
9850
9850
|
*/
|
|
9851
|
-
export
|
|
9851
|
+
export type Db2AuthenticationType = string;
|
|
9852
9852
|
/** Known values of {@link TeradataAuthenticationType} that the service accepts. */
|
|
9853
9853
|
export declare enum KnownTeradataAuthenticationType {
|
|
9854
9854
|
/** Basic */
|
|
@@ -9864,7 +9864,7 @@ export declare enum KnownTeradataAuthenticationType {
|
|
|
9864
9864
|
* **Basic** \
|
|
9865
9865
|
* **Windows**
|
|
9866
9866
|
*/
|
|
9867
|
-
export
|
|
9867
|
+
export type TeradataAuthenticationType = string;
|
|
9868
9868
|
/** Known values of {@link ODataAuthenticationType} that the service accepts. */
|
|
9869
9869
|
export declare enum KnownODataAuthenticationType {
|
|
9870
9870
|
/** Basic */
|
|
@@ -9889,7 +9889,7 @@ export declare enum KnownODataAuthenticationType {
|
|
|
9889
9889
|
* **AadServicePrincipal** \
|
|
9890
9890
|
* **ManagedServiceIdentity**
|
|
9891
9891
|
*/
|
|
9892
|
-
export
|
|
9892
|
+
export type ODataAuthenticationType = string;
|
|
9893
9893
|
/** Known values of {@link ODataAadServicePrincipalCredentialType} that the service accepts. */
|
|
9894
9894
|
export declare enum KnownODataAadServicePrincipalCredentialType {
|
|
9895
9895
|
/** ServicePrincipalKey */
|
|
@@ -9905,7 +9905,7 @@ export declare enum KnownODataAadServicePrincipalCredentialType {
|
|
|
9905
9905
|
* **ServicePrincipalKey** \
|
|
9906
9906
|
* **ServicePrincipalCert**
|
|
9907
9907
|
*/
|
|
9908
|
-
export
|
|
9908
|
+
export type ODataAadServicePrincipalCredentialType = string;
|
|
9909
9909
|
/** Known values of {@link WebAuthenticationType} that the service accepts. */
|
|
9910
9910
|
export declare enum KnownWebAuthenticationType {
|
|
9911
9911
|
/** Basic */
|
|
@@ -9924,7 +9924,7 @@ export declare enum KnownWebAuthenticationType {
|
|
|
9924
9924
|
* **Anonymous** \
|
|
9925
9925
|
* **ClientCertificate**
|
|
9926
9926
|
*/
|
|
9927
|
-
export
|
|
9927
|
+
export type WebAuthenticationType = string;
|
|
9928
9928
|
/** Known values of {@link MongoDbAuthenticationType} that the service accepts. */
|
|
9929
9929
|
export declare enum KnownMongoDbAuthenticationType {
|
|
9930
9930
|
/** Basic */
|
|
@@ -9940,7 +9940,7 @@ export declare enum KnownMongoDbAuthenticationType {
|
|
|
9940
9940
|
* **Basic** \
|
|
9941
9941
|
* **Anonymous**
|
|
9942
9942
|
*/
|
|
9943
|
-
export
|
|
9943
|
+
export type MongoDbAuthenticationType = string;
|
|
9944
9944
|
/** Known values of {@link RestServiceAuthenticationType} that the service accepts. */
|
|
9945
9945
|
export declare enum KnownRestServiceAuthenticationType {
|
|
9946
9946
|
/** Anonymous */
|
|
@@ -9965,7 +9965,7 @@ export declare enum KnownRestServiceAuthenticationType {
|
|
|
9965
9965
|
* **ManagedServiceIdentity** \
|
|
9966
9966
|
* **OAuth2ClientCredential**
|
|
9967
9967
|
*/
|
|
9968
|
-
export
|
|
9968
|
+
export type RestServiceAuthenticationType = string;
|
|
9969
9969
|
/** Known values of {@link TeamDeskAuthenticationType} that the service accepts. */
|
|
9970
9970
|
export declare enum KnownTeamDeskAuthenticationType {
|
|
9971
9971
|
/** Basic */
|
|
@@ -9981,7 +9981,7 @@ export declare enum KnownTeamDeskAuthenticationType {
|
|
|
9981
9981
|
* **Basic** \
|
|
9982
9982
|
* **Token**
|
|
9983
9983
|
*/
|
|
9984
|
-
export
|
|
9984
|
+
export type TeamDeskAuthenticationType = string;
|
|
9985
9985
|
/** Known values of {@link ZendeskAuthenticationType} that the service accepts. */
|
|
9986
9986
|
export declare enum KnownZendeskAuthenticationType {
|
|
9987
9987
|
/** Basic */
|
|
@@ -9997,7 +9997,7 @@ export declare enum KnownZendeskAuthenticationType {
|
|
|
9997
9997
|
* **Basic** \
|
|
9998
9998
|
* **Token**
|
|
9999
9999
|
*/
|
|
10000
|
-
export
|
|
10000
|
+
export type ZendeskAuthenticationType = string;
|
|
10001
10001
|
/** Known values of {@link HttpAuthenticationType} that the service accepts. */
|
|
10002
10002
|
export declare enum KnownHttpAuthenticationType {
|
|
10003
10003
|
/** Basic */
|
|
@@ -10022,7 +10022,7 @@ export declare enum KnownHttpAuthenticationType {
|
|
|
10022
10022
|
* **Windows** \
|
|
10023
10023
|
* **ClientCertificate**
|
|
10024
10024
|
*/
|
|
10025
|
-
export
|
|
10025
|
+
export type HttpAuthenticationType = string;
|
|
10026
10026
|
/** Known values of {@link FtpAuthenticationType} that the service accepts. */
|
|
10027
10027
|
export declare enum KnownFtpAuthenticationType {
|
|
10028
10028
|
/** Basic */
|
|
@@ -10038,7 +10038,7 @@ export declare enum KnownFtpAuthenticationType {
|
|
|
10038
10038
|
* **Basic** \
|
|
10039
10039
|
* **Anonymous**
|
|
10040
10040
|
*/
|
|
10041
|
-
export
|
|
10041
|
+
export type FtpAuthenticationType = string;
|
|
10042
10042
|
/** Known values of {@link SftpAuthenticationType} that the service accepts. */
|
|
10043
10043
|
export declare enum KnownSftpAuthenticationType {
|
|
10044
10044
|
/** Basic */
|
|
@@ -10057,7 +10057,7 @@ export declare enum KnownSftpAuthenticationType {
|
|
|
10057
10057
|
* **SshPublicKey** \
|
|
10058
10058
|
* **MultiFactor**
|
|
10059
10059
|
*/
|
|
10060
|
-
export
|
|
10060
|
+
export type SftpAuthenticationType = string;
|
|
10061
10061
|
/** Known values of {@link SapHanaAuthenticationType} that the service accepts. */
|
|
10062
10062
|
export declare enum KnownSapHanaAuthenticationType {
|
|
10063
10063
|
/** Basic */
|
|
@@ -10073,7 +10073,7 @@ export declare enum KnownSapHanaAuthenticationType {
|
|
|
10073
10073
|
* **Basic** \
|
|
10074
10074
|
* **Windows**
|
|
10075
10075
|
*/
|
|
10076
|
-
export
|
|
10076
|
+
export type SapHanaAuthenticationType = string;
|
|
10077
10077
|
/** Known values of {@link GoogleBigQueryAuthenticationType} that the service accepts. */
|
|
10078
10078
|
export declare enum KnownGoogleBigQueryAuthenticationType {
|
|
10079
10079
|
/** ServiceAuthentication */
|
|
@@ -10089,7 +10089,7 @@ export declare enum KnownGoogleBigQueryAuthenticationType {
|
|
|
10089
10089
|
* **ServiceAuthentication** \
|
|
10090
10090
|
* **UserAuthentication**
|
|
10091
10091
|
*/
|
|
10092
|
-
export
|
|
10092
|
+
export type GoogleBigQueryAuthenticationType = string;
|
|
10093
10093
|
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
10094
10094
|
export declare enum KnownHBaseAuthenticationType {
|
|
10095
10095
|
/** Anonymous */
|
|
@@ -10105,7 +10105,7 @@ export declare enum KnownHBaseAuthenticationType {
|
|
|
10105
10105
|
* **Anonymous** \
|
|
10106
10106
|
* **Basic**
|
|
10107
10107
|
*/
|
|
10108
|
-
export
|
|
10108
|
+
export type HBaseAuthenticationType = string;
|
|
10109
10109
|
/** Known values of {@link HiveServerType} that the service accepts. */
|
|
10110
10110
|
export declare enum KnownHiveServerType {
|
|
10111
10111
|
/** HiveServer1 */
|
|
@@ -10124,7 +10124,7 @@ export declare enum KnownHiveServerType {
|
|
|
10124
10124
|
* **HiveServer2** \
|
|
10125
10125
|
* **HiveThriftServer**
|
|
10126
10126
|
*/
|
|
10127
|
-
export
|
|
10127
|
+
export type HiveServerType = string;
|
|
10128
10128
|
/** Known values of {@link HiveThriftTransportProtocol} that the service accepts. */
|
|
10129
10129
|
export declare enum KnownHiveThriftTransportProtocol {
|
|
10130
10130
|
/** Binary */
|
|
@@ -10143,7 +10143,7 @@ export declare enum KnownHiveThriftTransportProtocol {
|
|
|
10143
10143
|
* **SASL** \
|
|
10144
10144
|
* **HTTP **
|
|
10145
10145
|
*/
|
|
10146
|
-
export
|
|
10146
|
+
export type HiveThriftTransportProtocol = string;
|
|
10147
10147
|
/** Known values of {@link HiveAuthenticationType} that the service accepts. */
|
|
10148
10148
|
export declare enum KnownHiveAuthenticationType {
|
|
10149
10149
|
/** Anonymous */
|
|
@@ -10165,7 +10165,7 @@ export declare enum KnownHiveAuthenticationType {
|
|
|
10165
10165
|
* **UsernameAndPassword** \
|
|
10166
10166
|
* **WindowsAzureHDInsightService**
|
|
10167
10167
|
*/
|
|
10168
|
-
export
|
|
10168
|
+
export type HiveAuthenticationType = string;
|
|
10169
10169
|
/** Known values of {@link ImpalaAuthenticationType} that the service accepts. */
|
|
10170
10170
|
export declare enum KnownImpalaAuthenticationType {
|
|
10171
10171
|
/** Anonymous */
|
|
@@ -10184,7 +10184,7 @@ export declare enum KnownImpalaAuthenticationType {
|
|
|
10184
10184
|
* **SASLUsername** \
|
|
10185
10185
|
* **UsernameAndPassword**
|
|
10186
10186
|
*/
|
|
10187
|
-
export
|
|
10187
|
+
export type ImpalaAuthenticationType = string;
|
|
10188
10188
|
/** Known values of {@link PhoenixAuthenticationType} that the service accepts. */
|
|
10189
10189
|
export declare enum KnownPhoenixAuthenticationType {
|
|
10190
10190
|
/** Anonymous */
|
|
@@ -10203,7 +10203,7 @@ export declare enum KnownPhoenixAuthenticationType {
|
|
|
10203
10203
|
* **UsernameAndPassword** \
|
|
10204
10204
|
* **WindowsAzureHDInsightService**
|
|
10205
10205
|
*/
|
|
10206
|
-
export
|
|
10206
|
+
export type PhoenixAuthenticationType = string;
|
|
10207
10207
|
/** Known values of {@link PrestoAuthenticationType} that the service accepts. */
|
|
10208
10208
|
export declare enum KnownPrestoAuthenticationType {
|
|
10209
10209
|
/** Anonymous */
|
|
@@ -10219,7 +10219,7 @@ export declare enum KnownPrestoAuthenticationType {
|
|
|
10219
10219
|
* **Anonymous** \
|
|
10220
10220
|
* **LDAP**
|
|
10221
10221
|
*/
|
|
10222
|
-
export
|
|
10222
|
+
export type PrestoAuthenticationType = string;
|
|
10223
10223
|
/** Known values of {@link ServiceNowAuthenticationType} that the service accepts. */
|
|
10224
10224
|
export declare enum KnownServiceNowAuthenticationType {
|
|
10225
10225
|
/** Basic */
|
|
@@ -10235,7 +10235,7 @@ export declare enum KnownServiceNowAuthenticationType {
|
|
|
10235
10235
|
* **Basic** \
|
|
10236
10236
|
* **OAuth2**
|
|
10237
10237
|
*/
|
|
10238
|
-
export
|
|
10238
|
+
export type ServiceNowAuthenticationType = string;
|
|
10239
10239
|
/** Known values of {@link SparkServerType} that the service accepts. */
|
|
10240
10240
|
export declare enum KnownSparkServerType {
|
|
10241
10241
|
/** SharkServer */
|
|
@@ -10254,7 +10254,7 @@ export declare enum KnownSparkServerType {
|
|
|
10254
10254
|
* **SharkServer2** \
|
|
10255
10255
|
* **SparkThriftServer**
|
|
10256
10256
|
*/
|
|
10257
|
-
export
|
|
10257
|
+
export type SparkServerType = string;
|
|
10258
10258
|
/** Known values of {@link SparkThriftTransportProtocol} that the service accepts. */
|
|
10259
10259
|
export declare enum KnownSparkThriftTransportProtocol {
|
|
10260
10260
|
/** Binary */
|
|
@@ -10273,7 +10273,7 @@ export declare enum KnownSparkThriftTransportProtocol {
|
|
|
10273
10273
|
* **SASL** \
|
|
10274
10274
|
* **HTTP **
|
|
10275
10275
|
*/
|
|
10276
|
-
export
|
|
10276
|
+
export type SparkThriftTransportProtocol = string;
|
|
10277
10277
|
/** Known values of {@link SparkAuthenticationType} that the service accepts. */
|
|
10278
10278
|
export declare enum KnownSparkAuthenticationType {
|
|
10279
10279
|
/** Anonymous */
|
|
@@ -10295,7 +10295,7 @@ export declare enum KnownSparkAuthenticationType {
|
|
|
10295
10295
|
* **UsernameAndPassword** \
|
|
10296
10296
|
* **WindowsAzureHDInsightService**
|
|
10297
10297
|
*/
|
|
10298
|
-
export
|
|
10298
|
+
export type SparkAuthenticationType = string;
|
|
10299
10299
|
/** Known values of {@link GoogleAdWordsAuthenticationType} that the service accepts. */
|
|
10300
10300
|
export declare enum KnownGoogleAdWordsAuthenticationType {
|
|
10301
10301
|
/** ServiceAuthentication */
|
|
@@ -10311,7 +10311,7 @@ export declare enum KnownGoogleAdWordsAuthenticationType {
|
|
|
10311
10311
|
* **ServiceAuthentication** \
|
|
10312
10312
|
* **UserAuthentication**
|
|
10313
10313
|
*/
|
|
10314
|
-
export
|
|
10314
|
+
export type GoogleAdWordsAuthenticationType = string;
|
|
10315
10315
|
/** Known values of {@link SalesforceSourceReadBehavior} that the service accepts. */
|
|
10316
10316
|
export declare enum KnownSalesforceSourceReadBehavior {
|
|
10317
10317
|
/** Query */
|
|
@@ -10327,7 +10327,7 @@ export declare enum KnownSalesforceSourceReadBehavior {
|
|
|
10327
10327
|
* **Query** \
|
|
10328
10328
|
* **QueryAll**
|
|
10329
10329
|
*/
|
|
10330
|
-
export
|
|
10330
|
+
export type SalesforceSourceReadBehavior = string;
|
|
10331
10331
|
/** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
|
|
10332
10332
|
export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
10333
10333
|
/** ALL */
|
|
@@ -10367,7 +10367,7 @@ export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
|
10367
10367
|
* **SERIAL** \
|
|
10368
10368
|
* **LOCAL_SERIAL**
|
|
10369
10369
|
*/
|
|
10370
|
-
export
|
|
10370
|
+
export type CassandraSourceReadConsistencyLevels = string;
|
|
10371
10371
|
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
10372
10372
|
export declare enum KnownStoredProcedureParameterType {
|
|
10373
10373
|
/** String */
|
|
@@ -10398,7 +10398,7 @@ export declare enum KnownStoredProcedureParameterType {
|
|
|
10398
10398
|
* **Boolean** \
|
|
10399
10399
|
* **Date**
|
|
10400
10400
|
*/
|
|
10401
|
-
export
|
|
10401
|
+
export type StoredProcedureParameterType = string;
|
|
10402
10402
|
/** Known values of {@link SapCloudForCustomerSinkWriteBehavior} that the service accepts. */
|
|
10403
10403
|
export declare enum KnownSapCloudForCustomerSinkWriteBehavior {
|
|
10404
10404
|
/** Insert */
|
|
@@ -10414,7 +10414,7 @@ export declare enum KnownSapCloudForCustomerSinkWriteBehavior {
|
|
|
10414
10414
|
* **Insert** \
|
|
10415
10415
|
* **Update**
|
|
10416
10416
|
*/
|
|
10417
|
-
export
|
|
10417
|
+
export type SapCloudForCustomerSinkWriteBehavior = string;
|
|
10418
10418
|
/** Known values of {@link PolybaseSettingsRejectType} that the service accepts. */
|
|
10419
10419
|
export declare enum KnownPolybaseSettingsRejectType {
|
|
10420
10420
|
/** Value */
|
|
@@ -10430,7 +10430,7 @@ export declare enum KnownPolybaseSettingsRejectType {
|
|
|
10430
10430
|
* **value** \
|
|
10431
10431
|
* **percentage**
|
|
10432
10432
|
*/
|
|
10433
|
-
export
|
|
10433
|
+
export type PolybaseSettingsRejectType = string;
|
|
10434
10434
|
/** Known values of {@link AzureSearchIndexWriteBehaviorType} that the service accepts. */
|
|
10435
10435
|
export declare enum KnownAzureSearchIndexWriteBehaviorType {
|
|
10436
10436
|
/** Merge */
|
|
@@ -10446,7 +10446,7 @@ export declare enum KnownAzureSearchIndexWriteBehaviorType {
|
|
|
10446
10446
|
* **Merge** \
|
|
10447
10447
|
* **Upload**
|
|
10448
10448
|
*/
|
|
10449
|
-
export
|
|
10449
|
+
export type AzureSearchIndexWriteBehaviorType = string;
|
|
10450
10450
|
/** Known values of {@link DynamicsSinkWriteBehavior} that the service accepts. */
|
|
10451
10451
|
export declare enum KnownDynamicsSinkWriteBehavior {
|
|
10452
10452
|
/** Upsert */
|
|
@@ -10459,7 +10459,7 @@ export declare enum KnownDynamicsSinkWriteBehavior {
|
|
|
10459
10459
|
* ### Known values supported by the service
|
|
10460
10460
|
* **Upsert**
|
|
10461
10461
|
*/
|
|
10462
|
-
export
|
|
10462
|
+
export type DynamicsSinkWriteBehavior = string;
|
|
10463
10463
|
/** Known values of {@link SalesforceSinkWriteBehavior} that the service accepts. */
|
|
10464
10464
|
export declare enum KnownSalesforceSinkWriteBehavior {
|
|
10465
10465
|
/** Insert */
|
|
@@ -10475,7 +10475,7 @@ export declare enum KnownSalesforceSinkWriteBehavior {
|
|
|
10475
10475
|
* **Insert** \
|
|
10476
10476
|
* **Upsert**
|
|
10477
10477
|
*/
|
|
10478
|
-
export
|
|
10478
|
+
export type SalesforceSinkWriteBehavior = string;
|
|
10479
10479
|
/** Known values of {@link HDInsightActivityDebugInfoOption} that the service accepts. */
|
|
10480
10480
|
export declare enum KnownHDInsightActivityDebugInfoOption {
|
|
10481
10481
|
/** None */
|
|
@@ -10494,7 +10494,7 @@ export declare enum KnownHDInsightActivityDebugInfoOption {
|
|
|
10494
10494
|
* **Always** \
|
|
10495
10495
|
* **Failure**
|
|
10496
10496
|
*/
|
|
10497
|
-
export
|
|
10497
|
+
export type HDInsightActivityDebugInfoOption = string;
|
|
10498
10498
|
/** Known values of {@link SsisPackageLocationType} that the service accepts. */
|
|
10499
10499
|
export declare enum KnownSsisPackageLocationType {
|
|
10500
10500
|
/** Ssisdb */
|
|
@@ -10516,7 +10516,7 @@ export declare enum KnownSsisPackageLocationType {
|
|
|
10516
10516
|
* **InlinePackage** \
|
|
10517
10517
|
* **PackageStore**
|
|
10518
10518
|
*/
|
|
10519
|
-
export
|
|
10519
|
+
export type SsisPackageLocationType = string;
|
|
10520
10520
|
/** Known values of {@link SsisLogLocationType} that the service accepts. */
|
|
10521
10521
|
export declare enum KnownSsisLogLocationType {
|
|
10522
10522
|
/** File */
|
|
@@ -10529,7 +10529,7 @@ export declare enum KnownSsisLogLocationType {
|
|
|
10529
10529
|
* ### Known values supported by the service
|
|
10530
10530
|
* **File**
|
|
10531
10531
|
*/
|
|
10532
|
-
export
|
|
10532
|
+
export type SsisLogLocationType = string;
|
|
10533
10533
|
/** Known values of {@link WebActivityMethod} that the service accepts. */
|
|
10534
10534
|
export declare enum KnownWebActivityMethod {
|
|
10535
10535
|
/** GET */
|
|
@@ -10551,7 +10551,7 @@ export declare enum KnownWebActivityMethod {
|
|
|
10551
10551
|
* **PUT** \
|
|
10552
10552
|
* **DELETE**
|
|
10553
10553
|
*/
|
|
10554
|
-
export
|
|
10554
|
+
export type WebActivityMethod = string;
|
|
10555
10555
|
/** Known values of {@link AzureFunctionActivityMethod} that the service accepts. */
|
|
10556
10556
|
export declare enum KnownAzureFunctionActivityMethod {
|
|
10557
10557
|
/** GET */
|
|
@@ -10582,7 +10582,7 @@ export declare enum KnownAzureFunctionActivityMethod {
|
|
|
10582
10582
|
* **HEAD** \
|
|
10583
10583
|
* **TRACE**
|
|
10584
10584
|
*/
|
|
10585
|
-
export
|
|
10585
|
+
export type AzureFunctionActivityMethod = string;
|
|
10586
10586
|
/** Known values of {@link WebHookActivityMethod} that the service accepts. */
|
|
10587
10587
|
export declare enum KnownWebHookActivityMethod {
|
|
10588
10588
|
/** Post */
|
|
@@ -10595,7 +10595,7 @@ export declare enum KnownWebHookActivityMethod {
|
|
|
10595
10595
|
* ### Known values supported by the service
|
|
10596
10596
|
* **POST**
|
|
10597
10597
|
*/
|
|
10598
|
-
export
|
|
10598
|
+
export type WebHookActivityMethod = string;
|
|
10599
10599
|
/** Known values of {@link ScriptType} that the service accepts. */
|
|
10600
10600
|
export declare enum KnownScriptType {
|
|
10601
10601
|
/** Query */
|
|
@@ -10611,7 +10611,7 @@ export declare enum KnownScriptType {
|
|
|
10611
10611
|
* **Query** \
|
|
10612
10612
|
* **NonQuery**
|
|
10613
10613
|
*/
|
|
10614
|
-
export
|
|
10614
|
+
export type ScriptType = string;
|
|
10615
10615
|
/** Known values of {@link ScriptActivityParameterType} that the service accepts. */
|
|
10616
10616
|
export declare enum KnownScriptActivityParameterType {
|
|
10617
10617
|
/** Boolean */
|
|
@@ -10657,7 +10657,7 @@ export declare enum KnownScriptActivityParameterType {
|
|
|
10657
10657
|
* **String** \
|
|
10658
10658
|
* **Timespan**
|
|
10659
10659
|
*/
|
|
10660
|
-
export
|
|
10660
|
+
export type ScriptActivityParameterType = string;
|
|
10661
10661
|
/** Known values of {@link ScriptActivityParameterDirection} that the service accepts. */
|
|
10662
10662
|
export declare enum KnownScriptActivityParameterDirection {
|
|
10663
10663
|
/** Input */
|
|
@@ -10676,7 +10676,7 @@ export declare enum KnownScriptActivityParameterDirection {
|
|
|
10676
10676
|
* **Output** \
|
|
10677
10677
|
* **InputOutput**
|
|
10678
10678
|
*/
|
|
10679
|
-
export
|
|
10679
|
+
export type ScriptActivityParameterDirection = string;
|
|
10680
10680
|
/** Known values of {@link ScriptActivityLogDestination} that the service accepts. */
|
|
10681
10681
|
export declare enum KnownScriptActivityLogDestination {
|
|
10682
10682
|
/** ActivityOutput */
|
|
@@ -10692,7 +10692,7 @@ export declare enum KnownScriptActivityLogDestination {
|
|
|
10692
10692
|
* **ActivityOutput** \
|
|
10693
10693
|
* **ExternalStore**
|
|
10694
10694
|
*/
|
|
10695
|
-
export
|
|
10695
|
+
export type ScriptActivityLogDestination = string;
|
|
10696
10696
|
/** Known values of {@link NotebookReferenceType} that the service accepts. */
|
|
10697
10697
|
export declare enum KnownNotebookReferenceType {
|
|
10698
10698
|
/** NotebookReference */
|
|
@@ -10705,7 +10705,7 @@ export declare enum KnownNotebookReferenceType {
|
|
|
10705
10705
|
* ### Known values supported by the service
|
|
10706
10706
|
* **NotebookReference**
|
|
10707
10707
|
*/
|
|
10708
|
-
export
|
|
10708
|
+
export type NotebookReferenceType = string;
|
|
10709
10709
|
/** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
|
|
10710
10710
|
export declare enum KnownBigDataPoolReferenceType {
|
|
10711
10711
|
/** BigDataPoolReference */
|
|
@@ -10718,7 +10718,7 @@ export declare enum KnownBigDataPoolReferenceType {
|
|
|
10718
10718
|
* ### Known values supported by the service
|
|
10719
10719
|
* **BigDataPoolReference**
|
|
10720
10720
|
*/
|
|
10721
|
-
export
|
|
10721
|
+
export type BigDataPoolReferenceType = string;
|
|
10722
10722
|
/** Known values of {@link NotebookParameterType} that the service accepts. */
|
|
10723
10723
|
export declare enum KnownNotebookParameterType {
|
|
10724
10724
|
/** String */
|
|
@@ -10740,7 +10740,7 @@ export declare enum KnownNotebookParameterType {
|
|
|
10740
10740
|
* **float** \
|
|
10741
10741
|
* **bool**
|
|
10742
10742
|
*/
|
|
10743
|
-
export
|
|
10743
|
+
export type NotebookParameterType = string;
|
|
10744
10744
|
/** Known values of {@link SparkJobReferenceType} that the service accepts. */
|
|
10745
10745
|
export declare enum KnownSparkJobReferenceType {
|
|
10746
10746
|
/** SparkJobDefinitionReference */
|
|
@@ -10753,7 +10753,7 @@ export declare enum KnownSparkJobReferenceType {
|
|
|
10753
10753
|
* ### Known values supported by the service
|
|
10754
10754
|
* **SparkJobDefinitionReference**
|
|
10755
10755
|
*/
|
|
10756
|
-
export
|
|
10756
|
+
export type SparkJobReferenceType = string;
|
|
10757
10757
|
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
10758
10758
|
export declare enum KnownConfigurationType {
|
|
10759
10759
|
/** Default */
|
|
@@ -10772,7 +10772,7 @@ export declare enum KnownConfigurationType {
|
|
|
10772
10772
|
* **Customized** \
|
|
10773
10773
|
* **Artifact**
|
|
10774
10774
|
*/
|
|
10775
|
-
export
|
|
10775
|
+
export type ConfigurationType = string;
|
|
10776
10776
|
/** Known values of {@link SparkConfigurationReferenceType} that the service accepts. */
|
|
10777
10777
|
export declare enum KnownSparkConfigurationReferenceType {
|
|
10778
10778
|
/** SparkConfigurationReference */
|
|
@@ -10785,7 +10785,7 @@ export declare enum KnownSparkConfigurationReferenceType {
|
|
|
10785
10785
|
* ### Known values supported by the service
|
|
10786
10786
|
* **SparkConfigurationReference**
|
|
10787
10787
|
*/
|
|
10788
|
-
export
|
|
10788
|
+
export type SparkConfigurationReferenceType = string;
|
|
10789
10789
|
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
10790
10790
|
export declare enum KnownRecurrenceFrequency {
|
|
10791
10791
|
/** NotSpecified */
|
|
@@ -10816,7 +10816,7 @@ export declare enum KnownRecurrenceFrequency {
|
|
|
10816
10816
|
* **Month** \
|
|
10817
10817
|
* **Year**
|
|
10818
10818
|
*/
|
|
10819
|
-
export
|
|
10819
|
+
export type RecurrenceFrequency = string;
|
|
10820
10820
|
/** Known values of {@link BlobEventTypes} that the service accepts. */
|
|
10821
10821
|
export declare enum KnownBlobEventTypes {
|
|
10822
10822
|
/** MicrosoftStorageBlobCreated */
|
|
@@ -10832,7 +10832,7 @@ export declare enum KnownBlobEventTypes {
|
|
|
10832
10832
|
* **Microsoft.Storage.BlobCreated** \
|
|
10833
10833
|
* **Microsoft.Storage.BlobDeleted**
|
|
10834
10834
|
*/
|
|
10835
|
-
export
|
|
10835
|
+
export type BlobEventTypes = string;
|
|
10836
10836
|
/** Known values of {@link TumblingWindowFrequency} that the service accepts. */
|
|
10837
10837
|
export declare enum KnownTumblingWindowFrequency {
|
|
10838
10838
|
/** Minute */
|
|
@@ -10851,7 +10851,7 @@ export declare enum KnownTumblingWindowFrequency {
|
|
|
10851
10851
|
* **Hour** \
|
|
10852
10852
|
* **Month**
|
|
10853
10853
|
*/
|
|
10854
|
-
export
|
|
10854
|
+
export type TumblingWindowFrequency = string;
|
|
10855
10855
|
/** Known values of {@link TriggerReferenceType} that the service accepts. */
|
|
10856
10856
|
export declare enum KnownTriggerReferenceType {
|
|
10857
10857
|
/** TriggerReference */
|
|
@@ -10864,7 +10864,7 @@ export declare enum KnownTriggerReferenceType {
|
|
|
10864
10864
|
* ### Known values supported by the service
|
|
10865
10865
|
* **TriggerReference**
|
|
10866
10866
|
*/
|
|
10867
|
-
export
|
|
10867
|
+
export type TriggerReferenceType = string;
|
|
10868
10868
|
/** Known values of {@link JsonFormatFilePattern} that the service accepts. */
|
|
10869
10869
|
export declare enum KnownJsonFormatFilePattern {
|
|
10870
10870
|
/** SetOfObjects */
|
|
@@ -10880,7 +10880,7 @@ export declare enum KnownJsonFormatFilePattern {
|
|
|
10880
10880
|
* **setOfObjects** \
|
|
10881
10881
|
* **arrayOfObjects**
|
|
10882
10882
|
*/
|
|
10883
|
-
export
|
|
10883
|
+
export type JsonFormatFilePattern = string;
|
|
10884
10884
|
/** Known values of {@link DatasetCompressionLevel} that the service accepts. */
|
|
10885
10885
|
export declare enum KnownDatasetCompressionLevel {
|
|
10886
10886
|
/** Optimal */
|
|
@@ -10896,7 +10896,7 @@ export declare enum KnownDatasetCompressionLevel {
|
|
|
10896
10896
|
* **Optimal** \
|
|
10897
10897
|
* **Fastest**
|
|
10898
10898
|
*/
|
|
10899
|
-
export
|
|
10899
|
+
export type DatasetCompressionLevel = string;
|
|
10900
10900
|
/** Known values of {@link AvroCompressionCodec} that the service accepts. */
|
|
10901
10901
|
export declare enum KnownAvroCompressionCodec {
|
|
10902
10902
|
/** None */
|
|
@@ -10921,7 +10921,7 @@ export declare enum KnownAvroCompressionCodec {
|
|
|
10921
10921
|
* **xz** \
|
|
10922
10922
|
* **bzip2**
|
|
10923
10923
|
*/
|
|
10924
|
-
export
|
|
10924
|
+
export type AvroCompressionCodec = string;
|
|
10925
10925
|
/** Known values of {@link CompressionCodec} that the service accepts. */
|
|
10926
10926
|
export declare enum KnownCompressionCodec {
|
|
10927
10927
|
/** None */
|
|
@@ -10961,7 +10961,7 @@ export declare enum KnownCompressionCodec {
|
|
|
10961
10961
|
* **tar** \
|
|
10962
10962
|
* **tarGZip**
|
|
10963
10963
|
*/
|
|
10964
|
-
export
|
|
10964
|
+
export type CompressionCodec = string;
|
|
10965
10965
|
/** Known values of {@link OrcCompressionCodec} that the service accepts. */
|
|
10966
10966
|
export declare enum KnownOrcCompressionCodec {
|
|
10967
10967
|
/** None */
|
|
@@ -10983,7 +10983,7 @@ export declare enum KnownOrcCompressionCodec {
|
|
|
10983
10983
|
* **snappy** \
|
|
10984
10984
|
* **lzo**
|
|
10985
10985
|
*/
|
|
10986
|
-
export
|
|
10986
|
+
export type OrcCompressionCodec = string;
|
|
10987
10987
|
/** Known values of {@link DynamicsDeploymentType} that the service accepts. */
|
|
10988
10988
|
export declare enum KnownDynamicsDeploymentType {
|
|
10989
10989
|
/** Online */
|
|
@@ -10999,7 +10999,7 @@ export declare enum KnownDynamicsDeploymentType {
|
|
|
10999
10999
|
* **Online** \
|
|
11000
11000
|
* **OnPremisesWithIfd**
|
|
11001
11001
|
*/
|
|
11002
|
-
export
|
|
11002
|
+
export type DynamicsDeploymentType = string;
|
|
11003
11003
|
/** Known values of {@link DynamicsAuthenticationType} that the service accepts. */
|
|
11004
11004
|
export declare enum KnownDynamicsAuthenticationType {
|
|
11005
11005
|
/** Office365 */
|
|
@@ -11018,7 +11018,7 @@ export declare enum KnownDynamicsAuthenticationType {
|
|
|
11018
11018
|
* **Ifd** \
|
|
11019
11019
|
* **AADServicePrincipal**
|
|
11020
11020
|
*/
|
|
11021
|
-
export
|
|
11021
|
+
export type DynamicsAuthenticationType = string;
|
|
11022
11022
|
/** Known values of {@link ServicePrincipalCredentialType} that the service accepts. */
|
|
11023
11023
|
export declare enum KnownServicePrincipalCredentialType {
|
|
11024
11024
|
/** ServicePrincipalKey */
|
|
@@ -11034,7 +11034,7 @@ export declare enum KnownServicePrincipalCredentialType {
|
|
|
11034
11034
|
* **ServicePrincipalKey** \
|
|
11035
11035
|
* **ServicePrincipalCert**
|
|
11036
11036
|
*/
|
|
11037
|
-
export
|
|
11037
|
+
export type ServicePrincipalCredentialType = string;
|
|
11038
11038
|
/** Known values of {@link HdiNodeTypes} that the service accepts. */
|
|
11039
11039
|
export declare enum KnownHdiNodeTypes {
|
|
11040
11040
|
/** Headnode */
|
|
@@ -11053,7 +11053,7 @@ export declare enum KnownHdiNodeTypes {
|
|
|
11053
11053
|
* **Workernode** \
|
|
11054
11054
|
* **Zookeeper**
|
|
11055
11055
|
*/
|
|
11056
|
-
export
|
|
11056
|
+
export type HdiNodeTypes = string;
|
|
11057
11057
|
/** Known values of {@link JsonWriteFilePattern} that the service accepts. */
|
|
11058
11058
|
export declare enum KnownJsonWriteFilePattern {
|
|
11059
11059
|
/** SetOfObjects */
|
|
@@ -11069,7 +11069,7 @@ export declare enum KnownJsonWriteFilePattern {
|
|
|
11069
11069
|
* **setOfObjects** \
|
|
11070
11070
|
* **arrayOfObjects**
|
|
11071
11071
|
*/
|
|
11072
|
-
export
|
|
11072
|
+
export type JsonWriteFilePattern = string;
|
|
11073
11073
|
/** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
|
|
11074
11074
|
export declare enum KnownAmazonRdsForOraclePartitionOption {
|
|
11075
11075
|
/** None */
|
|
@@ -11088,7 +11088,7 @@ export declare enum KnownAmazonRdsForOraclePartitionOption {
|
|
|
11088
11088
|
* **PhysicalPartitionsOfTable** \
|
|
11089
11089
|
* **DynamicRange**
|
|
11090
11090
|
*/
|
|
11091
|
-
export
|
|
11091
|
+
export type AmazonRdsForOraclePartitionOption = string;
|
|
11092
11092
|
/** Known values of {@link CopyBehaviorType} that the service accepts. */
|
|
11093
11093
|
export declare enum KnownCopyBehaviorType {
|
|
11094
11094
|
/** PreserveHierarchy */
|
|
@@ -11107,7 +11107,7 @@ export declare enum KnownCopyBehaviorType {
|
|
|
11107
11107
|
* **FlattenHierarchy** \
|
|
11108
11108
|
* **MergeFiles**
|
|
11109
11109
|
*/
|
|
11110
|
-
export
|
|
11110
|
+
export type CopyBehaviorType = string;
|
|
11111
11111
|
/** Known values of {@link SqlWriteBehaviorEnum} that the service accepts. */
|
|
11112
11112
|
export declare enum KnownSqlWriteBehaviorEnum {
|
|
11113
11113
|
/** Insert */
|
|
@@ -11126,7 +11126,7 @@ export declare enum KnownSqlWriteBehaviorEnum {
|
|
|
11126
11126
|
* **Upsert** \
|
|
11127
11127
|
* **StoredProcedure**
|
|
11128
11128
|
*/
|
|
11129
|
-
export
|
|
11129
|
+
export type SqlWriteBehaviorEnum = string;
|
|
11130
11130
|
/** Known values of {@link SqlDWWriteBehaviorEnum} that the service accepts. */
|
|
11131
11131
|
export declare enum KnownSqlDWWriteBehaviorEnum {
|
|
11132
11132
|
/** Insert */
|
|
@@ -11142,7 +11142,7 @@ export declare enum KnownSqlDWWriteBehaviorEnum {
|
|
|
11142
11142
|
* **Insert** \
|
|
11143
11143
|
* **Upsert**
|
|
11144
11144
|
*/
|
|
11145
|
-
export
|
|
11145
|
+
export type SqlDWWriteBehaviorEnum = string;
|
|
11146
11146
|
/** Known values of {@link SqlPartitionOption} that the service accepts. */
|
|
11147
11147
|
export declare enum KnownSqlPartitionOption {
|
|
11148
11148
|
/** None */
|
|
@@ -11161,7 +11161,7 @@ export declare enum KnownSqlPartitionOption {
|
|
|
11161
11161
|
* **PhysicalPartitionsOfTable** \
|
|
11162
11162
|
* **DynamicRange**
|
|
11163
11163
|
*/
|
|
11164
|
-
export
|
|
11164
|
+
export type SqlPartitionOption = string;
|
|
11165
11165
|
/** Known values of {@link SapHanaPartitionOption} that the service accepts. */
|
|
11166
11166
|
export declare enum KnownSapHanaPartitionOption {
|
|
11167
11167
|
/** None */
|
|
@@ -11180,7 +11180,7 @@ export declare enum KnownSapHanaPartitionOption {
|
|
|
11180
11180
|
* **PhysicalPartitionsOfTable** \
|
|
11181
11181
|
* **SapHanaDynamicRange**
|
|
11182
11182
|
*/
|
|
11183
|
-
export
|
|
11183
|
+
export type SapHanaPartitionOption = string;
|
|
11184
11184
|
/** Known values of {@link SapTablePartitionOption} that the service accepts. */
|
|
11185
11185
|
export declare enum KnownSapTablePartitionOption {
|
|
11186
11186
|
/** None */
|
|
@@ -11208,7 +11208,7 @@ export declare enum KnownSapTablePartitionOption {
|
|
|
11208
11208
|
* **PartitionOnCalendarDate** \
|
|
11209
11209
|
* **PartitionOnTime**
|
|
11210
11210
|
*/
|
|
11211
|
-
export
|
|
11211
|
+
export type SapTablePartitionOption = string;
|
|
11212
11212
|
/** Known values of {@link OraclePartitionOption} that the service accepts. */
|
|
11213
11213
|
export declare enum KnownOraclePartitionOption {
|
|
11214
11214
|
/** None */
|
|
@@ -11227,7 +11227,7 @@ export declare enum KnownOraclePartitionOption {
|
|
|
11227
11227
|
* **PhysicalPartitionsOfTable** \
|
|
11228
11228
|
* **DynamicRange**
|
|
11229
11229
|
*/
|
|
11230
|
-
export
|
|
11230
|
+
export type OraclePartitionOption = string;
|
|
11231
11231
|
/** Known values of {@link TeradataPartitionOption} that the service accepts. */
|
|
11232
11232
|
export declare enum KnownTeradataPartitionOption {
|
|
11233
11233
|
/** None */
|
|
@@ -11246,7 +11246,7 @@ export declare enum KnownTeradataPartitionOption {
|
|
|
11246
11246
|
* **Hash** \
|
|
11247
11247
|
* **DynamicRange**
|
|
11248
11248
|
*/
|
|
11249
|
-
export
|
|
11249
|
+
export type TeradataPartitionOption = string;
|
|
11250
11250
|
/** Known values of {@link NetezzaPartitionOption} that the service accepts. */
|
|
11251
11251
|
export declare enum KnownNetezzaPartitionOption {
|
|
11252
11252
|
/** None */
|
|
@@ -11265,55 +11265,55 @@ export declare enum KnownNetezzaPartitionOption {
|
|
|
11265
11265
|
* **DataSlice** \
|
|
11266
11266
|
* **DynamicRange**
|
|
11267
11267
|
*/
|
|
11268
|
-
export
|
|
11268
|
+
export type NetezzaPartitionOption = string;
|
|
11269
11269
|
/** Defines values for DaysOfWeek. */
|
|
11270
|
-
export
|
|
11270
|
+
export type DaysOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
11271
11271
|
/** Defines values for DayOfWeek. */
|
|
11272
|
-
export
|
|
11272
|
+
export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
11273
11273
|
/** Optional parameters. */
|
|
11274
11274
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
11275
11275
|
}
|
|
11276
11276
|
/** Contains response data for the list operation. */
|
|
11277
|
-
export
|
|
11277
|
+
export type OperationsListResponse = OperationListResponse;
|
|
11278
11278
|
/** Optional parameters. */
|
|
11279
11279
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
11280
11280
|
}
|
|
11281
11281
|
/** Contains response data for the listNext operation. */
|
|
11282
|
-
export
|
|
11282
|
+
export type OperationsListNextResponse = OperationListResponse;
|
|
11283
11283
|
/** Optional parameters. */
|
|
11284
11284
|
export interface FactoriesListOptionalParams extends coreClient.OperationOptions {
|
|
11285
11285
|
}
|
|
11286
11286
|
/** Contains response data for the list operation. */
|
|
11287
|
-
export
|
|
11287
|
+
export type FactoriesListResponse = FactoryListResponse;
|
|
11288
11288
|
/** Optional parameters. */
|
|
11289
11289
|
export interface FactoriesConfigureFactoryRepoOptionalParams extends coreClient.OperationOptions {
|
|
11290
11290
|
}
|
|
11291
11291
|
/** Contains response data for the configureFactoryRepo operation. */
|
|
11292
|
-
export
|
|
11292
|
+
export type FactoriesConfigureFactoryRepoResponse = Factory;
|
|
11293
11293
|
/** Optional parameters. */
|
|
11294
11294
|
export interface FactoriesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
11295
11295
|
}
|
|
11296
11296
|
/** Contains response data for the listByResourceGroup operation. */
|
|
11297
|
-
export
|
|
11297
|
+
export type FactoriesListByResourceGroupResponse = FactoryListResponse;
|
|
11298
11298
|
/** Optional parameters. */
|
|
11299
11299
|
export interface FactoriesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11300
11300
|
/** ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11301
11301
|
ifMatch?: string;
|
|
11302
11302
|
}
|
|
11303
11303
|
/** Contains response data for the createOrUpdate operation. */
|
|
11304
|
-
export
|
|
11304
|
+
export type FactoriesCreateOrUpdateResponse = Factory;
|
|
11305
11305
|
/** Optional parameters. */
|
|
11306
11306
|
export interface FactoriesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11307
11307
|
}
|
|
11308
11308
|
/** Contains response data for the update operation. */
|
|
11309
|
-
export
|
|
11309
|
+
export type FactoriesUpdateResponse = Factory;
|
|
11310
11310
|
/** Optional parameters. */
|
|
11311
11311
|
export interface FactoriesGetOptionalParams extends coreClient.OperationOptions {
|
|
11312
11312
|
/** ETag of the factory entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11313
11313
|
ifNoneMatch?: string;
|
|
11314
11314
|
}
|
|
11315
11315
|
/** Contains response data for the get operation. */
|
|
11316
|
-
export
|
|
11316
|
+
export type FactoriesGetResponse = Factory;
|
|
11317
11317
|
/** Optional parameters. */
|
|
11318
11318
|
export interface FactoriesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11319
11319
|
}
|
|
@@ -11321,61 +11321,61 @@ export interface FactoriesDeleteOptionalParams extends coreClient.OperationOptio
|
|
|
11321
11321
|
export interface FactoriesGetGitHubAccessTokenOptionalParams extends coreClient.OperationOptions {
|
|
11322
11322
|
}
|
|
11323
11323
|
/** Contains response data for the getGitHubAccessToken operation. */
|
|
11324
|
-
export
|
|
11324
|
+
export type FactoriesGetGitHubAccessTokenResponse = GitHubAccessTokenResponse;
|
|
11325
11325
|
/** Optional parameters. */
|
|
11326
11326
|
export interface FactoriesGetDataPlaneAccessOptionalParams extends coreClient.OperationOptions {
|
|
11327
11327
|
}
|
|
11328
11328
|
/** Contains response data for the getDataPlaneAccess operation. */
|
|
11329
|
-
export
|
|
11329
|
+
export type FactoriesGetDataPlaneAccessResponse = AccessPolicyResponse;
|
|
11330
11330
|
/** Optional parameters. */
|
|
11331
11331
|
export interface FactoriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
11332
11332
|
}
|
|
11333
11333
|
/** Contains response data for the listNext operation. */
|
|
11334
|
-
export
|
|
11334
|
+
export type FactoriesListNextResponse = FactoryListResponse;
|
|
11335
11335
|
/** Optional parameters. */
|
|
11336
11336
|
export interface FactoriesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
11337
11337
|
}
|
|
11338
11338
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
11339
|
-
export
|
|
11339
|
+
export type FactoriesListByResourceGroupNextResponse = FactoryListResponse;
|
|
11340
11340
|
/** Optional parameters. */
|
|
11341
11341
|
export interface ExposureControlGetFeatureValueOptionalParams extends coreClient.OperationOptions {
|
|
11342
11342
|
}
|
|
11343
11343
|
/** Contains response data for the getFeatureValue operation. */
|
|
11344
|
-
export
|
|
11344
|
+
export type ExposureControlGetFeatureValueResponse = ExposureControlResponse;
|
|
11345
11345
|
/** Optional parameters. */
|
|
11346
11346
|
export interface ExposureControlGetFeatureValueByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11347
11347
|
}
|
|
11348
11348
|
/** Contains response data for the getFeatureValueByFactory operation. */
|
|
11349
|
-
export
|
|
11349
|
+
export type ExposureControlGetFeatureValueByFactoryResponse = ExposureControlResponse;
|
|
11350
11350
|
/** Optional parameters. */
|
|
11351
11351
|
export interface ExposureControlQueryFeatureValuesByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11352
11352
|
}
|
|
11353
11353
|
/** Contains response data for the queryFeatureValuesByFactory operation. */
|
|
11354
|
-
export
|
|
11354
|
+
export type ExposureControlQueryFeatureValuesByFactoryResponse = ExposureControlBatchResponse;
|
|
11355
11355
|
/** Optional parameters. */
|
|
11356
11356
|
export interface IntegrationRuntimesListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11357
11357
|
}
|
|
11358
11358
|
/** Contains response data for the listByFactory operation. */
|
|
11359
|
-
export
|
|
11359
|
+
export type IntegrationRuntimesListByFactoryResponse = IntegrationRuntimeListResponse;
|
|
11360
11360
|
/** Optional parameters. */
|
|
11361
11361
|
export interface IntegrationRuntimesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11362
11362
|
/** ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11363
11363
|
ifMatch?: string;
|
|
11364
11364
|
}
|
|
11365
11365
|
/** Contains response data for the createOrUpdate operation. */
|
|
11366
|
-
export
|
|
11366
|
+
export type IntegrationRuntimesCreateOrUpdateResponse = IntegrationRuntimeResource;
|
|
11367
11367
|
/** Optional parameters. */
|
|
11368
11368
|
export interface IntegrationRuntimesGetOptionalParams extends coreClient.OperationOptions {
|
|
11369
11369
|
/** ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11370
11370
|
ifNoneMatch?: string;
|
|
11371
11371
|
}
|
|
11372
11372
|
/** Contains response data for the get operation. */
|
|
11373
|
-
export
|
|
11373
|
+
export type IntegrationRuntimesGetResponse = IntegrationRuntimeResource;
|
|
11374
11374
|
/** Optional parameters. */
|
|
11375
11375
|
export interface IntegrationRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11376
11376
|
}
|
|
11377
11377
|
/** Contains response data for the update operation. */
|
|
11378
|
-
export
|
|
11378
|
+
export type IntegrationRuntimesUpdateResponse = IntegrationRuntimeResource;
|
|
11379
11379
|
/** Optional parameters. */
|
|
11380
11380
|
export interface IntegrationRuntimesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11381
11381
|
}
|
|
@@ -11383,27 +11383,27 @@ export interface IntegrationRuntimesDeleteOptionalParams extends coreClient.Oper
|
|
|
11383
11383
|
export interface IntegrationRuntimesGetStatusOptionalParams extends coreClient.OperationOptions {
|
|
11384
11384
|
}
|
|
11385
11385
|
/** Contains response data for the getStatus operation. */
|
|
11386
|
-
export
|
|
11386
|
+
export type IntegrationRuntimesGetStatusResponse = IntegrationRuntimeStatusResponse;
|
|
11387
11387
|
/** Optional parameters. */
|
|
11388
11388
|
export interface IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
11389
11389
|
}
|
|
11390
11390
|
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
11391
|
-
export
|
|
11391
|
+
export type IntegrationRuntimesListOutboundNetworkDependenciesEndpointsResponse = IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse;
|
|
11392
11392
|
/** Optional parameters. */
|
|
11393
11393
|
export interface IntegrationRuntimesGetConnectionInfoOptionalParams extends coreClient.OperationOptions {
|
|
11394
11394
|
}
|
|
11395
11395
|
/** Contains response data for the getConnectionInfo operation. */
|
|
11396
|
-
export
|
|
11396
|
+
export type IntegrationRuntimesGetConnectionInfoResponse = IntegrationRuntimeConnectionInfo;
|
|
11397
11397
|
/** Optional parameters. */
|
|
11398
11398
|
export interface IntegrationRuntimesRegenerateAuthKeyOptionalParams extends coreClient.OperationOptions {
|
|
11399
11399
|
}
|
|
11400
11400
|
/** Contains response data for the regenerateAuthKey operation. */
|
|
11401
|
-
export
|
|
11401
|
+
export type IntegrationRuntimesRegenerateAuthKeyResponse = IntegrationRuntimeAuthKeys;
|
|
11402
11402
|
/** Optional parameters. */
|
|
11403
11403
|
export interface IntegrationRuntimesListAuthKeysOptionalParams extends coreClient.OperationOptions {
|
|
11404
11404
|
}
|
|
11405
11405
|
/** Contains response data for the listAuthKeys operation. */
|
|
11406
|
-
export
|
|
11406
|
+
export type IntegrationRuntimesListAuthKeysResponse = IntegrationRuntimeAuthKeys;
|
|
11407
11407
|
/** Optional parameters. */
|
|
11408
11408
|
export interface IntegrationRuntimesStartOptionalParams extends coreClient.OperationOptions {
|
|
11409
11409
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11412,7 +11412,7 @@ export interface IntegrationRuntimesStartOptionalParams extends coreClient.Opera
|
|
|
11412
11412
|
resumeFrom?: string;
|
|
11413
11413
|
}
|
|
11414
11414
|
/** Contains response data for the start operation. */
|
|
11415
|
-
export
|
|
11415
|
+
export type IntegrationRuntimesStartResponse = IntegrationRuntimeStatusResponse;
|
|
11416
11416
|
/** Optional parameters. */
|
|
11417
11417
|
export interface IntegrationRuntimesStopOptionalParams extends coreClient.OperationOptions {
|
|
11418
11418
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11427,7 +11427,7 @@ export interface IntegrationRuntimesSyncCredentialsOptionalParams extends coreCl
|
|
|
11427
11427
|
export interface IntegrationRuntimesGetMonitoringDataOptionalParams extends coreClient.OperationOptions {
|
|
11428
11428
|
}
|
|
11429
11429
|
/** Contains response data for the getMonitoringData operation. */
|
|
11430
|
-
export
|
|
11430
|
+
export type IntegrationRuntimesGetMonitoringDataResponse = IntegrationRuntimeMonitoringData;
|
|
11431
11431
|
/** Optional parameters. */
|
|
11432
11432
|
export interface IntegrationRuntimesUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
11433
11433
|
}
|
|
@@ -11438,12 +11438,12 @@ export interface IntegrationRuntimesRemoveLinksOptionalParams extends coreClient
|
|
|
11438
11438
|
export interface IntegrationRuntimesCreateLinkedIntegrationRuntimeOptionalParams extends coreClient.OperationOptions {
|
|
11439
11439
|
}
|
|
11440
11440
|
/** Contains response data for the createLinkedIntegrationRuntime operation. */
|
|
11441
|
-
export
|
|
11441
|
+
export type IntegrationRuntimesCreateLinkedIntegrationRuntimeResponse = IntegrationRuntimeStatusResponse;
|
|
11442
11442
|
/** Optional parameters. */
|
|
11443
11443
|
export interface IntegrationRuntimesListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11444
11444
|
}
|
|
11445
11445
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11446
|
-
export
|
|
11446
|
+
export type IntegrationRuntimesListByFactoryNextResponse = IntegrationRuntimeListResponse;
|
|
11447
11447
|
/** Optional parameters. */
|
|
11448
11448
|
export interface IntegrationRuntimeObjectMetadataRefreshOptionalParams extends coreClient.OperationOptions {
|
|
11449
11449
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11452,19 +11452,19 @@ export interface IntegrationRuntimeObjectMetadataRefreshOptionalParams extends c
|
|
|
11452
11452
|
resumeFrom?: string;
|
|
11453
11453
|
}
|
|
11454
11454
|
/** Contains response data for the refresh operation. */
|
|
11455
|
-
export
|
|
11455
|
+
export type IntegrationRuntimeObjectMetadataRefreshResponse = SsisObjectMetadataStatusResponse;
|
|
11456
11456
|
/** Optional parameters. */
|
|
11457
11457
|
export interface IntegrationRuntimeObjectMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
11458
11458
|
/** The parameters for getting a SSIS object metadata. */
|
|
11459
11459
|
getMetadataRequest?: GetSsisObjectMetadataRequest;
|
|
11460
11460
|
}
|
|
11461
11461
|
/** Contains response data for the get operation. */
|
|
11462
|
-
export
|
|
11462
|
+
export type IntegrationRuntimeObjectMetadataGetResponse = SsisObjectMetadataListResponse;
|
|
11463
11463
|
/** Optional parameters. */
|
|
11464
11464
|
export interface IntegrationRuntimeNodesGetOptionalParams extends coreClient.OperationOptions {
|
|
11465
11465
|
}
|
|
11466
11466
|
/** Contains response data for the get operation. */
|
|
11467
|
-
export
|
|
11467
|
+
export type IntegrationRuntimeNodesGetResponse = SelfHostedIntegrationRuntimeNode;
|
|
11468
11468
|
/** Optional parameters. */
|
|
11469
11469
|
export interface IntegrationRuntimeNodesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11470
11470
|
}
|
|
@@ -11472,31 +11472,31 @@ export interface IntegrationRuntimeNodesDeleteOptionalParams extends coreClient.
|
|
|
11472
11472
|
export interface IntegrationRuntimeNodesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11473
11473
|
}
|
|
11474
11474
|
/** Contains response data for the update operation. */
|
|
11475
|
-
export
|
|
11475
|
+
export type IntegrationRuntimeNodesUpdateResponse = SelfHostedIntegrationRuntimeNode;
|
|
11476
11476
|
/** Optional parameters. */
|
|
11477
11477
|
export interface IntegrationRuntimeNodesGetIpAddressOptionalParams extends coreClient.OperationOptions {
|
|
11478
11478
|
}
|
|
11479
11479
|
/** Contains response data for the getIpAddress operation. */
|
|
11480
|
-
export
|
|
11480
|
+
export type IntegrationRuntimeNodesGetIpAddressResponse = IntegrationRuntimeNodeIpAddress;
|
|
11481
11481
|
/** Optional parameters. */
|
|
11482
11482
|
export interface LinkedServicesListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11483
11483
|
}
|
|
11484
11484
|
/** Contains response data for the listByFactory operation. */
|
|
11485
|
-
export
|
|
11485
|
+
export type LinkedServicesListByFactoryResponse = LinkedServiceListResponse;
|
|
11486
11486
|
/** Optional parameters. */
|
|
11487
11487
|
export interface LinkedServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11488
11488
|
/** ETag of the linkedService entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11489
11489
|
ifMatch?: string;
|
|
11490
11490
|
}
|
|
11491
11491
|
/** Contains response data for the createOrUpdate operation. */
|
|
11492
|
-
export
|
|
11492
|
+
export type LinkedServicesCreateOrUpdateResponse = LinkedServiceResource;
|
|
11493
11493
|
/** Optional parameters. */
|
|
11494
11494
|
export interface LinkedServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
11495
11495
|
/** ETag of the linked service entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11496
11496
|
ifNoneMatch?: string;
|
|
11497
11497
|
}
|
|
11498
11498
|
/** Contains response data for the get operation. */
|
|
11499
|
-
export
|
|
11499
|
+
export type LinkedServicesGetResponse = LinkedServiceResource;
|
|
11500
11500
|
/** Optional parameters. */
|
|
11501
11501
|
export interface LinkedServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11502
11502
|
}
|
|
@@ -11504,26 +11504,26 @@ export interface LinkedServicesDeleteOptionalParams extends coreClient.Operation
|
|
|
11504
11504
|
export interface LinkedServicesListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11505
11505
|
}
|
|
11506
11506
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11507
|
-
export
|
|
11507
|
+
export type LinkedServicesListByFactoryNextResponse = LinkedServiceListResponse;
|
|
11508
11508
|
/** Optional parameters. */
|
|
11509
11509
|
export interface DatasetsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11510
11510
|
}
|
|
11511
11511
|
/** Contains response data for the listByFactory operation. */
|
|
11512
|
-
export
|
|
11512
|
+
export type DatasetsListByFactoryResponse = DatasetListResponse;
|
|
11513
11513
|
/** Optional parameters. */
|
|
11514
11514
|
export interface DatasetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11515
11515
|
/** ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11516
11516
|
ifMatch?: string;
|
|
11517
11517
|
}
|
|
11518
11518
|
/** Contains response data for the createOrUpdate operation. */
|
|
11519
|
-
export
|
|
11519
|
+
export type DatasetsCreateOrUpdateResponse = DatasetResource;
|
|
11520
11520
|
/** Optional parameters. */
|
|
11521
11521
|
export interface DatasetsGetOptionalParams extends coreClient.OperationOptions {
|
|
11522
11522
|
/** ETag of the dataset entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11523
11523
|
ifNoneMatch?: string;
|
|
11524
11524
|
}
|
|
11525
11525
|
/** Contains response data for the get operation. */
|
|
11526
|
-
export
|
|
11526
|
+
export type DatasetsGetResponse = DatasetResource;
|
|
11527
11527
|
/** Optional parameters. */
|
|
11528
11528
|
export interface DatasetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11529
11529
|
}
|
|
@@ -11531,26 +11531,26 @@ export interface DatasetsDeleteOptionalParams extends coreClient.OperationOption
|
|
|
11531
11531
|
export interface DatasetsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11532
11532
|
}
|
|
11533
11533
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11534
|
-
export
|
|
11534
|
+
export type DatasetsListByFactoryNextResponse = DatasetListResponse;
|
|
11535
11535
|
/** Optional parameters. */
|
|
11536
11536
|
export interface PipelinesListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11537
11537
|
}
|
|
11538
11538
|
/** Contains response data for the listByFactory operation. */
|
|
11539
|
-
export
|
|
11539
|
+
export type PipelinesListByFactoryResponse = PipelineListResponse;
|
|
11540
11540
|
/** Optional parameters. */
|
|
11541
11541
|
export interface PipelinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11542
11542
|
/** ETag of the pipeline entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11543
11543
|
ifMatch?: string;
|
|
11544
11544
|
}
|
|
11545
11545
|
/** Contains response data for the createOrUpdate operation. */
|
|
11546
|
-
export
|
|
11546
|
+
export type PipelinesCreateOrUpdateResponse = PipelineResource;
|
|
11547
11547
|
/** Optional parameters. */
|
|
11548
11548
|
export interface PipelinesGetOptionalParams extends coreClient.OperationOptions {
|
|
11549
11549
|
/** ETag of the pipeline entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11550
11550
|
ifNoneMatch?: string;
|
|
11551
11551
|
}
|
|
11552
11552
|
/** Contains response data for the get operation. */
|
|
11553
|
-
export
|
|
11553
|
+
export type PipelinesGetResponse = PipelineResource;
|
|
11554
11554
|
/** Optional parameters. */
|
|
11555
11555
|
export interface PipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11556
11556
|
}
|
|
@@ -11570,22 +11570,22 @@ export interface PipelinesCreateRunOptionalParams extends coreClient.OperationOp
|
|
|
11570
11570
|
startFromFailure?: boolean;
|
|
11571
11571
|
}
|
|
11572
11572
|
/** Contains response data for the createRun operation. */
|
|
11573
|
-
export
|
|
11573
|
+
export type PipelinesCreateRunResponse = CreateRunResponse;
|
|
11574
11574
|
/** Optional parameters. */
|
|
11575
11575
|
export interface PipelinesListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11576
11576
|
}
|
|
11577
11577
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11578
|
-
export
|
|
11578
|
+
export type PipelinesListByFactoryNextResponse = PipelineListResponse;
|
|
11579
11579
|
/** Optional parameters. */
|
|
11580
11580
|
export interface PipelineRunsQueryByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11581
11581
|
}
|
|
11582
11582
|
/** Contains response data for the queryByFactory operation. */
|
|
11583
|
-
export
|
|
11583
|
+
export type PipelineRunsQueryByFactoryResponse = PipelineRunsQueryResponse;
|
|
11584
11584
|
/** Optional parameters. */
|
|
11585
11585
|
export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
|
|
11586
11586
|
}
|
|
11587
11587
|
/** Contains response data for the get operation. */
|
|
11588
|
-
export
|
|
11588
|
+
export type PipelineRunsGetResponse = PipelineRun;
|
|
11589
11589
|
/** Optional parameters. */
|
|
11590
11590
|
export interface PipelineRunsCancelOptionalParams extends coreClient.OperationOptions {
|
|
11591
11591
|
/** If true, cancel all the Child pipelines that are triggered by the current pipeline. */
|
|
@@ -11595,31 +11595,31 @@ export interface PipelineRunsCancelOptionalParams extends coreClient.OperationOp
|
|
|
11595
11595
|
export interface ActivityRunsQueryByPipelineRunOptionalParams extends coreClient.OperationOptions {
|
|
11596
11596
|
}
|
|
11597
11597
|
/** Contains response data for the queryByPipelineRun operation. */
|
|
11598
|
-
export
|
|
11598
|
+
export type ActivityRunsQueryByPipelineRunResponse = ActivityRunsQueryResponse;
|
|
11599
11599
|
/** Optional parameters. */
|
|
11600
11600
|
export interface TriggersListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11601
11601
|
}
|
|
11602
11602
|
/** Contains response data for the listByFactory operation. */
|
|
11603
|
-
export
|
|
11603
|
+
export type TriggersListByFactoryResponse = TriggerListResponse;
|
|
11604
11604
|
/** Optional parameters. */
|
|
11605
11605
|
export interface TriggersQueryByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11606
11606
|
}
|
|
11607
11607
|
/** Contains response data for the queryByFactory operation. */
|
|
11608
|
-
export
|
|
11608
|
+
export type TriggersQueryByFactoryResponse = TriggerQueryResponse;
|
|
11609
11609
|
/** Optional parameters. */
|
|
11610
11610
|
export interface TriggersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11611
11611
|
/** ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11612
11612
|
ifMatch?: string;
|
|
11613
11613
|
}
|
|
11614
11614
|
/** Contains response data for the createOrUpdate operation. */
|
|
11615
|
-
export
|
|
11615
|
+
export type TriggersCreateOrUpdateResponse = TriggerResource;
|
|
11616
11616
|
/** Optional parameters. */
|
|
11617
11617
|
export interface TriggersGetOptionalParams extends coreClient.OperationOptions {
|
|
11618
11618
|
/** ETag of the trigger entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11619
11619
|
ifNoneMatch?: string;
|
|
11620
11620
|
}
|
|
11621
11621
|
/** Contains response data for the get operation. */
|
|
11622
|
-
export
|
|
11622
|
+
export type TriggersGetResponse = TriggerResource;
|
|
11623
11623
|
/** Optional parameters. */
|
|
11624
11624
|
export interface TriggersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11625
11625
|
}
|
|
@@ -11631,12 +11631,12 @@ export interface TriggersSubscribeToEventsOptionalParams extends coreClient.Oper
|
|
|
11631
11631
|
resumeFrom?: string;
|
|
11632
11632
|
}
|
|
11633
11633
|
/** Contains response data for the subscribeToEvents operation. */
|
|
11634
|
-
export
|
|
11634
|
+
export type TriggersSubscribeToEventsResponse = TriggerSubscriptionOperationStatus;
|
|
11635
11635
|
/** Optional parameters. */
|
|
11636
11636
|
export interface TriggersGetEventSubscriptionStatusOptionalParams extends coreClient.OperationOptions {
|
|
11637
11637
|
}
|
|
11638
11638
|
/** Contains response data for the getEventSubscriptionStatus operation. */
|
|
11639
|
-
export
|
|
11639
|
+
export type TriggersGetEventSubscriptionStatusResponse = TriggerSubscriptionOperationStatus;
|
|
11640
11640
|
/** Optional parameters. */
|
|
11641
11641
|
export interface TriggersUnsubscribeFromEventsOptionalParams extends coreClient.OperationOptions {
|
|
11642
11642
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11645,7 +11645,7 @@ export interface TriggersUnsubscribeFromEventsOptionalParams extends coreClient.
|
|
|
11645
11645
|
resumeFrom?: string;
|
|
11646
11646
|
}
|
|
11647
11647
|
/** Contains response data for the unsubscribeFromEvents operation. */
|
|
11648
|
-
export
|
|
11648
|
+
export type TriggersUnsubscribeFromEventsResponse = TriggerSubscriptionOperationStatus;
|
|
11649
11649
|
/** Optional parameters. */
|
|
11650
11650
|
export interface TriggersStartOptionalParams extends coreClient.OperationOptions {
|
|
11651
11651
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11664,7 +11664,7 @@ export interface TriggersStopOptionalParams extends coreClient.OperationOptions
|
|
|
11664
11664
|
export interface TriggersListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11665
11665
|
}
|
|
11666
11666
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11667
|
-
export
|
|
11667
|
+
export type TriggersListByFactoryNextResponse = TriggerListResponse;
|
|
11668
11668
|
/** Optional parameters. */
|
|
11669
11669
|
export interface TriggerRunsRerunOptionalParams extends coreClient.OperationOptions {
|
|
11670
11670
|
}
|
|
@@ -11675,21 +11675,21 @@ export interface TriggerRunsCancelOptionalParams extends coreClient.OperationOpt
|
|
|
11675
11675
|
export interface TriggerRunsQueryByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11676
11676
|
}
|
|
11677
11677
|
/** Contains response data for the queryByFactory operation. */
|
|
11678
|
-
export
|
|
11678
|
+
export type TriggerRunsQueryByFactoryResponse = TriggerRunsQueryResponse;
|
|
11679
11679
|
/** Optional parameters. */
|
|
11680
11680
|
export interface DataFlowsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11681
11681
|
/** ETag of the data flow entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11682
11682
|
ifMatch?: string;
|
|
11683
11683
|
}
|
|
11684
11684
|
/** Contains response data for the createOrUpdate operation. */
|
|
11685
|
-
export
|
|
11685
|
+
export type DataFlowsCreateOrUpdateResponse = DataFlowResource;
|
|
11686
11686
|
/** Optional parameters. */
|
|
11687
11687
|
export interface DataFlowsGetOptionalParams extends coreClient.OperationOptions {
|
|
11688
11688
|
/** ETag of the data flow entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11689
11689
|
ifNoneMatch?: string;
|
|
11690
11690
|
}
|
|
11691
11691
|
/** Contains response data for the get operation. */
|
|
11692
|
-
export
|
|
11692
|
+
export type DataFlowsGetResponse = DataFlowResource;
|
|
11693
11693
|
/** Optional parameters. */
|
|
11694
11694
|
export interface DataFlowsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11695
11695
|
}
|
|
@@ -11697,12 +11697,12 @@ export interface DataFlowsDeleteOptionalParams extends coreClient.OperationOptio
|
|
|
11697
11697
|
export interface DataFlowsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11698
11698
|
}
|
|
11699
11699
|
/** Contains response data for the listByFactory operation. */
|
|
11700
|
-
export
|
|
11700
|
+
export type DataFlowsListByFactoryResponse = DataFlowListResponse;
|
|
11701
11701
|
/** Optional parameters. */
|
|
11702
11702
|
export interface DataFlowsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11703
11703
|
}
|
|
11704
11704
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11705
|
-
export
|
|
11705
|
+
export type DataFlowsListByFactoryNextResponse = DataFlowListResponse;
|
|
11706
11706
|
/** Optional parameters. */
|
|
11707
11707
|
export interface DataFlowDebugSessionCreateOptionalParams extends coreClient.OperationOptions {
|
|
11708
11708
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -11711,17 +11711,17 @@ export interface DataFlowDebugSessionCreateOptionalParams extends coreClient.Ope
|
|
|
11711
11711
|
resumeFrom?: string;
|
|
11712
11712
|
}
|
|
11713
11713
|
/** Contains response data for the create operation. */
|
|
11714
|
-
export
|
|
11714
|
+
export type DataFlowDebugSessionCreateResponse = CreateDataFlowDebugSessionResponse;
|
|
11715
11715
|
/** Optional parameters. */
|
|
11716
11716
|
export interface DataFlowDebugSessionQueryByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11717
11717
|
}
|
|
11718
11718
|
/** Contains response data for the queryByFactory operation. */
|
|
11719
|
-
export
|
|
11719
|
+
export type DataFlowDebugSessionQueryByFactoryResponse = QueryDataFlowDebugSessionsResponse;
|
|
11720
11720
|
/** Optional parameters. */
|
|
11721
11721
|
export interface DataFlowDebugSessionAddDataFlowOptionalParams extends coreClient.OperationOptions {
|
|
11722
11722
|
}
|
|
11723
11723
|
/** Contains response data for the addDataFlow operation. */
|
|
11724
|
-
export
|
|
11724
|
+
export type DataFlowDebugSessionAddDataFlowResponse = AddDataFlowToDebugSessionResponse;
|
|
11725
11725
|
/** Optional parameters. */
|
|
11726
11726
|
export interface DataFlowDebugSessionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11727
11727
|
}
|
|
@@ -11733,55 +11733,55 @@ export interface DataFlowDebugSessionExecuteCommandOptionalParams extends coreCl
|
|
|
11733
11733
|
resumeFrom?: string;
|
|
11734
11734
|
}
|
|
11735
11735
|
/** Contains response data for the executeCommand operation. */
|
|
11736
|
-
export
|
|
11736
|
+
export type DataFlowDebugSessionExecuteCommandResponse = DataFlowDebugCommandResponse;
|
|
11737
11737
|
/** Optional parameters. */
|
|
11738
11738
|
export interface DataFlowDebugSessionQueryByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11739
11739
|
}
|
|
11740
11740
|
/** Contains response data for the queryByFactoryNext operation. */
|
|
11741
|
-
export
|
|
11741
|
+
export type DataFlowDebugSessionQueryByFactoryNextResponse = QueryDataFlowDebugSessionsResponse;
|
|
11742
11742
|
/** Optional parameters. */
|
|
11743
11743
|
export interface ManagedVirtualNetworksListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11744
11744
|
}
|
|
11745
11745
|
/** Contains response data for the listByFactory operation. */
|
|
11746
|
-
export
|
|
11746
|
+
export type ManagedVirtualNetworksListByFactoryResponse = ManagedVirtualNetworkListResponse;
|
|
11747
11747
|
/** Optional parameters. */
|
|
11748
11748
|
export interface ManagedVirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11749
11749
|
/** ETag of the managed Virtual Network entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11750
11750
|
ifMatch?: string;
|
|
11751
11751
|
}
|
|
11752
11752
|
/** Contains response data for the createOrUpdate operation. */
|
|
11753
|
-
export
|
|
11753
|
+
export type ManagedVirtualNetworksCreateOrUpdateResponse = ManagedVirtualNetworkResource;
|
|
11754
11754
|
/** Optional parameters. */
|
|
11755
11755
|
export interface ManagedVirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
11756
11756
|
/** ETag of the managed Virtual Network entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11757
11757
|
ifNoneMatch?: string;
|
|
11758
11758
|
}
|
|
11759
11759
|
/** Contains response data for the get operation. */
|
|
11760
|
-
export
|
|
11760
|
+
export type ManagedVirtualNetworksGetResponse = ManagedVirtualNetworkResource;
|
|
11761
11761
|
/** Optional parameters. */
|
|
11762
11762
|
export interface ManagedVirtualNetworksListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11763
11763
|
}
|
|
11764
11764
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11765
|
-
export
|
|
11765
|
+
export type ManagedVirtualNetworksListByFactoryNextResponse = ManagedVirtualNetworkListResponse;
|
|
11766
11766
|
/** Optional parameters. */
|
|
11767
11767
|
export interface ManagedPrivateEndpointsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11768
11768
|
}
|
|
11769
11769
|
/** Contains response data for the listByFactory operation. */
|
|
11770
|
-
export
|
|
11770
|
+
export type ManagedPrivateEndpointsListByFactoryResponse = ManagedPrivateEndpointListResponse;
|
|
11771
11771
|
/** Optional parameters. */
|
|
11772
11772
|
export interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11773
11773
|
/** ETag of the managed private endpoint entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11774
11774
|
ifMatch?: string;
|
|
11775
11775
|
}
|
|
11776
11776
|
/** Contains response data for the createOrUpdate operation. */
|
|
11777
|
-
export
|
|
11777
|
+
export type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpointResource;
|
|
11778
11778
|
/** Optional parameters. */
|
|
11779
11779
|
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
11780
11780
|
/** ETag of the managed private endpoint entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11781
11781
|
ifNoneMatch?: string;
|
|
11782
11782
|
}
|
|
11783
11783
|
/** Contains response data for the get operation. */
|
|
11784
|
-
export
|
|
11784
|
+
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpointResource;
|
|
11785
11785
|
/** Optional parameters. */
|
|
11786
11786
|
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11787
11787
|
}
|
|
@@ -11789,26 +11789,26 @@ export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.
|
|
|
11789
11789
|
export interface ManagedPrivateEndpointsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11790
11790
|
}
|
|
11791
11791
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11792
|
-
export
|
|
11792
|
+
export type ManagedPrivateEndpointsListByFactoryNextResponse = ManagedPrivateEndpointListResponse;
|
|
11793
11793
|
/** Optional parameters. */
|
|
11794
11794
|
export interface CredentialOperationsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11795
11795
|
}
|
|
11796
11796
|
/** Contains response data for the listByFactory operation. */
|
|
11797
|
-
export
|
|
11797
|
+
export type CredentialOperationsListByFactoryResponse = CredentialListResponse;
|
|
11798
11798
|
/** Optional parameters. */
|
|
11799
11799
|
export interface CredentialOperationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11800
11800
|
/** ETag of the credential entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11801
11801
|
ifMatch?: string;
|
|
11802
11802
|
}
|
|
11803
11803
|
/** Contains response data for the createOrUpdate operation. */
|
|
11804
|
-
export
|
|
11804
|
+
export type CredentialOperationsCreateOrUpdateResponse = ManagedIdentityCredentialResource;
|
|
11805
11805
|
/** Optional parameters. */
|
|
11806
11806
|
export interface CredentialOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
11807
11807
|
/** ETag of the credential entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11808
11808
|
ifNoneMatch?: string;
|
|
11809
11809
|
}
|
|
11810
11810
|
/** Contains response data for the get operation. */
|
|
11811
|
-
export
|
|
11811
|
+
export type CredentialOperationsGetResponse = ManagedIdentityCredentialResource;
|
|
11812
11812
|
/** Optional parameters. */
|
|
11813
11813
|
export interface CredentialOperationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11814
11814
|
}
|
|
@@ -11816,31 +11816,31 @@ export interface CredentialOperationsDeleteOptionalParams extends coreClient.Ope
|
|
|
11816
11816
|
export interface CredentialOperationsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11817
11817
|
}
|
|
11818
11818
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11819
|
-
export
|
|
11819
|
+
export type CredentialOperationsListByFactoryNextResponse = CredentialListResponse;
|
|
11820
11820
|
/** Optional parameters. */
|
|
11821
11821
|
export interface PrivateEndPointConnectionsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11822
11822
|
}
|
|
11823
11823
|
/** Contains response data for the listByFactory operation. */
|
|
11824
|
-
export
|
|
11824
|
+
export type PrivateEndPointConnectionsListByFactoryResponse = PrivateEndpointConnectionListResponse;
|
|
11825
11825
|
/** Optional parameters. */
|
|
11826
11826
|
export interface PrivateEndPointConnectionsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11827
11827
|
}
|
|
11828
11828
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11829
|
-
export
|
|
11829
|
+
export type PrivateEndPointConnectionsListByFactoryNextResponse = PrivateEndpointConnectionListResponse;
|
|
11830
11830
|
/** Optional parameters. */
|
|
11831
11831
|
export interface PrivateEndpointConnectionCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11832
11832
|
/** ETag of the private endpoint connection entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11833
11833
|
ifMatch?: string;
|
|
11834
11834
|
}
|
|
11835
11835
|
/** Contains response data for the createOrUpdate operation. */
|
|
11836
|
-
export
|
|
11836
|
+
export type PrivateEndpointConnectionCreateOrUpdateResponse = PrivateEndpointConnectionResource;
|
|
11837
11837
|
/** Optional parameters. */
|
|
11838
11838
|
export interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
11839
11839
|
/** ETag of the private endpoint connection entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11840
11840
|
ifNoneMatch?: string;
|
|
11841
11841
|
}
|
|
11842
11842
|
/** Contains response data for the get operation. */
|
|
11843
|
-
export
|
|
11843
|
+
export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnectionResource;
|
|
11844
11844
|
/** Optional parameters. */
|
|
11845
11845
|
export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11846
11846
|
}
|
|
@@ -11848,22 +11848,22 @@ export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClien
|
|
|
11848
11848
|
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
11849
11849
|
}
|
|
11850
11850
|
/** Contains response data for the get operation. */
|
|
11851
|
-
export
|
|
11851
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResourcesWrapper;
|
|
11852
11852
|
/** Optional parameters. */
|
|
11853
11853
|
export interface GlobalParametersListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11854
11854
|
}
|
|
11855
11855
|
/** Contains response data for the listByFactory operation. */
|
|
11856
|
-
export
|
|
11856
|
+
export type GlobalParametersListByFactoryResponse = GlobalParameterListResponse;
|
|
11857
11857
|
/** Optional parameters. */
|
|
11858
11858
|
export interface GlobalParametersGetOptionalParams extends coreClient.OperationOptions {
|
|
11859
11859
|
}
|
|
11860
11860
|
/** Contains response data for the get operation. */
|
|
11861
|
-
export
|
|
11861
|
+
export type GlobalParametersGetResponse = GlobalParameterResource;
|
|
11862
11862
|
/** Optional parameters. */
|
|
11863
11863
|
export interface GlobalParametersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11864
11864
|
}
|
|
11865
11865
|
/** Contains response data for the createOrUpdate operation. */
|
|
11866
|
-
export
|
|
11866
|
+
export type GlobalParametersCreateOrUpdateResponse = GlobalParameterResource;
|
|
11867
11867
|
/** Optional parameters. */
|
|
11868
11868
|
export interface GlobalParametersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11869
11869
|
}
|
|
@@ -11871,7 +11871,7 @@ export interface GlobalParametersDeleteOptionalParams extends coreClient.Operati
|
|
|
11871
11871
|
export interface GlobalParametersListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11872
11872
|
}
|
|
11873
11873
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11874
|
-
export
|
|
11874
|
+
export type GlobalParametersListByFactoryNextResponse = GlobalParameterListResponse;
|
|
11875
11875
|
/** Optional parameters. */
|
|
11876
11876
|
export interface DataFactoryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
11877
11877
|
/** server parameter */
|