@azure/arm-appconfiguration 1.2.0 → 3.0.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -75
- package/dist/index.js +3105 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts +22 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.js +55 -0
- package/dist-esm/src/appConfigurationManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +826 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +59 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +38 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +588 -313
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +162 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/configurationStores.d.ts +139 -0
- package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationStores.js +655 -0
- package/dist-esm/src/operations/configurationStores.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/keyValues.d.ts +76 -0
- package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operations/keyValues.js +284 -0
- package/dist-esm/src/operations/keyValues.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +147 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +170 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
- package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +82 -35
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +680 -893
- package/src/models/mappers.ts +657 -367
- package/src/models/parameters.ts +126 -44
- package/src/operations/configurationStores.ts +657 -495
- package/src/operations/index.ts +4 -5
- package/src/operations/keyValues.ts +396 -0
- package/src/operations/operations.ts +113 -123
- package/src/operations/privateEndpointConnections.ts +350 -186
- package/src/operations/privateLinkResources.ts +162 -126
- package/src/operationsInterfaces/configurationStores.ts +168 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/keyValues.ts +91 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/tsconfig.json +3 -3
- package/types/arm-appconfiguration.d.ts +1171 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appconfiguration.js +0 -2213
- package/dist/arm-appconfiguration.js.map +0 -1
- package/dist/arm-appconfiguration.min.js +0 -1
- package/dist/arm-appconfiguration.min.js.map +0 -1
- package/esm/appConfigurationManagementClient.d.ts +0 -21
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -36
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -16
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -56
- package/esm/appConfigurationManagementClientContext.js.map +0 -1
- package/esm/models/configurationStoresMappers.d.ts +0 -2
- package/esm/models/configurationStoresMappers.d.ts.map +0 -1
- package/esm/models/configurationStoresMappers.js +0 -9
- package/esm/models/configurationStoresMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1073
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -31
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -108
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/configurationStores.d.ts +0 -243
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -466
- package/esm/operations/configurationStores.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -67
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -111
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -117
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -117
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -62
- package/src/models/configurationStoresMappers.ts +0 -30
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -24
- package/src/models/privateLinkResourcesMappers.ts +0 -13
package/src/models/index.ts
CHANGED
|
@@ -1,1158 +1,945 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* The principal ID of the user-assigned identity.
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
21
|
-
*/
|
|
22
|
-
readonly principalId?: string;
|
|
23
|
-
/**
|
|
24
|
-
* The client ID of the user-assigned identity.
|
|
25
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
26
|
-
*/
|
|
27
|
-
readonly clientId?: string;
|
|
11
|
+
/** The result of a request to list configuration stores. */
|
|
12
|
+
export interface ConfigurationStoreListResult {
|
|
13
|
+
/** The collection value. */
|
|
14
|
+
value?: ConfigurationStore[];
|
|
15
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
16
|
+
nextLink?: string;
|
|
28
17
|
}
|
|
29
18
|
|
|
30
|
-
/**
|
|
31
|
-
* An identity that can be associated with a resource.
|
|
32
|
-
*/
|
|
19
|
+
/** An identity that can be associated with a resource. */
|
|
33
20
|
export interface ResourceIdentity {
|
|
34
|
-
/**
|
|
35
|
-
* The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an
|
|
36
|
-
* implicitly created identity and a set of user-assigned identities. The type 'None' will remove
|
|
37
|
-
* any identities. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
|
|
38
|
-
* 'SystemAssigned, UserAssigned'
|
|
39
|
-
*/
|
|
21
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */
|
|
40
22
|
type?: IdentityType;
|
|
41
|
-
/**
|
|
42
|
-
* The list of user-assigned identities associated with the resource. The user-assigned identity
|
|
43
|
-
* dictionary keys will be ARM resource ids in the form:
|
|
44
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
45
|
-
*/
|
|
23
|
+
/** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
46
24
|
userAssignedIdentities?: { [propertyName: string]: UserIdentity };
|
|
47
25
|
/**
|
|
48
|
-
* The principal id of the identity. This property will only be provided for a system-assigned
|
|
49
|
-
*
|
|
50
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
26
|
+
* The principal id of the identity. This property will only be provided for a system-assigned identity.
|
|
27
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
28
|
*/
|
|
52
29
|
readonly principalId?: string;
|
|
53
30
|
/**
|
|
54
|
-
* The tenant id associated with the resource's identity. This property will only be provided for
|
|
55
|
-
*
|
|
56
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
31
|
+
* The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.
|
|
32
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
33
|
*/
|
|
58
34
|
readonly tenantId?: string;
|
|
59
35
|
}
|
|
60
36
|
|
|
61
|
-
/**
|
|
62
|
-
|
|
63
|
-
*/
|
|
64
|
-
export interface KeyVaultProperties {
|
|
37
|
+
/** A resource identity that is managed by the user of the service. */
|
|
38
|
+
export interface UserIdentity {
|
|
65
39
|
/**
|
|
66
|
-
* The
|
|
40
|
+
* The principal ID of the user-assigned identity.
|
|
41
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
42
|
*/
|
|
68
|
-
|
|
43
|
+
readonly principalId?: string;
|
|
69
44
|
/**
|
|
70
|
-
* The client
|
|
45
|
+
* The client ID of the user-assigned identity.
|
|
46
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
47
|
*/
|
|
72
|
-
|
|
48
|
+
readonly clientId?: string;
|
|
73
49
|
}
|
|
74
50
|
|
|
75
|
-
/**
|
|
76
|
-
* The encryption settings for a configuration store.
|
|
77
|
-
*/
|
|
51
|
+
/** The encryption settings for a configuration store. */
|
|
78
52
|
export interface EncryptionProperties {
|
|
79
|
-
/**
|
|
80
|
-
* Key vault properties.
|
|
81
|
-
*/
|
|
53
|
+
/** Key vault properties. */
|
|
82
54
|
keyVaultProperties?: KeyVaultProperties;
|
|
83
55
|
}
|
|
84
56
|
|
|
85
|
-
/**
|
|
86
|
-
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
|
|
91
|
-
*/
|
|
92
|
-
id?: string;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* The state of a private link service connection.
|
|
97
|
-
*/
|
|
98
|
-
export interface PrivateLinkServiceConnectionState {
|
|
99
|
-
/**
|
|
100
|
-
* The private link service connection status. Possible values include: 'Pending', 'Approved',
|
|
101
|
-
* 'Rejected', 'Disconnected'
|
|
102
|
-
*/
|
|
103
|
-
status?: ConnectionStatus;
|
|
104
|
-
/**
|
|
105
|
-
* The private link service connection description.
|
|
106
|
-
*/
|
|
107
|
-
description?: string;
|
|
108
|
-
/**
|
|
109
|
-
* Any action that is required beyond basic workflow (approve/ reject/ disconnect). Possible
|
|
110
|
-
* values include: 'None', 'Recreate'
|
|
111
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
112
|
-
*/
|
|
113
|
-
readonly actionsRequired?: ActionsRequired;
|
|
57
|
+
/** Settings concerning key vault encryption for a configuration store. */
|
|
58
|
+
export interface KeyVaultProperties {
|
|
59
|
+
/** The URI of the key vault key used to encrypt data. */
|
|
60
|
+
keyIdentifier?: string;
|
|
61
|
+
/** The client id of the identity which will be used to access key vault. */
|
|
62
|
+
identityClientId?: string;
|
|
114
63
|
}
|
|
115
64
|
|
|
116
|
-
/**
|
|
117
|
-
* A reference to a related private endpoint connection.
|
|
118
|
-
*/
|
|
65
|
+
/** A reference to a related private endpoint connection. */
|
|
119
66
|
export interface PrivateEndpointConnectionReference {
|
|
120
67
|
/**
|
|
121
68
|
* The resource ID.
|
|
122
|
-
*
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
70
|
*/
|
|
124
71
|
readonly id?: string;
|
|
125
72
|
/**
|
|
126
73
|
* The name of the resource.
|
|
127
|
-
*
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
75
|
*/
|
|
129
76
|
readonly name?: string;
|
|
130
77
|
/**
|
|
131
78
|
* The type of the resource.
|
|
132
|
-
*
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
80
|
*/
|
|
134
81
|
readonly type?: string;
|
|
135
82
|
/**
|
|
136
|
-
* The provisioning status of the private endpoint connection.
|
|
137
|
-
*
|
|
138
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
83
|
+
* The provisioning status of the private endpoint connection.
|
|
84
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
85
|
*/
|
|
140
86
|
readonly provisioningState?: ProvisioningState;
|
|
141
|
-
/**
|
|
142
|
-
* The resource of private endpoint.
|
|
143
|
-
*/
|
|
87
|
+
/** The resource of private endpoint. */
|
|
144
88
|
privateEndpoint?: PrivateEndpoint;
|
|
89
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
90
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/** Private endpoint which a connection belongs to. */
|
|
94
|
+
export interface PrivateEndpoint {
|
|
95
|
+
/** The resource Id for private endpoint */
|
|
96
|
+
id?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/** The state of a private link service connection. */
|
|
100
|
+
export interface PrivateLinkServiceConnectionState {
|
|
101
|
+
/** The private link service connection status. */
|
|
102
|
+
status?: ConnectionStatus;
|
|
103
|
+
/** The private link service connection description. */
|
|
104
|
+
description?: string;
|
|
145
105
|
/**
|
|
146
|
-
*
|
|
147
|
-
*
|
|
106
|
+
* Any action that is required beyond basic workflow (approve/ reject/ disconnect)
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
108
|
*/
|
|
149
|
-
|
|
109
|
+
readonly actionsRequired?: ActionsRequired;
|
|
150
110
|
}
|
|
151
111
|
|
|
152
|
-
/**
|
|
153
|
-
* Describes a configuration store SKU.
|
|
154
|
-
*/
|
|
112
|
+
/** Describes a configuration store SKU. */
|
|
155
113
|
export interface Sku {
|
|
156
|
-
/**
|
|
157
|
-
* The SKU name of the configuration store.
|
|
158
|
-
*/
|
|
114
|
+
/** The SKU name of the configuration store. */
|
|
159
115
|
name: string;
|
|
160
116
|
}
|
|
161
117
|
|
|
162
|
-
/**
|
|
163
|
-
|
|
164
|
-
*/
|
|
165
|
-
|
|
118
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
119
|
+
export interface SystemData {
|
|
120
|
+
/** The identity that created the resource. */
|
|
121
|
+
createdBy?: string;
|
|
122
|
+
/** The type of identity that created the resource. */
|
|
123
|
+
createdByType?: CreatedByType;
|
|
124
|
+
/** The timestamp of resource creation (UTC). */
|
|
125
|
+
createdAt?: Date;
|
|
126
|
+
/** The identity that last modified the resource. */
|
|
127
|
+
lastModifiedBy?: string;
|
|
128
|
+
/** The type of identity that last modified the resource. */
|
|
129
|
+
lastModifiedByType?: CreatedByType;
|
|
130
|
+
/** The timestamp of resource last modification (UTC) */
|
|
131
|
+
lastModifiedAt?: Date;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
135
|
+
export interface Resource {
|
|
166
136
|
/**
|
|
167
|
-
*
|
|
168
|
-
*
|
|
137
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
169
139
|
*/
|
|
170
140
|
readonly id?: string;
|
|
171
141
|
/**
|
|
172
|
-
* The name of the resource
|
|
173
|
-
*
|
|
142
|
+
* The name of the resource
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
174
144
|
*/
|
|
175
145
|
readonly name?: string;
|
|
176
146
|
/**
|
|
177
|
-
* The type of the resource.
|
|
178
|
-
*
|
|
147
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
179
149
|
*/
|
|
180
150
|
readonly type?: string;
|
|
181
|
-
/**
|
|
182
|
-
* The location of the resource. This cannot be changed after the resource is created.
|
|
183
|
-
*/
|
|
184
|
-
location: string;
|
|
185
|
-
/**
|
|
186
|
-
* The tags of the resource.
|
|
187
|
-
*/
|
|
188
|
-
tags?: { [propertyName: string]: string };
|
|
189
151
|
}
|
|
190
152
|
|
|
191
|
-
/**
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
identity?: ResourceIdentity;
|
|
200
|
-
/**
|
|
201
|
-
* The provisioning state of the configuration store. Possible values include: 'Creating',
|
|
202
|
-
* 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
|
|
203
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
204
|
-
*/
|
|
205
|
-
readonly provisioningState?: ProvisioningState;
|
|
206
|
-
/**
|
|
207
|
-
* The creation date of configuration store.
|
|
208
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
209
|
-
*/
|
|
210
|
-
readonly creationDate?: Date;
|
|
153
|
+
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
154
|
+
export interface ErrorResponse {
|
|
155
|
+
/** The details of the error. */
|
|
156
|
+
error?: ErrorDetails;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** The details of the error. */
|
|
160
|
+
export interface ErrorDetails {
|
|
211
161
|
/**
|
|
212
|
-
*
|
|
213
|
-
*
|
|
162
|
+
* Error code.
|
|
163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
164
|
*/
|
|
215
|
-
readonly
|
|
165
|
+
readonly code?: string;
|
|
216
166
|
/**
|
|
217
|
-
*
|
|
167
|
+
* Error message indicating why the operation failed.
|
|
168
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
169
|
*/
|
|
219
|
-
|
|
170
|
+
readonly message?: string;
|
|
220
171
|
/**
|
|
221
|
-
* The
|
|
222
|
-
*
|
|
172
|
+
* The error additional info.
|
|
173
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
174
|
*/
|
|
224
|
-
readonly
|
|
175
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/** The resource management error additional info. */
|
|
179
|
+
export interface ErrorAdditionalInfo {
|
|
225
180
|
/**
|
|
226
|
-
*
|
|
227
|
-
*
|
|
181
|
+
* The additional info type.
|
|
182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
183
|
*/
|
|
229
|
-
|
|
184
|
+
readonly type?: string;
|
|
230
185
|
/**
|
|
231
|
-
* The
|
|
186
|
+
* The additional info.
|
|
187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
188
|
*/
|
|
233
|
-
|
|
189
|
+
readonly info?: Record<string, unknown>;
|
|
234
190
|
}
|
|
235
191
|
|
|
236
|
-
/**
|
|
237
|
-
* The parameters for updating a configuration store.
|
|
238
|
-
*/
|
|
192
|
+
/** The parameters for updating a configuration store. */
|
|
239
193
|
export interface ConfigurationStoreUpdateParameters {
|
|
240
|
-
/**
|
|
241
|
-
* The encryption settings of the configuration store.
|
|
242
|
-
*/
|
|
243
|
-
encryption?: EncryptionProperties;
|
|
244
|
-
/**
|
|
245
|
-
* The managed identity information for the configuration store.
|
|
246
|
-
*/
|
|
194
|
+
/** The managed identity information for the configuration store. */
|
|
247
195
|
identity?: ResourceIdentity;
|
|
248
|
-
/**
|
|
249
|
-
* The SKU of the configuration store.
|
|
250
|
-
*/
|
|
196
|
+
/** The SKU of the configuration store. */
|
|
251
197
|
sku?: Sku;
|
|
252
|
-
/**
|
|
253
|
-
* The ARM resource tags.
|
|
254
|
-
*/
|
|
198
|
+
/** The ARM resource tags. */
|
|
255
199
|
tags?: { [propertyName: string]: string };
|
|
200
|
+
/** The encryption settings of the configuration store. */
|
|
201
|
+
encryption?: EncryptionProperties;
|
|
202
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
203
|
+
disableLocalAuth?: boolean;
|
|
204
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
205
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
256
206
|
}
|
|
257
207
|
|
|
258
|
-
/**
|
|
259
|
-
* Parameters used for checking whether a resource name is available.
|
|
260
|
-
*/
|
|
208
|
+
/** Parameters used for checking whether a resource name is available. */
|
|
261
209
|
export interface CheckNameAvailabilityParameters {
|
|
262
|
-
/**
|
|
263
|
-
* The name to check for availability.
|
|
264
|
-
*/
|
|
210
|
+
/** The name to check for availability. */
|
|
265
211
|
name: string;
|
|
212
|
+
/** The resource type to check for name availability. */
|
|
213
|
+
type: ConfigurationResourceType;
|
|
266
214
|
}
|
|
267
215
|
|
|
268
|
-
/**
|
|
269
|
-
* The result of a request to check the availability of a resource name.
|
|
270
|
-
*/
|
|
216
|
+
/** The result of a request to check the availability of a resource name. */
|
|
271
217
|
export interface NameAvailabilityStatus {
|
|
272
218
|
/**
|
|
273
219
|
* The value indicating whether the resource name is available.
|
|
274
|
-
*
|
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
221
|
*/
|
|
276
222
|
readonly nameAvailable?: boolean;
|
|
277
223
|
/**
|
|
278
|
-
* If any, the error message that provides more detail for the reason that the name is not
|
|
279
|
-
*
|
|
280
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
224
|
+
* If any, the error message that provides more detail for the reason that the name is not available.
|
|
225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
226
|
*/
|
|
282
227
|
readonly message?: string;
|
|
283
228
|
/**
|
|
284
229
|
* If any, the reason that the name is not available.
|
|
285
|
-
*
|
|
230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
231
|
*/
|
|
287
232
|
readonly reason?: string;
|
|
288
233
|
}
|
|
289
234
|
|
|
290
|
-
/**
|
|
291
|
-
|
|
292
|
-
*/
|
|
235
|
+
/** The result of a request to list API keys. */
|
|
236
|
+
export interface ApiKeyListResult {
|
|
237
|
+
/** The collection value. */
|
|
238
|
+
value?: ApiKey[];
|
|
239
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
240
|
+
nextLink?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/** An API key used for authenticating with a configuration store endpoint. */
|
|
293
244
|
export interface ApiKey {
|
|
294
245
|
/**
|
|
295
246
|
* The key ID.
|
|
296
|
-
*
|
|
247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
297
248
|
*/
|
|
298
249
|
readonly id?: string;
|
|
299
250
|
/**
|
|
300
251
|
* A name for the key describing its usage.
|
|
301
|
-
*
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
302
253
|
*/
|
|
303
254
|
readonly name?: string;
|
|
304
255
|
/**
|
|
305
256
|
* The value of the key that is used for authentication purposes.
|
|
306
|
-
*
|
|
257
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
307
258
|
*/
|
|
308
259
|
readonly value?: string;
|
|
309
260
|
/**
|
|
310
261
|
* A connection string that can be used by supporting clients for authentication.
|
|
311
|
-
*
|
|
262
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
312
263
|
*/
|
|
313
264
|
readonly connectionString?: string;
|
|
314
265
|
/**
|
|
315
266
|
* The last time any of the key's properties were modified.
|
|
316
|
-
*
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
268
|
*/
|
|
318
269
|
readonly lastModified?: Date;
|
|
319
270
|
/**
|
|
320
271
|
* Whether this key can only be used for read operations.
|
|
321
|
-
*
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
322
273
|
*/
|
|
323
274
|
readonly readOnly?: boolean;
|
|
324
275
|
}
|
|
325
276
|
|
|
326
|
-
/**
|
|
327
|
-
* The parameters used to regenerate an API key.
|
|
328
|
-
*/
|
|
277
|
+
/** The parameters used to regenerate an API key. */
|
|
329
278
|
export interface RegenerateKeyParameters {
|
|
330
|
-
/**
|
|
331
|
-
* The id of the key to regenerate.
|
|
332
|
-
*/
|
|
279
|
+
/** The id of the key to regenerate. */
|
|
333
280
|
id?: string;
|
|
334
281
|
}
|
|
335
282
|
|
|
336
|
-
/**
|
|
337
|
-
|
|
338
|
-
*/
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
|
|
342
|
-
*/
|
|
343
|
-
key: string;
|
|
344
|
-
/**
|
|
345
|
-
* The label of the key.
|
|
346
|
-
*/
|
|
347
|
-
label?: string;
|
|
283
|
+
/** The result of a request to list configuration store operations. */
|
|
284
|
+
export interface OperationDefinitionListResult {
|
|
285
|
+
/** The collection value. */
|
|
286
|
+
value?: OperationDefinition[];
|
|
287
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
288
|
+
nextLink?: string;
|
|
348
289
|
}
|
|
349
290
|
|
|
350
|
-
/**
|
|
351
|
-
|
|
352
|
-
*/
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
|
|
362
|
-
* The label is used in unison with the key to uniquely identify a key-value.
|
|
363
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
364
|
-
*/
|
|
365
|
-
readonly label?: string;
|
|
366
|
-
/**
|
|
367
|
-
* The value of the key-value.
|
|
368
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
369
|
-
*/
|
|
370
|
-
readonly value?: string;
|
|
371
|
-
/**
|
|
372
|
-
* The content type of the key-value's value.
|
|
373
|
-
* Providing a proper content-type can enable transformations of values when they are retrieved
|
|
374
|
-
* by applications.
|
|
375
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
376
|
-
*/
|
|
377
|
-
readonly contentType?: string;
|
|
378
|
-
/**
|
|
379
|
-
* An ETag indicating the state of a key-value within a configuration store.
|
|
380
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
381
|
-
*/
|
|
382
|
-
readonly eTag?: string;
|
|
383
|
-
/**
|
|
384
|
-
* The last time a modifying operation was performed on the given key-value.
|
|
385
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
386
|
-
*/
|
|
387
|
-
readonly lastModified?: Date;
|
|
388
|
-
/**
|
|
389
|
-
* A value indicating whether the key-value is locked.
|
|
390
|
-
* A locked key-value may not be modified until it is unlocked.
|
|
391
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
392
|
-
*/
|
|
393
|
-
readonly locked?: boolean;
|
|
394
|
-
/**
|
|
395
|
-
* A dictionary of tags that can help identify what a key-value may be applicable for.
|
|
396
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
397
|
-
*/
|
|
398
|
-
readonly tags?: { [propertyName: string]: string };
|
|
291
|
+
/** The definition of a configuration store operation. */
|
|
292
|
+
export interface OperationDefinition {
|
|
293
|
+
/** Operation name: {provider}/{resource}/{operation}. */
|
|
294
|
+
name?: string;
|
|
295
|
+
/** Indicates whether the operation is a data action */
|
|
296
|
+
isDataAction?: boolean;
|
|
297
|
+
/** The display information for the configuration store operation. */
|
|
298
|
+
display?: OperationDefinitionDisplay;
|
|
299
|
+
/** Origin of the operation */
|
|
300
|
+
origin?: string;
|
|
301
|
+
/** Properties of the operation */
|
|
302
|
+
properties?: OperationProperties;
|
|
399
303
|
}
|
|
400
304
|
|
|
401
|
-
/**
|
|
402
|
-
* The display information for a configuration store operation.
|
|
403
|
-
*/
|
|
305
|
+
/** The display information for a configuration store operation. */
|
|
404
306
|
export interface OperationDefinitionDisplay {
|
|
405
307
|
/**
|
|
406
308
|
* The resource provider name: Microsoft App Configuration."
|
|
407
|
-
*
|
|
309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
310
|
*/
|
|
409
311
|
readonly provider?: string;
|
|
410
|
-
/**
|
|
411
|
-
* The resource on which the operation is performed.
|
|
412
|
-
*/
|
|
312
|
+
/** The resource on which the operation is performed. */
|
|
413
313
|
resource?: string;
|
|
414
|
-
/**
|
|
415
|
-
* The operation that users can perform.
|
|
416
|
-
*/
|
|
314
|
+
/** The operation that users can perform. */
|
|
417
315
|
operation?: string;
|
|
418
|
-
/**
|
|
419
|
-
* The description for the operation.
|
|
420
|
-
*/
|
|
316
|
+
/** The description for the operation. */
|
|
421
317
|
description?: string;
|
|
422
318
|
}
|
|
423
319
|
|
|
424
|
-
/**
|
|
425
|
-
|
|
426
|
-
*/
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
320
|
+
/** Extra Operation properties */
|
|
321
|
+
export interface OperationProperties {
|
|
322
|
+
/** Service specifications of the operation */
|
|
323
|
+
serviceSpecification?: ServiceSpecification;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
/** Service specification payload */
|
|
327
|
+
export interface ServiceSpecification {
|
|
328
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
329
|
+
logSpecifications?: LogSpecification[];
|
|
330
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
331
|
+
metricSpecifications?: MetricSpecification[];
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
335
|
+
export interface LogSpecification {
|
|
336
|
+
/** Name of the log */
|
|
431
337
|
name?: string;
|
|
432
|
-
/**
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
338
|
+
/** Localized friendly display name of the log */
|
|
339
|
+
displayName?: string;
|
|
340
|
+
/** Blob duration of the log */
|
|
341
|
+
blobDuration?: string;
|
|
436
342
|
}
|
|
437
343
|
|
|
438
|
-
/**
|
|
439
|
-
|
|
440
|
-
*/
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
/**
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
344
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
345
|
+
export interface MetricSpecification {
|
|
346
|
+
/** Name of the metric */
|
|
347
|
+
name?: string;
|
|
348
|
+
/** Localized friendly display name of the metric */
|
|
349
|
+
displayName?: string;
|
|
350
|
+
/** Localized friendly description of the metric */
|
|
351
|
+
displayDescription?: string;
|
|
352
|
+
/** Unit that makes sense for the metric */
|
|
353
|
+
unit?: string;
|
|
354
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
355
|
+
aggregationType?: string;
|
|
356
|
+
/** Internal metric name. */
|
|
357
|
+
internalMetricName?: string;
|
|
358
|
+
/** Dimensions of the metric */
|
|
359
|
+
dimensions?: MetricDimension[];
|
|
360
|
+
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
|
361
|
+
fillGapWithZero?: boolean;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/** Specifications of the Dimension of metrics */
|
|
365
|
+
export interface MetricDimension {
|
|
366
|
+
/** Name of the dimension */
|
|
367
|
+
name?: string;
|
|
368
|
+
/** Localized friendly display name of the dimension */
|
|
369
|
+
displayName?: string;
|
|
370
|
+
/** Internal name of the dimension. */
|
|
371
|
+
internalName?: string;
|
|
450
372
|
}
|
|
451
373
|
|
|
452
|
-
/**
|
|
453
|
-
|
|
454
|
-
*/
|
|
455
|
-
|
|
374
|
+
/** A list of private endpoint connections */
|
|
375
|
+
export interface PrivateEndpointConnectionListResult {
|
|
376
|
+
/** The collection value. */
|
|
377
|
+
value?: PrivateEndpointConnection[];
|
|
378
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
379
|
+
nextLink?: string;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/** A private endpoint connection */
|
|
383
|
+
export interface PrivateEndpointConnection {
|
|
456
384
|
/**
|
|
457
385
|
* The resource ID.
|
|
458
|
-
*
|
|
386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
387
|
*/
|
|
460
388
|
readonly id?: string;
|
|
461
389
|
/**
|
|
462
390
|
* The name of the resource.
|
|
463
|
-
*
|
|
391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
392
|
*/
|
|
465
393
|
readonly name?: string;
|
|
466
394
|
/**
|
|
467
395
|
* The type of the resource.
|
|
468
|
-
*
|
|
396
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
397
|
*/
|
|
470
398
|
readonly type?: string;
|
|
471
399
|
/**
|
|
472
|
-
* The provisioning status of the private endpoint connection.
|
|
473
|
-
*
|
|
474
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
400
|
+
* The provisioning status of the private endpoint connection.
|
|
401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
402
|
*/
|
|
476
403
|
readonly provisioningState?: ProvisioningState;
|
|
477
|
-
/**
|
|
478
|
-
* The resource of private endpoint.
|
|
479
|
-
*/
|
|
404
|
+
/** The resource of private endpoint. */
|
|
480
405
|
privateEndpoint?: PrivateEndpoint;
|
|
481
|
-
/**
|
|
482
|
-
|
|
483
|
-
* provider.
|
|
484
|
-
*/
|
|
485
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
406
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
407
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
486
408
|
}
|
|
487
409
|
|
|
488
|
-
/**
|
|
489
|
-
|
|
490
|
-
*/
|
|
410
|
+
/** A list of private link resources. */
|
|
411
|
+
export interface PrivateLinkResourceListResult {
|
|
412
|
+
/** The collection value. */
|
|
413
|
+
value?: PrivateLinkResource[];
|
|
414
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
415
|
+
nextLink?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/** A resource that supports private link capabilities. */
|
|
491
419
|
export interface PrivateLinkResource {
|
|
492
420
|
/**
|
|
493
421
|
* The resource ID.
|
|
494
|
-
*
|
|
422
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
495
423
|
*/
|
|
496
424
|
readonly id?: string;
|
|
497
425
|
/**
|
|
498
426
|
* The name of the resource.
|
|
499
|
-
*
|
|
427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
500
428
|
*/
|
|
501
429
|
readonly name?: string;
|
|
502
430
|
/**
|
|
503
431
|
* The type of the resource.
|
|
504
|
-
*
|
|
432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
505
433
|
*/
|
|
506
434
|
readonly type?: string;
|
|
507
435
|
/**
|
|
508
436
|
* The private link resource group id.
|
|
509
|
-
*
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
438
|
*/
|
|
511
439
|
readonly groupId?: string;
|
|
512
440
|
/**
|
|
513
441
|
* The private link resource required member names.
|
|
514
|
-
*
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
443
|
*/
|
|
516
444
|
readonly requiredMembers?: string[];
|
|
517
445
|
/**
|
|
518
446
|
* The list of required DNS zone names of the private link resource.
|
|
519
|
-
*
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
448
|
*/
|
|
521
449
|
readonly requiredZoneNames?: string[];
|
|
522
450
|
}
|
|
523
451
|
|
|
524
|
-
/**
|
|
525
|
-
|
|
526
|
-
*/
|
|
527
|
-
|
|
528
|
-
/**
|
|
529
|
-
|
|
530
|
-
* If a previous response contains a nextLink element, the value of the nextLink element will
|
|
531
|
-
* include a skipToken parameter that specifies a starting point to use for subsequent calls.
|
|
532
|
-
*/
|
|
533
|
-
skipToken?: string;
|
|
452
|
+
/** The result of a request to list key-values. */
|
|
453
|
+
export interface KeyValueListResult {
|
|
454
|
+
/** The collection value. */
|
|
455
|
+
value?: KeyValue[];
|
|
456
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
457
|
+
nextLink?: string;
|
|
534
458
|
}
|
|
535
459
|
|
|
536
|
-
/**
|
|
537
|
-
|
|
538
|
-
*/
|
|
539
|
-
export interface ConfigurationStoresListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
|
|
460
|
+
/** The key-value resource along with all resource properties. */
|
|
461
|
+
export interface KeyValue {
|
|
540
462
|
/**
|
|
541
|
-
*
|
|
542
|
-
*
|
|
543
|
-
* include a skipToken parameter that specifies a starting point to use for subsequent calls.
|
|
463
|
+
* The resource ID.
|
|
464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
465
|
*/
|
|
545
|
-
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
* Optional Parameters.
|
|
550
|
-
*/
|
|
551
|
-
export interface ConfigurationStoresListKeysOptionalParams extends msRest.RequestOptionsBase {
|
|
466
|
+
readonly id?: string;
|
|
552
467
|
/**
|
|
553
|
-
*
|
|
554
|
-
*
|
|
555
|
-
* include a skipToken parameter that specifies a starting point to use for subsequent calls.
|
|
468
|
+
* The name of the resource.
|
|
469
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
556
470
|
*/
|
|
557
|
-
|
|
471
|
+
readonly name?: string;
|
|
472
|
+
/**
|
|
473
|
+
* The type of the resource.
|
|
474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
|
+
*/
|
|
476
|
+
readonly type?: string;
|
|
477
|
+
/**
|
|
478
|
+
* The primary identifier of a key-value.
|
|
479
|
+
* The key is used in unison with the label to uniquely identify a key-value.
|
|
480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
+
*/
|
|
482
|
+
readonly key?: string;
|
|
483
|
+
/**
|
|
484
|
+
* A value used to group key-values.
|
|
485
|
+
* The label is used in unison with the key to uniquely identify a key-value.
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly label?: string;
|
|
489
|
+
/** The value of the key-value. */
|
|
490
|
+
value?: string;
|
|
491
|
+
/**
|
|
492
|
+
* The content type of the key-value's value.
|
|
493
|
+
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
494
|
+
*/
|
|
495
|
+
contentType?: string;
|
|
496
|
+
/**
|
|
497
|
+
* An ETag indicating the state of a key-value within a configuration store.
|
|
498
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
+
*/
|
|
500
|
+
readonly eTag?: string;
|
|
501
|
+
/**
|
|
502
|
+
* The last time a modifying operation was performed on the given key-value.
|
|
503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
+
*/
|
|
505
|
+
readonly lastModified?: Date;
|
|
506
|
+
/**
|
|
507
|
+
* A value indicating whether the key-value is locked.
|
|
508
|
+
* A locked key-value may not be modified until it is unlocked.
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly locked?: boolean;
|
|
512
|
+
/** A dictionary of tags that can help identify what a key-value may be applicable for. */
|
|
513
|
+
tags?: { [propertyName: string]: string };
|
|
558
514
|
}
|
|
559
515
|
|
|
560
|
-
/**
|
|
561
|
-
|
|
562
|
-
*/
|
|
563
|
-
|
|
516
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
517
|
+
export type TrackedResource = Resource & {
|
|
518
|
+
/** Resource tags. */
|
|
519
|
+
tags?: { [propertyName: string]: string };
|
|
520
|
+
/** The geo-location where the resource lives */
|
|
521
|
+
location: string;
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */
|
|
525
|
+
export type ConfigurationStore = TrackedResource & {
|
|
526
|
+
/** The managed identity information, if configured. */
|
|
527
|
+
identity?: ResourceIdentity;
|
|
528
|
+
/** The sku of the configuration store. */
|
|
529
|
+
sku: Sku;
|
|
564
530
|
/**
|
|
565
|
-
*
|
|
566
|
-
*
|
|
567
|
-
* include a skipToken parameter that specifies a starting point to use for subsequent calls.
|
|
531
|
+
* Resource system metadata.
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
533
|
*/
|
|
569
|
-
|
|
534
|
+
readonly systemData?: SystemData;
|
|
535
|
+
/**
|
|
536
|
+
* The provisioning state of the configuration store.
|
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
+
*/
|
|
539
|
+
readonly provisioningState?: ProvisioningState;
|
|
540
|
+
/**
|
|
541
|
+
* The creation date of configuration store.
|
|
542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
+
*/
|
|
544
|
+
readonly creationDate?: Date;
|
|
545
|
+
/**
|
|
546
|
+
* The DNS endpoint where the configuration store API will be available.
|
|
547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
548
|
+
*/
|
|
549
|
+
readonly endpoint?: string;
|
|
550
|
+
/** The encryption settings of the configuration store. */
|
|
551
|
+
encryption?: EncryptionProperties;
|
|
552
|
+
/**
|
|
553
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
+
*/
|
|
556
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
|
|
557
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
558
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
559
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
560
|
+
disableLocalAuth?: boolean;
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
564
|
+
export enum KnownIdentityType {
|
|
565
|
+
None = "None",
|
|
566
|
+
SystemAssigned = "SystemAssigned",
|
|
567
|
+
UserAssigned = "UserAssigned",
|
|
568
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
570
569
|
}
|
|
571
570
|
|
|
572
571
|
/**
|
|
573
|
-
*
|
|
572
|
+
* Defines values for IdentityType. \
|
|
573
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
574
|
+
* this enum contains the known values that the service supports.
|
|
575
|
+
* ### Known values supported by the service
|
|
576
|
+
* **None** \
|
|
577
|
+
* **SystemAssigned** \
|
|
578
|
+
* **UserAssigned** \
|
|
579
|
+
* **SystemAssigned, UserAssigned**
|
|
574
580
|
*/
|
|
575
|
-
export
|
|
576
|
-
|
|
581
|
+
export type IdentityType = string;
|
|
582
|
+
|
|
583
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
584
|
+
export enum KnownProvisioningState {
|
|
585
|
+
Creating = "Creating",
|
|
586
|
+
Updating = "Updating",
|
|
587
|
+
Deleting = "Deleting",
|
|
588
|
+
Succeeded = "Succeeded",
|
|
589
|
+
Failed = "Failed",
|
|
590
|
+
Canceled = "Canceled"
|
|
577
591
|
}
|
|
578
592
|
|
|
579
593
|
/**
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
594
|
+
* Defines values for ProvisioningState. \
|
|
595
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
596
|
+
* this enum contains the known values that the service supports.
|
|
597
|
+
* ### Known values supported by the service
|
|
598
|
+
* **Creating** \
|
|
599
|
+
* **Updating** \
|
|
600
|
+
* **Deleting** \
|
|
601
|
+
* **Succeeded** \
|
|
602
|
+
* **Failed** \
|
|
603
|
+
* **Canceled**
|
|
583
604
|
*/
|
|
584
|
-
export
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
605
|
+
export type ProvisioningState = string;
|
|
606
|
+
|
|
607
|
+
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
|
608
|
+
export enum KnownConnectionStatus {
|
|
609
|
+
Pending = "Pending",
|
|
610
|
+
Approved = "Approved",
|
|
611
|
+
Rejected = "Rejected",
|
|
612
|
+
Disconnected = "Disconnected"
|
|
589
613
|
}
|
|
590
614
|
|
|
591
615
|
/**
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
616
|
+
* Defines values for ConnectionStatus. \
|
|
617
|
+
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
|
618
|
+
* this enum contains the known values that the service supports.
|
|
619
|
+
* ### Known values supported by the service
|
|
620
|
+
* **Pending** \
|
|
621
|
+
* **Approved** \
|
|
622
|
+
* **Rejected** \
|
|
623
|
+
* **Disconnected**
|
|
595
624
|
*/
|
|
596
|
-
export
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
625
|
+
export type ConnectionStatus = string;
|
|
626
|
+
|
|
627
|
+
/** Known values of {@link ActionsRequired} that the service accepts. */
|
|
628
|
+
export enum KnownActionsRequired {
|
|
629
|
+
None = "None",
|
|
630
|
+
Recreate = "Recreate"
|
|
601
631
|
}
|
|
602
632
|
|
|
603
633
|
/**
|
|
604
|
-
*
|
|
605
|
-
*
|
|
606
|
-
*
|
|
634
|
+
* Defines values for ActionsRequired. \
|
|
635
|
+
* {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
|
|
636
|
+
* this enum contains the known values that the service supports.
|
|
637
|
+
* ### Known values supported by the service
|
|
638
|
+
* **None** \
|
|
639
|
+
* **Recreate**
|
|
607
640
|
*/
|
|
608
|
-
export
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
641
|
+
export type ActionsRequired = string;
|
|
642
|
+
|
|
643
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
644
|
+
export enum KnownPublicNetworkAccess {
|
|
645
|
+
Enabled = "Enabled",
|
|
646
|
+
Disabled = "Disabled"
|
|
613
647
|
}
|
|
614
648
|
|
|
615
649
|
/**
|
|
616
|
-
*
|
|
617
|
-
*
|
|
618
|
-
*
|
|
650
|
+
* Defines values for PublicNetworkAccess. \
|
|
651
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
652
|
+
* this enum contains the known values that the service supports.
|
|
653
|
+
* ### Known values supported by the service
|
|
654
|
+
* **Enabled** \
|
|
655
|
+
* **Disabled**
|
|
619
656
|
*/
|
|
620
|
-
export
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
657
|
+
export type PublicNetworkAccess = string;
|
|
658
|
+
|
|
659
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
660
|
+
export enum KnownCreatedByType {
|
|
661
|
+
User = "User",
|
|
662
|
+
Application = "Application",
|
|
663
|
+
ManagedIdentity = "ManagedIdentity",
|
|
664
|
+
Key = "Key"
|
|
625
665
|
}
|
|
626
666
|
|
|
627
667
|
/**
|
|
628
|
-
*
|
|
629
|
-
*
|
|
630
|
-
*
|
|
668
|
+
* Defines values for CreatedByType. \
|
|
669
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
670
|
+
* this enum contains the known values that the service supports.
|
|
671
|
+
* ### Known values supported by the service
|
|
672
|
+
* **User** \
|
|
673
|
+
* **Application** \
|
|
674
|
+
* **ManagedIdentity** \
|
|
675
|
+
* **Key**
|
|
631
676
|
*/
|
|
632
|
-
export
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
677
|
+
export type CreatedByType = string;
|
|
678
|
+
|
|
679
|
+
/** Known values of {@link ConfigurationResourceType} that the service accepts. */
|
|
680
|
+
export enum KnownConfigurationResourceType {
|
|
681
|
+
MicrosoftAppConfigurationConfigurationStores = "Microsoft.AppConfiguration/configurationStores"
|
|
637
682
|
}
|
|
638
683
|
|
|
639
684
|
/**
|
|
640
|
-
* Defines values for
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
685
|
+
* Defines values for ConfigurationResourceType. \
|
|
686
|
+
* {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,
|
|
687
|
+
* this enum contains the known values that the service supports.
|
|
688
|
+
* ### Known values supported by the service
|
|
689
|
+
* **Microsoft.AppConfiguration\/configurationStores**
|
|
645
690
|
*/
|
|
646
|
-
export type
|
|
691
|
+
export type ConfigurationResourceType = string;
|
|
647
692
|
|
|
648
|
-
/**
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export type ProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';
|
|
693
|
+
/** Optional parameters. */
|
|
694
|
+
export interface ConfigurationStoresListOptionalParams
|
|
695
|
+
extends coreClient.OperationOptions {
|
|
696
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
697
|
+
skipToken?: string;
|
|
698
|
+
}
|
|
655
699
|
|
|
656
|
-
/**
|
|
657
|
-
|
|
658
|
-
* Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
|
|
659
|
-
* @readonly
|
|
660
|
-
* @enum {string}
|
|
661
|
-
*/
|
|
662
|
-
export type ConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
|
|
700
|
+
/** Contains response data for the list operation. */
|
|
701
|
+
export type ConfigurationStoresListResponse = ConfigurationStoreListResult;
|
|
663
702
|
|
|
664
|
-
/**
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
export type ActionsRequired = 'None' | 'Recreate';
|
|
703
|
+
/** Optional parameters. */
|
|
704
|
+
export interface ConfigurationStoresListByResourceGroupOptionalParams
|
|
705
|
+
extends coreClient.OperationOptions {
|
|
706
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
707
|
+
skipToken?: string;
|
|
708
|
+
}
|
|
671
709
|
|
|
672
|
-
/**
|
|
673
|
-
|
|
674
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
675
|
-
* @readonly
|
|
676
|
-
* @enum {string}
|
|
677
|
-
*/
|
|
678
|
-
export type PublicNetworkAccess = 'Enabled' | 'Disabled';
|
|
710
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
711
|
+
export type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult;
|
|
679
712
|
|
|
680
|
-
/**
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
export type ConfigurationStoresListResponse = ConfigurationStoreListResult & {
|
|
684
|
-
/**
|
|
685
|
-
* The underlying HTTP response.
|
|
686
|
-
*/
|
|
687
|
-
_response: msRest.HttpResponse & {
|
|
688
|
-
/**
|
|
689
|
-
* The response body as text (string format)
|
|
690
|
-
*/
|
|
691
|
-
bodyAsText: string;
|
|
692
|
-
|
|
693
|
-
/**
|
|
694
|
-
* The response body as parsed JSON or XML
|
|
695
|
-
*/
|
|
696
|
-
parsedBody: ConfigurationStoreListResult;
|
|
697
|
-
};
|
|
698
|
-
};
|
|
713
|
+
/** Optional parameters. */
|
|
714
|
+
export interface ConfigurationStoresGetOptionalParams
|
|
715
|
+
extends coreClient.OperationOptions {}
|
|
699
716
|
|
|
700
|
-
/**
|
|
701
|
-
|
|
702
|
-
*/
|
|
703
|
-
export type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult & {
|
|
704
|
-
/**
|
|
705
|
-
* The underlying HTTP response.
|
|
706
|
-
*/
|
|
707
|
-
_response: msRest.HttpResponse & {
|
|
708
|
-
/**
|
|
709
|
-
* The response body as text (string format)
|
|
710
|
-
*/
|
|
711
|
-
bodyAsText: string;
|
|
712
|
-
|
|
713
|
-
/**
|
|
714
|
-
* The response body as parsed JSON or XML
|
|
715
|
-
*/
|
|
716
|
-
parsedBody: ConfigurationStoreListResult;
|
|
717
|
-
};
|
|
718
|
-
};
|
|
717
|
+
/** Contains response data for the get operation. */
|
|
718
|
+
export type ConfigurationStoresGetResponse = ConfigurationStore;
|
|
719
719
|
|
|
720
|
-
/**
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
/**
|
|
729
|
-
* The response body as text (string format)
|
|
730
|
-
*/
|
|
731
|
-
bodyAsText: string;
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* The response body as parsed JSON or XML
|
|
735
|
-
*/
|
|
736
|
-
parsedBody: ConfigurationStore;
|
|
737
|
-
};
|
|
738
|
-
};
|
|
720
|
+
/** Optional parameters. */
|
|
721
|
+
export interface ConfigurationStoresCreateOptionalParams
|
|
722
|
+
extends coreClient.OperationOptions {
|
|
723
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
724
|
+
updateIntervalInMs?: number;
|
|
725
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
726
|
+
resumeFrom?: string;
|
|
727
|
+
}
|
|
739
728
|
|
|
740
|
-
/**
|
|
741
|
-
|
|
742
|
-
*/
|
|
743
|
-
export type ConfigurationStoresCreateResponse = ConfigurationStore & {
|
|
744
|
-
/**
|
|
745
|
-
* The underlying HTTP response.
|
|
746
|
-
*/
|
|
747
|
-
_response: msRest.HttpResponse & {
|
|
748
|
-
/**
|
|
749
|
-
* The response body as text (string format)
|
|
750
|
-
*/
|
|
751
|
-
bodyAsText: string;
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* The response body as parsed JSON or XML
|
|
755
|
-
*/
|
|
756
|
-
parsedBody: ConfigurationStore;
|
|
757
|
-
};
|
|
758
|
-
};
|
|
729
|
+
/** Contains response data for the create operation. */
|
|
730
|
+
export type ConfigurationStoresCreateResponse = ConfigurationStore;
|
|
759
731
|
|
|
760
|
-
/**
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
/**
|
|
769
|
-
* The response body as text (string format)
|
|
770
|
-
*/
|
|
771
|
-
bodyAsText: string;
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* The response body as parsed JSON or XML
|
|
775
|
-
*/
|
|
776
|
-
parsedBody: ConfigurationStore;
|
|
777
|
-
};
|
|
778
|
-
};
|
|
732
|
+
/** Optional parameters. */
|
|
733
|
+
export interface ConfigurationStoresDeleteOptionalParams
|
|
734
|
+
extends coreClient.OperationOptions {
|
|
735
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
736
|
+
updateIntervalInMs?: number;
|
|
737
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
738
|
+
resumeFrom?: string;
|
|
739
|
+
}
|
|
779
740
|
|
|
780
|
-
/**
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
/**
|
|
789
|
-
* The response body as text (string format)
|
|
790
|
-
*/
|
|
791
|
-
bodyAsText: string;
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* The response body as parsed JSON or XML
|
|
795
|
-
*/
|
|
796
|
-
parsedBody: ApiKeyListResult;
|
|
797
|
-
};
|
|
798
|
-
};
|
|
741
|
+
/** Optional parameters. */
|
|
742
|
+
export interface ConfigurationStoresUpdateOptionalParams
|
|
743
|
+
extends coreClient.OperationOptions {
|
|
744
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
745
|
+
updateIntervalInMs?: number;
|
|
746
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
747
|
+
resumeFrom?: string;
|
|
748
|
+
}
|
|
799
749
|
|
|
800
|
-
/**
|
|
801
|
-
|
|
802
|
-
*/
|
|
803
|
-
export type ConfigurationStoresRegenerateKeyResponse = ApiKey & {
|
|
804
|
-
/**
|
|
805
|
-
* The underlying HTTP response.
|
|
806
|
-
*/
|
|
807
|
-
_response: msRest.HttpResponse & {
|
|
808
|
-
/**
|
|
809
|
-
* The response body as text (string format)
|
|
810
|
-
*/
|
|
811
|
-
bodyAsText: string;
|
|
812
|
-
|
|
813
|
-
/**
|
|
814
|
-
* The response body as parsed JSON or XML
|
|
815
|
-
*/
|
|
816
|
-
parsedBody: ApiKey;
|
|
817
|
-
};
|
|
818
|
-
};
|
|
750
|
+
/** Contains response data for the update operation. */
|
|
751
|
+
export type ConfigurationStoresUpdateResponse = ConfigurationStore;
|
|
819
752
|
|
|
820
|
-
/**
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
*/
|
|
827
|
-
_response: msRest.HttpResponse & {
|
|
828
|
-
/**
|
|
829
|
-
* The response body as text (string format)
|
|
830
|
-
*/
|
|
831
|
-
bodyAsText: string;
|
|
832
|
-
|
|
833
|
-
/**
|
|
834
|
-
* The response body as parsed JSON or XML
|
|
835
|
-
*/
|
|
836
|
-
parsedBody: KeyValue;
|
|
837
|
-
};
|
|
838
|
-
};
|
|
753
|
+
/** Optional parameters. */
|
|
754
|
+
export interface ConfigurationStoresListKeysOptionalParams
|
|
755
|
+
extends coreClient.OperationOptions {
|
|
756
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
757
|
+
skipToken?: string;
|
|
758
|
+
}
|
|
839
759
|
|
|
840
|
-
/**
|
|
841
|
-
|
|
842
|
-
*/
|
|
843
|
-
export type ConfigurationStoresBeginCreateResponse = ConfigurationStore & {
|
|
844
|
-
/**
|
|
845
|
-
* The underlying HTTP response.
|
|
846
|
-
*/
|
|
847
|
-
_response: msRest.HttpResponse & {
|
|
848
|
-
/**
|
|
849
|
-
* The response body as text (string format)
|
|
850
|
-
*/
|
|
851
|
-
bodyAsText: string;
|
|
852
|
-
|
|
853
|
-
/**
|
|
854
|
-
* The response body as parsed JSON or XML
|
|
855
|
-
*/
|
|
856
|
-
parsedBody: ConfigurationStore;
|
|
857
|
-
};
|
|
858
|
-
};
|
|
760
|
+
/** Contains response data for the listKeys operation. */
|
|
761
|
+
export type ConfigurationStoresListKeysResponse = ApiKeyListResult;
|
|
859
762
|
|
|
860
|
-
/**
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export type ConfigurationStoresBeginUpdateResponse = ConfigurationStore & {
|
|
864
|
-
/**
|
|
865
|
-
* The underlying HTTP response.
|
|
866
|
-
*/
|
|
867
|
-
_response: msRest.HttpResponse & {
|
|
868
|
-
/**
|
|
869
|
-
* The response body as text (string format)
|
|
870
|
-
*/
|
|
871
|
-
bodyAsText: string;
|
|
872
|
-
|
|
873
|
-
/**
|
|
874
|
-
* The response body as parsed JSON or XML
|
|
875
|
-
*/
|
|
876
|
-
parsedBody: ConfigurationStore;
|
|
877
|
-
};
|
|
878
|
-
};
|
|
763
|
+
/** Optional parameters. */
|
|
764
|
+
export interface ConfigurationStoresRegenerateKeyOptionalParams
|
|
765
|
+
extends coreClient.OperationOptions {}
|
|
879
766
|
|
|
880
|
-
/**
|
|
881
|
-
|
|
882
|
-
*/
|
|
883
|
-
export type ConfigurationStoresListNextResponse = ConfigurationStoreListResult & {
|
|
884
|
-
/**
|
|
885
|
-
* The underlying HTTP response.
|
|
886
|
-
*/
|
|
887
|
-
_response: msRest.HttpResponse & {
|
|
888
|
-
/**
|
|
889
|
-
* The response body as text (string format)
|
|
890
|
-
*/
|
|
891
|
-
bodyAsText: string;
|
|
892
|
-
|
|
893
|
-
/**
|
|
894
|
-
* The response body as parsed JSON or XML
|
|
895
|
-
*/
|
|
896
|
-
parsedBody: ConfigurationStoreListResult;
|
|
897
|
-
};
|
|
898
|
-
};
|
|
767
|
+
/** Contains response data for the regenerateKey operation. */
|
|
768
|
+
export type ConfigurationStoresRegenerateKeyResponse = ApiKey;
|
|
899
769
|
|
|
900
|
-
/**
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
*/
|
|
907
|
-
_response: msRest.HttpResponse & {
|
|
908
|
-
/**
|
|
909
|
-
* The response body as text (string format)
|
|
910
|
-
*/
|
|
911
|
-
bodyAsText: string;
|
|
912
|
-
|
|
913
|
-
/**
|
|
914
|
-
* The response body as parsed JSON or XML
|
|
915
|
-
*/
|
|
916
|
-
parsedBody: ConfigurationStoreListResult;
|
|
917
|
-
};
|
|
918
|
-
};
|
|
770
|
+
/** Optional parameters. */
|
|
771
|
+
export interface ConfigurationStoresListNextOptionalParams
|
|
772
|
+
extends coreClient.OperationOptions {
|
|
773
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
774
|
+
skipToken?: string;
|
|
775
|
+
}
|
|
919
776
|
|
|
920
|
-
/**
|
|
921
|
-
|
|
922
|
-
*/
|
|
923
|
-
export type ConfigurationStoresListKeysNextResponse = ApiKeyListResult & {
|
|
924
|
-
/**
|
|
925
|
-
* The underlying HTTP response.
|
|
926
|
-
*/
|
|
927
|
-
_response: msRest.HttpResponse & {
|
|
928
|
-
/**
|
|
929
|
-
* The response body as text (string format)
|
|
930
|
-
*/
|
|
931
|
-
bodyAsText: string;
|
|
932
|
-
|
|
933
|
-
/**
|
|
934
|
-
* The response body as parsed JSON or XML
|
|
935
|
-
*/
|
|
936
|
-
parsedBody: ApiKeyListResult;
|
|
937
|
-
};
|
|
938
|
-
};
|
|
777
|
+
/** Contains response data for the listNext operation. */
|
|
778
|
+
export type ConfigurationStoresListNextResponse = ConfigurationStoreListResult;
|
|
939
779
|
|
|
940
|
-
/**
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
*/
|
|
947
|
-
_response: msRest.HttpResponse & {
|
|
948
|
-
/**
|
|
949
|
-
* The response body as text (string format)
|
|
950
|
-
*/
|
|
951
|
-
bodyAsText: string;
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* The response body as parsed JSON or XML
|
|
955
|
-
*/
|
|
956
|
-
parsedBody: NameAvailabilityStatus;
|
|
957
|
-
};
|
|
958
|
-
};
|
|
780
|
+
/** Optional parameters. */
|
|
781
|
+
export interface ConfigurationStoresListByResourceGroupNextOptionalParams
|
|
782
|
+
extends coreClient.OperationOptions {
|
|
783
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
784
|
+
skipToken?: string;
|
|
785
|
+
}
|
|
959
786
|
|
|
960
|
-
/**
|
|
961
|
-
|
|
962
|
-
*/
|
|
963
|
-
export type OperationsListResponse = OperationDefinitionListResult & {
|
|
964
|
-
/**
|
|
965
|
-
* The underlying HTTP response.
|
|
966
|
-
*/
|
|
967
|
-
_response: msRest.HttpResponse & {
|
|
968
|
-
/**
|
|
969
|
-
* The response body as text (string format)
|
|
970
|
-
*/
|
|
971
|
-
bodyAsText: string;
|
|
972
|
-
|
|
973
|
-
/**
|
|
974
|
-
* The response body as parsed JSON or XML
|
|
975
|
-
*/
|
|
976
|
-
parsedBody: OperationDefinitionListResult;
|
|
977
|
-
};
|
|
978
|
-
};
|
|
787
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
788
|
+
export type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult;
|
|
979
789
|
|
|
980
|
-
/**
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
*/
|
|
987
|
-
_response: msRest.HttpResponse & {
|
|
988
|
-
/**
|
|
989
|
-
* The response body as text (string format)
|
|
990
|
-
*/
|
|
991
|
-
bodyAsText: string;
|
|
992
|
-
|
|
993
|
-
/**
|
|
994
|
-
* The response body as parsed JSON or XML
|
|
995
|
-
*/
|
|
996
|
-
parsedBody: OperationDefinitionListResult;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
790
|
+
/** Optional parameters. */
|
|
791
|
+
export interface ConfigurationStoresListKeysNextOptionalParams
|
|
792
|
+
extends coreClient.OperationOptions {
|
|
793
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
794
|
+
skipToken?: string;
|
|
795
|
+
}
|
|
999
796
|
|
|
1000
|
-
/**
|
|
1001
|
-
|
|
1002
|
-
*/
|
|
1003
|
-
export type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult & {
|
|
1004
|
-
/**
|
|
1005
|
-
* The underlying HTTP response.
|
|
1006
|
-
*/
|
|
1007
|
-
_response: msRest.HttpResponse & {
|
|
1008
|
-
/**
|
|
1009
|
-
* The response body as text (string format)
|
|
1010
|
-
*/
|
|
1011
|
-
bodyAsText: string;
|
|
1012
|
-
|
|
1013
|
-
/**
|
|
1014
|
-
* The response body as parsed JSON or XML
|
|
1015
|
-
*/
|
|
1016
|
-
parsedBody: PrivateEndpointConnectionListResult;
|
|
1017
|
-
};
|
|
1018
|
-
};
|
|
797
|
+
/** Contains response data for the listKeysNext operation. */
|
|
798
|
+
export type ConfigurationStoresListKeysNextResponse = ApiKeyListResult;
|
|
1019
799
|
|
|
1020
|
-
/**
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
|
|
1024
|
-
/**
|
|
1025
|
-
* The underlying HTTP response.
|
|
1026
|
-
*/
|
|
1027
|
-
_response: msRest.HttpResponse & {
|
|
1028
|
-
/**
|
|
1029
|
-
* The response body as text (string format)
|
|
1030
|
-
*/
|
|
1031
|
-
bodyAsText: string;
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
* The response body as parsed JSON or XML
|
|
1035
|
-
*/
|
|
1036
|
-
parsedBody: PrivateEndpointConnection;
|
|
1037
|
-
};
|
|
1038
|
-
};
|
|
800
|
+
/** Optional parameters. */
|
|
801
|
+
export interface OperationsCheckNameAvailabilityOptionalParams
|
|
802
|
+
extends coreClient.OperationOptions {}
|
|
1039
803
|
|
|
1040
|
-
/**
|
|
1041
|
-
|
|
1042
|
-
*/
|
|
1043
|
-
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {
|
|
1044
|
-
/**
|
|
1045
|
-
* The underlying HTTP response.
|
|
1046
|
-
*/
|
|
1047
|
-
_response: msRest.HttpResponse & {
|
|
1048
|
-
/**
|
|
1049
|
-
* The response body as text (string format)
|
|
1050
|
-
*/
|
|
1051
|
-
bodyAsText: string;
|
|
1052
|
-
|
|
1053
|
-
/**
|
|
1054
|
-
* The response body as parsed JSON or XML
|
|
1055
|
-
*/
|
|
1056
|
-
parsedBody: PrivateEndpointConnection;
|
|
1057
|
-
};
|
|
1058
|
-
};
|
|
804
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
805
|
+
export type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus;
|
|
1059
806
|
|
|
1060
|
-
/**
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
*/
|
|
1067
|
-
_response: msRest.HttpResponse & {
|
|
1068
|
-
/**
|
|
1069
|
-
* The response body as text (string format)
|
|
1070
|
-
*/
|
|
1071
|
-
bodyAsText: string;
|
|
1072
|
-
|
|
1073
|
-
/**
|
|
1074
|
-
* The response body as parsed JSON or XML
|
|
1075
|
-
*/
|
|
1076
|
-
parsedBody: PrivateEndpointConnection;
|
|
1077
|
-
};
|
|
1078
|
-
};
|
|
807
|
+
/** Optional parameters. */
|
|
808
|
+
export interface OperationsListOptionalParams
|
|
809
|
+
extends coreClient.OperationOptions {
|
|
810
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
811
|
+
skipToken?: string;
|
|
812
|
+
}
|
|
1079
813
|
|
|
1080
|
-
/**
|
|
1081
|
-
|
|
1082
|
-
*/
|
|
1083
|
-
export type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult & {
|
|
1084
|
-
/**
|
|
1085
|
-
* The underlying HTTP response.
|
|
1086
|
-
*/
|
|
1087
|
-
_response: msRest.HttpResponse & {
|
|
1088
|
-
/**
|
|
1089
|
-
* The response body as text (string format)
|
|
1090
|
-
*/
|
|
1091
|
-
bodyAsText: string;
|
|
1092
|
-
|
|
1093
|
-
/**
|
|
1094
|
-
* The response body as parsed JSON or XML
|
|
1095
|
-
*/
|
|
1096
|
-
parsedBody: PrivateEndpointConnectionListResult;
|
|
1097
|
-
};
|
|
1098
|
-
};
|
|
814
|
+
/** Contains response data for the list operation. */
|
|
815
|
+
export type OperationsListResponse = OperationDefinitionListResult;
|
|
1099
816
|
|
|
1100
|
-
/**
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
*/
|
|
1107
|
-
_response: msRest.HttpResponse & {
|
|
1108
|
-
/**
|
|
1109
|
-
* The response body as text (string format)
|
|
1110
|
-
*/
|
|
1111
|
-
bodyAsText: string;
|
|
1112
|
-
|
|
1113
|
-
/**
|
|
1114
|
-
* The response body as parsed JSON or XML
|
|
1115
|
-
*/
|
|
1116
|
-
parsedBody: PrivateLinkResourceListResult;
|
|
1117
|
-
};
|
|
1118
|
-
};
|
|
817
|
+
/** Optional parameters. */
|
|
818
|
+
export interface OperationsListNextOptionalParams
|
|
819
|
+
extends coreClient.OperationOptions {
|
|
820
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
821
|
+
skipToken?: string;
|
|
822
|
+
}
|
|
1119
823
|
|
|
1120
|
-
/**
|
|
1121
|
-
|
|
1122
|
-
*/
|
|
1123
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource & {
|
|
1124
|
-
/**
|
|
1125
|
-
* The underlying HTTP response.
|
|
1126
|
-
*/
|
|
1127
|
-
_response: msRest.HttpResponse & {
|
|
1128
|
-
/**
|
|
1129
|
-
* The response body as text (string format)
|
|
1130
|
-
*/
|
|
1131
|
-
bodyAsText: string;
|
|
1132
|
-
|
|
1133
|
-
/**
|
|
1134
|
-
* The response body as parsed JSON or XML
|
|
1135
|
-
*/
|
|
1136
|
-
parsedBody: PrivateLinkResource;
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
824
|
+
/** Contains response data for the listNext operation. */
|
|
825
|
+
export type OperationsListNextResponse = OperationDefinitionListResult;
|
|
1139
826
|
|
|
1140
|
-
/**
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
827
|
+
/** Optional parameters. */
|
|
828
|
+
export interface PrivateEndpointConnectionsListByConfigurationStoreOptionalParams
|
|
829
|
+
extends coreClient.OperationOptions {}
|
|
830
|
+
|
|
831
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
832
|
+
export type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult;
|
|
833
|
+
|
|
834
|
+
/** Optional parameters. */
|
|
835
|
+
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
836
|
+
extends coreClient.OperationOptions {}
|
|
837
|
+
|
|
838
|
+
/** Contains response data for the get operation. */
|
|
839
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
840
|
+
|
|
841
|
+
/** Optional parameters. */
|
|
842
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
843
|
+
extends coreClient.OperationOptions {
|
|
844
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
845
|
+
updateIntervalInMs?: number;
|
|
846
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
847
|
+
resumeFrom?: string;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
851
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
852
|
+
|
|
853
|
+
/** Optional parameters. */
|
|
854
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
855
|
+
extends coreClient.OperationOptions {
|
|
856
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
857
|
+
updateIntervalInMs?: number;
|
|
858
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
859
|
+
resumeFrom?: string;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
/** Optional parameters. */
|
|
863
|
+
export interface PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams
|
|
864
|
+
extends coreClient.OperationOptions {}
|
|
865
|
+
|
|
866
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
867
|
+
export type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult;
|
|
868
|
+
|
|
869
|
+
/** Optional parameters. */
|
|
870
|
+
export interface PrivateLinkResourcesListByConfigurationStoreOptionalParams
|
|
871
|
+
extends coreClient.OperationOptions {}
|
|
872
|
+
|
|
873
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
874
|
+
export type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult;
|
|
875
|
+
|
|
876
|
+
/** Optional parameters. */
|
|
877
|
+
export interface PrivateLinkResourcesGetOptionalParams
|
|
878
|
+
extends coreClient.OperationOptions {}
|
|
879
|
+
|
|
880
|
+
/** Contains response data for the get operation. */
|
|
881
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
882
|
+
|
|
883
|
+
/** Optional parameters. */
|
|
884
|
+
export interface PrivateLinkResourcesListByConfigurationStoreNextOptionalParams
|
|
885
|
+
extends coreClient.OperationOptions {}
|
|
886
|
+
|
|
887
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
888
|
+
export type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult;
|
|
889
|
+
|
|
890
|
+
/** Optional parameters. */
|
|
891
|
+
export interface KeyValuesListByConfigurationStoreOptionalParams
|
|
892
|
+
extends coreClient.OperationOptions {
|
|
893
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
894
|
+
skipToken?: string;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
898
|
+
export type KeyValuesListByConfigurationStoreResponse = KeyValueListResult;
|
|
899
|
+
|
|
900
|
+
/** Optional parameters. */
|
|
901
|
+
export interface KeyValuesGetOptionalParams
|
|
902
|
+
extends coreClient.OperationOptions {}
|
|
903
|
+
|
|
904
|
+
/** Contains response data for the get operation. */
|
|
905
|
+
export type KeyValuesGetResponse = KeyValue;
|
|
906
|
+
|
|
907
|
+
/** Optional parameters. */
|
|
908
|
+
export interface KeyValuesCreateOrUpdateOptionalParams
|
|
909
|
+
extends coreClient.OperationOptions {
|
|
910
|
+
/** The parameters for creating a key-value. */
|
|
911
|
+
keyValueParameters?: KeyValue;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
915
|
+
export type KeyValuesCreateOrUpdateResponse = KeyValue;
|
|
916
|
+
|
|
917
|
+
/** Optional parameters. */
|
|
918
|
+
export interface KeyValuesDeleteOptionalParams
|
|
919
|
+
extends coreClient.OperationOptions {
|
|
920
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
921
|
+
updateIntervalInMs?: number;
|
|
922
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
923
|
+
resumeFrom?: string;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/** Optional parameters. */
|
|
927
|
+
export interface KeyValuesListByConfigurationStoreNextOptionalParams
|
|
928
|
+
extends coreClient.OperationOptions {
|
|
929
|
+
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
930
|
+
skipToken?: string;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
934
|
+
export type KeyValuesListByConfigurationStoreNextResponse = KeyValueListResult;
|
|
935
|
+
|
|
936
|
+
/** Optional parameters. */
|
|
937
|
+
export interface AppConfigurationManagementClientOptionalParams
|
|
938
|
+
extends coreClient.ServiceClientOptions {
|
|
939
|
+
/** server parameter */
|
|
940
|
+
$host?: string;
|
|
941
|
+
/** Api Version */
|
|
942
|
+
apiVersion?: string;
|
|
943
|
+
/** Overrides client endpoint. */
|
|
944
|
+
endpoint?: string;
|
|
945
|
+
}
|