@azure/arm-deviceupdate 1.2.2-alpha.20260226.1 → 1.2.2-alpha.20260303.2

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 (86) hide show
  1. package/dist/commonjs/deviceUpdate.js +163 -143
  2. package/dist/commonjs/deviceUpdate.js.map +7 -1
  3. package/dist/commonjs/index.js +28 -19
  4. package/dist/commonjs/index.js.map +7 -1
  5. package/dist/commonjs/lroImpl.js +37 -19
  6. package/dist/commonjs/lroImpl.js.map +7 -1
  7. package/dist/commonjs/models/index.js +118 -149
  8. package/dist/commonjs/models/index.js.map +7 -1
  9. package/dist/commonjs/models/mappers.js +1300 -1243
  10. package/dist/commonjs/models/mappers.js.map +7 -1
  11. package/dist/commonjs/models/parameters.js +196 -166
  12. package/dist/commonjs/models/parameters.js.map +7 -1
  13. package/dist/commonjs/operations/accounts.js +575 -512
  14. package/dist/commonjs/operations/accounts.js.map +7 -1
  15. package/dist/commonjs/operations/index.js +22 -17
  16. package/dist/commonjs/operations/index.js.map +7 -1
  17. package/dist/commonjs/operations/instances.js +461 -393
  18. package/dist/commonjs/operations/instances.js.map +7 -1
  19. package/dist/commonjs/operations/operations.js +132 -109
  20. package/dist/commonjs/operations/operations.js.map +7 -1
  21. package/dist/commonjs/operations/privateEndpointConnectionProxies.js +443 -387
  22. package/dist/commonjs/operations/privateEndpointConnectionProxies.js.map +7 -1
  23. package/dist/commonjs/operations/privateEndpointConnections.js +359 -309
  24. package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
  25. package/dist/commonjs/operations/privateLinkResources.js +154 -115
  26. package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
  27. package/dist/commonjs/operationsInterfaces/accounts.js +15 -10
  28. package/dist/commonjs/operationsInterfaces/accounts.js.map +7 -1
  29. package/dist/commonjs/operationsInterfaces/index.js +22 -17
  30. package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
  31. package/dist/commonjs/operationsInterfaces/instances.js +15 -10
  32. package/dist/commonjs/operationsInterfaces/instances.js.map +7 -1
  33. package/dist/commonjs/operationsInterfaces/operations.js +15 -10
  34. package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
  35. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionProxies.js +15 -10
  36. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionProxies.js.map +7 -1
  37. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
  38. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  39. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
  40. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
  41. package/dist/commonjs/pagingHelper.js +34 -30
  42. package/dist/commonjs/pagingHelper.js.map +7 -1
  43. package/dist/commonjs/tsdoc-metadata.json +1 -1
  44. package/dist/esm/deviceUpdate.js +138 -135
  45. package/dist/esm/deviceUpdate.js.map +7 -1
  46. package/dist/esm/index.js +6 -11
  47. package/dist/esm/index.js.map +7 -1
  48. package/dist/esm/lroImpl.js +19 -17
  49. package/dist/esm/lroImpl.js.map +7 -1
  50. package/dist/esm/models/index.js +99 -146
  51. package/dist/esm/models/index.js.map +7 -1
  52. package/dist/esm/models/mappers.js +1281 -1240
  53. package/dist/esm/models/mappers.js.map +7 -1
  54. package/dist/esm/models/parameters.js +187 -164
  55. package/dist/esm/models/parameters.js.map +7 -1
  56. package/dist/esm/operations/accounts.js +544 -503
  57. package/dist/esm/operations/accounts.js.map +7 -1
  58. package/dist/esm/operations/index.js +0 -8
  59. package/dist/esm/operations/index.js.map +7 -1
  60. package/dist/esm/operations/instances.js +430 -384
  61. package/dist/esm/operations/instances.js.map +7 -1
  62. package/dist/esm/operations/operations.js +100 -101
  63. package/dist/esm/operations/operations.js.map +7 -1
  64. package/dist/esm/operations/privateEndpointConnectionProxies.js +413 -379
  65. package/dist/esm/operations/privateEndpointConnectionProxies.js.map +7 -1
  66. package/dist/esm/operations/privateEndpointConnections.js +329 -301
  67. package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
  68. package/dist/esm/operations/privateLinkResources.js +123 -108
  69. package/dist/esm/operations/privateLinkResources.js.map +7 -1
  70. package/dist/esm/operationsInterfaces/accounts.js +0 -9
  71. package/dist/esm/operationsInterfaces/accounts.js.map +7 -1
  72. package/dist/esm/operationsInterfaces/index.js +0 -8
  73. package/dist/esm/operationsInterfaces/index.js.map +7 -1
  74. package/dist/esm/operationsInterfaces/instances.js +0 -9
  75. package/dist/esm/operationsInterfaces/instances.js.map +7 -1
  76. package/dist/esm/operationsInterfaces/operations.js +0 -9
  77. package/dist/esm/operationsInterfaces/operations.js.map +7 -1
  78. package/dist/esm/operationsInterfaces/privateEndpointConnectionProxies.js +0 -9
  79. package/dist/esm/operationsInterfaces/privateEndpointConnectionProxies.js.map +7 -1
  80. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  81. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  82. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  83. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
  84. package/dist/esm/pagingHelper.js +17 -28
  85. package/dist/esm/pagingHelper.js.map +7 -1
  86. package/package.json +4 -21
