@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
|
@@ -0,0 +1,826 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The result of a request to list configuration stores. */
|
|
3
|
+
export interface ConfigurationStoreListResult {
|
|
4
|
+
/** The collection value. */
|
|
5
|
+
value?: ConfigurationStore[];
|
|
6
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** An identity that can be associated with a resource. */
|
|
10
|
+
export interface ResourceIdentity {
|
|
11
|
+
/** 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. */
|
|
12
|
+
type?: IdentityType;
|
|
13
|
+
/** 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}'. */
|
|
14
|
+
userAssignedIdentities?: {
|
|
15
|
+
[propertyName: string]: UserIdentity;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* The principal id of the identity. This property will only be provided for a system-assigned identity.
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly principalId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly tenantId?: string;
|
|
27
|
+
}
|
|
28
|
+
/** A resource identity that is managed by the user of the service. */
|
|
29
|
+
export interface UserIdentity {
|
|
30
|
+
/**
|
|
31
|
+
* The principal ID of the user-assigned identity.
|
|
32
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
+
*/
|
|
34
|
+
readonly principalId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client ID of the user-assigned identity.
|
|
37
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
+
*/
|
|
39
|
+
readonly clientId?: string;
|
|
40
|
+
}
|
|
41
|
+
/** The encryption settings for a configuration store. */
|
|
42
|
+
export interface EncryptionProperties {
|
|
43
|
+
/** Key vault properties. */
|
|
44
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
45
|
+
}
|
|
46
|
+
/** Settings concerning key vault encryption for a configuration store. */
|
|
47
|
+
export interface KeyVaultProperties {
|
|
48
|
+
/** The URI of the key vault key used to encrypt data. */
|
|
49
|
+
keyIdentifier?: string;
|
|
50
|
+
/** The client id of the identity which will be used to access key vault. */
|
|
51
|
+
identityClientId?: string;
|
|
52
|
+
}
|
|
53
|
+
/** A reference to a related private endpoint connection. */
|
|
54
|
+
export interface PrivateEndpointConnectionReference {
|
|
55
|
+
/**
|
|
56
|
+
* The resource ID.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly id?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the resource.
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly name?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The type of the resource.
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly type?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The provisioning status of the private endpoint connection.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly provisioningState?: ProvisioningState;
|
|
75
|
+
/** The resource of private endpoint. */
|
|
76
|
+
privateEndpoint?: PrivateEndpoint;
|
|
77
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
78
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
79
|
+
}
|
|
80
|
+
/** Private endpoint which a connection belongs to. */
|
|
81
|
+
export interface PrivateEndpoint {
|
|
82
|
+
/** The resource Id for private endpoint */
|
|
83
|
+
id?: string;
|
|
84
|
+
}
|
|
85
|
+
/** The state of a private link service connection. */
|
|
86
|
+
export interface PrivateLinkServiceConnectionState {
|
|
87
|
+
/** The private link service connection status. */
|
|
88
|
+
status?: ConnectionStatus;
|
|
89
|
+
/** The private link service connection description. */
|
|
90
|
+
description?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Any action that is required beyond basic workflow (approve/ reject/ disconnect)
|
|
93
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
+
*/
|
|
95
|
+
readonly actionsRequired?: ActionsRequired;
|
|
96
|
+
}
|
|
97
|
+
/** Describes a configuration store SKU. */
|
|
98
|
+
export interface Sku {
|
|
99
|
+
/** The SKU name of the configuration store. */
|
|
100
|
+
name: string;
|
|
101
|
+
}
|
|
102
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
103
|
+
export interface SystemData {
|
|
104
|
+
/** The identity that created the resource. */
|
|
105
|
+
createdBy?: string;
|
|
106
|
+
/** The type of identity that created the resource. */
|
|
107
|
+
createdByType?: CreatedByType;
|
|
108
|
+
/** The timestamp of resource creation (UTC). */
|
|
109
|
+
createdAt?: Date;
|
|
110
|
+
/** The identity that last modified the resource. */
|
|
111
|
+
lastModifiedBy?: string;
|
|
112
|
+
/** The type of identity that last modified the resource. */
|
|
113
|
+
lastModifiedByType?: CreatedByType;
|
|
114
|
+
/** The timestamp of resource last modification (UTC) */
|
|
115
|
+
lastModifiedAt?: Date;
|
|
116
|
+
}
|
|
117
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
118
|
+
export interface Resource {
|
|
119
|
+
/**
|
|
120
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly id?: string;
|
|
124
|
+
/**
|
|
125
|
+
* The name of the resource
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly name?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly type?: string;
|
|
134
|
+
}
|
|
135
|
+
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
136
|
+
export interface ErrorResponse {
|
|
137
|
+
/** The details of the error. */
|
|
138
|
+
error?: ErrorDetails;
|
|
139
|
+
}
|
|
140
|
+
/** The details of the error. */
|
|
141
|
+
export interface ErrorDetails {
|
|
142
|
+
/**
|
|
143
|
+
* Error code.
|
|
144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
+
*/
|
|
146
|
+
readonly code?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Error message indicating why the operation failed.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly message?: string;
|
|
152
|
+
/**
|
|
153
|
+
* The error additional info.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
157
|
+
}
|
|
158
|
+
/** The resource management error additional info. */
|
|
159
|
+
export interface ErrorAdditionalInfo {
|
|
160
|
+
/**
|
|
161
|
+
* The additional info type.
|
|
162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
+
*/
|
|
164
|
+
readonly type?: string;
|
|
165
|
+
/**
|
|
166
|
+
* The additional info.
|
|
167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
+
*/
|
|
169
|
+
readonly info?: Record<string, unknown>;
|
|
170
|
+
}
|
|
171
|
+
/** The parameters for updating a configuration store. */
|
|
172
|
+
export interface ConfigurationStoreUpdateParameters {
|
|
173
|
+
/** The managed identity information for the configuration store. */
|
|
174
|
+
identity?: ResourceIdentity;
|
|
175
|
+
/** The SKU of the configuration store. */
|
|
176
|
+
sku?: Sku;
|
|
177
|
+
/** The ARM resource tags. */
|
|
178
|
+
tags?: {
|
|
179
|
+
[propertyName: string]: string;
|
|
180
|
+
};
|
|
181
|
+
/** The encryption settings of the configuration store. */
|
|
182
|
+
encryption?: EncryptionProperties;
|
|
183
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
184
|
+
disableLocalAuth?: boolean;
|
|
185
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
186
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
187
|
+
}
|
|
188
|
+
/** Parameters used for checking whether a resource name is available. */
|
|
189
|
+
export interface CheckNameAvailabilityParameters {
|
|
190
|
+
/** The name to check for availability. */
|
|
191
|
+
name: string;
|
|
192
|
+
/** The resource type to check for name availability. */
|
|
193
|
+
type: ConfigurationResourceType;
|
|
194
|
+
}
|
|
195
|
+
/** The result of a request to check the availability of a resource name. */
|
|
196
|
+
export interface NameAvailabilityStatus {
|
|
197
|
+
/**
|
|
198
|
+
* The value indicating whether the resource name is available.
|
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
+
*/
|
|
201
|
+
readonly nameAvailable?: boolean;
|
|
202
|
+
/**
|
|
203
|
+
* If any, the error message that provides more detail for the reason that the name is not available.
|
|
204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
+
*/
|
|
206
|
+
readonly message?: string;
|
|
207
|
+
/**
|
|
208
|
+
* If any, the reason that the name is not available.
|
|
209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
+
*/
|
|
211
|
+
readonly reason?: string;
|
|
212
|
+
}
|
|
213
|
+
/** The result of a request to list API keys. */
|
|
214
|
+
export interface ApiKeyListResult {
|
|
215
|
+
/** The collection value. */
|
|
216
|
+
value?: ApiKey[];
|
|
217
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
218
|
+
nextLink?: string;
|
|
219
|
+
}
|
|
220
|
+
/** An API key used for authenticating with a configuration store endpoint. */
|
|
221
|
+
export interface ApiKey {
|
|
222
|
+
/**
|
|
223
|
+
* The key ID.
|
|
224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
225
|
+
*/
|
|
226
|
+
readonly id?: string;
|
|
227
|
+
/**
|
|
228
|
+
* A name for the key describing its usage.
|
|
229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
|
+
*/
|
|
231
|
+
readonly name?: string;
|
|
232
|
+
/**
|
|
233
|
+
* The value of the key that is used for authentication purposes.
|
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
+
*/
|
|
236
|
+
readonly value?: string;
|
|
237
|
+
/**
|
|
238
|
+
* A connection string that can be used by supporting clients for authentication.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly connectionString?: string;
|
|
242
|
+
/**
|
|
243
|
+
* The last time any of the key's properties were modified.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly lastModified?: Date;
|
|
247
|
+
/**
|
|
248
|
+
* Whether this key can only be used for read operations.
|
|
249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
+
*/
|
|
251
|
+
readonly readOnly?: boolean;
|
|
252
|
+
}
|
|
253
|
+
/** The parameters used to regenerate an API key. */
|
|
254
|
+
export interface RegenerateKeyParameters {
|
|
255
|
+
/** The id of the key to regenerate. */
|
|
256
|
+
id?: string;
|
|
257
|
+
}
|
|
258
|
+
/** The result of a request to list configuration store operations. */
|
|
259
|
+
export interface OperationDefinitionListResult {
|
|
260
|
+
/** The collection value. */
|
|
261
|
+
value?: OperationDefinition[];
|
|
262
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
263
|
+
nextLink?: string;
|
|
264
|
+
}
|
|
265
|
+
/** The definition of a configuration store operation. */
|
|
266
|
+
export interface OperationDefinition {
|
|
267
|
+
/** Operation name: {provider}/{resource}/{operation}. */
|
|
268
|
+
name?: string;
|
|
269
|
+
/** Indicates whether the operation is a data action */
|
|
270
|
+
isDataAction?: boolean;
|
|
271
|
+
/** The display information for the configuration store operation. */
|
|
272
|
+
display?: OperationDefinitionDisplay;
|
|
273
|
+
/** Origin of the operation */
|
|
274
|
+
origin?: string;
|
|
275
|
+
/** Properties of the operation */
|
|
276
|
+
properties?: OperationProperties;
|
|
277
|
+
}
|
|
278
|
+
/** The display information for a configuration store operation. */
|
|
279
|
+
export interface OperationDefinitionDisplay {
|
|
280
|
+
/**
|
|
281
|
+
* The resource provider name: Microsoft App Configuration."
|
|
282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
+
*/
|
|
284
|
+
readonly provider?: string;
|
|
285
|
+
/** The resource on which the operation is performed. */
|
|
286
|
+
resource?: string;
|
|
287
|
+
/** The operation that users can perform. */
|
|
288
|
+
operation?: string;
|
|
289
|
+
/** The description for the operation. */
|
|
290
|
+
description?: string;
|
|
291
|
+
}
|
|
292
|
+
/** Extra Operation properties */
|
|
293
|
+
export interface OperationProperties {
|
|
294
|
+
/** Service specifications of the operation */
|
|
295
|
+
serviceSpecification?: ServiceSpecification;
|
|
296
|
+
}
|
|
297
|
+
/** Service specification payload */
|
|
298
|
+
export interface ServiceSpecification {
|
|
299
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
300
|
+
logSpecifications?: LogSpecification[];
|
|
301
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
302
|
+
metricSpecifications?: MetricSpecification[];
|
|
303
|
+
}
|
|
304
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
305
|
+
export interface LogSpecification {
|
|
306
|
+
/** Name of the log */
|
|
307
|
+
name?: string;
|
|
308
|
+
/** Localized friendly display name of the log */
|
|
309
|
+
displayName?: string;
|
|
310
|
+
/** Blob duration of the log */
|
|
311
|
+
blobDuration?: string;
|
|
312
|
+
}
|
|
313
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
314
|
+
export interface MetricSpecification {
|
|
315
|
+
/** Name of the metric */
|
|
316
|
+
name?: string;
|
|
317
|
+
/** Localized friendly display name of the metric */
|
|
318
|
+
displayName?: string;
|
|
319
|
+
/** Localized friendly description of the metric */
|
|
320
|
+
displayDescription?: string;
|
|
321
|
+
/** Unit that makes sense for the metric */
|
|
322
|
+
unit?: string;
|
|
323
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
324
|
+
aggregationType?: string;
|
|
325
|
+
/** Internal metric name. */
|
|
326
|
+
internalMetricName?: string;
|
|
327
|
+
/** Dimensions of the metric */
|
|
328
|
+
dimensions?: MetricDimension[];
|
|
329
|
+
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
|
330
|
+
fillGapWithZero?: boolean;
|
|
331
|
+
}
|
|
332
|
+
/** Specifications of the Dimension of metrics */
|
|
333
|
+
export interface MetricDimension {
|
|
334
|
+
/** Name of the dimension */
|
|
335
|
+
name?: string;
|
|
336
|
+
/** Localized friendly display name of the dimension */
|
|
337
|
+
displayName?: string;
|
|
338
|
+
/** Internal name of the dimension. */
|
|
339
|
+
internalName?: string;
|
|
340
|
+
}
|
|
341
|
+
/** A list of private endpoint connections */
|
|
342
|
+
export interface PrivateEndpointConnectionListResult {
|
|
343
|
+
/** The collection value. */
|
|
344
|
+
value?: PrivateEndpointConnection[];
|
|
345
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
346
|
+
nextLink?: string;
|
|
347
|
+
}
|
|
348
|
+
/** A private endpoint connection */
|
|
349
|
+
export interface PrivateEndpointConnection {
|
|
350
|
+
/**
|
|
351
|
+
* The resource ID.
|
|
352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
|
+
*/
|
|
354
|
+
readonly id?: string;
|
|
355
|
+
/**
|
|
356
|
+
* The name of the resource.
|
|
357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
+
*/
|
|
359
|
+
readonly name?: string;
|
|
360
|
+
/**
|
|
361
|
+
* The type of the resource.
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly type?: string;
|
|
365
|
+
/**
|
|
366
|
+
* The provisioning status of the private endpoint connection.
|
|
367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
+
*/
|
|
369
|
+
readonly provisioningState?: ProvisioningState;
|
|
370
|
+
/** The resource of private endpoint. */
|
|
371
|
+
privateEndpoint?: PrivateEndpoint;
|
|
372
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
373
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
374
|
+
}
|
|
375
|
+
/** A list of private link resources. */
|
|
376
|
+
export interface PrivateLinkResourceListResult {
|
|
377
|
+
/** The collection value. */
|
|
378
|
+
value?: PrivateLinkResource[];
|
|
379
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
380
|
+
nextLink?: string;
|
|
381
|
+
}
|
|
382
|
+
/** A resource that supports private link capabilities. */
|
|
383
|
+
export interface PrivateLinkResource {
|
|
384
|
+
/**
|
|
385
|
+
* The resource ID.
|
|
386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
+
*/
|
|
388
|
+
readonly id?: string;
|
|
389
|
+
/**
|
|
390
|
+
* The name of the resource.
|
|
391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
+
*/
|
|
393
|
+
readonly name?: string;
|
|
394
|
+
/**
|
|
395
|
+
* The type of the resource.
|
|
396
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
+
*/
|
|
398
|
+
readonly type?: string;
|
|
399
|
+
/**
|
|
400
|
+
* The private link resource group id.
|
|
401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
+
*/
|
|
403
|
+
readonly groupId?: string;
|
|
404
|
+
/**
|
|
405
|
+
* The private link resource required member names.
|
|
406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
+
*/
|
|
408
|
+
readonly requiredMembers?: string[];
|
|
409
|
+
/**
|
|
410
|
+
* The list of required DNS zone names of the private link resource.
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly requiredZoneNames?: string[];
|
|
414
|
+
}
|
|
415
|
+
/** The result of a request to list key-values. */
|
|
416
|
+
export interface KeyValueListResult {
|
|
417
|
+
/** The collection value. */
|
|
418
|
+
value?: KeyValue[];
|
|
419
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
420
|
+
nextLink?: string;
|
|
421
|
+
}
|
|
422
|
+
/** The key-value resource along with all resource properties. */
|
|
423
|
+
export interface KeyValue {
|
|
424
|
+
/**
|
|
425
|
+
* The resource ID.
|
|
426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
427
|
+
*/
|
|
428
|
+
readonly id?: string;
|
|
429
|
+
/**
|
|
430
|
+
* The name of the resource.
|
|
431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
432
|
+
*/
|
|
433
|
+
readonly name?: string;
|
|
434
|
+
/**
|
|
435
|
+
* The type of the resource.
|
|
436
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
437
|
+
*/
|
|
438
|
+
readonly type?: string;
|
|
439
|
+
/**
|
|
440
|
+
* The primary identifier of a key-value.
|
|
441
|
+
* The key is used in unison with the label to uniquely identify a key-value.
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
+
*/
|
|
444
|
+
readonly key?: string;
|
|
445
|
+
/**
|
|
446
|
+
* A value used to group key-values.
|
|
447
|
+
* The label is used in unison with the key to uniquely identify a key-value.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly label?: string;
|
|
451
|
+
/** The value of the key-value. */
|
|
452
|
+
value?: string;
|
|
453
|
+
/**
|
|
454
|
+
* The content type of the key-value's value.
|
|
455
|
+
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
456
|
+
*/
|
|
457
|
+
contentType?: string;
|
|
458
|
+
/**
|
|
459
|
+
* An ETag indicating the state of a key-value within a configuration store.
|
|
460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
+
*/
|
|
462
|
+
readonly eTag?: string;
|
|
463
|
+
/**
|
|
464
|
+
* The last time a modifying operation was performed on the given key-value.
|
|
465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
+
*/
|
|
467
|
+
readonly lastModified?: Date;
|
|
468
|
+
/**
|
|
469
|
+
* A value indicating whether the key-value is locked.
|
|
470
|
+
* A locked key-value may not be modified until it is unlocked.
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly locked?: boolean;
|
|
474
|
+
/** A dictionary of tags that can help identify what a key-value may be applicable for. */
|
|
475
|
+
tags?: {
|
|
476
|
+
[propertyName: string]: string;
|
|
477
|
+
};
|
|
478
|
+
}
|
|
479
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
480
|
+
export declare type TrackedResource = Resource & {
|
|
481
|
+
/** Resource tags. */
|
|
482
|
+
tags?: {
|
|
483
|
+
[propertyName: string]: string;
|
|
484
|
+
};
|
|
485
|
+
/** The geo-location where the resource lives */
|
|
486
|
+
location: string;
|
|
487
|
+
};
|
|
488
|
+
/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */
|
|
489
|
+
export declare type ConfigurationStore = TrackedResource & {
|
|
490
|
+
/** The managed identity information, if configured. */
|
|
491
|
+
identity?: ResourceIdentity;
|
|
492
|
+
/** The sku of the configuration store. */
|
|
493
|
+
sku: Sku;
|
|
494
|
+
/**
|
|
495
|
+
* Resource system metadata.
|
|
496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
+
*/
|
|
498
|
+
readonly systemData?: SystemData;
|
|
499
|
+
/**
|
|
500
|
+
* The provisioning state of the configuration store.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly provisioningState?: ProvisioningState;
|
|
504
|
+
/**
|
|
505
|
+
* The creation date of configuration store.
|
|
506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
+
*/
|
|
508
|
+
readonly creationDate?: Date;
|
|
509
|
+
/**
|
|
510
|
+
* The DNS endpoint where the configuration store API will be available.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly endpoint?: string;
|
|
514
|
+
/** The encryption settings of the configuration store. */
|
|
515
|
+
encryption?: EncryptionProperties;
|
|
516
|
+
/**
|
|
517
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
|
|
521
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
522
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
523
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
524
|
+
disableLocalAuth?: boolean;
|
|
525
|
+
};
|
|
526
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
527
|
+
export declare enum KnownIdentityType {
|
|
528
|
+
None = "None",
|
|
529
|
+
SystemAssigned = "SystemAssigned",
|
|
530
|
+
UserAssigned = "UserAssigned",
|
|
531
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
532
|
+
}
|
|
533
|
+
/**
|
|
534
|
+
* Defines values for IdentityType. \
|
|
535
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
536
|
+
* this enum contains the known values that the service supports.
|
|
537
|
+
* ### Known values supported by the service
|
|
538
|
+
* **None** \
|
|
539
|
+
* **SystemAssigned** \
|
|
540
|
+
* **UserAssigned** \
|
|
541
|
+
* **SystemAssigned, UserAssigned**
|
|
542
|
+
*/
|
|
543
|
+
export declare type IdentityType = string;
|
|
544
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
545
|
+
export declare enum KnownProvisioningState {
|
|
546
|
+
Creating = "Creating",
|
|
547
|
+
Updating = "Updating",
|
|
548
|
+
Deleting = "Deleting",
|
|
549
|
+
Succeeded = "Succeeded",
|
|
550
|
+
Failed = "Failed",
|
|
551
|
+
Canceled = "Canceled"
|
|
552
|
+
}
|
|
553
|
+
/**
|
|
554
|
+
* Defines values for ProvisioningState. \
|
|
555
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
556
|
+
* this enum contains the known values that the service supports.
|
|
557
|
+
* ### Known values supported by the service
|
|
558
|
+
* **Creating** \
|
|
559
|
+
* **Updating** \
|
|
560
|
+
* **Deleting** \
|
|
561
|
+
* **Succeeded** \
|
|
562
|
+
* **Failed** \
|
|
563
|
+
* **Canceled**
|
|
564
|
+
*/
|
|
565
|
+
export declare type ProvisioningState = string;
|
|
566
|
+
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
|
567
|
+
export declare enum KnownConnectionStatus {
|
|
568
|
+
Pending = "Pending",
|
|
569
|
+
Approved = "Approved",
|
|
570
|
+
Rejected = "Rejected",
|
|
571
|
+
Disconnected = "Disconnected"
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* Defines values for ConnectionStatus. \
|
|
575
|
+
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
|
576
|
+
* this enum contains the known values that the service supports.
|
|
577
|
+
* ### Known values supported by the service
|
|
578
|
+
* **Pending** \
|
|
579
|
+
* **Approved** \
|
|
580
|
+
* **Rejected** \
|
|
581
|
+
* **Disconnected**
|
|
582
|
+
*/
|
|
583
|
+
export declare type ConnectionStatus = string;
|
|
584
|
+
/** Known values of {@link ActionsRequired} that the service accepts. */
|
|
585
|
+
export declare enum KnownActionsRequired {
|
|
586
|
+
None = "None",
|
|
587
|
+
Recreate = "Recreate"
|
|
588
|
+
}
|
|
589
|
+
/**
|
|
590
|
+
* Defines values for ActionsRequired. \
|
|
591
|
+
* {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
|
|
592
|
+
* this enum contains the known values that the service supports.
|
|
593
|
+
* ### Known values supported by the service
|
|
594
|
+
* **None** \
|
|
595
|
+
* **Recreate**
|
|
596
|
+
*/
|
|
597
|
+
export declare type ActionsRequired = string;
|
|
598
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
599
|
+
export declare enum KnownPublicNetworkAccess {
|
|
600
|
+
Enabled = "Enabled",
|
|
601
|
+
Disabled = "Disabled"
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
* Defines values for PublicNetworkAccess. \
|
|
605
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
606
|
+
* this enum contains the known values that the service supports.
|
|
607
|
+
* ### Known values supported by the service
|
|
608
|
+
* **Enabled** \
|
|
609
|
+
* **Disabled**
|
|
610
|
+
*/
|
|
611
|
+
export declare type PublicNetworkAccess = string;
|
|
612
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
613
|
+
export declare enum KnownCreatedByType {
|
|
614
|
+
User = "User",
|
|
615
|
+
Application = "Application",
|
|
616
|
+
ManagedIdentity = "ManagedIdentity",
|
|
617
|
+
Key = "Key"
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* Defines values for CreatedByType. \
|
|
621
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
622
|
+
* this enum contains the known values that the service supports.
|
|
623
|
+
* ### Known values supported by the service
|
|
624
|
+
* **User** \
|
|
625
|
+
* **Application** \
|
|
626
|
+
* **ManagedIdentity** \
|
|
627
|
+
* **Key**
|
|
628
|
+
*/
|
|
629
|
+
export declare type CreatedByType = string;
|
|
630
|
+
/** Known values of {@link ConfigurationResourceType} that the service accepts. */
|
|
631
|
+
export declare enum KnownConfigurationResourceType {
|
|
632
|
+
MicrosoftAppConfigurationConfigurationStores = "Microsoft.AppConfiguration/configurationStores"
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* Defines values for ConfigurationResourceType. \
|
|
636
|
+
* {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,
|
|
637
|
+
* this enum contains the known values that the service supports.
|
|
638
|
+
* ### Known values supported by the service
|
|
639
|
+
* **Microsoft.AppConfiguration\/configurationStores**
|
|
640
|
+
*/
|
|
641
|
+
export declare type ConfigurationResourceType = string;
|
|
642
|
+
/** Optional parameters. */
|
|
643
|
+
export interface ConfigurationStoresListOptionalParams extends coreClient.OperationOptions {
|
|
644
|
+
/** 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. */
|
|
645
|
+
skipToken?: string;
|
|
646
|
+
}
|
|
647
|
+
/** Contains response data for the list operation. */
|
|
648
|
+
export declare type ConfigurationStoresListResponse = ConfigurationStoreListResult;
|
|
649
|
+
/** Optional parameters. */
|
|
650
|
+
export interface ConfigurationStoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
651
|
+
/** 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. */
|
|
652
|
+
skipToken?: string;
|
|
653
|
+
}
|
|
654
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
655
|
+
export declare type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult;
|
|
656
|
+
/** Optional parameters. */
|
|
657
|
+
export interface ConfigurationStoresGetOptionalParams extends coreClient.OperationOptions {
|
|
658
|
+
}
|
|
659
|
+
/** Contains response data for the get operation. */
|
|
660
|
+
export declare type ConfigurationStoresGetResponse = ConfigurationStore;
|
|
661
|
+
/** Optional parameters. */
|
|
662
|
+
export interface ConfigurationStoresCreateOptionalParams extends coreClient.OperationOptions {
|
|
663
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
664
|
+
updateIntervalInMs?: number;
|
|
665
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
666
|
+
resumeFrom?: string;
|
|
667
|
+
}
|
|
668
|
+
/** Contains response data for the create operation. */
|
|
669
|
+
export declare type ConfigurationStoresCreateResponse = ConfigurationStore;
|
|
670
|
+
/** Optional parameters. */
|
|
671
|
+
export interface ConfigurationStoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
672
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
673
|
+
updateIntervalInMs?: number;
|
|
674
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
675
|
+
resumeFrom?: string;
|
|
676
|
+
}
|
|
677
|
+
/** Optional parameters. */
|
|
678
|
+
export interface ConfigurationStoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
679
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
680
|
+
updateIntervalInMs?: number;
|
|
681
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
682
|
+
resumeFrom?: string;
|
|
683
|
+
}
|
|
684
|
+
/** Contains response data for the update operation. */
|
|
685
|
+
export declare type ConfigurationStoresUpdateResponse = ConfigurationStore;
|
|
686
|
+
/** Optional parameters. */
|
|
687
|
+
export interface ConfigurationStoresListKeysOptionalParams extends coreClient.OperationOptions {
|
|
688
|
+
/** 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. */
|
|
689
|
+
skipToken?: string;
|
|
690
|
+
}
|
|
691
|
+
/** Contains response data for the listKeys operation. */
|
|
692
|
+
export declare type ConfigurationStoresListKeysResponse = ApiKeyListResult;
|
|
693
|
+
/** Optional parameters. */
|
|
694
|
+
export interface ConfigurationStoresRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
695
|
+
}
|
|
696
|
+
/** Contains response data for the regenerateKey operation. */
|
|
697
|
+
export declare type ConfigurationStoresRegenerateKeyResponse = ApiKey;
|
|
698
|
+
/** Optional parameters. */
|
|
699
|
+
export interface ConfigurationStoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
700
|
+
/** 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. */
|
|
701
|
+
skipToken?: string;
|
|
702
|
+
}
|
|
703
|
+
/** Contains response data for the listNext operation. */
|
|
704
|
+
export declare type ConfigurationStoresListNextResponse = ConfigurationStoreListResult;
|
|
705
|
+
/** Optional parameters. */
|
|
706
|
+
export interface ConfigurationStoresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
707
|
+
/** 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. */
|
|
708
|
+
skipToken?: string;
|
|
709
|
+
}
|
|
710
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
711
|
+
export declare type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult;
|
|
712
|
+
/** Optional parameters. */
|
|
713
|
+
export interface ConfigurationStoresListKeysNextOptionalParams extends coreClient.OperationOptions {
|
|
714
|
+
/** 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. */
|
|
715
|
+
skipToken?: string;
|
|
716
|
+
}
|
|
717
|
+
/** Contains response data for the listKeysNext operation. */
|
|
718
|
+
export declare type ConfigurationStoresListKeysNextResponse = ApiKeyListResult;
|
|
719
|
+
/** Optional parameters. */
|
|
720
|
+
export interface OperationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
721
|
+
}
|
|
722
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
723
|
+
export declare type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus;
|
|
724
|
+
/** Optional parameters. */
|
|
725
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
726
|
+
/** 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. */
|
|
727
|
+
skipToken?: string;
|
|
728
|
+
}
|
|
729
|
+
/** Contains response data for the list operation. */
|
|
730
|
+
export declare type OperationsListResponse = OperationDefinitionListResult;
|
|
731
|
+
/** Optional parameters. */
|
|
732
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
733
|
+
/** 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. */
|
|
734
|
+
skipToken?: string;
|
|
735
|
+
}
|
|
736
|
+
/** Contains response data for the listNext operation. */
|
|
737
|
+
export declare type OperationsListNextResponse = OperationDefinitionListResult;
|
|
738
|
+
/** Optional parameters. */
|
|
739
|
+
export interface PrivateEndpointConnectionsListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
740
|
+
}
|
|
741
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
742
|
+
export declare type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult;
|
|
743
|
+
/** Optional parameters. */
|
|
744
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
745
|
+
}
|
|
746
|
+
/** Contains response data for the get operation. */
|
|
747
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
748
|
+
/** Optional parameters. */
|
|
749
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
750
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
751
|
+
updateIntervalInMs?: number;
|
|
752
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
753
|
+
resumeFrom?: string;
|
|
754
|
+
}
|
|
755
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
756
|
+
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
757
|
+
/** Optional parameters. */
|
|
758
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
759
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
760
|
+
updateIntervalInMs?: number;
|
|
761
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
762
|
+
resumeFrom?: string;
|
|
763
|
+
}
|
|
764
|
+
/** Optional parameters. */
|
|
765
|
+
export interface PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
766
|
+
}
|
|
767
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
768
|
+
export declare type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult;
|
|
769
|
+
/** Optional parameters. */
|
|
770
|
+
export interface PrivateLinkResourcesListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
771
|
+
}
|
|
772
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
773
|
+
export declare type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult;
|
|
774
|
+
/** Optional parameters. */
|
|
775
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
776
|
+
}
|
|
777
|
+
/** Contains response data for the get operation. */
|
|
778
|
+
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
779
|
+
/** Optional parameters. */
|
|
780
|
+
export interface PrivateLinkResourcesListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
781
|
+
}
|
|
782
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
783
|
+
export declare type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult;
|
|
784
|
+
/** Optional parameters. */
|
|
785
|
+
export interface KeyValuesListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
786
|
+
/** 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. */
|
|
787
|
+
skipToken?: string;
|
|
788
|
+
}
|
|
789
|
+
/** Contains response data for the listByConfigurationStore operation. */
|
|
790
|
+
export declare type KeyValuesListByConfigurationStoreResponse = KeyValueListResult;
|
|
791
|
+
/** Optional parameters. */
|
|
792
|
+
export interface KeyValuesGetOptionalParams extends coreClient.OperationOptions {
|
|
793
|
+
}
|
|
794
|
+
/** Contains response data for the get operation. */
|
|
795
|
+
export declare type KeyValuesGetResponse = KeyValue;
|
|
796
|
+
/** Optional parameters. */
|
|
797
|
+
export interface KeyValuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
798
|
+
/** The parameters for creating a key-value. */
|
|
799
|
+
keyValueParameters?: KeyValue;
|
|
800
|
+
}
|
|
801
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
802
|
+
export declare type KeyValuesCreateOrUpdateResponse = KeyValue;
|
|
803
|
+
/** Optional parameters. */
|
|
804
|
+
export interface KeyValuesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
805
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
806
|
+
updateIntervalInMs?: number;
|
|
807
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
808
|
+
resumeFrom?: string;
|
|
809
|
+
}
|
|
810
|
+
/** Optional parameters. */
|
|
811
|
+
export interface KeyValuesListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
812
|
+
/** 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. */
|
|
813
|
+
skipToken?: string;
|
|
814
|
+
}
|
|
815
|
+
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
816
|
+
export declare type KeyValuesListByConfigurationStoreNextResponse = KeyValueListResult;
|
|
817
|
+
/** Optional parameters. */
|
|
818
|
+
export interface AppConfigurationManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
819
|
+
/** server parameter */
|
|
820
|
+
$host?: string;
|
|
821
|
+
/** Api Version */
|
|
822
|
+
apiVersion?: string;
|
|
823
|
+
/** Overrides client endpoint. */
|
|
824
|
+
endpoint?: string;
|
|
825
|
+
}
|
|
826
|
+
//# sourceMappingURL=index.d.ts.map
|