@azure/arm-graphservices 1.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.
Files changed (120) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1313 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accountCreateAndUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/accountCreateAndUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accountCreateAndUpdateSample.js +43 -0
  11. package/dist-esm/samples-dev/accountCreateAndUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/accountDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/accountDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accountDeleteSample.js +39 -0
  15. package/dist-esm/samples-dev/accountDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/accountGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/accountGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accountGetSample.js +39 -0
  19. package/dist-esm/samples-dev/accountGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/accountUpdateSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/accountUpdateSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/accountUpdateSample.js +42 -0
  23. package/dist-esm/samples-dev/accountUpdateSample.js.map +1 -0
  24. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +52 -0
  27. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +51 -0
  31. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/operationListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/operationListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/operationListSample.js +51 -0
  35. package/dist-esm/samples-dev/operationListSample.js.map +1 -0
  36. package/dist-esm/src/graphServices.d.ts +22 -0
  37. package/dist-esm/src/graphServices.d.ts.map +1 -0
  38. package/dist-esm/src/graphServices.js +102 -0
  39. package/dist-esm/src/graphServices.js.map +1 -0
  40. package/dist-esm/src/index.d.ts +6 -0
  41. package/dist-esm/src/index.d.ts.map +1 -0
  42. package/dist-esm/src/index.js +13 -0
  43. package/dist-esm/src/index.js.map +1 -0
  44. package/dist-esm/src/lroImpl.d.ts +11 -0
  45. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  46. package/dist-esm/src/lroImpl.js +21 -0
  47. package/dist-esm/src/lroImpl.js.map +1 -0
  48. package/dist-esm/src/models/index.d.ts +320 -0
  49. package/dist-esm/src/models/index.d.ts.map +1 -0
  50. package/dist-esm/src/models/index.js +46 -0
  51. package/dist-esm/src/models/index.js.map +1 -0
  52. package/dist-esm/src/models/mappers.d.ts +15 -0
  53. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  54. package/dist-esm/src/models/mappers.js +384 -0
  55. package/dist-esm/src/models/mappers.js.map +1 -0
  56. package/dist-esm/src/models/parameters.d.ts +12 -0
  57. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  58. package/dist-esm/src/models/parameters.js +109 -0
  59. package/dist-esm/src/models/parameters.js.map +1 -0
  60. package/dist-esm/src/operations/account.d.ts +52 -0
  61. package/dist-esm/src/operations/account.d.ts.map +1 -0
  62. package/dist-esm/src/operations/account.js +208 -0
  63. package/dist-esm/src/operations/account.js.map +1 -0
  64. package/dist-esm/src/operations/accounts.d.ts +53 -0
  65. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/accounts.js +252 -0
  67. package/dist-esm/src/operations/accounts.js.map +1 -0
  68. package/dist-esm/src/operations/index.d.ts +4 -0
  69. package/dist-esm/src/operations/index.d.ts.map +1 -0
  70. package/dist-esm/src/operations/index.js +11 -0
  71. package/dist-esm/src/operations/index.js.map +1 -0
  72. package/dist-esm/src/operations/operationOperations.d.ts +32 -0
  73. package/dist-esm/src/operations/operationOperations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/operationOperations.js +131 -0
  75. package/dist-esm/src/operations/operationOperations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/account.d.ts +44 -0
  77. package/dist-esm/src/operationsInterfaces/account.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/account.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/account.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/accounts.d.ts +17 -0
  81. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  85. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/index.js +11 -0
  87. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/operationOperations.d.ts +11 -0
  89. package/dist-esm/src/operationsInterfaces/operationOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/operationOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/operationOperations.js.map +1 -0
  92. package/dist-esm/src/pagingHelper.d.ts +13 -0
  93. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  94. package/dist-esm/src/pagingHelper.js +32 -0
  95. package/dist-esm/src/pagingHelper.js.map +1 -0
  96. package/dist-esm/test/graphservices_operations_test.spec.d.ts +4 -0
  97. package/dist-esm/test/graphservices_operations_test.spec.d.ts.map +1 -0
  98. package/dist-esm/test/graphservices_operations_test.spec.js +55 -0
  99. package/dist-esm/test/graphservices_operations_test.spec.js.map +1 -0
  100. package/package.json +123 -0
  101. package/review/arm-graphservices.api.md +262 -0
  102. package/rollup.config.js +122 -0
  103. package/src/graphServices.ts +148 -0
  104. package/src/index.ts +13 -0
  105. package/src/lroImpl.ts +42 -0
  106. package/src/models/index.ts +364 -0
  107. package/src/models/mappers.ts +408 -0
  108. package/src/models/parameters.ts +127 -0
  109. package/src/operations/account.ts +295 -0
  110. package/src/operations/accounts.ts +303 -0
  111. package/src/operations/index.ts +11 -0
  112. package/src/operations/operationOperations.ts +149 -0
  113. package/src/operationsInterfaces/account.ts +90 -0
  114. package/src/operationsInterfaces/accounts.ts +35 -0
  115. package/src/operationsInterfaces/index.ts +11 -0
  116. package/src/operationsInterfaces/operationOperations.ts +22 -0
  117. package/src/pagingHelper.ts +39 -0
  118. package/tsconfig.json +33 -0
  119. package/types/arm-graphservices.d.ts +459 -0
  120. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,46 @@
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 CreatedByType} that the service accepts. */
9
+ export var KnownCreatedByType;
10
+ (function (KnownCreatedByType) {
11
+ /** User */
12
+ KnownCreatedByType["User"] = "User";
13
+ /** Application */
14
+ KnownCreatedByType["Application"] = "Application";
15
+ /** ManagedIdentity */
16
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
17
+ /** Key */
18
+ KnownCreatedByType["Key"] = "Key";
19
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
20
+ /** Known values of {@link ProvisioningState} that the service accepts. */
21
+ export var KnownProvisioningState;
22
+ (function (KnownProvisioningState) {
23
+ /** Succeeded */
24
+ KnownProvisioningState["Succeeded"] = "Succeeded";
25
+ /** Failed */
26
+ KnownProvisioningState["Failed"] = "Failed";
27
+ /** Canceled */
28
+ KnownProvisioningState["Canceled"] = "Canceled";
29
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
30
+ /** Known values of {@link Origin} that the service accepts. */
31
+ export var KnownOrigin;
32
+ (function (KnownOrigin) {
33
+ /** User */
34
+ KnownOrigin["User"] = "user";
35
+ /** System */
36
+ KnownOrigin["System"] = "system";
37
+ /** UserSystem */
38
+ KnownOrigin["UserSystem"] = "user,system";
39
+ })(KnownOrigin || (KnownOrigin = {}));
40
+ /** Known values of {@link ActionType} that the service accepts. */
41
+ export var KnownActionType;
42
+ (function (KnownActionType) {
43
+ /** Internal */
44
+ KnownActionType["Internal"] = "Internal";
45
+ })(KnownActionType || (KnownActionType = {}));
46
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAoMH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B"}
@@ -0,0 +1,15 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const AccountResourceList: coreClient.CompositeMapper;
3
+ export declare const AccountResourceSystemData: coreClient.CompositeMapper;
4
+ export declare const AccountResourceProperties: 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 TagUpdate: coreClient.CompositeMapper;
10
+ export declare const OperationListResult: coreClient.CompositeMapper;
11
+ export declare const Operation: coreClient.CompositeMapper;
12
+ export declare const OperationDisplay: coreClient.CompositeMapper;
13
+ export declare const AccountResource: coreClient.CompositeMapper;
14
+ export declare const AccountPatchResource: coreClient.CompositeMapper;
15
+ //# 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,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA+BlD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAsClD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAyCjC,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,SAAS,EAAE,UAAU,CAAC,eAclC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAQ7C,CAAC"}
@@ -0,0 +1,384 @@
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
+ export const AccountResourceList = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "AccountResourceList",
12
+ modelProperties: {
13
+ nextLink: {
14
+ serializedName: "nextLink",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ },
19
+ value: {
20
+ serializedName: "value",
21
+ type: {
22
+ name: "Sequence",
23
+ element: {
24
+ type: {
25
+ name: "Composite",
26
+ className: "AccountResource"
27
+ }
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
33
+ };
34
+ export const AccountResourceSystemData = {
35
+ type: {
36
+ name: "Composite",
37
+ className: "AccountResourceSystemData",
38
+ modelProperties: {
39
+ createdByType: {
40
+ serializedName: "createdByType",
41
+ type: {
42
+ name: "String"
43
+ }
44
+ },
45
+ createdAt: {
46
+ serializedName: "createdAt",
47
+ type: {
48
+ name: "DateTime"
49
+ }
50
+ },
51
+ lastModifiedByType: {
52
+ serializedName: "lastModifiedByType",
53
+ type: {
54
+ name: "String"
55
+ }
56
+ },
57
+ lastModifiedAt: {
58
+ serializedName: "lastModifiedAt",
59
+ type: {
60
+ name: "DateTime"
61
+ }
62
+ }
63
+ }
64
+ }
65
+ };
66
+ export const AccountResourceProperties = {
67
+ type: {
68
+ name: "Composite",
69
+ className: "AccountResourceProperties",
70
+ modelProperties: {
71
+ provisioningState: {
72
+ serializedName: "provisioningState",
73
+ readOnly: true,
74
+ type: {
75
+ name: "String"
76
+ }
77
+ },
78
+ appId: {
79
+ constraints: {
80
+ Pattern: new RegExp("(^[A-Za-z0-9]{8}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{12}?)$")
81
+ },
82
+ serializedName: "appId",
83
+ required: true,
84
+ type: {
85
+ name: "String"
86
+ }
87
+ },
88
+ billingPlanId: {
89
+ constraints: {
90
+ Pattern: new RegExp("(^[A-Za-z0-9]{8}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{12}?)$")
91
+ },
92
+ serializedName: "billingPlanId",
93
+ readOnly: true,
94
+ type: {
95
+ name: "String"
96
+ }
97
+ }
98
+ }
99
+ }
100
+ };
101
+ export const Resource = {
102
+ type: {
103
+ name: "Composite",
104
+ className: "Resource",
105
+ modelProperties: {
106
+ id: {
107
+ serializedName: "id",
108
+ readOnly: true,
109
+ type: {
110
+ name: "String"
111
+ }
112
+ },
113
+ name: {
114
+ serializedName: "name",
115
+ readOnly: true,
116
+ type: {
117
+ name: "String"
118
+ }
119
+ },
120
+ type: {
121
+ serializedName: "type",
122
+ readOnly: true,
123
+ type: {
124
+ name: "String"
125
+ }
126
+ },
127
+ location: {
128
+ serializedName: "location",
129
+ type: {
130
+ name: "String"
131
+ }
132
+ },
133
+ tags: {
134
+ serializedName: "tags",
135
+ type: {
136
+ name: "Dictionary",
137
+ value: { type: { name: "String" } }
138
+ }
139
+ }
140
+ }
141
+ }
142
+ };
143
+ export const ErrorResponse = {
144
+ type: {
145
+ name: "Composite",
146
+ className: "ErrorResponse",
147
+ modelProperties: {
148
+ error: {
149
+ serializedName: "error",
150
+ type: {
151
+ name: "Composite",
152
+ className: "ErrorDetail"
153
+ }
154
+ }
155
+ }
156
+ }
157
+ };
158
+ export const ErrorDetail = {
159
+ type: {
160
+ name: "Composite",
161
+ className: "ErrorDetail",
162
+ modelProperties: {
163
+ code: {
164
+ serializedName: "code",
165
+ readOnly: true,
166
+ type: {
167
+ name: "String"
168
+ }
169
+ },
170
+ message: {
171
+ serializedName: "message",
172
+ readOnly: true,
173
+ type: {
174
+ name: "String"
175
+ }
176
+ },
177
+ target: {
178
+ serializedName: "target",
179
+ readOnly: true,
180
+ type: {
181
+ name: "String"
182
+ }
183
+ },
184
+ details: {
185
+ serializedName: "details",
186
+ readOnly: true,
187
+ type: {
188
+ name: "Sequence",
189
+ element: {
190
+ type: {
191
+ name: "Composite",
192
+ className: "ErrorDetail"
193
+ }
194
+ }
195
+ }
196
+ },
197
+ additionalInfo: {
198
+ serializedName: "additionalInfo",
199
+ readOnly: true,
200
+ type: {
201
+ name: "Sequence",
202
+ element: {
203
+ type: {
204
+ name: "Composite",
205
+ className: "ErrorAdditionalInfo"
206
+ }
207
+ }
208
+ }
209
+ }
210
+ }
211
+ }
212
+ };
213
+ export const ErrorAdditionalInfo = {
214
+ type: {
215
+ name: "Composite",
216
+ className: "ErrorAdditionalInfo",
217
+ modelProperties: {
218
+ type: {
219
+ serializedName: "type",
220
+ readOnly: true,
221
+ type: {
222
+ name: "String"
223
+ }
224
+ },
225
+ info: {
226
+ serializedName: "info",
227
+ readOnly: true,
228
+ type: {
229
+ name: "Dictionary",
230
+ value: { type: { name: "any" } }
231
+ }
232
+ }
233
+ }
234
+ }
235
+ };
236
+ export const TagUpdate = {
237
+ type: {
238
+ name: "Composite",
239
+ className: "TagUpdate",
240
+ modelProperties: {
241
+ tags: {
242
+ serializedName: "tags",
243
+ type: {
244
+ name: "Dictionary",
245
+ value: { type: { name: "String" } }
246
+ }
247
+ }
248
+ }
249
+ }
250
+ };
251
+ export const OperationListResult = {
252
+ type: {
253
+ name: "Composite",
254
+ className: "OperationListResult",
255
+ modelProperties: {
256
+ value: {
257
+ serializedName: "value",
258
+ readOnly: true,
259
+ type: {
260
+ name: "Sequence",
261
+ element: {
262
+ type: {
263
+ name: "Composite",
264
+ className: "Operation"
265
+ }
266
+ }
267
+ }
268
+ },
269
+ nextLink: {
270
+ serializedName: "nextLink",
271
+ readOnly: true,
272
+ type: {
273
+ name: "String"
274
+ }
275
+ }
276
+ }
277
+ }
278
+ };
279
+ export const Operation = {
280
+ type: {
281
+ name: "Composite",
282
+ className: "Operation",
283
+ modelProperties: {
284
+ name: {
285
+ serializedName: "name",
286
+ readOnly: true,
287
+ type: {
288
+ name: "String"
289
+ }
290
+ },
291
+ isDataAction: {
292
+ serializedName: "isDataAction",
293
+ readOnly: true,
294
+ type: {
295
+ name: "Boolean"
296
+ }
297
+ },
298
+ display: {
299
+ serializedName: "display",
300
+ type: {
301
+ name: "Composite",
302
+ className: "OperationDisplay"
303
+ }
304
+ },
305
+ origin: {
306
+ serializedName: "origin",
307
+ readOnly: true,
308
+ type: {
309
+ name: "String"
310
+ }
311
+ },
312
+ actionType: {
313
+ serializedName: "actionType",
314
+ readOnly: true,
315
+ type: {
316
+ name: "String"
317
+ }
318
+ }
319
+ }
320
+ }
321
+ };
322
+ export const OperationDisplay = {
323
+ type: {
324
+ name: "Composite",
325
+ className: "OperationDisplay",
326
+ modelProperties: {
327
+ provider: {
328
+ serializedName: "provider",
329
+ readOnly: true,
330
+ type: {
331
+ name: "String"
332
+ }
333
+ },
334
+ resource: {
335
+ serializedName: "resource",
336
+ readOnly: true,
337
+ type: {
338
+ name: "String"
339
+ }
340
+ },
341
+ operation: {
342
+ serializedName: "operation",
343
+ readOnly: true,
344
+ type: {
345
+ name: "String"
346
+ }
347
+ },
348
+ description: {
349
+ serializedName: "description",
350
+ readOnly: true,
351
+ type: {
352
+ name: "String"
353
+ }
354
+ }
355
+ }
356
+ }
357
+ };
358
+ export const AccountResource = {
359
+ type: {
360
+ name: "Composite",
361
+ className: "AccountResource",
362
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
363
+ serializedName: "systemData",
364
+ type: {
365
+ name: "Composite",
366
+ className: "AccountResourceSystemData"
367
+ }
368
+ }, properties: {
369
+ serializedName: "properties",
370
+ type: {
371
+ name: "Composite",
372
+ className: "AccountResourceProperties"
373
+ }
374
+ } })
375
+ }
376
+ };
377
+ export const AccountPatchResource = {
378
+ type: {
379
+ name: "Composite",
380
+ className: "AccountPatchResource",
381
+ modelProperties: Object.assign({}, TagUpdate.type.modelProperties)
382
+ }
383
+ };
384
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CACjB,kFAAkF,CACnF;iBACF;gBACD,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CACjB,kFAAkF,CACnF;iBACF;gBACD,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,oBACV,SAAS,CAAC,IAAI,CAAC,eAAe,CAClC;KACF;CACF,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const subscriptionId: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const nextLink: OperationURLParameter;
8
+ export declare const resourceName: OperationURLParameter;
9
+ export declare const contentType: OperationParameter;
10
+ export declare const accountResource: OperationParameter;
11
+ export declare const accountResource1: OperationParameter;
12
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC"}
@@ -0,0 +1,109 @@
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
+ import { AccountResource as AccountResourceMapper, AccountPatchResource as AccountPatchResourceMapper } from "../models/mappers";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2022-09-22-preview",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const subscriptionId = {
43
+ parameterPath: "subscriptionId",
44
+ mapper: {
45
+ constraints: {
46
+ MinLength: 1
47
+ },
48
+ serializedName: "subscriptionId",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ }
54
+ };
55
+ export const resourceGroupName = {
56
+ parameterPath: "resourceGroupName",
57
+ mapper: {
58
+ constraints: {
59
+ MaxLength: 90,
60
+ MinLength: 1
61
+ },
62
+ serializedName: "resourceGroupName",
63
+ required: true,
64
+ type: {
65
+ name: "String"
66
+ }
67
+ }
68
+ };
69
+ export const nextLink = {
70
+ parameterPath: "nextLink",
71
+ mapper: {
72
+ serializedName: "nextLink",
73
+ required: true,
74
+ type: {
75
+ name: "String"
76
+ }
77
+ },
78
+ skipEncoding: true
79
+ };
80
+ export const resourceName = {
81
+ parameterPath: "resourceName",
82
+ mapper: {
83
+ serializedName: "resourceName",
84
+ required: true,
85
+ type: {
86
+ name: "String"
87
+ }
88
+ }
89
+ };
90
+ export const contentType = {
91
+ parameterPath: ["options", "contentType"],
92
+ mapper: {
93
+ defaultValue: "application/json",
94
+ isConstant: true,
95
+ serializedName: "Content-Type",
96
+ type: {
97
+ name: "String"
98
+ }
99
+ }
100
+ };
101
+ export const accountResource = {
102
+ parameterPath: "accountResource",
103
+ mapper: AccountResourceMapper
104
+ };
105
+ export const accountResource1 = {
106
+ parameterPath: "accountResource",
107
+ mapper: AccountPatchResourceMapper
108
+ };
109
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,eAAe,IAAI,qBAAqB,EACxC,oBAAoB,IAAI,0BAA0B,EACnD,MAAM,mBAAmB,CAAC;AAE3B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAuB;IACjD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAE,0BAA0B;CACnC,CAAC"}
@@ -0,0 +1,52 @@
1
+ import { Account } from "../operationsInterfaces";
2
+ import { GraphServices } from "../graphServices";
3
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
4
+ import { AccountGetOptionalParams, AccountGetResponse, AccountResource, AccountCreateAndUpdateOptionalParams, AccountCreateAndUpdateResponse, AccountPatchResource, AccountUpdateOptionalParams, AccountUpdateResponse, AccountDeleteOptionalParams } from "../models";
5
+ /** Class containing Account operations. */
6
+ export declare class AccountImpl implements Account {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Account class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: GraphServices);
13
+ /**
14
+ * Returns account resource for a given name.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the resource.
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, resourceName: string, options?: AccountGetOptionalParams): Promise<AccountGetResponse>;
20
+ /**
21
+ * Create or update account resource.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param resourceName The name of the resource.
24
+ * @param accountResource Account details.
25
+ * @param options The options parameters.
26
+ */
27
+ beginCreateAndUpdate(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountCreateAndUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccountCreateAndUpdateResponse>, AccountCreateAndUpdateResponse>>;
28
+ /**
29
+ * Create or update account resource.
30
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
+ * @param resourceName The name of the resource.
32
+ * @param accountResource Account details.
33
+ * @param options The options parameters.
34
+ */
35
+ beginCreateAndUpdateAndWait(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountCreateAndUpdateOptionalParams): Promise<AccountCreateAndUpdateResponse>;
36
+ /**
37
+ * Update account details.
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param resourceName The name of the resource.
40
+ * @param accountResource Account patch details.
41
+ * @param options The options parameters.
42
+ */
43
+ update(resourceGroupName: string, resourceName: string, accountResource: AccountPatchResource, options?: AccountUpdateOptionalParams): Promise<AccountUpdateResponse>;
44
+ /**
45
+ * Deletes a account resource.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param resourceName The name of the resource.
48
+ * @param options The options parameters.
49
+ */
50
+ delete(resourceGroupName: string, resourceName: string, options?: AccountDeleteOptionalParams): Promise<void>;
51
+ }
52
+ //# sourceMappingURL=account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../src/operations/account.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,eAAe,EACf,oCAAoC,EACpC,8BAA8B,EAC9B,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAEnB,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;IAO9B;;;;;;OAMG;IACG,oBAAoB,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF;IAyDD;;;;;;OAMG;IACG,2BAA2B,CAC/B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAU1C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC;CAMjB"}