@azure/arm-servicelinker 2.1.1-alpha.20241023.1 → 2.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +145 -10
- package/LICENSE +1 -1
- package/README.md +3 -4
- package/dist/index.js +3960 -1050
- 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/configurationNamesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationNamesListSample.js +51 -0
- package/dist-esm/samples-dev/configurationNamesListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js +53 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +49 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +39 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteSample.js +39 -0
- package/dist-esm/samples-dev/connectorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +43 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.js +39 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGetSample.js +39 -0
- package/dist-esm/samples-dev/connectorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.js +54 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorListSample.js +54 -0
- package/dist-esm/samples-dev/connectorListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +53 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateSample.js +51 -0
- package/dist-esm/samples-dev/connectorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorValidateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorValidateSample.js +39 -0
- package/dist-esm/samples-dev/connectorValidateSample.js.map +1 -0
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +9 -67
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerDeleteSample.js +5 -5
- package/dist-esm/samples-dev/linkerDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerGetSample.js +3 -3
- package/dist-esm/samples-dev/linkerGetSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js +4 -4
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerListSample.js +5 -5
- package/dist-esm/samples-dev/linkerListSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerUpdateSample.js +9 -9
- package/dist-esm/samples-dev/linkerUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerValidateSample.js +5 -5
- package/dist-esm/samples-dev/linkerValidateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js +51 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +37 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +41 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.js +37 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +52 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.js +52 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +51 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +815 -90
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +134 -18
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +47 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1334 -337
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +12 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +121 -31
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/configurationNames.d.ts +34 -0
- package/dist-esm/src/operations/configurationNames.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationNames.js +139 -0
- package/dist-esm/src/operations/configurationNames.js.map +1 -0
- package/dist-esm/src/operations/connector.d.ts +223 -0
- package/dist-esm/src/operations/connector.d.ts.map +1 -0
- package/dist-esm/src/operations/connector.js +1011 -0
- package/dist-esm/src/operations/connector.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/linker.d.ts +18 -16
- package/dist-esm/src/operations/linker.d.ts.map +1 -1
- package/dist-esm/src/operations/linker.js +109 -91
- package/dist-esm/src/operations/linker.js.map +1 -1
- package/dist-esm/src/operations/linkers.d.ts +123 -0
- package/dist-esm/src/operations/linkers.d.ts.map +1 -0
- package/dist-esm/src/operations/linkers.js +535 -0
- package/dist-esm/src/operations/linkers.js.map +1 -0
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connector.d.ts +176 -0
- package/dist-esm/src/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connector.js +9 -0
- package/dist-esm/src/operationsInterfaces/connector.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/linker.d.ts +16 -15
- package/dist-esm/src/operationsInterfaces/linker.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/linkers.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkers.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkers.js.map +1 -0
- package/dist-esm/src/serviceLinkerManagementClient.d.ts +4 -1
- package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +1 -1
- package/dist-esm/src/serviceLinkerManagementClient.js +12 -9
- package/dist-esm/src/serviceLinkerManagementClient.js.map +1 -1
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/servicelinker_operations_test.spec.js +74 -0
- package/dist-esm/test/servicelinker_operations_test.spec.js.map +1 -0
- package/package.json +30 -31
- package/review/arm-servicelinker.api.md +613 -32
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +956 -103
- package/src/models/mappers.ts +1449 -365
- package/src/models/parameters.ts +135 -32
- package/src/operations/configurationNames.ts +155 -0
- package/src/operations/connector.ts +1433 -0
- package/src/operations/index.ts +3 -0
- package/src/operations/linker.ts +180 -171
- package/src/operations/linkers.ts +702 -0
- package/src/operations/operations.ts +16 -16
- package/src/operationsInterfaces/configurationNames.ts +26 -0
- package/src/operationsInterfaces/connector.ts +349 -0
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/operationsInterfaces/linker.ts +30 -29
- package/src/operationsInterfaces/linkers.ts +153 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/pagingHelper.ts +1 -1
- package/src/serviceLinkerManagementClient.ts +36 -17
- package/types/arm-servicelinker.d.ts +1150 -61
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -1,25 +1,70 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import {
|
|
5
|
-
|
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage */
|
|
8
|
+
export declare interface AccessKeyInfoBase extends AuthInfoBase {
|
|
9
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10
|
+
authType: "accessKey";
|
|
11
|
+
/** Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus. */
|
|
12
|
+
permissions?: AccessKeyPermissions[];
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Defines values for AccessKeyPermissions. \
|
|
17
|
+
* {@link KnownAccessKeyPermissions} can be used interchangeably with AccessKeyPermissions,
|
|
18
|
+
* this enum contains the known values that the service supports.
|
|
19
|
+
* ### Known values supported by the service
|
|
20
|
+
* **Read** \
|
|
21
|
+
* **Write** \
|
|
22
|
+
* **Listen** \
|
|
23
|
+
* **Send** \
|
|
24
|
+
* **Manage**
|
|
25
|
+
*/
|
|
26
|
+
export declare type AccessKeyPermissions = string;
|
|
6
27
|
|
|
7
28
|
/**
|
|
8
29
|
* Defines values for ActionType. \
|
|
9
30
|
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
31
|
* this enum contains the known values that the service supports.
|
|
11
32
|
* ### Known values supported by the service
|
|
12
|
-
* **Internal**
|
|
33
|
+
* **Internal** \
|
|
34
|
+
* **enable** \
|
|
35
|
+
* **optOut**
|
|
13
36
|
*/
|
|
14
37
|
export declare type ActionType = string;
|
|
15
38
|
|
|
39
|
+
/**
|
|
40
|
+
* Defines values for AllowType. \
|
|
41
|
+
* {@link KnownAllowType} can be used interchangeably with AllowType,
|
|
42
|
+
* this enum contains the known values that the service supports.
|
|
43
|
+
* ### Known values supported by the service
|
|
44
|
+
* **true** \
|
|
45
|
+
* **false**
|
|
46
|
+
*/
|
|
47
|
+
export declare type AllowType = string;
|
|
48
|
+
|
|
16
49
|
/** The authentication info */
|
|
17
50
|
export declare interface AuthInfoBase {
|
|
18
51
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
19
|
-
authType: "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate";
|
|
52
|
+
authType: "accessKey" | "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate" | "userAccount" | "easyAuthMicrosoftEntraID";
|
|
53
|
+
/** Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. */
|
|
54
|
+
authMode?: AuthMode;
|
|
20
55
|
}
|
|
21
56
|
|
|
22
|
-
export declare type AuthInfoBaseUnion = AuthInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo;
|
|
57
|
+
export declare type AuthInfoBaseUnion = AuthInfoBase | AccessKeyInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo | UserAccountAuthInfo | EasyAuthMicrosoftEntraIDAuthInfo;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Defines values for AuthMode. \
|
|
61
|
+
* {@link KnownAuthMode} can be used interchangeably with AuthMode,
|
|
62
|
+
* this enum contains the known values that the service supports.
|
|
63
|
+
* ### Known values supported by the service
|
|
64
|
+
* **optInAllAuth**: Default authentication configuration according to the authentication type. \
|
|
65
|
+
* **optOutAllAuth**: Skip all authentication configuration such as enabling managed identity and granting RBAC roles
|
|
66
|
+
*/
|
|
67
|
+
export declare type AuthMode = string;
|
|
23
68
|
|
|
24
69
|
/**
|
|
25
70
|
* Defines values for AuthType. \
|
|
@@ -30,10 +75,21 @@ export declare type AuthInfoBaseUnion = AuthInfoBase | SecretAuthInfo | UserAssi
|
|
|
30
75
|
* **userAssignedIdentity** \
|
|
31
76
|
* **servicePrincipalSecret** \
|
|
32
77
|
* **servicePrincipalCertificate** \
|
|
33
|
-
* **secret**
|
|
78
|
+
* **secret** \
|
|
79
|
+
* **accessKey** \
|
|
80
|
+
* **userAccount** \
|
|
81
|
+
* **easyAuthMicrosoftEntraID**
|
|
34
82
|
*/
|
|
35
83
|
export declare type AuthType = string;
|
|
36
84
|
|
|
85
|
+
/** The resource properties when type is Azure App Configuration */
|
|
86
|
+
export declare interface AzureAppConfigProperties extends AzureResourcePropertiesBase {
|
|
87
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
88
|
+
type: "AppConfig";
|
|
89
|
+
/** True if connection enables app configuration kubernetes extension. */
|
|
90
|
+
connectWithKubernetesExtension?: boolean;
|
|
91
|
+
}
|
|
92
|
+
|
|
37
93
|
/** The resource properties when type is Azure Key Vault */
|
|
38
94
|
export declare interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
|
|
39
95
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -55,20 +111,31 @@ export declare interface AzureResource extends TargetServiceBase {
|
|
|
55
111
|
/** The azure resource properties */
|
|
56
112
|
export declare interface AzureResourcePropertiesBase {
|
|
57
113
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
58
|
-
type: "KeyVault";
|
|
114
|
+
type: "KeyVault" | "AppConfig";
|
|
59
115
|
}
|
|
60
116
|
|
|
61
|
-
export declare type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties;
|
|
117
|
+
export declare type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties | AzureAppConfigProperties;
|
|
62
118
|
|
|
63
119
|
/**
|
|
64
120
|
* Defines values for AzureResourceType. \
|
|
65
121
|
* {@link KnownAzureResourceType} can be used interchangeably with AzureResourceType,
|
|
66
122
|
* this enum contains the known values that the service supports.
|
|
67
123
|
* ### Known values supported by the service
|
|
68
|
-
* **KeyVault**
|
|
124
|
+
* **KeyVault** \
|
|
125
|
+
* **AppConfig**
|
|
69
126
|
*/
|
|
70
127
|
export declare type AzureResourceType = string;
|
|
71
128
|
|
|
129
|
+
/** The represent of basic error */
|
|
130
|
+
export declare interface BasicErrorDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
131
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
132
|
+
type: "basicError";
|
|
133
|
+
/** The error code. */
|
|
134
|
+
code?: string;
|
|
135
|
+
/** The error message. */
|
|
136
|
+
message?: string;
|
|
137
|
+
}
|
|
138
|
+
|
|
72
139
|
/**
|
|
73
140
|
* Defines values for ClientType. \
|
|
74
141
|
* {@link KnownClientType} can be used interchangeably with ClientType,
|
|
@@ -83,10 +150,112 @@ export declare type AzureResourceType = string;
|
|
|
83
150
|
* **ruby** \
|
|
84
151
|
* **django** \
|
|
85
152
|
* **nodejs** \
|
|
86
|
-
* **springBoot**
|
|
153
|
+
* **springBoot** \
|
|
154
|
+
* **kafka-springBoot** \
|
|
155
|
+
* **jms-springBoot** \
|
|
156
|
+
* **dapr**
|
|
87
157
|
*/
|
|
88
158
|
export declare type ClientType = string;
|
|
89
159
|
|
|
160
|
+
/** The configuration information, used to generate configurations or save to applications */
|
|
161
|
+
export declare interface ConfigurationInfo {
|
|
162
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
163
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
164
|
+
/** Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source. */
|
|
165
|
+
action?: ActionType;
|
|
166
|
+
/** Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations */
|
|
167
|
+
customizedKeys?: {
|
|
168
|
+
[propertyName: string]: string;
|
|
169
|
+
};
|
|
170
|
+
/** Indicates some additional properties for dapr client type */
|
|
171
|
+
daprProperties?: DaprProperties;
|
|
172
|
+
/** A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations */
|
|
173
|
+
additionalConfigurations?: {
|
|
174
|
+
[propertyName: string]: string;
|
|
175
|
+
};
|
|
176
|
+
/** A dictionary of additional properties to be added in the end of connection string. */
|
|
177
|
+
additionalConnectionStringProperties?: {
|
|
178
|
+
[propertyName: string]: string;
|
|
179
|
+
};
|
|
180
|
+
/** An option to store configuration into different place */
|
|
181
|
+
configurationStore?: ConfigurationStore;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/** The configuration names. */
|
|
185
|
+
export declare interface ConfigurationName {
|
|
186
|
+
value?: string;
|
|
187
|
+
/** Description for the configuration name. */
|
|
188
|
+
description?: string;
|
|
189
|
+
/** Represent the configuration is required or not */
|
|
190
|
+
required?: boolean;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export declare interface ConfigurationNameItem {
|
|
194
|
+
/** The target service provider name and resource name. */
|
|
195
|
+
targetService?: string;
|
|
196
|
+
/** The client type for configuration names. */
|
|
197
|
+
clientType?: ClientType;
|
|
198
|
+
/** The auth type. */
|
|
199
|
+
authType?: AuthType;
|
|
200
|
+
/** Indicates where the secrets in configuration from. Used when secrets are from Keyvault. */
|
|
201
|
+
secretType?: SecretSourceType;
|
|
202
|
+
/** Deprecated, please use #/definitions/DaprConfigurationList instead */
|
|
203
|
+
daprProperties?: DaprProperties;
|
|
204
|
+
/** The configuration names to be set in compute service environment. */
|
|
205
|
+
names?: ConfigurationName[];
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/** Configuration Name list which will be set based on different target resource, client type, auth type. */
|
|
209
|
+
export declare interface ConfigurationNameResult {
|
|
210
|
+
/** Expected configuration names for each target service. */
|
|
211
|
+
value?: ConfigurationNameItem[];
|
|
212
|
+
/**
|
|
213
|
+
* Link to next page of resources.
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly nextLink?: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/** Interface representing a ConfigurationNames. */
|
|
220
|
+
export declare interface ConfigurationNames {
|
|
221
|
+
/**
|
|
222
|
+
* Lists the configuration names generated by Service Connector for all target, client types, auth
|
|
223
|
+
* types.
|
|
224
|
+
* @param options The options parameters.
|
|
225
|
+
*/
|
|
226
|
+
list(options?: ConfigurationNamesListOptionalParams): PagedAsyncIterableIterator<ConfigurationNameItem>;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/** Optional parameters. */
|
|
230
|
+
export declare interface ConfigurationNamesListNextOptionalParams extends coreClient.OperationOptions {
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/** Contains response data for the listNext operation. */
|
|
234
|
+
export declare type ConfigurationNamesListNextResponse = ConfigurationNameResult;
|
|
235
|
+
|
|
236
|
+
/** Optional parameters. */
|
|
237
|
+
export declare interface ConfigurationNamesListOptionalParams extends coreClient.OperationOptions {
|
|
238
|
+
/** OData filter options. */
|
|
239
|
+
filter?: string;
|
|
240
|
+
/** OData skipToken option for pagination. */
|
|
241
|
+
skipToken?: string;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/** Contains response data for the list operation. */
|
|
245
|
+
export declare type ConfigurationNamesListResponse = ConfigurationNameResult;
|
|
246
|
+
|
|
247
|
+
/** Configurations for source resource, include appSettings, connectionString and serviceBindings */
|
|
248
|
+
export declare interface ConfigurationResult {
|
|
249
|
+
/** The configuration properties for source resource. */
|
|
250
|
+
configurations?: SourceConfiguration[];
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/** An option to store configuration into different place */
|
|
254
|
+
export declare interface ConfigurationStore {
|
|
255
|
+
/** The app configuration id to store configuration */
|
|
256
|
+
appConfigurationId?: string;
|
|
257
|
+
}
|
|
258
|
+
|
|
90
259
|
/** The service properties when target service type is ConfluentBootstrapServer */
|
|
91
260
|
export declare interface ConfluentBootstrapServer extends TargetServiceBase {
|
|
92
261
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -103,6 +272,297 @@ export declare interface ConfluentSchemaRegistry extends TargetServiceBase {
|
|
|
103
272
|
endpoint?: string;
|
|
104
273
|
}
|
|
105
274
|
|
|
275
|
+
/** Interface representing a Connector. */
|
|
276
|
+
export declare interface Connector {
|
|
277
|
+
/**
|
|
278
|
+
* list dryrun jobs
|
|
279
|
+
* @param subscriptionId The ID of the target subscription.
|
|
280
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
281
|
+
* @param location The name of Azure region.
|
|
282
|
+
* @param options The options parameters.
|
|
283
|
+
*/
|
|
284
|
+
listDryrun(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
|
|
285
|
+
/**
|
|
286
|
+
* Returns list of connector which connects to the resource, which supports to config the target
|
|
287
|
+
* service during the resource provision.
|
|
288
|
+
* @param subscriptionId The ID of the target subscription.
|
|
289
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
290
|
+
* @param location The name of Azure region.
|
|
291
|
+
* @param options The options parameters.
|
|
292
|
+
*/
|
|
293
|
+
list(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
|
|
294
|
+
/**
|
|
295
|
+
* get a dryrun job
|
|
296
|
+
* @param subscriptionId The ID of the target subscription.
|
|
297
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
298
|
+
* @param location The name of Azure region.
|
|
299
|
+
* @param dryrunName The name of dryrun.
|
|
300
|
+
* @param options The options parameters.
|
|
301
|
+
*/
|
|
302
|
+
getDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorGetDryrunOptionalParams): Promise<ConnectorGetDryrunResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* create a dryrun job to do necessary check before actual creation
|
|
305
|
+
* @param subscriptionId The ID of the target subscription.
|
|
306
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
307
|
+
* @param location The name of Azure region.
|
|
308
|
+
* @param dryrunName The name of dryrun.
|
|
309
|
+
* @param parameters dryrun resource.
|
|
310
|
+
* @param options The options parameters.
|
|
311
|
+
*/
|
|
312
|
+
beginCreateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateDryrunResponse>, ConnectorCreateDryrunResponse>>;
|
|
313
|
+
/**
|
|
314
|
+
* create a dryrun job to do necessary check before actual creation
|
|
315
|
+
* @param subscriptionId The ID of the target subscription.
|
|
316
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
317
|
+
* @param location The name of Azure region.
|
|
318
|
+
* @param dryrunName The name of dryrun.
|
|
319
|
+
* @param parameters dryrun resource.
|
|
320
|
+
* @param options The options parameters.
|
|
321
|
+
*/
|
|
322
|
+
beginCreateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<ConnectorCreateDryrunResponse>;
|
|
323
|
+
/**
|
|
324
|
+
* update a dryrun job to do necessary check before actual creation
|
|
325
|
+
* @param subscriptionId The ID of the target subscription.
|
|
326
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
327
|
+
* @param location The name of Azure region.
|
|
328
|
+
* @param dryrunName The name of dryrun.
|
|
329
|
+
* @param parameters dryrun resource.
|
|
330
|
+
* @param options The options parameters.
|
|
331
|
+
*/
|
|
332
|
+
beginUpdateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateDryrunResponse>, ConnectorUpdateDryrunResponse>>;
|
|
333
|
+
/**
|
|
334
|
+
* update a dryrun job to do necessary check before actual creation
|
|
335
|
+
* @param subscriptionId The ID of the target subscription.
|
|
336
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
337
|
+
* @param location The name of Azure region.
|
|
338
|
+
* @param dryrunName The name of dryrun.
|
|
339
|
+
* @param parameters dryrun resource.
|
|
340
|
+
* @param options The options parameters.
|
|
341
|
+
*/
|
|
342
|
+
beginUpdateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<ConnectorUpdateDryrunResponse>;
|
|
343
|
+
/**
|
|
344
|
+
* delete a dryrun job
|
|
345
|
+
* @param subscriptionId The ID of the target subscription.
|
|
346
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
347
|
+
* @param location The name of Azure region.
|
|
348
|
+
* @param dryrunName The name of dryrun.
|
|
349
|
+
* @param options The options parameters.
|
|
350
|
+
*/
|
|
351
|
+
deleteDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorDeleteDryrunOptionalParams): Promise<void>;
|
|
352
|
+
/**
|
|
353
|
+
* Returns Connector resource for a given name.
|
|
354
|
+
* @param subscriptionId The ID of the target subscription.
|
|
355
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
356
|
+
* @param location The name of Azure region.
|
|
357
|
+
* @param connectorName The name of resource.
|
|
358
|
+
* @param options The options parameters.
|
|
359
|
+
*/
|
|
360
|
+
get(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGetOptionalParams): Promise<ConnectorGetResponse>;
|
|
361
|
+
/**
|
|
362
|
+
* Create or update Connector resource.
|
|
363
|
+
* @param subscriptionId The ID of the target subscription.
|
|
364
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
365
|
+
* @param location The name of Azure region.
|
|
366
|
+
* @param connectorName The name of resource.
|
|
367
|
+
* @param parameters Connector details.
|
|
368
|
+
* @param options The options parameters.
|
|
369
|
+
*/
|
|
370
|
+
beginCreateOrUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateOrUpdateResponse>, ConnectorCreateOrUpdateResponse>>;
|
|
371
|
+
/**
|
|
372
|
+
* Create or update Connector resource.
|
|
373
|
+
* @param subscriptionId The ID of the target subscription.
|
|
374
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
375
|
+
* @param location The name of Azure region.
|
|
376
|
+
* @param connectorName The name of resource.
|
|
377
|
+
* @param parameters Connector details.
|
|
378
|
+
* @param options The options parameters.
|
|
379
|
+
*/
|
|
380
|
+
beginCreateOrUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<ConnectorCreateOrUpdateResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* Delete a Connector.
|
|
383
|
+
* @param subscriptionId The ID of the target subscription.
|
|
384
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
385
|
+
* @param location The name of Azure region.
|
|
386
|
+
* @param connectorName The name of resource.
|
|
387
|
+
* @param options The options parameters.
|
|
388
|
+
*/
|
|
389
|
+
beginDelete(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
390
|
+
/**
|
|
391
|
+
* Delete a Connector.
|
|
392
|
+
* @param subscriptionId The ID of the target subscription.
|
|
393
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
394
|
+
* @param location The name of Azure region.
|
|
395
|
+
* @param connectorName The name of resource.
|
|
396
|
+
* @param options The options parameters.
|
|
397
|
+
*/
|
|
398
|
+
beginDeleteAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<void>;
|
|
399
|
+
/**
|
|
400
|
+
* Operation to update an existing Connector.
|
|
401
|
+
* @param subscriptionId The ID of the target subscription.
|
|
402
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
403
|
+
* @param location The name of Azure region.
|
|
404
|
+
* @param connectorName The name of resource.
|
|
405
|
+
* @param parameters Connector details.
|
|
406
|
+
* @param options The options parameters.
|
|
407
|
+
*/
|
|
408
|
+
beginUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateResponse>, ConnectorUpdateResponse>>;
|
|
409
|
+
/**
|
|
410
|
+
* Operation to update an existing Connector.
|
|
411
|
+
* @param subscriptionId The ID of the target subscription.
|
|
412
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
413
|
+
* @param location The name of Azure region.
|
|
414
|
+
* @param connectorName The name of resource.
|
|
415
|
+
* @param parameters Connector details.
|
|
416
|
+
* @param options The options parameters.
|
|
417
|
+
*/
|
|
418
|
+
beginUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<ConnectorUpdateResponse>;
|
|
419
|
+
/**
|
|
420
|
+
* Validate a Connector.
|
|
421
|
+
* @param subscriptionId The ID of the target subscription.
|
|
422
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
423
|
+
* @param location The name of Azure region.
|
|
424
|
+
* @param connectorName The name of resource.
|
|
425
|
+
* @param options The options parameters.
|
|
426
|
+
*/
|
|
427
|
+
beginValidate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorValidateResponse>, ConnectorValidateResponse>>;
|
|
428
|
+
/**
|
|
429
|
+
* Validate a Connector.
|
|
430
|
+
* @param subscriptionId The ID of the target subscription.
|
|
431
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
432
|
+
* @param location The name of Azure region.
|
|
433
|
+
* @param connectorName The name of resource.
|
|
434
|
+
* @param options The options parameters.
|
|
435
|
+
*/
|
|
436
|
+
beginValidateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<ConnectorValidateResponse>;
|
|
437
|
+
/**
|
|
438
|
+
* Generate configurations for a Connector.
|
|
439
|
+
* @param subscriptionId The ID of the target subscription.
|
|
440
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
441
|
+
* @param location The name of Azure region.
|
|
442
|
+
* @param connectorName The name of resource.
|
|
443
|
+
* @param options The options parameters.
|
|
444
|
+
*/
|
|
445
|
+
generateConfigurations(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGenerateConfigurationsOptionalParams): Promise<ConnectorGenerateConfigurationsResponse>;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
/** Optional parameters. */
|
|
449
|
+
export declare interface ConnectorCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
451
|
+
updateIntervalInMs?: number;
|
|
452
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
453
|
+
resumeFrom?: string;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/** Contains response data for the createDryrun operation. */
|
|
457
|
+
export declare type ConnectorCreateDryrunResponse = DryrunResource;
|
|
458
|
+
|
|
459
|
+
/** Optional parameters. */
|
|
460
|
+
export declare interface ConnectorCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
461
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
462
|
+
updateIntervalInMs?: number;
|
|
463
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
464
|
+
resumeFrom?: string;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
468
|
+
export declare type ConnectorCreateOrUpdateResponse = LinkerResource;
|
|
469
|
+
|
|
470
|
+
/** Optional parameters. */
|
|
471
|
+
export declare interface ConnectorDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/** Optional parameters. */
|
|
475
|
+
export declare interface ConnectorDeleteOptionalParams extends coreClient.OperationOptions {
|
|
476
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
477
|
+
updateIntervalInMs?: number;
|
|
478
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
479
|
+
resumeFrom?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/** Optional parameters. */
|
|
483
|
+
export declare interface ConnectorGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
484
|
+
/** Connection Info, including format, secret store, etc */
|
|
485
|
+
parameters?: ConfigurationInfo;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/** Contains response data for the generateConfigurations operation. */
|
|
489
|
+
export declare type ConnectorGenerateConfigurationsResponse = ConfigurationResult;
|
|
490
|
+
|
|
491
|
+
/** Optional parameters. */
|
|
492
|
+
export declare interface ConnectorGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
/** Contains response data for the getDryrun operation. */
|
|
496
|
+
export declare type ConnectorGetDryrunResponse = DryrunResource;
|
|
497
|
+
|
|
498
|
+
/** Optional parameters. */
|
|
499
|
+
export declare interface ConnectorGetOptionalParams extends coreClient.OperationOptions {
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
/** Contains response data for the get operation. */
|
|
503
|
+
export declare type ConnectorGetResponse = LinkerResource;
|
|
504
|
+
|
|
505
|
+
/** Optional parameters. */
|
|
506
|
+
export declare interface ConnectorListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/** Contains response data for the listDryrunNext operation. */
|
|
510
|
+
export declare type ConnectorListDryrunNextResponse = DryrunList;
|
|
511
|
+
|
|
512
|
+
/** Optional parameters. */
|
|
513
|
+
export declare interface ConnectorListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
/** Contains response data for the listDryrun operation. */
|
|
517
|
+
export declare type ConnectorListDryrunResponse = DryrunList;
|
|
518
|
+
|
|
519
|
+
/** Optional parameters. */
|
|
520
|
+
export declare interface ConnectorListNextOptionalParams extends coreClient.OperationOptions {
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
/** Contains response data for the listNext operation. */
|
|
524
|
+
export declare type ConnectorListNextResponse = ResourceList;
|
|
525
|
+
|
|
526
|
+
/** Optional parameters. */
|
|
527
|
+
export declare interface ConnectorListOptionalParams extends coreClient.OperationOptions {
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/** Contains response data for the list operation. */
|
|
531
|
+
export declare type ConnectorListResponse = ResourceList;
|
|
532
|
+
|
|
533
|
+
/** Optional parameters. */
|
|
534
|
+
export declare interface ConnectorUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
535
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
536
|
+
updateIntervalInMs?: number;
|
|
537
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
538
|
+
resumeFrom?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/** Contains response data for the updateDryrun operation. */
|
|
542
|
+
export declare type ConnectorUpdateDryrunResponse = DryrunResource;
|
|
543
|
+
|
|
544
|
+
/** Optional parameters. */
|
|
545
|
+
export declare interface ConnectorUpdateOptionalParams extends coreClient.OperationOptions {
|
|
546
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
547
|
+
updateIntervalInMs?: number;
|
|
548
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
549
|
+
resumeFrom?: string;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/** Contains response data for the update operation. */
|
|
553
|
+
export declare type ConnectorUpdateResponse = LinkerResource;
|
|
554
|
+
|
|
555
|
+
/** Optional parameters. */
|
|
556
|
+
export declare interface ConnectorValidateOptionalParams extends coreClient.OperationOptions {
|
|
557
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
558
|
+
updateIntervalInMs?: number;
|
|
559
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
560
|
+
resumeFrom?: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/** Contains response data for the validate operation. */
|
|
564
|
+
export declare type ConnectorValidateResponse = ValidateOperationResult;
|
|
565
|
+
|
|
106
566
|
/**
|
|
107
567
|
* Defines values for CreatedByType. \
|
|
108
568
|
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
@@ -115,6 +575,229 @@ export declare interface ConfluentSchemaRegistry extends TargetServiceBase {
|
|
|
115
575
|
*/
|
|
116
576
|
export declare type CreatedByType = string;
|
|
117
577
|
|
|
578
|
+
/** The dryrun parameters for creation or update a linker */
|
|
579
|
+
export declare interface CreateOrUpdateDryrunParameters extends DryrunParameters, LinkerProperties {
|
|
580
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
581
|
+
actionName: "createOrUpdate";
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Defines values for DaprBindingComponentDirection. \
|
|
586
|
+
* {@link KnownDaprBindingComponentDirection} can be used interchangeably with DaprBindingComponentDirection,
|
|
587
|
+
* this enum contains the known values that the service supports.
|
|
588
|
+
* ### Known values supported by the service
|
|
589
|
+
* **input** \
|
|
590
|
+
* **output**
|
|
591
|
+
*/
|
|
592
|
+
export declare type DaprBindingComponentDirection = string;
|
|
593
|
+
|
|
594
|
+
/** Dapr configuration list supported by Service Connector */
|
|
595
|
+
export declare interface DaprConfigurationList {
|
|
596
|
+
/** The list of dapr configurations */
|
|
597
|
+
value?: DaprConfigurationResource[];
|
|
598
|
+
/**
|
|
599
|
+
* Link to next page of resources.
|
|
600
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
601
|
+
*/
|
|
602
|
+
readonly nextLink?: string;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/** Represent one resource of the dapr configuration list */
|
|
606
|
+
export declare interface DaprConfigurationResource {
|
|
607
|
+
/** Supported target resource type, extract from resource id, uppercase */
|
|
608
|
+
targetType?: string;
|
|
609
|
+
/** The authentication type. */
|
|
610
|
+
authType?: AuthType;
|
|
611
|
+
/** Indicates some additional properties for dapr client type */
|
|
612
|
+
daprProperties?: DaprProperties;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
/** The dapr component metadata. */
|
|
616
|
+
export declare interface DaprMetadata {
|
|
617
|
+
/** Metadata property name. */
|
|
618
|
+
name?: string;
|
|
619
|
+
/** Metadata property value. */
|
|
620
|
+
value?: string;
|
|
621
|
+
/** The secret name where dapr could get value */
|
|
622
|
+
secretRef?: string;
|
|
623
|
+
/** The description of the metadata, returned from configuration api */
|
|
624
|
+
description?: string;
|
|
625
|
+
/** The value indicating whether the metadata is required or not */
|
|
626
|
+
required?: DaprMetadataRequired;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* Defines values for DaprMetadataRequired. \
|
|
631
|
+
* {@link KnownDaprMetadataRequired} can be used interchangeably with DaprMetadataRequired,
|
|
632
|
+
* this enum contains the known values that the service supports.
|
|
633
|
+
* ### Known values supported by the service
|
|
634
|
+
* **true** \
|
|
635
|
+
* **false**
|
|
636
|
+
*/
|
|
637
|
+
export declare type DaprMetadataRequired = string;
|
|
638
|
+
|
|
639
|
+
/** Indicates some additional properties for dapr client type */
|
|
640
|
+
export declare interface DaprProperties {
|
|
641
|
+
/** The dapr component version */
|
|
642
|
+
version?: string;
|
|
643
|
+
/** The dapr component type */
|
|
644
|
+
componentType?: string;
|
|
645
|
+
/** The name of a secret store dapr to retrieve secret */
|
|
646
|
+
secretStoreComponent?: string;
|
|
647
|
+
/** Additional dapr metadata */
|
|
648
|
+
metadata?: DaprMetadata[];
|
|
649
|
+
/** The dapr component scopes */
|
|
650
|
+
scopes?: string[];
|
|
651
|
+
/**
|
|
652
|
+
* The runtime version supported by the properties
|
|
653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
654
|
+
*/
|
|
655
|
+
readonly runtimeVersion?: string;
|
|
656
|
+
/**
|
|
657
|
+
* The direction supported by the dapr binding component
|
|
658
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
659
|
+
*/
|
|
660
|
+
readonly bindingComponentDirection?: DaprBindingComponentDirection;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/** The extra auth info required by Database AAD authentication. */
|
|
664
|
+
export declare interface DatabaseAadAuthInfo {
|
|
665
|
+
/** Username created in the database which is mapped to a user in AAD. */
|
|
666
|
+
userName?: string;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* Defines values for DeleteOrUpdateBehavior. \
|
|
671
|
+
* {@link KnownDeleteOrUpdateBehavior} can be used interchangeably with DeleteOrUpdateBehavior,
|
|
672
|
+
* this enum contains the known values that the service supports.
|
|
673
|
+
* ### Known values supported by the service
|
|
674
|
+
* **Default** \
|
|
675
|
+
* **ForcedCleanup**
|
|
676
|
+
*/
|
|
677
|
+
export declare type DeleteOrUpdateBehavior = string;
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* Defines values for DryrunActionName. \
|
|
681
|
+
* {@link KnownDryrunActionName} can be used interchangeably with DryrunActionName,
|
|
682
|
+
* this enum contains the known values that the service supports.
|
|
683
|
+
* ### Known values supported by the service
|
|
684
|
+
* **createOrUpdate**
|
|
685
|
+
*/
|
|
686
|
+
export declare type DryrunActionName = string;
|
|
687
|
+
|
|
688
|
+
/** The list of dryrun. */
|
|
689
|
+
export declare interface DryrunList {
|
|
690
|
+
/** The link used to get the next page of dryrun list. */
|
|
691
|
+
nextLink?: string;
|
|
692
|
+
/** The list of dryrun. */
|
|
693
|
+
value?: DryrunResource[];
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/** The preview of the operations for creation */
|
|
697
|
+
export declare interface DryrunOperationPreview {
|
|
698
|
+
/** The operation name */
|
|
699
|
+
name?: string;
|
|
700
|
+
/** The operation type */
|
|
701
|
+
operationType?: DryrunPreviewOperationType;
|
|
702
|
+
/** The description of the operation */
|
|
703
|
+
description?: string;
|
|
704
|
+
/** The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format */
|
|
705
|
+
action?: string;
|
|
706
|
+
/** The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview */
|
|
707
|
+
scope?: string;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
/** The parameters of the dryrun */
|
|
711
|
+
export declare interface DryrunParameters {
|
|
712
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
713
|
+
actionName: "createOrUpdate";
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export declare type DryrunParametersUnion = DryrunParameters | CreateOrUpdateDryrunParameters;
|
|
717
|
+
|
|
718
|
+
/** a dryrun job to be updated. */
|
|
719
|
+
export declare interface DryrunPatch {
|
|
720
|
+
/** The parameters of the dryrun */
|
|
721
|
+
parameters?: DryrunParametersUnion;
|
|
722
|
+
/**
|
|
723
|
+
* the result of the dryrun
|
|
724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
725
|
+
*/
|
|
726
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
727
|
+
/**
|
|
728
|
+
* the preview of the operations for creation
|
|
729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
730
|
+
*/
|
|
731
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
732
|
+
/**
|
|
733
|
+
* The provisioning state.
|
|
734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
|
+
*/
|
|
736
|
+
readonly provisioningState?: string;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
/** A result of dryrun */
|
|
740
|
+
export declare interface DryrunPrerequisiteResult {
|
|
741
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
742
|
+
type: "basicError" | "permissionsMissing";
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
/**
|
|
746
|
+
* Defines values for DryrunPrerequisiteResultType. \
|
|
747
|
+
* {@link KnownDryrunPrerequisiteResultType} can be used interchangeably with DryrunPrerequisiteResultType,
|
|
748
|
+
* this enum contains the known values that the service supports.
|
|
749
|
+
* ### Known values supported by the service
|
|
750
|
+
* **basicError** \
|
|
751
|
+
* **permissionsMissing**
|
|
752
|
+
*/
|
|
753
|
+
export declare type DryrunPrerequisiteResultType = string;
|
|
754
|
+
|
|
755
|
+
export declare type DryrunPrerequisiteResultUnion = DryrunPrerequisiteResult | BasicErrorDryrunPrerequisiteResult | PermissionsMissingDryrunPrerequisiteResult;
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Defines values for DryrunPreviewOperationType. \
|
|
759
|
+
* {@link KnownDryrunPreviewOperationType} can be used interchangeably with DryrunPreviewOperationType,
|
|
760
|
+
* this enum contains the known values that the service supports.
|
|
761
|
+
* ### Known values supported by the service
|
|
762
|
+
* **configConnection** \
|
|
763
|
+
* **configNetwork** \
|
|
764
|
+
* **configAuth**
|
|
765
|
+
*/
|
|
766
|
+
export declare type DryrunPreviewOperationType = string;
|
|
767
|
+
|
|
768
|
+
/** a dryrun job resource */
|
|
769
|
+
export declare interface DryrunResource extends ProxyResource {
|
|
770
|
+
/** The parameters of the dryrun */
|
|
771
|
+
parameters?: DryrunParametersUnion;
|
|
772
|
+
/**
|
|
773
|
+
* the result of the dryrun
|
|
774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
+
*/
|
|
776
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
777
|
+
/**
|
|
778
|
+
* the preview of the operations for creation
|
|
779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
+
*/
|
|
781
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
782
|
+
/**
|
|
783
|
+
* The provisioning state.
|
|
784
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
+
*/
|
|
786
|
+
readonly provisioningState?: string;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
/** The authentication info when authType is EasyAuth Microsoft Entra ID */
|
|
790
|
+
export declare interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {
|
|
791
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
792
|
+
authType: "easyAuthMicrosoftEntraID";
|
|
793
|
+
/** Application clientId for EasyAuth Microsoft Entra ID. */
|
|
794
|
+
clientId?: string;
|
|
795
|
+
/** Application Secret for EasyAuth Microsoft Entra ID. */
|
|
796
|
+
secret?: string;
|
|
797
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
798
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
799
|
+
}
|
|
800
|
+
|
|
118
801
|
/** The resource management error additional info. */
|
|
119
802
|
export declare interface ErrorAdditionalInfo {
|
|
120
803
|
/**
|
|
@@ -164,6 +847,24 @@ export declare interface ErrorResponse {
|
|
|
164
847
|
error?: ErrorDetail;
|
|
165
848
|
}
|
|
166
849
|
|
|
850
|
+
/** The service properties when target service type is FabricPlatform */
|
|
851
|
+
export declare interface FabricPlatform extends TargetServiceBase {
|
|
852
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
853
|
+
type: "FabricPlatform";
|
|
854
|
+
/** The endpoint of service. */
|
|
855
|
+
endpoint?: string;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
/** Target service's firewall rules. to allow connections from source service. */
|
|
859
|
+
export declare interface FirewallRules {
|
|
860
|
+
/** This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. */
|
|
861
|
+
ipRanges?: string[];
|
|
862
|
+
/** Allow Azure services to access the target service if true. */
|
|
863
|
+
azureServices?: AllowType;
|
|
864
|
+
/** Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. */
|
|
865
|
+
callerClientIP?: AllowType;
|
|
866
|
+
}
|
|
867
|
+
|
|
167
868
|
/**
|
|
168
869
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
169
870
|
* returns a continuation token that can be used to begin paging from
|
|
@@ -191,10 +892,44 @@ export declare interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {
|
|
|
191
892
|
value?: string;
|
|
192
893
|
}
|
|
193
894
|
|
|
895
|
+
/** Known values of {@link AccessKeyPermissions} that the service accepts. */
|
|
896
|
+
export declare enum KnownAccessKeyPermissions {
|
|
897
|
+
/** Read */
|
|
898
|
+
Read = "Read",
|
|
899
|
+
/** Write */
|
|
900
|
+
Write = "Write",
|
|
901
|
+
/** Listen */
|
|
902
|
+
Listen = "Listen",
|
|
903
|
+
/** Send */
|
|
904
|
+
Send = "Send",
|
|
905
|
+
/** Manage */
|
|
906
|
+
Manage = "Manage"
|
|
907
|
+
}
|
|
908
|
+
|
|
194
909
|
/** Known values of {@link ActionType} that the service accepts. */
|
|
195
910
|
export declare enum KnownActionType {
|
|
196
911
|
/** Internal */
|
|
197
|
-
Internal = "Internal"
|
|
912
|
+
Internal = "Internal",
|
|
913
|
+
/** Enable */
|
|
914
|
+
Enable = "enable",
|
|
915
|
+
/** OptOut */
|
|
916
|
+
OptOut = "optOut"
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
/** Known values of {@link AllowType} that the service accepts. */
|
|
920
|
+
export declare enum KnownAllowType {
|
|
921
|
+
/** True */
|
|
922
|
+
True = "true",
|
|
923
|
+
/** False */
|
|
924
|
+
False = "false"
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
/** Known values of {@link AuthMode} that the service accepts. */
|
|
928
|
+
export declare enum KnownAuthMode {
|
|
929
|
+
/** Default authentication configuration according to the authentication type. */
|
|
930
|
+
OptInAllAuth = "optInAllAuth",
|
|
931
|
+
/** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */
|
|
932
|
+
OptOutAllAuth = "optOutAllAuth"
|
|
198
933
|
}
|
|
199
934
|
|
|
200
935
|
/** Known values of {@link AuthType} that the service accepts. */
|
|
@@ -208,13 +943,21 @@ export declare enum KnownAuthType {
|
|
|
208
943
|
/** ServicePrincipalCertificate */
|
|
209
944
|
ServicePrincipalCertificate = "servicePrincipalCertificate",
|
|
210
945
|
/** Secret */
|
|
211
|
-
Secret = "secret"
|
|
946
|
+
Secret = "secret",
|
|
947
|
+
/** AccessKey */
|
|
948
|
+
AccessKey = "accessKey",
|
|
949
|
+
/** UserAccount */
|
|
950
|
+
UserAccount = "userAccount",
|
|
951
|
+
/** EasyAuthMicrosoftEntraID */
|
|
952
|
+
EasyAuthMicrosoftEntraID = "easyAuthMicrosoftEntraID"
|
|
212
953
|
}
|
|
213
954
|
|
|
214
955
|
/** Known values of {@link AzureResourceType} that the service accepts. */
|
|
215
956
|
export declare enum KnownAzureResourceType {
|
|
216
957
|
/** KeyVault */
|
|
217
|
-
KeyVault = "KeyVault"
|
|
958
|
+
KeyVault = "KeyVault",
|
|
959
|
+
/** AppConfig */
|
|
960
|
+
AppConfig = "AppConfig"
|
|
218
961
|
}
|
|
219
962
|
|
|
220
963
|
/** Known values of {@link ClientType} that the service accepts. */
|
|
@@ -238,7 +981,13 @@ export declare enum KnownClientType {
|
|
|
238
981
|
/** Nodejs */
|
|
239
982
|
Nodejs = "nodejs",
|
|
240
983
|
/** SpringBoot */
|
|
241
|
-
SpringBoot = "springBoot"
|
|
984
|
+
SpringBoot = "springBoot",
|
|
985
|
+
/** KafkaSpringBoot */
|
|
986
|
+
KafkaSpringBoot = "kafka-springBoot",
|
|
987
|
+
/** JmsSpringBoot */
|
|
988
|
+
JmsSpringBoot = "jms-springBoot",
|
|
989
|
+
/** Dapr */
|
|
990
|
+
Dapr = "dapr"
|
|
242
991
|
}
|
|
243
992
|
|
|
244
993
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
@@ -253,6 +1002,62 @@ export declare enum KnownCreatedByType {
|
|
|
253
1002
|
Key = "Key"
|
|
254
1003
|
}
|
|
255
1004
|
|
|
1005
|
+
/** Known values of {@link DaprBindingComponentDirection} that the service accepts. */
|
|
1006
|
+
export declare enum KnownDaprBindingComponentDirection {
|
|
1007
|
+
/** Input */
|
|
1008
|
+
Input = "input",
|
|
1009
|
+
/** Output */
|
|
1010
|
+
Output = "output"
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
/** Known values of {@link DaprMetadataRequired} that the service accepts. */
|
|
1014
|
+
export declare enum KnownDaprMetadataRequired {
|
|
1015
|
+
/** True */
|
|
1016
|
+
True = "true",
|
|
1017
|
+
/** False */
|
|
1018
|
+
False = "false"
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
/** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */
|
|
1022
|
+
export declare enum KnownDeleteOrUpdateBehavior {
|
|
1023
|
+
/** Default */
|
|
1024
|
+
Default = "Default",
|
|
1025
|
+
/** ForcedCleanup */
|
|
1026
|
+
ForcedCleanup = "ForcedCleanup"
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/** Known values of {@link DryrunActionName} that the service accepts. */
|
|
1030
|
+
export declare enum KnownDryrunActionName {
|
|
1031
|
+
/** CreateOrUpdate */
|
|
1032
|
+
CreateOrUpdate = "createOrUpdate"
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
/** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */
|
|
1036
|
+
export declare enum KnownDryrunPrerequisiteResultType {
|
|
1037
|
+
/** BasicError */
|
|
1038
|
+
BasicError = "basicError",
|
|
1039
|
+
/** PermissionsMissing */
|
|
1040
|
+
PermissionsMissing = "permissionsMissing"
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/** Known values of {@link DryrunPreviewOperationType} that the service accepts. */
|
|
1044
|
+
export declare enum KnownDryrunPreviewOperationType {
|
|
1045
|
+
/** ConfigConnection */
|
|
1046
|
+
ConfigConnection = "configConnection",
|
|
1047
|
+
/** ConfigNetwork */
|
|
1048
|
+
ConfigNetwork = "configNetwork",
|
|
1049
|
+
/** ConfigAuth */
|
|
1050
|
+
ConfigAuth = "configAuth"
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
/** Known values of {@link LinkerConfigurationType} that the service accepts. */
|
|
1054
|
+
export declare enum KnownLinkerConfigurationType {
|
|
1055
|
+
/** Default */
|
|
1056
|
+
Default = "Default",
|
|
1057
|
+
/** KeyVaultSecret */
|
|
1058
|
+
KeyVaultSecret = "KeyVaultSecret"
|
|
1059
|
+
}
|
|
1060
|
+
|
|
256
1061
|
/** Known values of {@link Origin} that the service accepts. */
|
|
257
1062
|
export declare enum KnownOrigin {
|
|
258
1063
|
/** User */
|
|
@@ -263,6 +1068,14 @@ export declare enum KnownOrigin {
|
|
|
263
1068
|
UserSystem = "user,system"
|
|
264
1069
|
}
|
|
265
1070
|
|
|
1071
|
+
/** Known values of {@link SecretSourceType} that the service accepts. */
|
|
1072
|
+
export declare enum KnownSecretSourceType {
|
|
1073
|
+
/** RawValue */
|
|
1074
|
+
RawValue = "rawValue",
|
|
1075
|
+
/** KeyVaultSecret */
|
|
1076
|
+
KeyVaultSecret = "keyVaultSecret"
|
|
1077
|
+
}
|
|
1078
|
+
|
|
266
1079
|
/** Known values of {@link SecretType} that the service accepts. */
|
|
267
1080
|
export declare enum KnownSecretType {
|
|
268
1081
|
/** RawValue */
|
|
@@ -280,7 +1093,11 @@ export declare enum KnownTargetServiceType {
|
|
|
280
1093
|
/** ConfluentBootstrapServer */
|
|
281
1094
|
ConfluentBootstrapServer = "ConfluentBootstrapServer",
|
|
282
1095
|
/** ConfluentSchemaRegistry */
|
|
283
|
-
ConfluentSchemaRegistry = "ConfluentSchemaRegistry"
|
|
1096
|
+
ConfluentSchemaRegistry = "ConfluentSchemaRegistry",
|
|
1097
|
+
/** SelfHostedServer */
|
|
1098
|
+
SelfHostedServer = "SelfHostedServer",
|
|
1099
|
+
/** FabricPlatform */
|
|
1100
|
+
FabricPlatform = "FabricPlatform"
|
|
284
1101
|
}
|
|
285
1102
|
|
|
286
1103
|
/** Known values of {@link ValidationResultStatus} that the service accepts. */
|
|
@@ -304,7 +1121,8 @@ export declare enum KnownVNetSolutionType {
|
|
|
304
1121
|
/** Interface representing a Linker. */
|
|
305
1122
|
export declare interface Linker {
|
|
306
1123
|
/**
|
|
307
|
-
* Returns list of Linkers which connects to the resource.
|
|
1124
|
+
* Returns list of Linkers which connects to the resource. which supports to config both application
|
|
1125
|
+
* and target service during the resource provision.
|
|
308
1126
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
309
1127
|
* connected.
|
|
310
1128
|
* @param options The options parameters.
|
|
@@ -319,16 +1137,16 @@ export declare interface Linker {
|
|
|
319
1137
|
*/
|
|
320
1138
|
get(resourceUri: string, linkerName: string, options?: LinkerGetOptionalParams): Promise<LinkerGetResponse>;
|
|
321
1139
|
/**
|
|
322
|
-
* Create or update
|
|
1140
|
+
* Create or update Linker resource.
|
|
323
1141
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
324
1142
|
* connected.
|
|
325
1143
|
* @param linkerName The name Linker resource.
|
|
326
1144
|
* @param parameters Linker details.
|
|
327
1145
|
* @param options The options parameters.
|
|
328
1146
|
*/
|
|
329
|
-
beginCreateOrUpdate(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<
|
|
1147
|
+
beginCreateOrUpdate(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerCreateOrUpdateResponse>, LinkerCreateOrUpdateResponse>>;
|
|
330
1148
|
/**
|
|
331
|
-
* Create or update
|
|
1149
|
+
* Create or update Linker resource.
|
|
332
1150
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
333
1151
|
* connected.
|
|
334
1152
|
* @param linkerName The name Linker resource.
|
|
@@ -337,15 +1155,15 @@ export declare interface Linker {
|
|
|
337
1155
|
*/
|
|
338
1156
|
beginCreateOrUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<LinkerCreateOrUpdateResponse>;
|
|
339
1157
|
/**
|
|
340
|
-
* Delete a
|
|
1158
|
+
* Delete a Linker.
|
|
341
1159
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
342
1160
|
* connected.
|
|
343
1161
|
* @param linkerName The name Linker resource.
|
|
344
1162
|
* @param options The options parameters.
|
|
345
1163
|
*/
|
|
346
|
-
beginDelete(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<
|
|
1164
|
+
beginDelete(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
347
1165
|
/**
|
|
348
|
-
* Delete a
|
|
1166
|
+
* Delete a Linker.
|
|
349
1167
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
350
1168
|
* connected.
|
|
351
1169
|
* @param linkerName The name Linker resource.
|
|
@@ -353,16 +1171,16 @@ export declare interface Linker {
|
|
|
353
1171
|
*/
|
|
354
1172
|
beginDeleteAndWait(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<void>;
|
|
355
1173
|
/**
|
|
356
|
-
* Operation to update an existing
|
|
1174
|
+
* Operation to update an existing Linker.
|
|
357
1175
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
358
1176
|
* connected.
|
|
359
1177
|
* @param linkerName The name Linker resource.
|
|
360
1178
|
* @param parameters Linker details.
|
|
361
1179
|
* @param options The options parameters.
|
|
362
1180
|
*/
|
|
363
|
-
beginUpdate(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<
|
|
1181
|
+
beginUpdate(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerUpdateResponse>, LinkerUpdateResponse>>;
|
|
364
1182
|
/**
|
|
365
|
-
* Operation to update an existing
|
|
1183
|
+
* Operation to update an existing Linker.
|
|
366
1184
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
367
1185
|
* connected.
|
|
368
1186
|
* @param linkerName The name Linker resource.
|
|
@@ -371,15 +1189,15 @@ export declare interface Linker {
|
|
|
371
1189
|
*/
|
|
372
1190
|
beginUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<LinkerUpdateResponse>;
|
|
373
1191
|
/**
|
|
374
|
-
* Validate a
|
|
1192
|
+
* Validate a Linker.
|
|
375
1193
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
376
1194
|
* connected.
|
|
377
1195
|
* @param linkerName The name Linker resource.
|
|
378
1196
|
* @param options The options parameters.
|
|
379
1197
|
*/
|
|
380
|
-
beginValidate(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<
|
|
1198
|
+
beginValidate(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerValidateResponse>, LinkerValidateResponse>>;
|
|
381
1199
|
/**
|
|
382
|
-
* Validate a
|
|
1200
|
+
* Validate a Linker.
|
|
383
1201
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
384
1202
|
* connected.
|
|
385
1203
|
* @param linkerName The name Linker resource.
|
|
@@ -387,7 +1205,7 @@ export declare interface Linker {
|
|
|
387
1205
|
*/
|
|
388
1206
|
beginValidateAndWait(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<LinkerValidateResponse>;
|
|
389
1207
|
/**
|
|
390
|
-
* list source configurations for a
|
|
1208
|
+
* list source configurations for a Linker.
|
|
391
1209
|
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
392
1210
|
* connected.
|
|
393
1211
|
* @param linkerName The name Linker resource.
|
|
@@ -396,6 +1214,16 @@ export declare interface Linker {
|
|
|
396
1214
|
listConfigurations(resourceUri: string, linkerName: string, options?: LinkerListConfigurationsOptionalParams): Promise<LinkerListConfigurationsResponse>;
|
|
397
1215
|
}
|
|
398
1216
|
|
|
1217
|
+
/**
|
|
1218
|
+
* Defines values for LinkerConfigurationType. \
|
|
1219
|
+
* {@link KnownLinkerConfigurationType} can be used interchangeably with LinkerConfigurationType,
|
|
1220
|
+
* this enum contains the known values that the service supports.
|
|
1221
|
+
* ### Known values supported by the service
|
|
1222
|
+
* **Default** \
|
|
1223
|
+
* **KeyVaultSecret**
|
|
1224
|
+
*/
|
|
1225
|
+
export declare type LinkerConfigurationType = string;
|
|
1226
|
+
|
|
399
1227
|
/** Optional parameters. */
|
|
400
1228
|
export declare interface LinkerCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
401
1229
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -422,36 +1250,28 @@ export declare interface LinkerGetOptionalParams extends coreClient.OperationOpt
|
|
|
422
1250
|
/** Contains response data for the get operation. */
|
|
423
1251
|
export declare type LinkerGetResponse = LinkerResource;
|
|
424
1252
|
|
|
425
|
-
/** The list of Linker. */
|
|
426
|
-
export declare interface LinkerList {
|
|
427
|
-
/** The link used to get the next page of Linker list. */
|
|
428
|
-
nextLink?: string;
|
|
429
|
-
/** The list of Linkers. */
|
|
430
|
-
value?: LinkerResource[];
|
|
431
|
-
}
|
|
432
|
-
|
|
433
1253
|
/** Optional parameters. */
|
|
434
1254
|
export declare interface LinkerListConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
435
1255
|
}
|
|
436
1256
|
|
|
437
1257
|
/** Contains response data for the listConfigurations operation. */
|
|
438
|
-
export declare type LinkerListConfigurationsResponse =
|
|
1258
|
+
export declare type LinkerListConfigurationsResponse = ConfigurationResult;
|
|
439
1259
|
|
|
440
1260
|
/** Optional parameters. */
|
|
441
1261
|
export declare interface LinkerListNextOptionalParams extends coreClient.OperationOptions {
|
|
442
1262
|
}
|
|
443
1263
|
|
|
444
1264
|
/** Contains response data for the listNext operation. */
|
|
445
|
-
export declare type LinkerListNextResponse =
|
|
1265
|
+
export declare type LinkerListNextResponse = ResourceList;
|
|
446
1266
|
|
|
447
1267
|
/** Optional parameters. */
|
|
448
1268
|
export declare interface LinkerListOptionalParams extends coreClient.OperationOptions {
|
|
449
1269
|
}
|
|
450
1270
|
|
|
451
1271
|
/** Contains response data for the list operation. */
|
|
452
|
-
export declare type LinkerListResponse =
|
|
1272
|
+
export declare type LinkerListResponse = ResourceList;
|
|
453
1273
|
|
|
454
|
-
/** A
|
|
1274
|
+
/** A Linker to be updated. */
|
|
455
1275
|
export declare interface LinkerPatch {
|
|
456
1276
|
/** The target service properties */
|
|
457
1277
|
targetService?: TargetServiceBaseUnion;
|
|
@@ -470,15 +1290,39 @@ export declare interface LinkerPatch {
|
|
|
470
1290
|
secretStore?: SecretStore;
|
|
471
1291
|
/** connection scope in source service. */
|
|
472
1292
|
scope?: string;
|
|
1293
|
+
/** The network solution. */
|
|
1294
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
1295
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
1296
|
+
configurationInfo?: ConfigurationInfo;
|
|
473
1297
|
}
|
|
474
1298
|
|
|
475
|
-
/**
|
|
476
|
-
export declare interface
|
|
1299
|
+
/** The properties of the Linker. */
|
|
1300
|
+
export declare interface LinkerProperties {
|
|
1301
|
+
/** The target service properties */
|
|
1302
|
+
targetService?: TargetServiceBaseUnion;
|
|
1303
|
+
/** The authentication type. */
|
|
1304
|
+
authInfo?: AuthInfoBaseUnion;
|
|
1305
|
+
/** The application client type */
|
|
1306
|
+
clientType?: ClientType;
|
|
477
1307
|
/**
|
|
478
|
-
* The
|
|
1308
|
+
* The provisioning state.
|
|
479
1309
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
1310
|
*/
|
|
481
|
-
readonly
|
|
1311
|
+
readonly provisioningState?: string;
|
|
1312
|
+
/** The VNet solution. */
|
|
1313
|
+
vNetSolution?: VNetSolution;
|
|
1314
|
+
/** An option to store secret value in secure place */
|
|
1315
|
+
secretStore?: SecretStore;
|
|
1316
|
+
/** connection scope in source service. */
|
|
1317
|
+
scope?: string;
|
|
1318
|
+
/** The network solution. */
|
|
1319
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
1320
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
1321
|
+
configurationInfo?: ConfigurationInfo;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
/** Linker of source and target resource */
|
|
1325
|
+
export declare interface LinkerResource extends ProxyResource {
|
|
482
1326
|
/** The target service properties */
|
|
483
1327
|
targetService?: TargetServiceBaseUnion;
|
|
484
1328
|
/** The authentication type. */
|
|
@@ -496,8 +1340,160 @@ export declare interface LinkerResource extends ProxyResource {
|
|
|
496
1340
|
secretStore?: SecretStore;
|
|
497
1341
|
/** connection scope in source service. */
|
|
498
1342
|
scope?: string;
|
|
1343
|
+
/** The network solution. */
|
|
1344
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
1345
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
1346
|
+
configurationInfo?: ConfigurationInfo;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
/** Interface representing a Linkers. */
|
|
1350
|
+
export declare interface Linkers {
|
|
1351
|
+
/**
|
|
1352
|
+
* list dryrun jobs
|
|
1353
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1354
|
+
* connected.
|
|
1355
|
+
* @param options The options parameters.
|
|
1356
|
+
*/
|
|
1357
|
+
listDryrun(resourceUri: string, options?: LinkersListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
|
|
1358
|
+
/**
|
|
1359
|
+
* List the dapr configuration supported by Service Connector.
|
|
1360
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1361
|
+
* connected.
|
|
1362
|
+
* @param options The options parameters.
|
|
1363
|
+
*/
|
|
1364
|
+
listDaprConfigurations(resourceUri: string, options?: LinkersListDaprConfigurationsOptionalParams): PagedAsyncIterableIterator<DaprConfigurationResource>;
|
|
1365
|
+
/**
|
|
1366
|
+
* get a dryrun job
|
|
1367
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1368
|
+
* connected.
|
|
1369
|
+
* @param dryrunName The name of dryrun.
|
|
1370
|
+
* @param options The options parameters.
|
|
1371
|
+
*/
|
|
1372
|
+
getDryrun(resourceUri: string, dryrunName: string, options?: LinkersGetDryrunOptionalParams): Promise<LinkersGetDryrunResponse>;
|
|
1373
|
+
/**
|
|
1374
|
+
* create a dryrun job to do necessary check before actual creation
|
|
1375
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1376
|
+
* connected.
|
|
1377
|
+
* @param dryrunName The name of dryrun.
|
|
1378
|
+
* @param parameters dryrun resource.
|
|
1379
|
+
* @param options The options parameters.
|
|
1380
|
+
*/
|
|
1381
|
+
beginCreateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersCreateDryrunResponse>, LinkersCreateDryrunResponse>>;
|
|
1382
|
+
/**
|
|
1383
|
+
* create a dryrun job to do necessary check before actual creation
|
|
1384
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1385
|
+
* connected.
|
|
1386
|
+
* @param dryrunName The name of dryrun.
|
|
1387
|
+
* @param parameters dryrun resource.
|
|
1388
|
+
* @param options The options parameters.
|
|
1389
|
+
*/
|
|
1390
|
+
beginCreateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<LinkersCreateDryrunResponse>;
|
|
1391
|
+
/**
|
|
1392
|
+
* add a dryrun job to do necessary check before actual creation
|
|
1393
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1394
|
+
* connected.
|
|
1395
|
+
* @param dryrunName The name of dryrun.
|
|
1396
|
+
* @param parameters dryrun resource.
|
|
1397
|
+
* @param options The options parameters.
|
|
1398
|
+
*/
|
|
1399
|
+
beginUpdateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersUpdateDryrunResponse>, LinkersUpdateDryrunResponse>>;
|
|
1400
|
+
/**
|
|
1401
|
+
* add a dryrun job to do necessary check before actual creation
|
|
1402
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1403
|
+
* connected.
|
|
1404
|
+
* @param dryrunName The name of dryrun.
|
|
1405
|
+
* @param parameters dryrun resource.
|
|
1406
|
+
* @param options The options parameters.
|
|
1407
|
+
*/
|
|
1408
|
+
beginUpdateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<LinkersUpdateDryrunResponse>;
|
|
1409
|
+
/**
|
|
1410
|
+
* delete a dryrun job
|
|
1411
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1412
|
+
* connected.
|
|
1413
|
+
* @param dryrunName The name of dryrun.
|
|
1414
|
+
* @param options The options parameters.
|
|
1415
|
+
*/
|
|
1416
|
+
deleteDryrun(resourceUri: string, dryrunName: string, options?: LinkersDeleteDryrunOptionalParams): Promise<void>;
|
|
1417
|
+
/**
|
|
1418
|
+
* Generate configurations for a Linker.
|
|
1419
|
+
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be
|
|
1420
|
+
* connected.
|
|
1421
|
+
* @param linkerName The name Linker resource.
|
|
1422
|
+
* @param options The options parameters.
|
|
1423
|
+
*/
|
|
1424
|
+
generateConfigurations(resourceUri: string, linkerName: string, options?: LinkersGenerateConfigurationsOptionalParams): Promise<LinkersGenerateConfigurationsResponse>;
|
|
499
1425
|
}
|
|
500
1426
|
|
|
1427
|
+
/** Optional parameters. */
|
|
1428
|
+
export declare interface LinkersCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1429
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1430
|
+
updateIntervalInMs?: number;
|
|
1431
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1432
|
+
resumeFrom?: string;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
/** Contains response data for the createDryrun operation. */
|
|
1436
|
+
export declare type LinkersCreateDryrunResponse = DryrunResource;
|
|
1437
|
+
|
|
1438
|
+
/** Optional parameters. */
|
|
1439
|
+
export declare interface LinkersDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
/** Optional parameters. */
|
|
1443
|
+
export declare interface LinkersGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1444
|
+
/** Connection Info, including format, secret store, etc */
|
|
1445
|
+
parameters?: ConfigurationInfo;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
/** Contains response data for the generateConfigurations operation. */
|
|
1449
|
+
export declare type LinkersGenerateConfigurationsResponse = ConfigurationResult;
|
|
1450
|
+
|
|
1451
|
+
/** Optional parameters. */
|
|
1452
|
+
export declare interface LinkersGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
/** Contains response data for the getDryrun operation. */
|
|
1456
|
+
export declare type LinkersGetDryrunResponse = DryrunResource;
|
|
1457
|
+
|
|
1458
|
+
/** Optional parameters. */
|
|
1459
|
+
export declare interface LinkersListDaprConfigurationsNextOptionalParams extends coreClient.OperationOptions {
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
/** Contains response data for the listDaprConfigurationsNext operation. */
|
|
1463
|
+
export declare type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;
|
|
1464
|
+
|
|
1465
|
+
/** Optional parameters. */
|
|
1466
|
+
export declare interface LinkersListDaprConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
/** Contains response data for the listDaprConfigurations operation. */
|
|
1470
|
+
export declare type LinkersListDaprConfigurationsResponse = DaprConfigurationList;
|
|
1471
|
+
|
|
1472
|
+
/** Optional parameters. */
|
|
1473
|
+
export declare interface LinkersListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
/** Contains response data for the listDryrunNext operation. */
|
|
1477
|
+
export declare type LinkersListDryrunNextResponse = DryrunList;
|
|
1478
|
+
|
|
1479
|
+
/** Optional parameters. */
|
|
1480
|
+
export declare interface LinkersListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/** Contains response data for the listDryrun operation. */
|
|
1484
|
+
export declare type LinkersListDryrunResponse = DryrunList;
|
|
1485
|
+
|
|
1486
|
+
/** Optional parameters. */
|
|
1487
|
+
export declare interface LinkersUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1488
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1489
|
+
updateIntervalInMs?: number;
|
|
1490
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1491
|
+
resumeFrom?: string;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
/** Contains response data for the updateDryrun operation. */
|
|
1495
|
+
export declare type LinkersUpdateDryrunResponse = DryrunResource;
|
|
1496
|
+
|
|
501
1497
|
/** Optional parameters. */
|
|
502
1498
|
export declare interface LinkerUpdateOptionalParams extends coreClient.OperationOptions {
|
|
503
1499
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -618,10 +1614,32 @@ export declare type OperationsListResponse = OperationListResult;
|
|
|
618
1614
|
*/
|
|
619
1615
|
export declare type Origin = string;
|
|
620
1616
|
|
|
1617
|
+
/** The represent of missing permissions */
|
|
1618
|
+
export declare interface PermissionsMissingDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
1619
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1620
|
+
type: "permissionsMissing";
|
|
1621
|
+
/** The permission scope */
|
|
1622
|
+
scope?: string;
|
|
1623
|
+
/** The permission list */
|
|
1624
|
+
permissions?: string[];
|
|
1625
|
+
/** The recommended role to resolve permissions missing */
|
|
1626
|
+
recommendedRole?: string;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
621
1629
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
622
1630
|
export declare interface ProxyResource extends Resource {
|
|
623
1631
|
}
|
|
624
1632
|
|
|
1633
|
+
/** Indicates public network solution, include firewall rules */
|
|
1634
|
+
export declare interface PublicNetworkSolution {
|
|
1635
|
+
/** Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting */
|
|
1636
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1637
|
+
/** Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration. */
|
|
1638
|
+
action?: ActionType;
|
|
1639
|
+
/** Describe firewall rules of target service to make sure source application could connect to the target. */
|
|
1640
|
+
firewallRules?: FirewallRules;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
625
1643
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
626
1644
|
export declare interface Resource {
|
|
627
1645
|
/**
|
|
@@ -639,6 +1657,19 @@ export declare interface Resource {
|
|
|
639
1657
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
640
1658
|
*/
|
|
641
1659
|
readonly type?: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1663
|
+
*/
|
|
1664
|
+
readonly systemData?: SystemData;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
/** The list of Linker. */
|
|
1668
|
+
export declare interface ResourceList {
|
|
1669
|
+
/** The Linker used to get the next page of Linker list. */
|
|
1670
|
+
nextLink?: string;
|
|
1671
|
+
/** The list of Linkers. */
|
|
1672
|
+
value?: LinkerResource[];
|
|
642
1673
|
}
|
|
643
1674
|
|
|
644
1675
|
/** The authentication info when authType is secret */
|
|
@@ -659,10 +1690,22 @@ export declare interface SecretInfoBase {
|
|
|
659
1690
|
|
|
660
1691
|
export declare type SecretInfoBaseUnion = SecretInfoBase | ValueSecretInfo | KeyVaultSecretReferenceSecretInfo | KeyVaultSecretUriSecretInfo;
|
|
661
1692
|
|
|
1693
|
+
/**
|
|
1694
|
+
* Defines values for SecretSourceType. \
|
|
1695
|
+
* {@link KnownSecretSourceType} can be used interchangeably with SecretSourceType,
|
|
1696
|
+
* this enum contains the known values that the service supports.
|
|
1697
|
+
* ### Known values supported by the service
|
|
1698
|
+
* **rawValue** \
|
|
1699
|
+
* **keyVaultSecret**
|
|
1700
|
+
*/
|
|
1701
|
+
export declare type SecretSourceType = string;
|
|
1702
|
+
|
|
662
1703
|
/** An option to store secret value in secure place */
|
|
663
1704
|
export declare interface SecretStore {
|
|
664
1705
|
/** The key vault id to store secret */
|
|
665
1706
|
keyVaultId?: string;
|
|
1707
|
+
/** The key vault secret name to store secret, only valid when storing one secret */
|
|
1708
|
+
keyVaultSecretName?: string;
|
|
666
1709
|
}
|
|
667
1710
|
|
|
668
1711
|
/**
|
|
@@ -676,6 +1719,14 @@ export declare interface SecretStore {
|
|
|
676
1719
|
*/
|
|
677
1720
|
export declare type SecretType = string;
|
|
678
1721
|
|
|
1722
|
+
/** The service properties when target service type is SelfHostedServer */
|
|
1723
|
+
export declare interface SelfHostedServer extends TargetServiceBase {
|
|
1724
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1725
|
+
type: "SelfHostedServer";
|
|
1726
|
+
/** The endpoint of service. */
|
|
1727
|
+
endpoint?: string;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
679
1730
|
export declare class ServiceLinkerManagementClient extends coreClient.ServiceClient {
|
|
680
1731
|
$host: string;
|
|
681
1732
|
apiVersion: string;
|
|
@@ -687,8 +1738,11 @@ export declare class ServiceLinkerManagementClient extends coreClient.ServiceCli
|
|
|
687
1738
|
constructor(credentials: coreAuth.TokenCredential, options?: ServiceLinkerManagementClientOptionalParams);
|
|
688
1739
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
689
1740
|
private addCustomApiVersionPolicy;
|
|
1741
|
+
connector: Connector;
|
|
690
1742
|
linker: Linker;
|
|
1743
|
+
linkers: Linkers;
|
|
691
1744
|
operations: Operations;
|
|
1745
|
+
configurationNames: ConfigurationNames;
|
|
692
1746
|
}
|
|
693
1747
|
|
|
694
1748
|
/** Optional parameters. */
|
|
@@ -711,10 +1765,14 @@ export declare interface ServicePrincipalCertificateAuthInfo extends AuthInfoBas
|
|
|
711
1765
|
principalId: string;
|
|
712
1766
|
/** ServicePrincipal certificate for servicePrincipal auth. */
|
|
713
1767
|
certificate: string;
|
|
1768
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1769
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1770
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
1771
|
+
roles?: string[];
|
|
714
1772
|
}
|
|
715
1773
|
|
|
716
1774
|
/** The authentication info when authType is servicePrincipal secret */
|
|
717
|
-
export declare interface ServicePrincipalSecretAuthInfo extends AuthInfoBase {
|
|
1775
|
+
export declare interface ServicePrincipalSecretAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
718
1776
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
719
1777
|
authType: "servicePrincipalSecret";
|
|
720
1778
|
/** ServicePrincipal application clientId for servicePrincipal auth. */
|
|
@@ -723,6 +1781,10 @@ export declare interface ServicePrincipalSecretAuthInfo extends AuthInfoBase {
|
|
|
723
1781
|
principalId: string;
|
|
724
1782
|
/** Secret for servicePrincipal auth. */
|
|
725
1783
|
secret: string;
|
|
1784
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1785
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1786
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
1787
|
+
roles?: string[];
|
|
726
1788
|
}
|
|
727
1789
|
|
|
728
1790
|
/** A configuration item for source resource */
|
|
@@ -731,18 +1793,25 @@ export declare interface SourceConfiguration {
|
|
|
731
1793
|
name?: string;
|
|
732
1794
|
/** The value of setting */
|
|
733
1795
|
value?: string;
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
1796
|
+
/**
|
|
1797
|
+
* The type of setting
|
|
1798
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1799
|
+
*/
|
|
1800
|
+
readonly configType?: LinkerConfigurationType;
|
|
1801
|
+
/** The identity for key vault reference, system or user-assigned managed identity ID */
|
|
1802
|
+
keyVaultReferenceIdentity?: string;
|
|
1803
|
+
/** Descriptive information for the configuration */
|
|
1804
|
+
description?: string;
|
|
740
1805
|
}
|
|
741
1806
|
|
|
742
1807
|
/** The authentication info when authType is systemAssignedIdentity */
|
|
743
|
-
export declare interface SystemAssignedIdentityAuthInfo extends AuthInfoBase {
|
|
1808
|
+
export declare interface SystemAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
744
1809
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
745
1810
|
authType: "systemAssignedIdentity";
|
|
1811
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1812
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1813
|
+
/** Optional, this value specifies the Azure role to be assigned */
|
|
1814
|
+
roles?: string[];
|
|
746
1815
|
}
|
|
747
1816
|
|
|
748
1817
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
@@ -764,10 +1833,10 @@ export declare interface SystemData {
|
|
|
764
1833
|
/** The target service properties */
|
|
765
1834
|
export declare interface TargetServiceBase {
|
|
766
1835
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
767
|
-
type: "AzureResource" | "ConfluentBootstrapServer" | "ConfluentSchemaRegistry";
|
|
1836
|
+
type: "AzureResource" | "ConfluentBootstrapServer" | "FabricPlatform" | "SelfHostedServer" | "ConfluentSchemaRegistry";
|
|
768
1837
|
}
|
|
769
1838
|
|
|
770
|
-
export declare type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | ConfluentSchemaRegistry;
|
|
1839
|
+
export declare type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | FabricPlatform | SelfHostedServer | ConfluentSchemaRegistry;
|
|
771
1840
|
|
|
772
1841
|
/**
|
|
773
1842
|
* Defines values for TargetServiceType. \
|
|
@@ -776,23 +1845,41 @@ export declare type TargetServiceBaseUnion = TargetServiceBase | AzureResource |
|
|
|
776
1845
|
* ### Known values supported by the service
|
|
777
1846
|
* **AzureResource** \
|
|
778
1847
|
* **ConfluentBootstrapServer** \
|
|
779
|
-
* **ConfluentSchemaRegistry**
|
|
1848
|
+
* **ConfluentSchemaRegistry** \
|
|
1849
|
+
* **SelfHostedServer** \
|
|
1850
|
+
* **FabricPlatform**
|
|
780
1851
|
*/
|
|
781
1852
|
export declare type TargetServiceType = string;
|
|
782
1853
|
|
|
1854
|
+
/** The authentication info when authType is user account */
|
|
1855
|
+
export declare interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
1856
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1857
|
+
authType: "userAccount";
|
|
1858
|
+
/** Principal Id for user account. */
|
|
1859
|
+
principalId?: string;
|
|
1860
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1861
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1862
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
1863
|
+
roles?: string[];
|
|
1864
|
+
}
|
|
1865
|
+
|
|
783
1866
|
/** The authentication info when authType is userAssignedIdentity */
|
|
784
|
-
export declare interface UserAssignedIdentityAuthInfo extends AuthInfoBase {
|
|
1867
|
+
export declare interface UserAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
785
1868
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
786
1869
|
authType: "userAssignedIdentity";
|
|
787
1870
|
/** Client Id for userAssignedIdentity. */
|
|
788
1871
|
clientId?: string;
|
|
789
1872
|
/** Subscription id for userAssignedIdentity. */
|
|
790
1873
|
subscriptionId?: string;
|
|
1874
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1875
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1876
|
+
/** Optional, this value specifies the Azure role to be assigned */
|
|
1877
|
+
roles?: string[];
|
|
791
1878
|
}
|
|
792
1879
|
|
|
793
|
-
/** The validation operation result for a
|
|
1880
|
+
/** The validation operation result for a Linker. */
|
|
794
1881
|
export declare interface ValidateOperationResult {
|
|
795
|
-
/** Validated
|
|
1882
|
+
/** Validated Linker id. */
|
|
796
1883
|
resourceId?: string;
|
|
797
1884
|
/** Validation operation status. */
|
|
798
1885
|
status?: string;
|
|
@@ -804,7 +1891,7 @@ export declare interface ValidateOperationResult {
|
|
|
804
1891
|
reportStartTimeUtc?: Date;
|
|
805
1892
|
/** The end time of the validation report. */
|
|
806
1893
|
reportEndTimeUtc?: Date;
|
|
807
|
-
/** The resource id of the
|
|
1894
|
+
/** The resource id of the Linker source application. */
|
|
808
1895
|
sourceId?: string;
|
|
809
1896
|
/** The resource Id of target service. */
|
|
810
1897
|
targetId?: string;
|
|
@@ -814,7 +1901,7 @@ export declare interface ValidateOperationResult {
|
|
|
814
1901
|
validationDetail?: ValidationResultItem[];
|
|
815
1902
|
}
|
|
816
1903
|
|
|
817
|
-
/** The validation item for a
|
|
1904
|
+
/** The validation item for a Linker. */
|
|
818
1905
|
export declare interface ValidationResultItem {
|
|
819
1906
|
/** The validation item name. */
|
|
820
1907
|
name?: string;
|
|
@@ -851,6 +1938,8 @@ export declare interface ValueSecretInfo extends SecretInfoBase {
|
|
|
851
1938
|
export declare interface VNetSolution {
|
|
852
1939
|
/** Type of VNet solution. */
|
|
853
1940
|
type?: VNetSolutionType;
|
|
1941
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
1942
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
854
1943
|
}
|
|
855
1944
|
|
|
856
1945
|
/**
|