@@ -1,149 +1,118 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.KnownActionType = exports.KnownOrigin = exports.KnownPrivateEndpointConnectionProxyProvisioningState = exports.KnownGroupIdProvisioningState = exports.KnownAuthenticationType = exports.KnownManagedServiceIdentityType = exports.KnownRole = exports.KnownSku = exports.KnownCreatedByType = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownPublicNetworkAccess = exports.KnownProvisioningState = exports.KnownCheckNameAvailabilityReason = void 0;
11
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
12
- var KnownCheckNameAvailabilityReason;
13
- (function (KnownCheckNameAvailabilityReason) {
14
- /** Invalid */
15
- KnownCheckNameAvailabilityReason["Invalid"] = "Invalid";
16
- /** AlreadyExists */
17
- KnownCheckNameAvailabilityReason["AlreadyExists"] = "AlreadyExists";
18
- })(KnownCheckNameAvailabilityReason || (exports.KnownCheckNameAvailabilityReason = KnownCheckNameAvailabilityReason = {}));
19
- /** Known values of {@link ProvisioningState} that the service accepts. */
20
- var KnownProvisioningState;
21
- (function (KnownProvisioningState) {
22
- /** Succeeded */
23
- KnownProvisioningState["Succeeded"] = "Succeeded";
24
- /** Deleted */
25
- KnownProvisioningState["Deleted"] = "Deleted";
26
- /** Failed */
27
- KnownProvisioningState["Failed"] = "Failed";
28
- /** Canceled */
29
- KnownProvisioningState["Canceled"] = "Canceled";
30
- /** Accepted */
31
- KnownProvisioningState["Accepted"] = "Accepted";
32
- /** Creating */
33
- KnownProvisioningState["Creating"] = "Creating";
34
- })(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
35
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
36
- var KnownPublicNetworkAccess;
37
- (function (KnownPublicNetworkAccess) {
38
- /** Enabled */
39
- KnownPublicNetworkAccess["Enabled"] = "Enabled";
40
- /** Disabled */
41
- KnownPublicNetworkAccess["Disabled"] = "Disabled";
42
- })(KnownPublicNetworkAccess || (exports.KnownPublicNetworkAccess = KnownPublicNetworkAccess = {}));
43
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
44
- var KnownPrivateEndpointServiceConnectionStatus;
45
- (function (KnownPrivateEndpointServiceConnectionStatus) {
46
- /** Pending */
47
- KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
48
- /** Approved */
49
- KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
50
- /** Rejected */
51
- KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
52
- })(KnownPrivateEndpointServiceConnectionStatus || (exports.KnownPrivateEndpointServiceConnectionStatus = KnownPrivateEndpointServiceConnectionStatus = {}));
53
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
54
- var KnownPrivateEndpointConnectionProvisioningState;
55
- (function (KnownPrivateEndpointConnectionProvisioningState) {
56
- /** Succeeded */
57
- KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
58
- /** Creating */
59
- KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
60
- /** Deleting */
61
- KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
62
- /** Failed */
63
- KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
64
- })(KnownPrivateEndpointConnectionProvisioningState || (exports.KnownPrivateEndpointConnectionProvisioningState = KnownPrivateEndpointConnectionProvisioningState = {}));
65
- /** Known values of {@link CreatedByType} that the service accepts. */
66
- var KnownCreatedByType;
67
- (function (KnownCreatedByType) {
68
- /** User */
69
- KnownCreatedByType["User"] = "User";
70
- /** Application */
71
- KnownCreatedByType["Application"] = "Application";
72
- /** ManagedIdentity */
73
- KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
74
- /** Key */
75
- KnownCreatedByType["Key"] = "Key";
76
- })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
77
- /** Known values of {@link Sku} that the service accepts. */
78
- var KnownSku;
79
- (function (KnownSku) {
80
- /** Free */
81
- KnownSku["Free"] = "Free";
82
- /** Standard */
83
- KnownSku["Standard"] = "Standard";
84
- })(KnownSku || (exports.KnownSku = KnownSku = {}));
85
- /** Known values of {@link Role} that the service accepts. */
86
- var KnownRole;
87
- (function (KnownRole) {
88
- /** Primary */
89
- KnownRole["Primary"] = "Primary";
90
- /** Failover */
91
- KnownRole["Failover"] = "Failover";
92
- })(KnownRole || (exports.KnownRole = KnownRole = {}));
93
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
94
- var KnownManagedServiceIdentityType;
95
- (function (KnownManagedServiceIdentityType) {
96
- /** None */
97
- KnownManagedServiceIdentityType["None"] = "None";
98
- /** SystemAssigned */
99
- KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
100
- /** UserAssigned */
101
- KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
102
- /** SystemAssignedUserAssigned */
103
- KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
104
- })(KnownManagedServiceIdentityType || (exports.KnownManagedServiceIdentityType = KnownManagedServiceIdentityType = {}));
105
- /** Known values of {@link AuthenticationType} that the service accepts. */
106
- var KnownAuthenticationType;
107
- (function (KnownAuthenticationType) {
108
- /** KeyBased */
109
- KnownAuthenticationType["KeyBased"] = "KeyBased";
110
- })(KnownAuthenticationType || (exports.KnownAuthenticationType = KnownAuthenticationType = {}));
111
- /** Known values of {@link GroupIdProvisioningState} that the service accepts. */
112
- var KnownGroupIdProvisioningState;
113
- (function (KnownGroupIdProvisioningState) {
114
- /** Succeeded */
115
- KnownGroupIdProvisioningState["Succeeded"] = "Succeeded";
116
- /** Failed */
117
- KnownGroupIdProvisioningState["Failed"] = "Failed";
118
- /** Canceled */
119
- KnownGroupIdProvisioningState["Canceled"] = "Canceled";
120
- })(KnownGroupIdProvisioningState || (exports.KnownGroupIdProvisioningState = KnownGroupIdProvisioningState = {}));
121
- /** Known values of {@link PrivateEndpointConnectionProxyProvisioningState} that the service accepts. */
122
- var KnownPrivateEndpointConnectionProxyProvisioningState;
123
- (function (KnownPrivateEndpointConnectionProxyProvisioningState) {
124
- /** Succeeded */
125
- KnownPrivateEndpointConnectionProxyProvisioningState["Succeeded"] = "Succeeded";
126
- /** Creating */
127
- KnownPrivateEndpointConnectionProxyProvisioningState["Creating"] = "Creating";
128
- /** Deleting */
129
- KnownPrivateEndpointConnectionProxyProvisioningState["Deleting"] = "Deleting";
130
- /** Failed */
131
- KnownPrivateEndpointConnectionProxyProvisioningState["Failed"] = "Failed";
132
- })(KnownPrivateEndpointConnectionProxyProvisioningState || (exports.KnownPrivateEndpointConnectionProxyProvisioningState = KnownPrivateEndpointConnectionProxyProvisioningState = {}));
133
- /** Known values of {@link Origin} that the service accepts. */
134
- var KnownOrigin;
135
- (function (KnownOrigin) {
136
- /** User */
137
- KnownOrigin["User"] = "user";
138
- /** System */
139
- KnownOrigin["System"] = "system";
140
- /** UserSystem */
141
- KnownOrigin["UserSystem"] = "user,system";
142
- })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
143
- /** Known values of {@link ActionType} that the service accepts. */
144
- var KnownActionType;
145
- (function (KnownActionType) {
146
- /** Internal */
147
- KnownActionType["Internal"] = "Internal";
148
- })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
149
- //# sourceMappingURL=index.js.map
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var models_exports = {};
19
+ __export(models_exports, {
20
+ KnownActionType: () => KnownActionType,
21
+ KnownAuthenticationType: () => KnownAuthenticationType,
22
+ KnownCheckNameAvailabilityReason: () => KnownCheckNameAvailabilityReason,
23
+ KnownCreatedByType: () => KnownCreatedByType,
24
+ KnownGroupIdProvisioningState: () => KnownGroupIdProvisioningState,
25
+ KnownManagedServiceIdentityType: () => KnownManagedServiceIdentityType,
26
+ KnownOrigin: () => KnownOrigin,
27
+ KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
28
+ KnownPrivateEndpointConnectionProxyProvisioningState: () => KnownPrivateEndpointConnectionProxyProvisioningState,
29
+ KnownPrivateEndpointServiceConnectionStatus: () => KnownPrivateEndpointServiceConnectionStatus,
30
+ KnownProvisioningState: () => KnownProvisioningState,
31
+ KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
32
+ KnownRole: () => KnownRole,
33
+ KnownSku: () => KnownSku
34
+ });
35
+ module.exports = __toCommonJS(models_exports);
36
+ var KnownCheckNameAvailabilityReason = /* @__PURE__ */ ((KnownCheckNameAvailabilityReason2) => {
37
+ KnownCheckNameAvailabilityReason2["Invalid"] = "Invalid";
38
+ KnownCheckNameAvailabilityReason2["AlreadyExists"] = "AlreadyExists";
39
+ return KnownCheckNameAvailabilityReason2;
40
+ })(KnownCheckNameAvailabilityReason || {});
41
+ var KnownProvisioningState = /* @__PURE__ */ ((KnownProvisioningState2) => {
42
+ KnownProvisioningState2["Succeeded"] = "Succeeded";
43
+ KnownProvisioningState2["Deleted"] = "Deleted";
44
+ KnownProvisioningState2["Failed"] = "Failed";
45
+ KnownProvisioningState2["Canceled"] = "Canceled";
46
+ KnownProvisioningState2["Accepted"] = "Accepted";
47
+ KnownProvisioningState2["Creating"] = "Creating";
48
+ return KnownProvisioningState2;
49
+ })(KnownProvisioningState || {});
50
+ var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
51
+ KnownPublicNetworkAccess2["Enabled"] = "Enabled";
52
+ KnownPublicNetworkAccess2["Disabled"] = "Disabled";
53
+ return KnownPublicNetworkAccess2;
54
+ })(KnownPublicNetworkAccess || {});
55
+ var KnownPrivateEndpointServiceConnectionStatus = /* @__PURE__ */ ((KnownPrivateEndpointServiceConnectionStatus2) => {
56
+ KnownPrivateEndpointServiceConnectionStatus2["Pending"] = "Pending";
57
+ KnownPrivateEndpointServiceConnectionStatus2["Approved"] = "Approved";
58
+ KnownPrivateEndpointServiceConnectionStatus2["Rejected"] = "Rejected";
59
+ return KnownPrivateEndpointServiceConnectionStatus2;
60
+ })(KnownPrivateEndpointServiceConnectionStatus || {});
61
+ var KnownPrivateEndpointConnectionProvisioningState = /* @__PURE__ */ ((KnownPrivateEndpointConnectionProvisioningState2) => {
62
+ KnownPrivateEndpointConnectionProvisioningState2["Succeeded"] = "Succeeded";
63
+ KnownPrivateEndpointConnectionProvisioningState2["Creating"] = "Creating";
64
+ KnownPrivateEndpointConnectionProvisioningState2["Deleting"] = "Deleting";
65
+ KnownPrivateEndpointConnectionProvisioningState2["Failed"] = "Failed";
66
+ return KnownPrivateEndpointConnectionProvisioningState2;
67
+ })(KnownPrivateEndpointConnectionProvisioningState || {});
68
+ var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
69
+ KnownCreatedByType2["User"] = "User";
70
+ KnownCreatedByType2["Application"] = "Application";
71
+ KnownCreatedByType2["ManagedIdentity"] = "ManagedIdentity";
72
+ KnownCreatedByType2["Key"] = "Key";
73
+ return KnownCreatedByType2;
74
+ })(KnownCreatedByType || {});
75
+ var KnownSku = /* @__PURE__ */ ((KnownSku2) => {
76
+ KnownSku2["Free"] = "Free";
77
+ KnownSku2["Standard"] = "Standard";
78
+ return KnownSku2;
79
+ })(KnownSku || {});
80
+ var KnownRole = /* @__PURE__ */ ((KnownRole2) => {
81
+ KnownRole2["Primary"] = "Primary";
82
+ KnownRole2["Failover"] = "Failover";
83
+ return KnownRole2;
84
+ })(KnownRole || {});
85
+ var KnownManagedServiceIdentityType = /* @__PURE__ */ ((KnownManagedServiceIdentityType2) => {
86
+ KnownManagedServiceIdentityType2["None"] = "None";
87
+ KnownManagedServiceIdentityType2["SystemAssigned"] = "SystemAssigned";
88
+ KnownManagedServiceIdentityType2["UserAssigned"] = "UserAssigned";
89
+ KnownManagedServiceIdentityType2["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
90
+ return KnownManagedServiceIdentityType2;
91
+ })(KnownManagedServiceIdentityType || {});
92
+ var KnownAuthenticationType = /* @__PURE__ */ ((KnownAuthenticationType2) => {
93
+ KnownAuthenticationType2["KeyBased"] = "KeyBased";
94
+ return KnownAuthenticationType2;
95
+ })(KnownAuthenticationType || {});
96
+ var KnownGroupIdProvisioningState = /* @__PURE__ */ ((KnownGroupIdProvisioningState2) => {
97
+ KnownGroupIdProvisioningState2["Succeeded"] = "Succeeded";
98
+ KnownGroupIdProvisioningState2["Failed"] = "Failed";
99
+ KnownGroupIdProvisioningState2["Canceled"] = "Canceled";
100
+ return KnownGroupIdProvisioningState2;
101
+ })(KnownGroupIdProvisioningState || {});
102
+ var KnownPrivateEndpointConnectionProxyProvisioningState = /* @__PURE__ */ ((KnownPrivateEndpointConnectionProxyProvisioningState2) => {
103
+ KnownPrivateEndpointConnectionProxyProvisioningState2["Succeeded"] = "Succeeded";
104
+ KnownPrivateEndpointConnectionProxyProvisioningState2["Creating"] = "Creating";
105
+ KnownPrivateEndpointConnectionProxyProvisioningState2["Deleting"] = "Deleting";
106
+ KnownPrivateEndpointConnectionProxyProvisioningState2["Failed"] = "Failed";
107
+ return KnownPrivateEndpointConnectionProxyProvisioningState2;
108
+ })(KnownPrivateEndpointConnectionProxyProvisioningState || {});
109
+ var KnownOrigin = /* @__PURE__ */ ((KnownOrigin2) => {
110
+ KnownOrigin2["User"] = "user";
111
+ KnownOrigin2["System"] = "system";
112
+ KnownOrigin2["UserSystem"] = "user,system";
113
+ return KnownOrigin2;
114
+ })(KnownOrigin || {});
115
+ var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
116
+ KnownActionType2["Internal"] = "Internal";
117
+ return KnownActionType2;
118
+ })(KnownActionType || {});
@@ -1 +1,7 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA2lBH,oFAAoF;AACpF,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,gDAAhC,gCAAgC,QAK3C;AAYD,0EAA0E;AAC1E,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,cAAc;IACd,6CAAmB,CAAA;IACnB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,sCAAtB,sBAAsB,QAajC;AAgBD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,+FAA+F;AAC/F,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,2DAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,+DAA/C,+CAA+C,QAS1D;AAcD,sEAAsE;AACtE,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,kCAAlB,kBAAkB,QAS7B;AAcD,4DAA4D;AAC5D,IAAY,QAKX;AALD,WAAY,QAAQ;IAClB,WAAW;IACX,yBAAa,CAAA;IACb,eAAe;IACf,iCAAqB,CAAA;AACvB,CAAC,EALW,QAAQ,wBAAR,QAAQ,QAKnB;AAYD,6DAA6D;AAC7D,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,cAAc;IACd,gCAAmB,CAAA;IACnB,eAAe;IACf,kCAAqB,CAAA;AACvB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAYD,mFAAmF;AACnF,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,+CAA/B,+BAA+B,QAS1C;AAcD,2EAA2E;AAC3E,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;AACvB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAWD,iFAAiF;AACjF,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,gBAAgB;IAChB,wDAAuB,CAAA;IACvB,aAAa;IACb,kDAAiB,CAAA;IACjB,eAAe;IACf,sDAAqB,CAAA;AACvB,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC;AAaD,wGAAwG;AACxG,IAAY,oDASX;AATD,WAAY,oDAAoD;IAC9D,gBAAgB;IAChB,+EAAuB,CAAA;IACvB,eAAe;IACf,6EAAqB,CAAA;IACrB,eAAe;IACf,6EAAqB,CAAA;IACrB,aAAa;IACb,yEAAiB,CAAA;AACnB,CAAC,EATW,oDAAoD,oEAApD,oDAAoD,QAS/D;AAcD,+DAA+D;AAC/D,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of Accounts. */\nexport interface AccountList {\n /** The link used to get the next page of Accounts list. */\n nextLink?: string;\n /** List of Accounts. */\n value?: Account[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The CMK encryption settings on the Device Update account. */\nexport interface Encryption {\n /** The URI of the key vault */\n keyVaultKeyUri?: string;\n /** The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account */\n userAssignedIdentity?: string;\n}\n\nexport interface Location {\n name?: string;\n /** Whether the location is primary or failover */\n role?: Role;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Request payload used to update an existing resource's tags. */\nexport interface TagUpdate {\n /** List of key value pairs that describe the resource. This will overwrite the existing tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of Instances. */\nexport interface InstanceList {\n /** The link used to get the next page of Instances list. */\n nextLink?: string;\n /** List of Instances. */\n value?: Instance[];\n}\n\n/** Device Update account integration with IoT Hub settings. */\nexport interface IotHubSettings {\n /** IoTHub resource ID */\n resourceId: string;\n}\n\n/** Customer-initiated diagnostic log collection storage properties */\nexport interface DiagnosticStorageProperties {\n /** Authentication Type */\n authenticationType: AuthenticationType;\n /** ConnectionString of the diagnostic storage account */\n connectionString?: string;\n /** ResourceId of the diagnostic storage account */\n resourceId: string;\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** The available private link resources for an Account */\nexport interface PrivateLinkResourceListResult {\n /** The list of available private link resources for an Account */\n value?: GroupInformation[];\n /** The URI that can be used to request the next list of private link resources. */\n nextLink?: string;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements) */\nexport interface PrivateEndpointConnectionProxyListResult {\n /** The list of available private endpoint connection proxies for an Account */\n value?: PrivateEndpointConnectionProxy[];\n /** The URI that can be used to request the next list of private endpoint connection proxies. */\n nextLink?: string;\n}\n\n/** Private endpoint connection proxy object properties. */\nexport interface PrivateEndpointConnectionProxyProperties {\n /**\n * ETag from NRP.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Remote private endpoint details. */\n remotePrivateEndpoint?: RemotePrivateEndpoint;\n /** Operation status. */\n status?: string;\n}\n\n/** Remote private endpoint details. */\nexport interface RemotePrivateEndpoint {\n /** Remote endpoint resource ID. */\n id?: string;\n /** ARM location of the remote private endpoint. */\n location?: string;\n /** Original subscription ID needed by Microsoft.Network. */\n immutableSubscriptionId?: string;\n /** Original resource ID needed by Microsoft.Network. */\n immutableResourceId?: string;\n /** Virtual network traffic tag. */\n vnetTrafficTag?: string;\n /** List of private link service connections that need manual approval. */\n manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];\n /** List of automatically approved private link service connections. */\n privateLinkServiceConnections?: PrivateLinkServiceConnection[];\n /** List of private link service proxies. */\n privateLinkServiceProxies?: PrivateLinkServiceProxy[];\n /** List of connection details. */\n connectionDetails?: ConnectionDetails[];\n}\n\n/** Private link service connection details. */\nexport interface PrivateLinkServiceConnection {\n /** Private link service connection name. */\n name?: string;\n /** List of group IDs. */\n groupIds?: string[];\n /** Request message. */\n requestMessage?: string;\n}\n\n/** Private link service proxy details. */\nexport interface PrivateLinkServiceProxy {\n /** NRP resource ID. */\n id?: string;\n /** Remote private link service connection state */\n remotePrivateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Remote private endpoint connection details. */\n remotePrivateEndpointConnection?: PrivateLinkServiceProxyRemotePrivateEndpointConnection;\n /** Group connectivity information. */\n groupConnectivityInformation?: GroupConnectivityInformation[];\n}\n\n/** Remote private endpoint connection details. */\nexport interface RemotePrivateEndpointConnection {\n /**\n * Remote private endpoint connection ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Group connectivity details. */\nexport interface GroupConnectivityInformation {\n /**\n * Group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n /** List of customer visible FQDNs. */\n customerVisibleFqdns?: string[];\n /**\n * Internal FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalFqdn?: string;\n /** Redirect map ID. */\n redirectMapId?: string;\n /** PrivateLinkService ARM region. */\n privateLinkServiceArmRegion?: string;\n}\n\n/** Private endpoint connection proxy object properties. */\nexport interface ConnectionDetails {\n /**\n * Connection details ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Private IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIpAddress?: string;\n /**\n * Link ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * Group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n}\n\n/** Private endpoint update details. */\nexport interface PrivateEndpointUpdate {\n /** Remote endpoint resource ID. */\n id?: string;\n /** ARM location of the remote private endpoint. */\n location?: string;\n /** Original subscription ID needed by Microsoft.Network. */\n immutableSubscriptionId?: string;\n /** Original resource ID needed by Microsoft.Network. */\n immutableResourceId?: string;\n /** Virtual network traffic tag. */\n vnetTrafficTag?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** Array of group IDs. */\n groupIds?: string[];\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Request payload used to update and existing Accounts. */\nexport interface AccountUpdate extends TagUpdate {\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\n/** The properties for a group information object */\nexport interface GroupInformationProperties\n extends PrivateLinkResourceProperties {\n /**\n * The provisioning state of private link group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GroupIdProvisioningState;\n}\n\n/** Private endpoint connection proxy details. */\nexport interface PrivateEndpointConnectionProxy\n extends ProxyResource,\n PrivateEndpointConnectionProxyProperties {\n /**\n * The provisioning state of the private endpoint connection proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProxyProvisioningState;\n}\n\n/** Remote private endpoint connection details. */\nexport interface PrivateLinkServiceProxyRemotePrivateEndpointConnection\n extends RemotePrivateEndpointConnection {}\n\n/** Device Update account details. */\nexport interface Account extends TrackedResource {\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * API host name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** Whether or not public network access is allowed for the account. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** List of private endpoint connections associated with the account. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** Device Update Sku */\n sku?: Sku;\n /** CMK encryption at rest properties */\n encryption?: Encryption;\n /**\n * Device Update account primary and failover location details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: Location[];\n}\n\n/** Device Update instance details. */\nexport interface Instance extends TrackedResource {\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Parent Device Update Account name which Instance belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountName?: string;\n /** List of IoT Hubs associated with the account. */\n iotHubs?: IotHubSettings[];\n /** Enables or Disables the diagnostic logs collection */\n enableDiagnostics?: boolean;\n /** Customer-initiated diagnostic log collection storage properties */\n diagnosticStorageProperties?: DiagnosticStorageProperties;\n}\n\n/** The group information for creating a private endpoint on an Account */\nexport interface GroupInformation extends ProxyResource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n /**\n * The provisioning state of private link group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GroupIdProvisioningState;\n}\n\n/** Defines headers for Accounts_delete operation. */\nexport interface AccountsDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for Instances_delete operation. */\nexport interface InstancesDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnectionProxies_delete operation. */\nexport interface PrivateEndpointConnectionProxiesDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Deleted** \\\n * **Failed** \\\n * **Canceled** \\\n * **Accepted** \\\n * **Creating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Sku} that the service accepts. */\nexport enum KnownSku {\n /** Free */\n Free = \"Free\",\n /** Standard */\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for Sku. \\\n * {@link KnownSku} can be used interchangeably with Sku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Standard**\n */\nexport type Sku = string;\n\n/** Known values of {@link Role} that the service accepts. */\nexport enum KnownRole {\n /** Primary */\n Primary = \"Primary\",\n /** Failover */\n Failover = \"Failover\"\n}\n\n/**\n * Defines values for Role. \\\n * {@link KnownRole} can be used interchangeably with Role,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Failover**\n */\nexport type Role = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** KeyBased */\n KeyBased = \"KeyBased\"\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **KeyBased**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link GroupIdProvisioningState} that the service accepts. */\nexport enum KnownGroupIdProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for GroupIdProvisioningState. \\\n * {@link KnownGroupIdProvisioningState} can be used interchangeably with GroupIdProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type GroupIdProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointConnectionProxyProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProxyProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProxyProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProxyProvisioningState} can be used interchangeably with PrivateEndpointConnectionProxyProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProxyProvisioningState = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AccountsListBySubscriptionResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AccountsListByResourceGroupResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccountsGetResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsHeadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the head operation. */\nexport type AccountsHeadResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface AccountsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AccountsCreateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AccountsUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AccountsListBySubscriptionNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AccountsListByResourceGroupNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface InstancesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type InstancesListByAccountResponse = InstanceList;\n\n/** Optional parameters. */\nexport interface InstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InstancesGetResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesHeadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the head operation. */\nexport type InstancesHeadResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface InstancesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type InstancesCreateResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface InstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type InstancesUpdateResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesListByAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type InstancesListByAccountNextResponse = InstanceList;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = GroupInformation;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateEndpointConnectionProxiesListByAccountResponse = PrivateEndpointConnectionProxyListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionProxiesGetResponse = PrivateEndpointConnectionProxy;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionProxiesCreateOrUpdateResponse = PrivateEndpointConnectionProxy;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface DeviceUpdateOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/deviceupdate/arm-deviceupdate/src/models/index.ts"],
4
+ "sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of Accounts. */\nexport interface AccountList {\n /** The link used to get the next page of Accounts list. */\n nextLink?: string;\n /** List of Accounts. */\n value?: Account[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The CMK encryption settings on the Device Update account. */\nexport interface Encryption {\n /** The URI of the key vault */\n keyVaultKeyUri?: string;\n /** The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account */\n userAssignedIdentity?: string;\n}\n\nexport interface Location {\n name?: string;\n /** Whether the location is primary or failover */\n role?: Role;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Request payload used to update an existing resource's tags. */\nexport interface TagUpdate {\n /** List of key value pairs that describe the resource. This will overwrite the existing tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of Instances. */\nexport interface InstanceList {\n /** The link used to get the next page of Instances list. */\n nextLink?: string;\n /** List of Instances. */\n value?: Instance[];\n}\n\n/** Device Update account integration with IoT Hub settings. */\nexport interface IotHubSettings {\n /** IoTHub resource ID */\n resourceId: string;\n}\n\n/** Customer-initiated diagnostic log collection storage properties */\nexport interface DiagnosticStorageProperties {\n /** Authentication Type */\n authenticationType: AuthenticationType;\n /** ConnectionString of the diagnostic storage account */\n connectionString?: string;\n /** ResourceId of the diagnostic storage account */\n resourceId: string;\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** The available private link resources for an Account */\nexport interface PrivateLinkResourceListResult {\n /** The list of available private link resources for an Account */\n value?: GroupInformation[];\n /** The URI that can be used to request the next list of private link resources. */\n nextLink?: string;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements) */\nexport interface PrivateEndpointConnectionProxyListResult {\n /** The list of available private endpoint connection proxies for an Account */\n value?: PrivateEndpointConnectionProxy[];\n /** The URI that can be used to request the next list of private endpoint connection proxies. */\n nextLink?: string;\n}\n\n/** Private endpoint connection proxy object properties. */\nexport interface PrivateEndpointConnectionProxyProperties {\n /**\n * ETag from NRP.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Remote private endpoint details. */\n remotePrivateEndpoint?: RemotePrivateEndpoint;\n /** Operation status. */\n status?: string;\n}\n\n/** Remote private endpoint details. */\nexport interface RemotePrivateEndpoint {\n /** Remote endpoint resource ID. */\n id?: string;\n /** ARM location of the remote private endpoint. */\n location?: string;\n /** Original subscription ID needed by Microsoft.Network. */\n immutableSubscriptionId?: string;\n /** Original resource ID needed by Microsoft.Network. */\n immutableResourceId?: string;\n /** Virtual network traffic tag. */\n vnetTrafficTag?: string;\n /** List of private link service connections that need manual approval. */\n manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];\n /** List of automatically approved private link service connections. */\n privateLinkServiceConnections?: PrivateLinkServiceConnection[];\n /** List of private link service proxies. */\n privateLinkServiceProxies?: PrivateLinkServiceProxy[];\n /** List of connection details. */\n connectionDetails?: ConnectionDetails[];\n}\n\n/** Private link service connection details. */\nexport interface PrivateLinkServiceConnection {\n /** Private link service connection name. */\n name?: string;\n /** List of group IDs. */\n groupIds?: string[];\n /** Request message. */\n requestMessage?: string;\n}\n\n/** Private link service proxy details. */\nexport interface PrivateLinkServiceProxy {\n /** NRP resource ID. */\n id?: string;\n /** Remote private link service connection state */\n remotePrivateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Remote private endpoint connection details. */\n remotePrivateEndpointConnection?: PrivateLinkServiceProxyRemotePrivateEndpointConnection;\n /** Group connectivity information. */\n groupConnectivityInformation?: GroupConnectivityInformation[];\n}\n\n/** Remote private endpoint connection details. */\nexport interface RemotePrivateEndpointConnection {\n /**\n * Remote private endpoint connection ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Group connectivity details. */\nexport interface GroupConnectivityInformation {\n /**\n * Group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n /** List of customer visible FQDNs. */\n customerVisibleFqdns?: string[];\n /**\n * Internal FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalFqdn?: string;\n /** Redirect map ID. */\n redirectMapId?: string;\n /** PrivateLinkService ARM region. */\n privateLinkServiceArmRegion?: string;\n}\n\n/** Private endpoint connection proxy object properties. */\nexport interface ConnectionDetails {\n /**\n * Connection details ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Private IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIpAddress?: string;\n /**\n * Link ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * Group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n}\n\n/** Private endpoint update details. */\nexport interface PrivateEndpointUpdate {\n /** Remote endpoint resource ID. */\n id?: string;\n /** ARM location of the remote private endpoint. */\n location?: string;\n /** Original subscription ID needed by Microsoft.Network. */\n immutableSubscriptionId?: string;\n /** Original resource ID needed by Microsoft.Network. */\n immutableResourceId?: string;\n /** Virtual network traffic tag. */\n vnetTrafficTag?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** Array of group IDs. */\n groupIds?: string[];\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Request payload used to update and existing Accounts. */\nexport interface AccountUpdate extends TagUpdate {\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /** The geo-location where the resource lives */\n location?: string;\n}\n\n/** The properties for a group information object */\nexport interface GroupInformationProperties\n extends PrivateLinkResourceProperties {\n /**\n * The provisioning state of private link group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GroupIdProvisioningState;\n}\n\n/** Private endpoint connection proxy details. */\nexport interface PrivateEndpointConnectionProxy\n extends ProxyResource,\n PrivateEndpointConnectionProxyProperties {\n /**\n * The provisioning state of the private endpoint connection proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProxyProvisioningState;\n}\n\n/** Remote private endpoint connection details. */\nexport interface PrivateLinkServiceProxyRemotePrivateEndpointConnection\n extends RemotePrivateEndpointConnection {}\n\n/** Device Update account details. */\nexport interface Account extends TrackedResource {\n /** The type of identity used for the resource. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * API host name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** Whether or not public network access is allowed for the account. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** List of private endpoint connections associated with the account. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** Device Update Sku */\n sku?: Sku;\n /** CMK encryption at rest properties */\n encryption?: Encryption;\n /**\n * Device Update account primary and failover location details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: Location[];\n}\n\n/** Device Update instance details. */\nexport interface Instance extends TrackedResource {\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Parent Device Update Account name which Instance belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountName?: string;\n /** List of IoT Hubs associated with the account. */\n iotHubs?: IotHubSettings[];\n /** Enables or Disables the diagnostic logs collection */\n enableDiagnostics?: boolean;\n /** Customer-initiated diagnostic log collection storage properties */\n diagnosticStorageProperties?: DiagnosticStorageProperties;\n}\n\n/** The group information for creating a private endpoint on an Account */\nexport interface GroupInformation extends ProxyResource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n /**\n * The provisioning state of private link group ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GroupIdProvisioningState;\n}\n\n/** Defines headers for Accounts_delete operation. */\nexport interface AccountsDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for Instances_delete operation. */\nexport interface InstancesDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnectionProxies_delete operation. */\nexport interface PrivateEndpointConnectionProxiesDeleteHeaders {\n /** Operation Status Location URI */\n location?: string;\n}\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Deleted** \\\n * **Failed** \\\n * **Canceled** \\\n * **Accepted** \\\n * **Creating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Sku} that the service accepts. */\nexport enum KnownSku {\n /** Free */\n Free = \"Free\",\n /** Standard */\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for Sku. \\\n * {@link KnownSku} can be used interchangeably with Sku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Standard**\n */\nexport type Sku = string;\n\n/** Known values of {@link Role} that the service accepts. */\nexport enum KnownRole {\n /** Primary */\n Primary = \"Primary\",\n /** Failover */\n Failover = \"Failover\"\n}\n\n/**\n * Defines values for Role. \\\n * {@link KnownRole} can be used interchangeably with Role,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Failover**\n */\nexport type Role = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** KeyBased */\n KeyBased = \"KeyBased\"\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **KeyBased**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link GroupIdProvisioningState} that the service accepts. */\nexport enum KnownGroupIdProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for GroupIdProvisioningState. \\\n * {@link KnownGroupIdProvisioningState} can be used interchangeably with GroupIdProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type GroupIdProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointConnectionProxyProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProxyProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProxyProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProxyProvisioningState} can be used interchangeably with PrivateEndpointConnectionProxyProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProxyProvisioningState = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AccountsListBySubscriptionResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AccountsListByResourceGroupResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccountsGetResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsHeadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the head operation. */\nexport type AccountsHeadResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface AccountsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AccountsCreateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AccountsUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AccountsListBySubscriptionNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AccountsListByResourceGroupNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface InstancesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type InstancesListByAccountResponse = InstanceList;\n\n/** Optional parameters. */\nexport interface InstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InstancesGetResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesHeadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the head operation. */\nexport type InstancesHeadResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface InstancesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type InstancesCreateResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface InstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type InstancesUpdateResponse = Instance;\n\n/** Optional parameters. */\nexport interface InstancesListByAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type InstancesListByAccountNextResponse = InstanceList;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = GroupInformation;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateEndpointConnectionProxiesListByAccountResponse = PrivateEndpointConnectionProxyListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionProxiesGetResponse = PrivateEndpointConnectionProxy;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionProxiesCreateOrUpdateResponse = PrivateEndpointConnectionProxy;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionProxiesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface DeviceUpdateOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkmBO,IAAK,mCAAL,kBAAKA,sCAAL;AAEL,EAAAA,kCAAA,aAAU;AAEV,EAAAA,kCAAA,mBAAgB;AAJN,SAAAA;AAAA,GAAA;AAkBL,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,eAAY;AAEZ,EAAAA,wBAAA,aAAU;AAEV,EAAAA,wBAAA,YAAS;AAET,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,cAAW;AAZD,SAAAA;AAAA,GAAA;AA8BL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,aAAU;AAEV,EAAAA,0BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,aAAU;AAEV,EAAAA,6CAAA,cAAW;AAEX,EAAAA,6CAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAqBL,IAAK,kDAAL,kBAAKC,qDAAL;AAEL,EAAAA,iDAAA,eAAY;AAEZ,EAAAA,iDAAA,cAAW;AAEX,EAAAA,iDAAA,cAAW;AAEX,EAAAA,iDAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAwBL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,UAAO;AAEP,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,qBAAkB;AAElB,EAAAA,oBAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AAwBL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAkBL,IAAK,kCAAL,kBAAKC,qCAAL;AAEL,EAAAA,iCAAA,UAAO;AAEP,EAAAA,iCAAA,oBAAiB;AAEjB,EAAAA,iCAAA,kBAAe;AAEf,EAAAA,iCAAA,gCAA6B;AARnB,SAAAA;AAAA,GAAA;AAwBL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;AAeL,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,eAAY;AAEZ,EAAAA,+BAAA,YAAS;AAET,EAAAA,+BAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAqBL,IAAK,uDAAL,kBAAKC,0DAAL;AAEL,EAAAA,sDAAA,eAAY;AAEZ,EAAAA,sDAAA,cAAW;AAEX,EAAAA,sDAAA,cAAW;AAEX,EAAAA,sDAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAwBL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,UAAO;AAEP,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,gBAAa;AANH,SAAAA;AAAA,GAAA;AAqBL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;",
6
+ "names": ["KnownCheckNameAvailabilityReason", "KnownProvisioningState", "KnownPublicNetworkAccess", "KnownPrivateEndpointServiceConnectionStatus", "KnownPrivateEndpointConnectionProvisioningState", "KnownCreatedByType", "KnownSku", "KnownRole", "KnownManagedServiceIdentityType", "KnownAuthenticationType", "KnownGroupIdProvisioningState", "KnownPrivateEndpointConnectionProxyProvisioningState", "KnownOrigin", "KnownActionType"]
7
+ }