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