@azure/arm-maps 2.0.0 → 3.0.0-alpha.20220131.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 +68 -81
- package/dist/index.js +1892 -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/azureMapsManagementClient.d.ts +20 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.js +53 -0
- package/dist-esm/src/azureMapsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/mapsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +480 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +35 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +25 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +332 -379
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +131 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +103 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +427 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/creators.d.ts +74 -0
- package/dist-esm/src/operations/creators.d.ts.map +1 -0
- package/dist-esm/src/operations/creators.js +281 -0
- package/dist-esm/src/operations/creators.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/maps.d.ts +51 -0
- package/dist-esm/src/operations/maps.d.ts.map +1 -0
- package/dist-esm/src/operations/maps.js +220 -0
- package/dist-esm/src/operations/maps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.js +9 -0
- package/dist-esm/src/operationsInterfaces/creators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/maps.js} +2 -1
- package/dist-esm/src/operationsInterfaces/maps.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 +71 -21
- package/review/arm-maps.api.md +423 -0
- package/rollup.config.js +181 -24
- package/src/azureMapsManagementClient.ts +61 -30
- package/src/{models/mapsMappers.ts → index.ts} +4 -11
- package/src/models/index.ts +380 -684
- package/src/models/mappers.ts +333 -378
- package/src/models/parameters.ts +99 -36
- package/src/operations/accounts.ts +315 -502
- package/src/operations/creators.ts +202 -341
- package/src/operations/index.ts +1 -2
- package/src/operations/maps.ts +196 -77
- package/src/operationsInterfaces/accounts.ts +125 -0
- package/src/operationsInterfaces/creators.ts +95 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/maps.ts +33 -0
- package/tsconfig.json +3 -3
- package/types/arm-maps.d.ts +696 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-maps.js +0 -1661
- package/dist/arm-maps.js.map +0 -1
- package/dist/arm-maps.min.js +0 -1
- package/dist/arm-maps.min.js.map +0 -1
- package/esm/azureMapsManagementClient.d.ts +0 -20
- package/esm/azureMapsManagementClient.d.ts.map +0 -1
- package/esm/azureMapsManagementClient.js +0 -34
- package/esm/azureMapsManagementClient.js.map +0 -1
- package/esm/azureMapsManagementClientContext.d.ts +0 -16
- package/esm/azureMapsManagementClientContext.d.ts.map +0 -1
- package/esm/azureMapsManagementClientContext.js +0 -56
- package/esm/azureMapsManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/creatorsMappers.d.ts +0 -2
- package/esm/models/creatorsMappers.d.ts.map +0 -1
- package/esm/models/creatorsMappers.js +0 -9
- package/esm/models/creatorsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -793
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -29
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/mapsMappers.d.ts +0 -2
- package/esm/models/mapsMappers.d.ts.map +0 -1
- package/esm/models/mapsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -9
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -91
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -222
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -271
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/creators.d.ts +0 -157
- package/esm/operations/creators.d.ts.map +0 -1
- package/esm/operations/creators.js +0 -201
- package/esm/operations/creators.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/maps.d.ts +0 -46
- package/esm/operations/maps.d.ts.map +0 -1
- package/esm/operations/maps.js +0 -69
- package/esm/operations/maps.js.map +0 -1
- package/src/azureMapsManagementClientContext.ts +0 -68
- package/src/models/accountsMappers.ts +0 -28
- package/src/models/creatorsMappers.ts +0 -26
|
@@ -0,0 +1,480 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The SKU of the Maps Account. */
|
|
3
|
+
export interface Sku {
|
|
4
|
+
/** The name of the SKU, in standard format (such as S0). */
|
|
5
|
+
name: Name;
|
|
6
|
+
/**
|
|
7
|
+
* Gets the sku tier. This is based on the SKU name.
|
|
8
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
+
*/
|
|
10
|
+
readonly tier?: string;
|
|
11
|
+
}
|
|
12
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
13
|
+
export interface SystemData {
|
|
14
|
+
/** The identity that created the resource. */
|
|
15
|
+
createdBy?: string;
|
|
16
|
+
/** The type of identity that created the resource. */
|
|
17
|
+
createdByType?: CreatedByType;
|
|
18
|
+
/** The timestamp of resource creation (UTC). */
|
|
19
|
+
createdAt?: Date;
|
|
20
|
+
/** The identity that last modified the resource. */
|
|
21
|
+
lastModifiedBy?: string;
|
|
22
|
+
/** The type of identity that last modified the resource. */
|
|
23
|
+
lastModifiedByType?: CreatedByType;
|
|
24
|
+
/** The timestamp of resource last modification (UTC) */
|
|
25
|
+
lastModifiedAt?: Date;
|
|
26
|
+
}
|
|
27
|
+
/** Additional Map account properties */
|
|
28
|
+
export interface MapsAccountProperties {
|
|
29
|
+
/**
|
|
30
|
+
* A unique identifier for the maps account
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly uniqueId?: string;
|
|
34
|
+
/** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage. */
|
|
35
|
+
disableLocalAuth?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* the state of the provisioning.
|
|
38
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
39
|
+
*/
|
|
40
|
+
readonly provisioningState?: string;
|
|
41
|
+
}
|
|
42
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
43
|
+
export interface Resource {
|
|
44
|
+
/**
|
|
45
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
46
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
+
*/
|
|
48
|
+
readonly id?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the resource
|
|
51
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
+
*/
|
|
53
|
+
readonly name?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
56
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
+
*/
|
|
58
|
+
readonly type?: string;
|
|
59
|
+
}
|
|
60
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
61
|
+
export interface ErrorResponse {
|
|
62
|
+
/** The error object. */
|
|
63
|
+
error?: ErrorDetail;
|
|
64
|
+
}
|
|
65
|
+
/** The error detail. */
|
|
66
|
+
export interface ErrorDetail {
|
|
67
|
+
/**
|
|
68
|
+
* The error code.
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly code?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The error message.
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly message?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The error target.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The error details.
|
|
84
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
+
*/
|
|
86
|
+
readonly details?: ErrorDetail[];
|
|
87
|
+
/**
|
|
88
|
+
* The error additional info.
|
|
89
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
+
*/
|
|
91
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
92
|
+
}
|
|
93
|
+
/** The resource management error additional info. */
|
|
94
|
+
export interface ErrorAdditionalInfo {
|
|
95
|
+
/**
|
|
96
|
+
* The additional info type.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly type?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The additional info.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly info?: Record<string, unknown>;
|
|
105
|
+
}
|
|
106
|
+
/** Parameters used to update an existing Maps Account. */
|
|
107
|
+
export interface MapsAccountUpdateParameters {
|
|
108
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
|
|
109
|
+
tags?: {
|
|
110
|
+
[propertyName: string]: string;
|
|
111
|
+
};
|
|
112
|
+
/** Get or Set Kind property. */
|
|
113
|
+
kind?: Kind;
|
|
114
|
+
/** The SKU of this account. */
|
|
115
|
+
sku?: Sku;
|
|
116
|
+
/**
|
|
117
|
+
* A unique identifier for the maps account
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly uniqueId?: string;
|
|
121
|
+
/** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage. */
|
|
122
|
+
disableLocalAuth?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* the state of the provisioning.
|
|
125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
|
+
*/
|
|
127
|
+
readonly provisioningState?: string;
|
|
128
|
+
}
|
|
129
|
+
/** A list of Maps Accounts. */
|
|
130
|
+
export interface MapsAccounts {
|
|
131
|
+
/**
|
|
132
|
+
* a Maps Account.
|
|
133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
+
*/
|
|
135
|
+
readonly value?: MapsAccount[];
|
|
136
|
+
/**
|
|
137
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
138
|
+
* It's null for now, added for future use.
|
|
139
|
+
*/
|
|
140
|
+
nextLink?: string;
|
|
141
|
+
}
|
|
142
|
+
/** The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption. */
|
|
143
|
+
export interface MapsAccountKeys {
|
|
144
|
+
/**
|
|
145
|
+
* The last updated date and time of the primary key.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly primaryKeyLastUpdated?: string;
|
|
149
|
+
/**
|
|
150
|
+
* The primary key for accessing the Maps REST APIs.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly primaryKey?: string;
|
|
154
|
+
/**
|
|
155
|
+
* The secondary key for accessing the Maps REST APIs.
|
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
+
*/
|
|
158
|
+
readonly secondaryKey?: string;
|
|
159
|
+
/**
|
|
160
|
+
* The last updated date and time of the secondary key.
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly secondaryKeyLastUpdated?: string;
|
|
164
|
+
}
|
|
165
|
+
/** Whether the operation refers to the primary or secondary key. */
|
|
166
|
+
export interface MapsKeySpecification {
|
|
167
|
+
/** Whether the operation refers to the primary or secondary key. */
|
|
168
|
+
keyType: KeyType;
|
|
169
|
+
}
|
|
170
|
+
/** The set of operations available for Maps. */
|
|
171
|
+
export interface MapsOperations {
|
|
172
|
+
/**
|
|
173
|
+
* An operation available for Maps.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly value?: OperationDetail[];
|
|
177
|
+
/**
|
|
178
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
179
|
+
* It's null for now, added for future use.
|
|
180
|
+
*/
|
|
181
|
+
nextLink?: string;
|
|
182
|
+
}
|
|
183
|
+
/** Operation detail payload */
|
|
184
|
+
export interface OperationDetail {
|
|
185
|
+
/** Name of the operation */
|
|
186
|
+
name?: string;
|
|
187
|
+
/** Indicates whether the operation is a data action */
|
|
188
|
+
isDataAction?: boolean;
|
|
189
|
+
/** Display of the operation */
|
|
190
|
+
display?: OperationDisplay;
|
|
191
|
+
/** Origin of the operation */
|
|
192
|
+
origin?: string;
|
|
193
|
+
/** One property of operation, include metric specifications. */
|
|
194
|
+
serviceSpecification?: ServiceSpecification;
|
|
195
|
+
}
|
|
196
|
+
/** Operation display payload */
|
|
197
|
+
export interface OperationDisplay {
|
|
198
|
+
/** Resource provider of the operation */
|
|
199
|
+
provider?: string;
|
|
200
|
+
/** Resource of the operation */
|
|
201
|
+
resource?: string;
|
|
202
|
+
/** Localized friendly name for the operation */
|
|
203
|
+
operation?: string;
|
|
204
|
+
/** Localized friendly description for the operation */
|
|
205
|
+
description?: string;
|
|
206
|
+
}
|
|
207
|
+
/** One property of operation, include metric specifications. */
|
|
208
|
+
export interface ServiceSpecification {
|
|
209
|
+
/** Metric specifications of operation. */
|
|
210
|
+
metricSpecifications?: MetricSpecification[];
|
|
211
|
+
}
|
|
212
|
+
/** Metric specification of operation. */
|
|
213
|
+
export interface MetricSpecification {
|
|
214
|
+
/** Name of metric specification. */
|
|
215
|
+
name?: string;
|
|
216
|
+
/** Display name of metric specification. */
|
|
217
|
+
displayName?: string;
|
|
218
|
+
/** Display description of metric specification. */
|
|
219
|
+
displayDescription?: string;
|
|
220
|
+
/** Unit could be Count. */
|
|
221
|
+
unit?: string;
|
|
222
|
+
/** Dimensions of map account. */
|
|
223
|
+
dimensions?: Dimension[];
|
|
224
|
+
/** Aggregation type could be Average. */
|
|
225
|
+
aggregationType?: string;
|
|
226
|
+
/** The property to decide fill gap with zero or not. */
|
|
227
|
+
fillGapWithZero?: boolean;
|
|
228
|
+
/** The category this metric specification belong to, could be Capacity. */
|
|
229
|
+
category?: string;
|
|
230
|
+
/** Account Resource Id. */
|
|
231
|
+
resourceIdDimensionNameOverride?: string;
|
|
232
|
+
}
|
|
233
|
+
/** Dimension of map account, for example API Category, Api Name, Result Type, and Response Code. */
|
|
234
|
+
export interface Dimension {
|
|
235
|
+
/** Display name of dimension. */
|
|
236
|
+
name?: string;
|
|
237
|
+
/** Display name of dimension. */
|
|
238
|
+
displayName?: string;
|
|
239
|
+
/** Internal name of the dimension. */
|
|
240
|
+
internalName?: string;
|
|
241
|
+
/** Internal metric name of the dimension. */
|
|
242
|
+
internalMetricName?: string;
|
|
243
|
+
/** Source Mdm Namespace of the dimension. */
|
|
244
|
+
sourceMdmNamespace?: string;
|
|
245
|
+
/** Flag to indicate exporting to Azure Monitor. */
|
|
246
|
+
toBeExportedToShoebox?: boolean;
|
|
247
|
+
}
|
|
248
|
+
/** A list of Creator resources. */
|
|
249
|
+
export interface CreatorList {
|
|
250
|
+
/**
|
|
251
|
+
* a Creator account.
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly value?: Creator[];
|
|
255
|
+
/**
|
|
256
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
257
|
+
* It's null for now, added for future use.
|
|
258
|
+
*/
|
|
259
|
+
nextLink?: string;
|
|
260
|
+
}
|
|
261
|
+
/** Creator resource properties */
|
|
262
|
+
export interface CreatorProperties {
|
|
263
|
+
/**
|
|
264
|
+
* The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
|
|
265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
+
*/
|
|
267
|
+
readonly provisioningState?: string;
|
|
268
|
+
/** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
|
|
269
|
+
storageUnits: number;
|
|
270
|
+
}
|
|
271
|
+
/** Parameters used to update an existing Creator resource. */
|
|
272
|
+
export interface CreatorUpdateParameters {
|
|
273
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
|
|
274
|
+
tags?: {
|
|
275
|
+
[propertyName: string]: string;
|
|
276
|
+
};
|
|
277
|
+
/**
|
|
278
|
+
* The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly provisioningState?: string;
|
|
282
|
+
/** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
|
|
283
|
+
storageUnits?: number;
|
|
284
|
+
}
|
|
285
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
286
|
+
export declare type TrackedResource = Resource & {
|
|
287
|
+
/** Resource tags. */
|
|
288
|
+
tags?: {
|
|
289
|
+
[propertyName: string]: string;
|
|
290
|
+
};
|
|
291
|
+
/** The geo-location where the resource lives */
|
|
292
|
+
location: string;
|
|
293
|
+
};
|
|
294
|
+
/** An Azure resource which represents access to a suite of Maps REST APIs. */
|
|
295
|
+
export declare type MapsAccount = TrackedResource & {
|
|
296
|
+
/** The SKU of this account. */
|
|
297
|
+
sku: Sku;
|
|
298
|
+
/** Get or Set Kind property. */
|
|
299
|
+
kind?: Kind;
|
|
300
|
+
/**
|
|
301
|
+
* The system meta data relating to this resource.
|
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
+
*/
|
|
304
|
+
readonly systemData?: SystemData;
|
|
305
|
+
/** The map account properties. */
|
|
306
|
+
properties?: MapsAccountProperties;
|
|
307
|
+
};
|
|
308
|
+
/** An Azure resource which represents Maps Creator product and provides ability to manage private location data. */
|
|
309
|
+
export declare type Creator = TrackedResource & {
|
|
310
|
+
/** The Creator resource properties. */
|
|
311
|
+
properties: CreatorProperties;
|
|
312
|
+
};
|
|
313
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
314
|
+
export declare enum KnownName {
|
|
315
|
+
S0 = "S0",
|
|
316
|
+
S1 = "S1",
|
|
317
|
+
G2 = "G2"
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Defines values for Name. \
|
|
321
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
322
|
+
* this enum contains the known values that the service supports.
|
|
323
|
+
* ### Known values supported by the service
|
|
324
|
+
* **S0** \
|
|
325
|
+
* **S1** \
|
|
326
|
+
* **G2**
|
|
327
|
+
*/
|
|
328
|
+
export declare type Name = string;
|
|
329
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
330
|
+
export declare enum KnownKind {
|
|
331
|
+
Gen1 = "Gen1",
|
|
332
|
+
Gen2 = "Gen2"
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* Defines values for Kind. \
|
|
336
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
337
|
+
* this enum contains the known values that the service supports.
|
|
338
|
+
* ### Known values supported by the service
|
|
339
|
+
* **Gen1** \
|
|
340
|
+
* **Gen2**
|
|
341
|
+
*/
|
|
342
|
+
export declare type Kind = string;
|
|
343
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
344
|
+
export declare enum KnownCreatedByType {
|
|
345
|
+
User = "User",
|
|
346
|
+
Application = "Application",
|
|
347
|
+
ManagedIdentity = "ManagedIdentity",
|
|
348
|
+
Key = "Key"
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* Defines values for CreatedByType. \
|
|
352
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
353
|
+
* this enum contains the known values that the service supports.
|
|
354
|
+
* ### Known values supported by the service
|
|
355
|
+
* **User** \
|
|
356
|
+
* **Application** \
|
|
357
|
+
* **ManagedIdentity** \
|
|
358
|
+
* **Key**
|
|
359
|
+
*/
|
|
360
|
+
export declare type CreatedByType = string;
|
|
361
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
362
|
+
export declare enum KnownKeyType {
|
|
363
|
+
Primary = "primary",
|
|
364
|
+
Secondary = "secondary"
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* Defines values for KeyType. \
|
|
368
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
369
|
+
* this enum contains the known values that the service supports.
|
|
370
|
+
* ### Known values supported by the service
|
|
371
|
+
* **primary** \
|
|
372
|
+
* **secondary**
|
|
373
|
+
*/
|
|
374
|
+
export declare type KeyType = string;
|
|
375
|
+
/** Optional parameters. */
|
|
376
|
+
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
377
|
+
}
|
|
378
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
379
|
+
export declare type AccountsCreateOrUpdateResponse = MapsAccount;
|
|
380
|
+
/** Optional parameters. */
|
|
381
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
382
|
+
}
|
|
383
|
+
/** Contains response data for the update operation. */
|
|
384
|
+
export declare type AccountsUpdateResponse = MapsAccount;
|
|
385
|
+
/** Optional parameters. */
|
|
386
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
387
|
+
}
|
|
388
|
+
/** Optional parameters. */
|
|
389
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
390
|
+
}
|
|
391
|
+
/** Contains response data for the get operation. */
|
|
392
|
+
export declare type AccountsGetResponse = MapsAccount;
|
|
393
|
+
/** Optional parameters. */
|
|
394
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
395
|
+
}
|
|
396
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
397
|
+
export declare type AccountsListByResourceGroupResponse = MapsAccounts;
|
|
398
|
+
/** Optional parameters. */
|
|
399
|
+
export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
400
|
+
}
|
|
401
|
+
/** Contains response data for the listBySubscription operation. */
|
|
402
|
+
export declare type AccountsListBySubscriptionResponse = MapsAccounts;
|
|
403
|
+
/** Optional parameters. */
|
|
404
|
+
export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
405
|
+
}
|
|
406
|
+
/** Contains response data for the listKeys operation. */
|
|
407
|
+
export declare type AccountsListKeysResponse = MapsAccountKeys;
|
|
408
|
+
/** Optional parameters. */
|
|
409
|
+
export interface AccountsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
410
|
+
}
|
|
411
|
+
/** Contains response data for the regenerateKeys operation. */
|
|
412
|
+
export declare type AccountsRegenerateKeysResponse = MapsAccountKeys;
|
|
413
|
+
/** Optional parameters. */
|
|
414
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
415
|
+
}
|
|
416
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
417
|
+
export declare type AccountsListByResourceGroupNextResponse = MapsAccounts;
|
|
418
|
+
/** Optional parameters. */
|
|
419
|
+
export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
420
|
+
}
|
|
421
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
422
|
+
export declare type AccountsListBySubscriptionNextResponse = MapsAccounts;
|
|
423
|
+
/** Optional parameters. */
|
|
424
|
+
export interface MapsListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
425
|
+
}
|
|
426
|
+
/** Contains response data for the listOperations operation. */
|
|
427
|
+
export declare type MapsListOperationsResponse = MapsOperations;
|
|
428
|
+
/** Optional parameters. */
|
|
429
|
+
export interface MapsListSubscriptionOperationsOptionalParams extends coreClient.OperationOptions {
|
|
430
|
+
}
|
|
431
|
+
/** Contains response data for the listSubscriptionOperations operation. */
|
|
432
|
+
export declare type MapsListSubscriptionOperationsResponse = MapsOperations;
|
|
433
|
+
/** Optional parameters. */
|
|
434
|
+
export interface MapsListOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
}
|
|
436
|
+
/** Contains response data for the listOperationsNext operation. */
|
|
437
|
+
export declare type MapsListOperationsNextResponse = MapsOperations;
|
|
438
|
+
/** Optional parameters. */
|
|
439
|
+
export interface MapsListSubscriptionOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
440
|
+
}
|
|
441
|
+
/** Contains response data for the listSubscriptionOperationsNext operation. */
|
|
442
|
+
export declare type MapsListSubscriptionOperationsNextResponse = MapsOperations;
|
|
443
|
+
/** Optional parameters. */
|
|
444
|
+
export interface CreatorsListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
445
|
+
}
|
|
446
|
+
/** Contains response data for the listByAccount operation. */
|
|
447
|
+
export declare type CreatorsListByAccountResponse = CreatorList;
|
|
448
|
+
/** Optional parameters. */
|
|
449
|
+
export interface CreatorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
452
|
+
export declare type CreatorsCreateOrUpdateResponse = Creator;
|
|
453
|
+
/** Optional parameters. */
|
|
454
|
+
export interface CreatorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
455
|
+
}
|
|
456
|
+
/** Contains response data for the update operation. */
|
|
457
|
+
export declare type CreatorsUpdateResponse = Creator;
|
|
458
|
+
/** Optional parameters. */
|
|
459
|
+
export interface CreatorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
460
|
+
}
|
|
461
|
+
/** Optional parameters. */
|
|
462
|
+
export interface CreatorsGetOptionalParams extends coreClient.OperationOptions {
|
|
463
|
+
}
|
|
464
|
+
/** Contains response data for the get operation. */
|
|
465
|
+
export declare type CreatorsGetResponse = Creator;
|
|
466
|
+
/** Optional parameters. */
|
|
467
|
+
export interface CreatorsListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
468
|
+
}
|
|
469
|
+
/** Contains response data for the listByAccountNext operation. */
|
|
470
|
+
export declare type CreatorsListByAccountNextResponse = CreatorList;
|
|
471
|
+
/** Optional parameters. */
|
|
472
|
+
export interface AzureMapsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
473
|
+
/** server parameter */
|
|
474
|
+
$host?: string;
|
|
475
|
+
/** Api Version */
|
|
476
|
+
apiVersion?: string;
|
|
477
|
+
/** Overrides client endpoint. */
|
|
478
|
+
endpoint?: string;
|
|
479
|
+
}
|
|
480
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
9
|
+
export var KnownName;
|
|
10
|
+
(function (KnownName) {
|
|
11
|
+
KnownName["S0"] = "S0";
|
|
12
|
+
KnownName["S1"] = "S1";
|
|
13
|
+
KnownName["G2"] = "G2";
|
|
14
|
+
})(KnownName || (KnownName = {}));
|
|
15
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
16
|
+
export var KnownKind;
|
|
17
|
+
(function (KnownKind) {
|
|
18
|
+
KnownKind["Gen1"] = "Gen1";
|
|
19
|
+
KnownKind["Gen2"] = "Gen2";
|
|
20
|
+
})(KnownKind || (KnownKind = {}));
|
|
21
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
22
|
+
export var KnownCreatedByType;
|
|
23
|
+
(function (KnownCreatedByType) {
|
|
24
|
+
KnownCreatedByType["User"] = "User";
|
|
25
|
+
KnownCreatedByType["Application"] = "Application";
|
|
26
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
27
|
+
KnownCreatedByType["Key"] = "Key";
|
|
28
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
29
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
30
|
+
export var KnownKeyType;
|
|
31
|
+
(function (KnownKeyType) {
|
|
32
|
+
KnownKeyType["Primary"] = "primary";
|
|
33
|
+
KnownKeyType["Secondary"] = "secondary";
|
|
34
|
+
})(KnownKeyType || (KnownKeyType = {}));
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA4UH,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,sBAAS,CAAA;IACT,sBAAS,CAAA;IACT,sBAAS,CAAA;AACX,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAaD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,iDAA2B,CAAA;IAC3B,yDAAmC,CAAA;IACnC,iCAAW,CAAA;AACb,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAcD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,uCAAuB,CAAA;AACzB,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
3
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
4
|
+
export declare const MapsAccountProperties: coreClient.CompositeMapper;
|
|
5
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
9
|
+
export declare const MapsAccountUpdateParameters: coreClient.CompositeMapper;
|
|
10
|
+
export declare const MapsAccounts: coreClient.CompositeMapper;
|
|
11
|
+
export declare const MapsAccountKeys: coreClient.CompositeMapper;
|
|
12
|
+
export declare const MapsKeySpecification: coreClient.CompositeMapper;
|
|
13
|
+
export declare const MapsOperations: coreClient.CompositeMapper;
|
|
14
|
+
export declare const OperationDetail: coreClient.CompositeMapper;
|
|
15
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
16
|
+
export declare const ServiceSpecification: coreClient.CompositeMapper;
|
|
17
|
+
export declare const MetricSpecification: coreClient.CompositeMapper;
|
|
18
|
+
export declare const Dimension: coreClient.CompositeMapper;
|
|
19
|
+
export declare const CreatorList: coreClient.CompositeMapper;
|
|
20
|
+
export declare const CreatorProperties: coreClient.CompositeMapper;
|
|
21
|
+
export declare const CreatorUpdateParameters: coreClient.CompositeMapper;
|
|
22
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
23
|
+
export declare const MapsAccount: coreClient.CompositeMapper;
|
|
24
|
+
export declare const Creator: coreClient.CompositeMapper;
|
|
25
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eAqB5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA4B9C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAiDpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA0BrC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAmCxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAc7C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAuCxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAmE5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA2ClC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA0BpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA+BhD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAoCpC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAehC,CAAC"}
|