@azure/arm-deviceupdate 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +3665 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accountsCreateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accountsCreateSample.js +32 -0
  11. package/dist-esm/samples-dev/accountsCreateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accountsDeleteSample.js +31 -0
  15. package/dist-esm/samples-dev/accountsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/accountsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accountsGetSample.js +31 -0
  19. package/dist-esm/samples-dev/accountsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/accountsHeadSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/accountsHeadSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/accountsHeadSample.js +31 -0
  23. package/dist-esm/samples-dev/accountsHeadSample.js.map +1 -0
  24. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +44 -0
  27. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +43 -0
  31. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/accountsUpdateSample.js +32 -0
  35. package/dist-esm/samples-dev/accountsUpdateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +2 -0
  37. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +53 -0
  39. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +1 -0
  40. package/dist-esm/samples-dev/instancesCreateSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/instancesCreateSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/instancesCreateSample.js +46 -0
  43. package/dist-esm/samples-dev/instancesCreateSample.js.map +1 -0
  44. package/dist-esm/samples-dev/instancesDeleteSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/instancesDeleteSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/instancesDeleteSample.js +32 -0
  47. package/dist-esm/samples-dev/instancesDeleteSample.js.map +1 -0
  48. package/dist-esm/samples-dev/instancesGetSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/instancesGetSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/instancesGetSample.js +32 -0
  51. package/dist-esm/samples-dev/instancesGetSample.js.map +1 -0
  52. package/dist-esm/samples-dev/instancesHeadSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/instancesHeadSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/instancesHeadSample.js +32 -0
  55. package/dist-esm/samples-dev/instancesHeadSample.js.map +1 -0
  56. package/dist-esm/samples-dev/instancesListByAccountSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/instancesListByAccountSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/instancesListByAccountSample.js +45 -0
  59. package/dist-esm/samples-dev/instancesListByAccountSample.js.map +1 -0
  60. package/dist-esm/samples-dev/instancesUpdateSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/instancesUpdateSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/instancesUpdateSample.js +33 -0
  63. package/dist-esm/samples-dev/instancesUpdateSample.js.map +1 -0
  64. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  67. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  68. package/dist-esm/samples-dev/privateEndpointConnectionProxiesCreateOrUpdateSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/privateEndpointConnectionProxiesCreateOrUpdateSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/privateEndpointConnectionProxiesCreateOrUpdateSample.js +53 -0
  71. package/dist-esm/samples-dev/privateEndpointConnectionProxiesCreateOrUpdateSample.js.map +1 -0
  72. package/dist-esm/samples-dev/privateEndpointConnectionProxiesDeleteSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/privateEndpointConnectionProxiesDeleteSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/privateEndpointConnectionProxiesDeleteSample.js +32 -0
  75. package/dist-esm/samples-dev/privateEndpointConnectionProxiesDeleteSample.js.map +1 -0
  76. package/dist-esm/samples-dev/privateEndpointConnectionProxiesGetSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/privateEndpointConnectionProxiesGetSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/privateEndpointConnectionProxiesGetSample.js +32 -0
  79. package/dist-esm/samples-dev/privateEndpointConnectionProxiesGetSample.js.map +1 -0
  80. package/dist-esm/samples-dev/privateEndpointConnectionProxiesListByAccountSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/privateEndpointConnectionProxiesListByAccountSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/privateEndpointConnectionProxiesListByAccountSample.js +45 -0
  83. package/dist-esm/samples-dev/privateEndpointConnectionProxiesListByAccountSample.js.map +1 -0
  84. package/dist-esm/samples-dev/privateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/privateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/privateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesSample.js +39 -0
  87. package/dist-esm/samples-dev/privateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesSample.js.map +1 -0
  88. package/dist-esm/samples-dev/privateEndpointConnectionProxiesValidateSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/privateEndpointConnectionProxiesValidateSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/privateEndpointConnectionProxiesValidateSample.js +53 -0
  91. package/dist-esm/samples-dev/privateEndpointConnectionProxiesValidateSample.js.map +1 -0
  92. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +38 -0
  95. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
  96. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +32 -0
  99. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
  100. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +32 -0
  103. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
  104. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js +45 -0
  107. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js.map +1 -0
  108. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +32 -0
  111. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -0
  112. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js +45 -0
  115. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js.map +1 -0
  116. package/dist-esm/src/deviceUpdate.d.ts +31 -0
  117. package/dist-esm/src/deviceUpdate.d.ts.map +1 -0
  118. package/dist-esm/src/deviceUpdate.js +133 -0
  119. package/dist-esm/src/deviceUpdate.js.map +1 -0
  120. package/dist-esm/src/index.d.ts +5 -0
  121. package/dist-esm/src/index.d.ts.map +1 -0
  122. package/dist-esm/src/index.js +12 -0
  123. package/dist-esm/src/index.js.map +1 -0
  124. package/dist-esm/src/lroImpl.d.ts +16 -0
  125. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  126. package/dist-esm/src/lroImpl.js +29 -0
  127. package/dist-esm/src/lroImpl.js.map +1 -0
  128. package/dist-esm/src/models/index.d.ts +941 -0
  129. package/dist-esm/src/models/index.d.ts.map +1 -0
  130. package/dist-esm/src/models/index.js +105 -0
  131. package/dist-esm/src/models/index.js.map +1 -0
  132. package/dist-esm/src/models/mappers.d.ts +44 -0
  133. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  134. package/dist-esm/src/models/mappers.js +1266 -0
  135. package/dist-esm/src/models/mappers.js.map +1 -0
  136. package/dist-esm/src/models/parameters.d.ts +22 -0
  137. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  138. package/dist-esm/src/models/parameters.js +176 -0
  139. package/dist-esm/src/models/parameters.js.map +1 -0
  140. package/dist-esm/src/operations/accounts.d.ts +114 -0
  141. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  142. package/dist-esm/src/operations/accounts.js +537 -0
  143. package/dist-esm/src/operations/accounts.js.map +1 -0
  144. package/dist-esm/src/operations/index.d.ts +7 -0
  145. package/dist-esm/src/operations/index.d.ts.map +1 -0
  146. package/dist-esm/src/operations/index.js +14 -0
  147. package/dist-esm/src/operations/index.js.map +1 -0
  148. package/dist-esm/src/operations/instances.d.ts +98 -0
  149. package/dist-esm/src/operations/instances.d.ts.map +1 -0
  150. package/dist-esm/src/operations/instances.js +408 -0
  151. package/dist-esm/src/operations/instances.js.map +1 -0
  152. package/dist-esm/src/operations/operations.d.ts +32 -0
  153. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  154. package/dist-esm/src/operations/operations.js +120 -0
  155. package/dist-esm/src/operations/operations.js.map +1 -0
  156. package/dist-esm/src/operations/privateEndpointConnectionProxies.d.ts +100 -0
  157. package/dist-esm/src/operations/privateEndpointConnectionProxies.d.ts.map +1 -0
  158. package/dist-esm/src/operations/privateEndpointConnectionProxies.js +402 -0
  159. package/dist-esm/src/operations/privateEndpointConnectionProxies.js.map +1 -0
  160. package/dist-esm/src/operations/privateEndpointConnections.d.ts +78 -0
  161. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  162. package/dist-esm/src/operations/privateEndpointConnections.js +320 -0
  163. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  164. package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
  165. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  166. package/dist-esm/src/operations/privateLinkResources.js +131 -0
  167. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/accounts.d.ts +78 -0
  169. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  173. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/index.js +14 -0
  175. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/instances.d.ts +73 -0
  177. package/dist-esm/src/operationsInterfaces/instances.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/instances.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/instances.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  181. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionProxies.d.ts +83 -0
  185. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionProxies.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionProxies.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionProxies.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
  189. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  193. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  196. package/dist-esm/test/sampleTest.d.ts +2 -0
  197. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  198. package/dist-esm/test/sampleTest.js +38 -0
  199. package/dist-esm/test/sampleTest.js.map +1 -0
  200. package/package.json +122 -0
  201. package/review/arm-deviceupdate.api.md +805 -0
  202. package/rollup.config.js +122 -0
  203. package/src/deviceUpdate.ts +204 -0
  204. package/src/index.ts +12 -0
  205. package/src/lroImpl.ts +34 -0
  206. package/src/models/index.ts +1080 -0
  207. package/src/models/mappers.ts +1356 -0
  208. package/src/models/parameters.ts +210 -0
  209. package/src/operations/accounts.ts +722 -0
  210. package/src/operations/index.ts +14 -0
  211. package/src/operations/instances.ts +579 -0
  212. package/src/operations/operations.ts +137 -0
  213. package/src/operations/privateEndpointConnectionProxies.ts +559 -0
  214. package/src/operations/privateEndpointConnections.ts +450 -0
  215. package/src/operations/privateLinkResources.ts +179 -0
  216. package/src/operationsInterfaces/accounts.ts +152 -0
  217. package/src/operationsInterfaces/index.ts +14 -0
  218. package/src/operationsInterfaces/instances.ts +142 -0
  219. package/src/operationsInterfaces/operations.ts +22 -0
  220. package/src/operationsInterfaces/privateEndpointConnectionProxies.ts +153 -0
  221. package/src/operationsInterfaces/privateEndpointConnections.ts +114 -0
  222. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  223. package/tsconfig.json +33 -0
  224. package/types/arm-deviceupdate.d.ts +1412 -0
  225. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,1412 @@
1
+ import * as coreAuth from '@azure/core-auth';
2
+ import * as coreClient from '@azure/core-client';
3
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
+ import { PollerLike } from '@azure/core-lro';
5
+ import { PollOperationState } from '@azure/core-lro';
6
+
7
+ /** Device Update account details. */
8
+ export declare type Account = TrackedResource & {
9
+ /** The type of identity used for the resource. */
10
+ identity?: ManagedServiceIdentity;
11
+ /**
12
+ * Provisioning state.
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly provisioningState?: ProvisioningState;
16
+ /**
17
+ * API host name.
18
+ * NOTE: This property will not be serialized. It can only be populated by the server.
19
+ */
20
+ readonly hostName?: string;
21
+ /** Whether or not public network access is allowed for the account. */
22
+ publicNetworkAccess?: PublicNetworkAccess;
23
+ /** List of private endpoint connections associated with the account. */
24
+ privateEndpointConnections?: PrivateEndpointConnection[];
25
+ /** Device Update Sku */
26
+ sku?: Sku;
27
+ /**
28
+ * Device Update account primary and failover location details
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly locations?: Location_2[];
32
+ };
33
+
34
+ /** List of Accounts. */
35
+ export declare interface AccountList {
36
+ /** The link used to get the next page of Accounts list. */
37
+ nextLink?: string;
38
+ /** List of Accounts. */
39
+ value?: Account[];
40
+ }
41
+
42
+ /** Interface representing a Accounts. */
43
+ export declare interface Accounts {
44
+ /**
45
+ * Returns list of Accounts.
46
+ * @param options The options parameters.
47
+ */
48
+ listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account>;
49
+ /**
50
+ * Returns list of Accounts.
51
+ * @param resourceGroupName The resource group name.
52
+ * @param options The options parameters.
53
+ */
54
+ listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
55
+ /**
56
+ * Returns account details for the given account name.
57
+ * @param resourceGroupName The resource group name.
58
+ * @param accountName Account name.
59
+ * @param options The options parameters.
60
+ */
61
+ get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
62
+ /**
63
+ * Checks whether account exists.
64
+ * @param resourceGroupName The resource group name.
65
+ * @param accountName Account name.
66
+ * @param options The options parameters.
67
+ */
68
+ head(resourceGroupName: string, accountName: string, options?: AccountsHeadOptionalParams): Promise<AccountsHeadResponse>;
69
+ /**
70
+ * Creates or updates Account.
71
+ * @param resourceGroupName The resource group name.
72
+ * @param accountName Account name.
73
+ * @param account Account details.
74
+ * @param options The options parameters.
75
+ */
76
+ beginCreate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
77
+ /**
78
+ * Creates or updates Account.
79
+ * @param resourceGroupName The resource group name.
80
+ * @param accountName Account name.
81
+ * @param account Account details.
82
+ * @param options The options parameters.
83
+ */
84
+ beginCreateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
85
+ /**
86
+ * Deletes account.
87
+ * @param resourceGroupName The resource group name.
88
+ * @param accountName Account name.
89
+ * @param options The options parameters.
90
+ */
91
+ beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
92
+ /**
93
+ * Deletes account.
94
+ * @param resourceGroupName The resource group name.
95
+ * @param accountName Account name.
96
+ * @param options The options parameters.
97
+ */
98
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
99
+ /**
100
+ * Updates account's patchable properties
101
+ * @param resourceGroupName The resource group name.
102
+ * @param accountName Account name.
103
+ * @param accountUpdatePayload Updated Account.
104
+ * @param options The options parameters.
105
+ */
106
+ beginUpdate(resourceGroupName: string, accountName: string, accountUpdatePayload: AccountUpdate, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
107
+ /**
108
+ * Updates account's patchable properties
109
+ * @param resourceGroupName The resource group name.
110
+ * @param accountName Account name.
111
+ * @param accountUpdatePayload Updated Account.
112
+ * @param options The options parameters.
113
+ */
114
+ beginUpdateAndWait(resourceGroupName: string, accountName: string, accountUpdatePayload: AccountUpdate, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
115
+ }
116
+
117
+ /** Optional parameters. */
118
+ export declare interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
119
+ /** Delay to wait until next poll, in milliseconds. */
120
+ updateIntervalInMs?: number;
121
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
122
+ resumeFrom?: string;
123
+ }
124
+
125
+ /** Contains response data for the create operation. */
126
+ export declare type AccountsCreateResponse = Account;
127
+
128
+ /** Optional parameters. */
129
+ export declare interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
130
+ /** Delay to wait until next poll, in milliseconds. */
131
+ updateIntervalInMs?: number;
132
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
133
+ resumeFrom?: string;
134
+ }
135
+
136
+ /** Optional parameters. */
137
+ export declare interface AccountsGetOptionalParams extends coreClient.OperationOptions {
138
+ }
139
+
140
+ /** Contains response data for the get operation. */
141
+ export declare type AccountsGetResponse = Account;
142
+
143
+ /** Optional parameters. */
144
+ export declare interface AccountsHeadOptionalParams extends coreClient.OperationOptions {
145
+ }
146
+
147
+ /** Contains response data for the head operation. */
148
+ export declare type AccountsHeadResponse = {
149
+ body: boolean;
150
+ };
151
+
152
+ /** Optional parameters. */
153
+ export declare interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
154
+ }
155
+
156
+ /** Contains response data for the listByResourceGroupNext operation. */
157
+ export declare type AccountsListByResourceGroupNextResponse = AccountList;
158
+
159
+ /** Optional parameters. */
160
+ export declare interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
161
+ }
162
+
163
+ /** Contains response data for the listByResourceGroup operation. */
164
+ export declare type AccountsListByResourceGroupResponse = AccountList;
165
+
166
+ /** Optional parameters. */
167
+ export declare interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
168
+ }
169
+
170
+ /** Contains response data for the listBySubscriptionNext operation. */
171
+ export declare type AccountsListBySubscriptionNextResponse = AccountList;
172
+
173
+ /** Optional parameters. */
174
+ export declare interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
175
+ }
176
+
177
+ /** Contains response data for the listBySubscription operation. */
178
+ export declare type AccountsListBySubscriptionResponse = AccountList;
179
+
180
+ /** Optional parameters. */
181
+ export declare interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
182
+ /** Delay to wait until next poll, in milliseconds. */
183
+ updateIntervalInMs?: number;
184
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
185
+ resumeFrom?: string;
186
+ }
187
+
188
+ /** Contains response data for the update operation. */
189
+ export declare type AccountsUpdateResponse = Account;
190
+
191
+ /** Request payload used to update and existing Accounts. */
192
+ export declare type AccountUpdate = TagUpdate & {
193
+ /** The type of identity used for the resource. */
194
+ identity?: ManagedServiceIdentity;
195
+ /** The geo-location where the resource lives */
196
+ location?: string;
197
+ };
198
+
199
+ /**
200
+ * Defines values for ActionType. \
201
+ * {@link KnownActionType} can be used interchangeably with ActionType,
202
+ * this enum contains the known values that the service supports.
203
+ * ### Known values supported by the service
204
+ * **Internal**
205
+ */
206
+ export declare type ActionType = string;
207
+
208
+ /**
209
+ * Defines values for AuthenticationType. \
210
+ * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,
211
+ * this enum contains the known values that the service supports.
212
+ * ### Known values supported by the service
213
+ * **KeyBased**
214
+ */
215
+ export declare type AuthenticationType = string;
216
+
217
+ /** Contains response data for the checkNameAvailability operation. */
218
+ export declare type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
219
+
220
+ /** Optional parameters. */
221
+ export declare interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
222
+ }
223
+
224
+ /**
225
+ * Defines values for CheckNameAvailabilityReason. \
226
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
227
+ * this enum contains the known values that the service supports.
228
+ * ### Known values supported by the service
229
+ * **Invalid** \
230
+ * **AlreadyExists**
231
+ */
232
+ export declare type CheckNameAvailabilityReason = string;
233
+
234
+ /** The check availability request body. */
235
+ export declare interface CheckNameAvailabilityRequest {
236
+ /** The name of the resource for which availability needs to be checked. */
237
+ name?: string;
238
+ /** The resource type. */
239
+ type?: string;
240
+ }
241
+
242
+ /** The check availability result. */
243
+ export declare interface CheckNameAvailabilityResponse {
244
+ /** Indicates if the resource name is available. */
245
+ nameAvailable?: boolean;
246
+ /** The reason why the given name is not available. */
247
+ reason?: CheckNameAvailabilityReason;
248
+ /** Detailed reason why the given name is available. */
249
+ message?: string;
250
+ }
251
+
252
+ /** Private endpoint connection proxy object properties. */
253
+ export declare interface ConnectionDetails {
254
+ /**
255
+ * Connection details ID.
256
+ * NOTE: This property will not be serialized. It can only be populated by the server.
257
+ */
258
+ readonly id?: string;
259
+ /**
260
+ * Private IP address.
261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
262
+ */
263
+ readonly privateIpAddress?: string;
264
+ /**
265
+ * Link ID.
266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
267
+ */
268
+ readonly linkIdentifier?: string;
269
+ /**
270
+ * Group ID.
271
+ * NOTE: This property will not be serialized. It can only be populated by the server.
272
+ */
273
+ readonly groupId?: string;
274
+ /**
275
+ * Member name.
276
+ * NOTE: This property will not be serialized. It can only be populated by the server.
277
+ */
278
+ readonly memberName?: string;
279
+ }
280
+
281
+ /**
282
+ * Defines values for CreatedByType. \
283
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
284
+ * this enum contains the known values that the service supports.
285
+ * ### Known values supported by the service
286
+ * **User** \
287
+ * **Application** \
288
+ * **ManagedIdentity** \
289
+ * **Key**
290
+ */
291
+ export declare type CreatedByType = string;
292
+
293
+ export declare class DeviceUpdate extends coreClient.ServiceClient {
294
+ $host: string;
295
+ apiVersion: string;
296
+ subscriptionId: string;
297
+ /**
298
+ * Initializes a new instance of the DeviceUpdate class.
299
+ * @param credentials Subscription credentials which uniquely identify client subscription.
300
+ * @param subscriptionId The Azure subscription ID.
301
+ * @param options The parameter options
302
+ */
303
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DeviceUpdateOptionalParams);
304
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
305
+ private addCustomApiVersionPolicy;
306
+ /**
307
+ * Checks ADU resource name availability.
308
+ * @param request Check Name Availability Request.
309
+ * @param options The options parameters.
310
+ */
311
+ checkNameAvailability(request: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityOperationResponse>;
312
+ accounts: Accounts;
313
+ instances: Instances;
314
+ privateEndpointConnections: PrivateEndpointConnections;
315
+ privateLinkResources: PrivateLinkResources;
316
+ privateEndpointConnectionProxies: PrivateEndpointConnectionProxies;
317
+ operations: Operations;
318
+ }
319
+
320
+ /** Optional parameters. */
321
+ export declare interface DeviceUpdateOptionalParams extends coreClient.ServiceClientOptions {
322
+ /** server parameter */
323
+ $host?: string;
324
+ /** Api Version */
325
+ apiVersion?: string;
326
+ /** Overrides client endpoint. */
327
+ endpoint?: string;
328
+ }
329
+
330
+ /** Customer-initiated diagnostic log collection storage properties */
331
+ export declare interface DiagnosticStorageProperties {
332
+ /** Authentication Type */
333
+ authenticationType: AuthenticationType;
334
+ /** ConnectionString of the diagnostic storage account */
335
+ connectionString?: string;
336
+ /** ResourceId of the diagnostic storage account */
337
+ resourceId: string;
338
+ }
339
+
340
+ /** The resource management error additional info. */
341
+ export declare interface ErrorAdditionalInfo {
342
+ /**
343
+ * The additional info type.
344
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
+ */
346
+ readonly type?: string;
347
+ /**
348
+ * The additional info.
349
+ * NOTE: This property will not be serialized. It can only be populated by the server.
350
+ */
351
+ readonly info?: Record<string, unknown>;
352
+ }
353
+
354
+ /** The error detail. */
355
+ export declare interface ErrorDetail {
356
+ /**
357
+ * The error code.
358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
359
+ */
360
+ readonly code?: string;
361
+ /**
362
+ * The error message.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
+ */
365
+ readonly message?: string;
366
+ /**
367
+ * The error target.
368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
369
+ */
370
+ readonly target?: string;
371
+ /**
372
+ * The error details.
373
+ * NOTE: This property will not be serialized. It can only be populated by the server.
374
+ */
375
+ readonly details?: ErrorDetail[];
376
+ /**
377
+ * The error additional info.
378
+ * NOTE: This property will not be serialized. It can only be populated by the server.
379
+ */
380
+ readonly additionalInfo?: ErrorAdditionalInfo[];
381
+ }
382
+
383
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
384
+ export declare interface ErrorResponse {
385
+ /** The error object. */
386
+ error?: ErrorDetail;
387
+ }
388
+
389
+ /** Group connectivity details. */
390
+ export declare interface GroupConnectivityInformation {
391
+ /**
392
+ * Group ID.
393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
394
+ */
395
+ readonly groupId?: string;
396
+ /**
397
+ * Member name.
398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
399
+ */
400
+ readonly memberName?: string;
401
+ /** List of customer visible FQDNs. */
402
+ customerVisibleFqdns?: string[];
403
+ /**
404
+ * Internal FQDN.
405
+ * NOTE: This property will not be serialized. It can only be populated by the server.
406
+ */
407
+ readonly internalFqdn?: string;
408
+ /** Redirect map ID. */
409
+ redirectMapId?: string;
410
+ /** PrivateLinkService ARM region. */
411
+ privateLinkServiceArmRegion?: string;
412
+ }
413
+
414
+ /**
415
+ * Defines values for GroupIdProvisioningState. \
416
+ * {@link KnownGroupIdProvisioningState} can be used interchangeably with GroupIdProvisioningState,
417
+ * this enum contains the known values that the service supports.
418
+ * ### Known values supported by the service
419
+ * **Succeeded** \
420
+ * **Failed** \
421
+ * **Canceled**
422
+ */
423
+ export declare type GroupIdProvisioningState = string;
424
+
425
+ /** The group information for creating a private endpoint on an Account */
426
+ export declare type GroupInformation = ProxyResource & {
427
+ /**
428
+ * The private link resource group id.
429
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
+ */
431
+ readonly groupId?: string;
432
+ /**
433
+ * The private link resource required member names.
434
+ * NOTE: This property will not be serialized. It can only be populated by the server.
435
+ */
436
+ readonly requiredMembers?: string[];
437
+ /** The private link resource Private link DNS zone name. */
438
+ requiredZoneNames?: string[];
439
+ /**
440
+ * The provisioning state of private link group ID.
441
+ * NOTE: This property will not be serialized. It can only be populated by the server.
442
+ */
443
+ readonly provisioningState?: GroupIdProvisioningState;
444
+ };
445
+
446
+ /** The properties for a group information object */
447
+ export declare type GroupInformationProperties = PrivateLinkResourceProperties & {
448
+ /**
449
+ * The provisioning state of private link group ID.
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
451
+ */
452
+ readonly provisioningState?: GroupIdProvisioningState;
453
+ };
454
+
455
+ /** Device Update instance details. */
456
+ export declare type Instance = TrackedResource & {
457
+ /**
458
+ * Provisioning state.
459
+ * NOTE: This property will not be serialized. It can only be populated by the server.
460
+ */
461
+ readonly provisioningState?: ProvisioningState;
462
+ /**
463
+ * Parent Device Update Account name which Instance belongs to.
464
+ * NOTE: This property will not be serialized. It can only be populated by the server.
465
+ */
466
+ readonly accountName?: string;
467
+ /** List of IoT Hubs associated with the account. */
468
+ iotHubs?: IotHubSettings[];
469
+ /** Enables or Disables the diagnostic logs collection */
470
+ enableDiagnostics?: boolean;
471
+ /** Customer-initiated diagnostic log collection storage properties */
472
+ diagnosticStorageProperties?: DiagnosticStorageProperties;
473
+ };
474
+
475
+ /** List of Instances. */
476
+ export declare interface InstanceList {
477
+ /** The link used to get the next page of Instances list. */
478
+ nextLink?: string;
479
+ /** List of Instances. */
480
+ value?: Instance[];
481
+ }
482
+
483
+ /** Interface representing a Instances. */
484
+ export declare interface Instances {
485
+ /**
486
+ * Returns instances for the given account name.
487
+ * @param resourceGroupName The resource group name.
488
+ * @param accountName Account name.
489
+ * @param options The options parameters.
490
+ */
491
+ listByAccount(resourceGroupName: string, accountName: string, options?: InstancesListByAccountOptionalParams): PagedAsyncIterableIterator<Instance>;
492
+ /**
493
+ * Returns instance details for the given instance and account name.
494
+ * @param resourceGroupName The resource group name.
495
+ * @param accountName Account name.
496
+ * @param instanceName Instance name.
497
+ * @param options The options parameters.
498
+ */
499
+ get(resourceGroupName: string, accountName: string, instanceName: string, options?: InstancesGetOptionalParams): Promise<InstancesGetResponse>;
500
+ /**
501
+ * Checks whether instance exists.
502
+ * @param resourceGroupName The resource group name.
503
+ * @param accountName Account name.
504
+ * @param instanceName Instance name.
505
+ * @param options The options parameters.
506
+ */
507
+ head(resourceGroupName: string, accountName: string, instanceName: string, options?: InstancesHeadOptionalParams): Promise<InstancesHeadResponse>;
508
+ /**
509
+ * Creates or updates instance.
510
+ * @param resourceGroupName The resource group name.
511
+ * @param accountName Account name.
512
+ * @param instanceName Instance name.
513
+ * @param instance Instance details.
514
+ * @param options The options parameters.
515
+ */
516
+ beginCreate(resourceGroupName: string, accountName: string, instanceName: string, instance: Instance, options?: InstancesCreateOptionalParams): Promise<PollerLike<PollOperationState<InstancesCreateResponse>, InstancesCreateResponse>>;
517
+ /**
518
+ * Creates or updates instance.
519
+ * @param resourceGroupName The resource group name.
520
+ * @param accountName Account name.
521
+ * @param instanceName Instance name.
522
+ * @param instance Instance details.
523
+ * @param options The options parameters.
524
+ */
525
+ beginCreateAndWait(resourceGroupName: string, accountName: string, instanceName: string, instance: Instance, options?: InstancesCreateOptionalParams): Promise<InstancesCreateResponse>;
526
+ /**
527
+ * Deletes instance.
528
+ * @param resourceGroupName The resource group name.
529
+ * @param accountName Account name.
530
+ * @param instanceName Instance name.
531
+ * @param options The options parameters.
532
+ */
533
+ beginDelete(resourceGroupName: string, accountName: string, instanceName: string, options?: InstancesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
534
+ /**
535
+ * Deletes instance.
536
+ * @param resourceGroupName The resource group name.
537
+ * @param accountName Account name.
538
+ * @param instanceName Instance name.
539
+ * @param options The options parameters.
540
+ */
541
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, instanceName: string, options?: InstancesDeleteOptionalParams): Promise<void>;
542
+ /**
543
+ * Updates instance's tags.
544
+ * @param resourceGroupName The resource group name.
545
+ * @param accountName Account name.
546
+ * @param instanceName Instance name.
547
+ * @param tagUpdatePayload Updated tags.
548
+ * @param options The options parameters.
549
+ */
550
+ update(resourceGroupName: string, accountName: string, instanceName: string, tagUpdatePayload: TagUpdate, options?: InstancesUpdateOptionalParams): Promise<InstancesUpdateResponse>;
551
+ }
552
+
553
+ /** Optional parameters. */
554
+ export declare interface InstancesCreateOptionalParams extends coreClient.OperationOptions {
555
+ /** Delay to wait until next poll, in milliseconds. */
556
+ updateIntervalInMs?: number;
557
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
558
+ resumeFrom?: string;
559
+ }
560
+
561
+ /** Contains response data for the create operation. */
562
+ export declare type InstancesCreateResponse = Instance;
563
+
564
+ /** Optional parameters. */
565
+ export declare interface InstancesDeleteOptionalParams extends coreClient.OperationOptions {
566
+ /** Delay to wait until next poll, in milliseconds. */
567
+ updateIntervalInMs?: number;
568
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
569
+ resumeFrom?: string;
570
+ }
571
+
572
+ /** Optional parameters. */
573
+ export declare interface InstancesGetOptionalParams extends coreClient.OperationOptions {
574
+ }
575
+
576
+ /** Contains response data for the get operation. */
577
+ export declare type InstancesGetResponse = Instance;
578
+
579
+ /** Optional parameters. */
580
+ export declare interface InstancesHeadOptionalParams extends coreClient.OperationOptions {
581
+ }
582
+
583
+ /** Contains response data for the head operation. */
584
+ export declare type InstancesHeadResponse = {
585
+ body: boolean;
586
+ };
587
+
588
+ /** Optional parameters. */
589
+ export declare interface InstancesListByAccountNextOptionalParams extends coreClient.OperationOptions {
590
+ }
591
+
592
+ /** Contains response data for the listByAccountNext operation. */
593
+ export declare type InstancesListByAccountNextResponse = InstanceList;
594
+
595
+ /** Optional parameters. */
596
+ export declare interface InstancesListByAccountOptionalParams extends coreClient.OperationOptions {
597
+ }
598
+
599
+ /** Contains response data for the listByAccount operation. */
600
+ export declare type InstancesListByAccountResponse = InstanceList;
601
+
602
+ /** Optional parameters. */
603
+ export declare interface InstancesUpdateOptionalParams extends coreClient.OperationOptions {
604
+ }
605
+
606
+ /** Contains response data for the update operation. */
607
+ export declare type InstancesUpdateResponse = Instance;
608
+
609
+ /** Device Update account integration with IoT Hub settings. */
610
+ export declare interface IotHubSettings {
611
+ /** IoTHub resource ID */
612
+ resourceId: string;
613
+ }
614
+
615
+ /** Known values of {@link ActionType} that the service accepts. */
616
+ export declare enum KnownActionType {
617
+ Internal = "Internal"
618
+ }
619
+
620
+ /** Known values of {@link AuthenticationType} that the service accepts. */
621
+ export declare enum KnownAuthenticationType {
622
+ KeyBased = "KeyBased"
623
+ }
624
+
625
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
626
+ export declare enum KnownCheckNameAvailabilityReason {
627
+ Invalid = "Invalid",
628
+ AlreadyExists = "AlreadyExists"
629
+ }
630
+
631
+ /** Known values of {@link CreatedByType} that the service accepts. */
632
+ export declare enum KnownCreatedByType {
633
+ User = "User",
634
+ Application = "Application",
635
+ ManagedIdentity = "ManagedIdentity",
636
+ Key = "Key"
637
+ }
638
+
639
+ /** Known values of {@link GroupIdProvisioningState} that the service accepts. */
640
+ export declare enum KnownGroupIdProvisioningState {
641
+ Succeeded = "Succeeded",
642
+ Failed = "Failed",
643
+ Canceled = "Canceled"
644
+ }
645
+
646
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
647
+ export declare enum KnownManagedServiceIdentityType {
648
+ None = "None",
649
+ SystemAssigned = "SystemAssigned",
650
+ UserAssigned = "UserAssigned",
651
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
652
+ }
653
+
654
+ /** Known values of {@link Origin} that the service accepts. */
655
+ export declare enum KnownOrigin {
656
+ User = "user",
657
+ System = "system",
658
+ UserSystem = "user,system"
659
+ }
660
+
661
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
662
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
663
+ Succeeded = "Succeeded",
664
+ Creating = "Creating",
665
+ Deleting = "Deleting",
666
+ Failed = "Failed"
667
+ }
668
+
669
+ /** Known values of {@link PrivateEndpointConnectionProxyProvisioningState} that the service accepts. */
670
+ export declare enum KnownPrivateEndpointConnectionProxyProvisioningState {
671
+ Succeeded = "Succeeded",
672
+ Creating = "Creating",
673
+ Deleting = "Deleting",
674
+ Failed = "Failed"
675
+ }
676
+
677
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
678
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
679
+ Pending = "Pending",
680
+ Approved = "Approved",
681
+ Rejected = "Rejected"
682
+ }
683
+
684
+ /** Known values of {@link ProvisioningState} that the service accepts. */
685
+ export declare enum KnownProvisioningState {
686
+ Succeeded = "Succeeded",
687
+ Deleted = "Deleted",
688
+ Failed = "Failed",
689
+ Canceled = "Canceled",
690
+ Accepted = "Accepted",
691
+ Creating = "Creating"
692
+ }
693
+
694
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
695
+ export declare enum KnownPublicNetworkAccess {
696
+ Enabled = "Enabled",
697
+ Disabled = "Disabled"
698
+ }
699
+
700
+ /** Known values of {@link Role} that the service accepts. */
701
+ export declare enum KnownRole {
702
+ Primary = "Primary",
703
+ Failover = "Failover"
704
+ }
705
+
706
+ /** Known values of {@link Sku} that the service accepts. */
707
+ export declare enum KnownSku {
708
+ Free = "Free",
709
+ Standard = "Standard"
710
+ }
711
+
712
+ declare interface Location_2 {
713
+ name?: string;
714
+ /** Whether the location is primary or failover */
715
+ role?: Role;
716
+ }
717
+ export { Location_2 as Location }
718
+
719
+ /** Managed service identity (system assigned and/or user assigned identities) */
720
+ export declare interface ManagedServiceIdentity {
721
+ /**
722
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
723
+ * NOTE: This property will not be serialized. It can only be populated by the server.
724
+ */
725
+ readonly principalId?: string;
726
+ /**
727
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
729
+ */
730
+ readonly tenantId?: string;
731
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
732
+ type: ManagedServiceIdentityType;
733
+ /** 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. */
734
+ userAssignedIdentities?: {
735
+ [propertyName: string]: UserAssignedIdentity;
736
+ };
737
+ }
738
+
739
+ /**
740
+ * Defines values for ManagedServiceIdentityType. \
741
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
742
+ * this enum contains the known values that the service supports.
743
+ * ### Known values supported by the service
744
+ * **None** \
745
+ * **SystemAssigned** \
746
+ * **UserAssigned** \
747
+ * **SystemAssigned,UserAssigned**
748
+ */
749
+ export declare type ManagedServiceIdentityType = string;
750
+
751
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
752
+ export declare interface Operation {
753
+ /**
754
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
755
+ * NOTE: This property will not be serialized. It can only be populated by the server.
756
+ */
757
+ readonly name?: string;
758
+ /**
759
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
760
+ * NOTE: This property will not be serialized. It can only be populated by the server.
761
+ */
762
+ readonly isDataAction?: boolean;
763
+ /** Localized display information for this particular operation. */
764
+ display?: OperationDisplay;
765
+ /**
766
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
768
+ */
769
+ readonly origin?: Origin;
770
+ /**
771
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
772
+ * NOTE: This property will not be serialized. It can only be populated by the server.
773
+ */
774
+ readonly actionType?: ActionType;
775
+ }
776
+
777
+ /** Localized display information for this particular operation. */
778
+ export declare interface OperationDisplay {
779
+ /**
780
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
781
+ * NOTE: This property will not be serialized. It can only be populated by the server.
782
+ */
783
+ readonly provider?: string;
784
+ /**
785
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly resource?: string;
789
+ /**
790
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
791
+ * NOTE: This property will not be serialized. It can only be populated by the server.
792
+ */
793
+ readonly operation?: string;
794
+ /**
795
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
796
+ * NOTE: This property will not be serialized. It can only be populated by the server.
797
+ */
798
+ readonly description?: string;
799
+ }
800
+
801
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
802
+ export declare interface OperationListResult {
803
+ /**
804
+ * List of operations supported by the resource provider
805
+ * NOTE: This property will not be serialized. It can only be populated by the server.
806
+ */
807
+ readonly value?: Operation[];
808
+ /**
809
+ * URL to get the next set of operation list results (if there are any).
810
+ * NOTE: This property will not be serialized. It can only be populated by the server.
811
+ */
812
+ readonly nextLink?: string;
813
+ }
814
+
815
+ /** Interface representing a Operations. */
816
+ export declare interface Operations {
817
+ /**
818
+ * Returns list of operations for Microsoft.DeviceUpdate resource provider.
819
+ * @param options The options parameters.
820
+ */
821
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
822
+ }
823
+
824
+ /** Optional parameters. */
825
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
826
+ }
827
+
828
+ /** Contains response data for the listNext operation. */
829
+ export declare type OperationsListNextResponse = OperationListResult;
830
+
831
+ /** Optional parameters. */
832
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
833
+ }
834
+
835
+ /** Contains response data for the list operation. */
836
+ export declare type OperationsListResponse = OperationListResult;
837
+
838
+ /**
839
+ * Defines values for Origin. \
840
+ * {@link KnownOrigin} can be used interchangeably with Origin,
841
+ * this enum contains the known values that the service supports.
842
+ * ### Known values supported by the service
843
+ * **user** \
844
+ * **system** \
845
+ * **user,system**
846
+ */
847
+ export declare type Origin = string;
848
+
849
+ /** The Private Endpoint resource. */
850
+ export declare interface PrivateEndpoint {
851
+ /**
852
+ * The ARM identifier for Private Endpoint
853
+ * NOTE: This property will not be serialized. It can only be populated by the server.
854
+ */
855
+ readonly id?: string;
856
+ }
857
+
858
+ /** The Private Endpoint Connection resource. */
859
+ export declare type PrivateEndpointConnection = Resource & {
860
+ /** The resource of private end point. */
861
+ privateEndpoint?: PrivateEndpoint;
862
+ /** A collection of information about the state of the connection between service consumer and provider. */
863
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
864
+ /** Array of group IDs. */
865
+ groupIds?: string[];
866
+ /**
867
+ * The provisioning state of the private endpoint connection resource.
868
+ * NOTE: This property will not be serialized. It can only be populated by the server.
869
+ */
870
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
871
+ };
872
+
873
+ /** List of private endpoint connection associated with the specified storage account */
874
+ export declare interface PrivateEndpointConnectionListResult {
875
+ /** Array of private endpoint connections */
876
+ value?: PrivateEndpointConnection[];
877
+ }
878
+
879
+ /**
880
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
881
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
882
+ * this enum contains the known values that the service supports.
883
+ * ### Known values supported by the service
884
+ * **Succeeded** \
885
+ * **Creating** \
886
+ * **Deleting** \
887
+ * **Failed**
888
+ */
889
+ export declare type PrivateEndpointConnectionProvisioningState = string;
890
+
891
+ /** Interface representing a PrivateEndpointConnectionProxies. */
892
+ export declare interface PrivateEndpointConnectionProxies {
893
+ /**
894
+ * (INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.
895
+ * @param resourceGroupName The resource group name.
896
+ * @param accountName Account name.
897
+ * @param options The options parameters.
898
+ */
899
+ listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionProxiesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionProxy>;
900
+ /**
901
+ * (INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.
902
+ * @param resourceGroupName The resource group name.
903
+ * @param accountName Account name.
904
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
905
+ * @param privateEndpointConnectionProxy The parameters for creating a private endpoint connection
906
+ * proxy.
907
+ * @param options The options parameters.
908
+ */
909
+ validate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesValidateOptionalParams): Promise<void>;
910
+ /**
911
+ * (INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy
912
+ * object.
913
+ * @param resourceGroupName The resource group name.
914
+ * @param accountName Account name.
915
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
916
+ * @param privateEndpointUpdate The parameters for updating a private endpoint connection proxy.
917
+ * @param options The options parameters.
918
+ */
919
+ updatePrivateEndpointProperties(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointUpdate: PrivateEndpointUpdate, options?: PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams): Promise<void>;
920
+ /**
921
+ * (INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the
922
+ * device update account.
923
+ * @param resourceGroupName The resource group name.
924
+ * @param accountName Account name.
925
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
926
+ * @param options The options parameters.
927
+ */
928
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesGetOptionalParams): Promise<PrivateEndpointConnectionProxiesGetResponse>;
929
+ /**
930
+ * (INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource
931
+ * associated with the device update account.
932
+ * @param resourceGroupName The resource group name.
933
+ * @param accountName Account name.
934
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
935
+ * @param privateEndpointConnectionProxy The parameters for creating a private endpoint connection
936
+ * proxy.
937
+ * @param options The options parameters.
938
+ */
939
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionProxiesCreateOrUpdateResponse>, PrivateEndpointConnectionProxiesCreateOrUpdateResponse>>;
940
+ /**
941
+ * (INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource
942
+ * associated with the device update account.
943
+ * @param resourceGroupName The resource group name.
944
+ * @param accountName Account name.
945
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
946
+ * @param privateEndpointConnectionProxy The parameters for creating a private endpoint connection
947
+ * proxy.
948
+ * @param options The options parameters.
949
+ */
950
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionProxiesCreateOrUpdateResponse>;
951
+ /**
952
+ * (INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the
953
+ * device update account.
954
+ * @param resourceGroupName The resource group name.
955
+ * @param accountName Account name.
956
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
957
+ * @param options The options parameters.
958
+ */
959
+ beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
960
+ /**
961
+ * (INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the
962
+ * device update account.
963
+ * @param resourceGroupName The resource group name.
964
+ * @param accountName Account name.
965
+ * @param privateEndpointConnectionProxyId The ID of the private endpoint connection proxy object.
966
+ * @param options The options parameters.
967
+ */
968
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<void>;
969
+ }
970
+
971
+ /** Optional parameters. */
972
+ export declare interface PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
973
+ /** Delay to wait until next poll, in milliseconds. */
974
+ updateIntervalInMs?: number;
975
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
976
+ resumeFrom?: string;
977
+ }
978
+
979
+ /** Contains response data for the createOrUpdate operation. */
980
+ export declare type PrivateEndpointConnectionProxiesCreateOrUpdateResponse = PrivateEndpointConnectionProxy;
981
+
982
+ /** Optional parameters. */
983
+ export declare interface PrivateEndpointConnectionProxiesDeleteOptionalParams extends coreClient.OperationOptions {
984
+ /** Delay to wait until next poll, in milliseconds. */
985
+ updateIntervalInMs?: number;
986
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
987
+ resumeFrom?: string;
988
+ }
989
+
990
+ /** Optional parameters. */
991
+ export declare interface PrivateEndpointConnectionProxiesGetOptionalParams extends coreClient.OperationOptions {
992
+ }
993
+
994
+ /** Contains response data for the get operation. */
995
+ export declare type PrivateEndpointConnectionProxiesGetResponse = PrivateEndpointConnectionProxy;
996
+
997
+ /** Optional parameters. */
998
+ export declare interface PrivateEndpointConnectionProxiesListByAccountOptionalParams extends coreClient.OperationOptions {
999
+ }
1000
+
1001
+ /** Contains response data for the listByAccount operation. */
1002
+ export declare type PrivateEndpointConnectionProxiesListByAccountResponse = PrivateEndpointConnectionProxyListResult;
1003
+
1004
+ /** Optional parameters. */
1005
+ export declare interface PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams extends coreClient.OperationOptions {
1006
+ }
1007
+
1008
+ /** Optional parameters. */
1009
+ export declare interface PrivateEndpointConnectionProxiesValidateOptionalParams extends coreClient.OperationOptions {
1010
+ }
1011
+
1012
+ /** Private endpoint connection proxy details. */
1013
+ export declare type PrivateEndpointConnectionProxy = ProxyResource & PrivateEndpointConnectionProxyProperties & {
1014
+ /**
1015
+ * The provisioning state of the private endpoint connection proxy resource.
1016
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1017
+ */
1018
+ readonly provisioningState?: PrivateEndpointConnectionProxyProvisioningState;
1019
+ };
1020
+
1021
+ /** The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements) */
1022
+ export declare interface PrivateEndpointConnectionProxyListResult {
1023
+ /** The list of available private endpoint connection proxies for an Account */
1024
+ value?: PrivateEndpointConnectionProxy[];
1025
+ /** The URI that can be used to request the next list of private endpoint connection proxies. */
1026
+ nextLink?: string;
1027
+ }
1028
+
1029
+ /** Private endpoint connection proxy object properties. */
1030
+ export declare interface PrivateEndpointConnectionProxyProperties {
1031
+ /**
1032
+ * ETag from NRP.
1033
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1034
+ */
1035
+ readonly eTag?: string;
1036
+ /** Remote private endpoint details. */
1037
+ remotePrivateEndpoint?: RemotePrivateEndpoint;
1038
+ /** Operation status. */
1039
+ status?: string;
1040
+ }
1041
+
1042
+ /**
1043
+ * Defines values for PrivateEndpointConnectionProxyProvisioningState. \
1044
+ * {@link KnownPrivateEndpointConnectionProxyProvisioningState} can be used interchangeably with PrivateEndpointConnectionProxyProvisioningState,
1045
+ * this enum contains the known values that the service supports.
1046
+ * ### Known values supported by the service
1047
+ * **Succeeded** \
1048
+ * **Creating** \
1049
+ * **Deleting** \
1050
+ * **Failed**
1051
+ */
1052
+ export declare type PrivateEndpointConnectionProxyProvisioningState = string;
1053
+
1054
+ /** Interface representing a PrivateEndpointConnections. */
1055
+ export declare interface PrivateEndpointConnections {
1056
+ /**
1057
+ * List all private endpoint connections in a device update account.
1058
+ * @param resourceGroupName The resource group name.
1059
+ * @param accountName Account name.
1060
+ * @param options The options parameters.
1061
+ */
1062
+ listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1063
+ /**
1064
+ * Get the specified private endpoint connection associated with the device update account.
1065
+ * @param resourceGroupName The resource group name.
1066
+ * @param accountName Account name.
1067
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1068
+ * Azure resource
1069
+ * @param options The options parameters.
1070
+ */
1071
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
1072
+ /**
1073
+ * Update the state of specified private endpoint connection associated with the device update account.
1074
+ * @param resourceGroupName The resource group name.
1075
+ * @param accountName Account name.
1076
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1077
+ * Azure resource
1078
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
1079
+ * @param options The options parameters.
1080
+ */
1081
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
1082
+ /**
1083
+ * Update the state of specified private endpoint connection associated with the device update account.
1084
+ * @param resourceGroupName The resource group name.
1085
+ * @param accountName Account name.
1086
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1087
+ * Azure resource
1088
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
1089
+ * @param options The options parameters.
1090
+ */
1091
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
1092
+ /**
1093
+ * Deletes the specified private endpoint connection associated with the device update account.
1094
+ * @param resourceGroupName The resource group name.
1095
+ * @param accountName Account name.
1096
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1097
+ * Azure resource
1098
+ * @param options The options parameters.
1099
+ */
1100
+ beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1101
+ /**
1102
+ * Deletes the specified private endpoint connection associated with the device update account.
1103
+ * @param resourceGroupName The resource group name.
1104
+ * @param accountName Account name.
1105
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1106
+ * Azure resource
1107
+ * @param options The options parameters.
1108
+ */
1109
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1110
+ }
1111
+
1112
+ /** Optional parameters. */
1113
+ export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1114
+ /** Delay to wait until next poll, in milliseconds. */
1115
+ updateIntervalInMs?: number;
1116
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1117
+ resumeFrom?: string;
1118
+ }
1119
+
1120
+ /** Contains response data for the createOrUpdate operation. */
1121
+ export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1122
+
1123
+ /** Optional parameters. */
1124
+ export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1125
+ /** Delay to wait until next poll, in milliseconds. */
1126
+ updateIntervalInMs?: number;
1127
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1128
+ resumeFrom?: string;
1129
+ }
1130
+
1131
+ /** Optional parameters. */
1132
+ export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1133
+ }
1134
+
1135
+ /** Contains response data for the get operation. */
1136
+ export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1137
+
1138
+ /** Optional parameters. */
1139
+ export declare interface PrivateEndpointConnectionsListByAccountOptionalParams extends coreClient.OperationOptions {
1140
+ }
1141
+
1142
+ /** Contains response data for the listByAccount operation. */
1143
+ export declare type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionListResult;
1144
+
1145
+ /**
1146
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
1147
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1148
+ * this enum contains the known values that the service supports.
1149
+ * ### Known values supported by the service
1150
+ * **Pending** \
1151
+ * **Approved** \
1152
+ * **Rejected**
1153
+ */
1154
+ export declare type PrivateEndpointServiceConnectionStatus = string;
1155
+
1156
+ /** Private endpoint update details. */
1157
+ export declare interface PrivateEndpointUpdate {
1158
+ /** Remote endpoint resource ID. */
1159
+ id?: string;
1160
+ /** ARM location of the remote private endpoint. */
1161
+ location?: string;
1162
+ /** Original subscription ID needed by Microsoft.Network. */
1163
+ immutableSubscriptionId?: string;
1164
+ /** Original resource ID needed by Microsoft.Network. */
1165
+ immutableResourceId?: string;
1166
+ /** Virtual network traffic tag. */
1167
+ vnetTrafficTag?: string;
1168
+ }
1169
+
1170
+ /** The available private link resources for an Account */
1171
+ export declare interface PrivateLinkResourceListResult {
1172
+ /** The list of available private link resources for an Account */
1173
+ value?: GroupInformation[];
1174
+ /** The URI that can be used to request the next list of private link resources. */
1175
+ nextLink?: string;
1176
+ }
1177
+
1178
+ /** Properties of a private link resource. */
1179
+ export declare interface PrivateLinkResourceProperties {
1180
+ /**
1181
+ * The private link resource group id.
1182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1183
+ */
1184
+ readonly groupId?: string;
1185
+ /**
1186
+ * The private link resource required member names.
1187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1188
+ */
1189
+ readonly requiredMembers?: string[];
1190
+ /** The private link resource Private link DNS zone name. */
1191
+ requiredZoneNames?: string[];
1192
+ }
1193
+
1194
+ /** Interface representing a PrivateLinkResources. */
1195
+ export declare interface PrivateLinkResources {
1196
+ /**
1197
+ * List all private link resources in a device update account.
1198
+ * @param resourceGroupName The resource group name.
1199
+ * @param accountName Account name.
1200
+ * @param options The options parameters.
1201
+ */
1202
+ listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<GroupInformation>;
1203
+ /**
1204
+ * Get the specified private link resource associated with the device update account.
1205
+ * @param resourceGroupName The resource group name.
1206
+ * @param accountName Account name.
1207
+ * @param groupId The group ID of the private link resource.
1208
+ * @param options The options parameters.
1209
+ */
1210
+ get(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
1211
+ }
1212
+
1213
+ /** Optional parameters. */
1214
+ export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1215
+ }
1216
+
1217
+ /** Contains response data for the get operation. */
1218
+ export declare type PrivateLinkResourcesGetResponse = GroupInformation;
1219
+
1220
+ /** Optional parameters. */
1221
+ export declare interface PrivateLinkResourcesListByAccountOptionalParams extends coreClient.OperationOptions {
1222
+ }
1223
+
1224
+ /** Contains response data for the listByAccount operation. */
1225
+ export declare type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceListResult;
1226
+
1227
+ /** Private link service connection details. */
1228
+ export declare interface PrivateLinkServiceConnection {
1229
+ /** Private link service connection name. */
1230
+ name?: string;
1231
+ /** List of group IDs. */
1232
+ groupIds?: string[];
1233
+ /** Request message. */
1234
+ requestMessage?: string;
1235
+ }
1236
+
1237
+ /** A collection of information about the state of the connection between service consumer and provider. */
1238
+ export declare interface PrivateLinkServiceConnectionState {
1239
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
1240
+ status?: PrivateEndpointServiceConnectionStatus;
1241
+ /** The reason for approval/rejection of the connection. */
1242
+ description?: string;
1243
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
1244
+ actionsRequired?: string;
1245
+ }
1246
+
1247
+ /** Private link service proxy details. */
1248
+ export declare interface PrivateLinkServiceProxy {
1249
+ /** NRP resource ID. */
1250
+ id?: string;
1251
+ /** Remote private link service connection state */
1252
+ remotePrivateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1253
+ /** Remote private endpoint connection details. */
1254
+ remotePrivateEndpointConnection?: PrivateLinkServiceProxyRemotePrivateEndpointConnection;
1255
+ /** Group connectivity information. */
1256
+ groupConnectivityInformation?: GroupConnectivityInformation[];
1257
+ }
1258
+
1259
+ /** Remote private endpoint connection details. */
1260
+ export declare type PrivateLinkServiceProxyRemotePrivateEndpointConnection = RemotePrivateEndpointConnection;
1261
+
1262
+ /**
1263
+ * Defines values for ProvisioningState. \
1264
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1265
+ * this enum contains the known values that the service supports.
1266
+ * ### Known values supported by the service
1267
+ * **Succeeded** \
1268
+ * **Deleted** \
1269
+ * **Failed** \
1270
+ * **Canceled** \
1271
+ * **Accepted** \
1272
+ * **Creating**
1273
+ */
1274
+ export declare type ProvisioningState = string;
1275
+
1276
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1277
+ export declare type ProxyResource = Resource;
1278
+
1279
+ /**
1280
+ * Defines values for PublicNetworkAccess. \
1281
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1282
+ * this enum contains the known values that the service supports.
1283
+ * ### Known values supported by the service
1284
+ * **Enabled** \
1285
+ * **Disabled**
1286
+ */
1287
+ export declare type PublicNetworkAccess = string;
1288
+
1289
+ /** Remote private endpoint details. */
1290
+ export declare interface RemotePrivateEndpoint {
1291
+ /** Remote endpoint resource ID. */
1292
+ id?: string;
1293
+ /** ARM location of the remote private endpoint. */
1294
+ location?: string;
1295
+ /** Original subscription ID needed by Microsoft.Network. */
1296
+ immutableSubscriptionId?: string;
1297
+ /** Original resource ID needed by Microsoft.Network. */
1298
+ immutableResourceId?: string;
1299
+ /** Virtual network traffic tag. */
1300
+ vnetTrafficTag?: string;
1301
+ /** List of private link service connections that need manual approval. */
1302
+ manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
1303
+ /** List of automatically approved private link service connections. */
1304
+ privateLinkServiceConnections?: PrivateLinkServiceConnection[];
1305
+ /** List of private link service proxies. */
1306
+ privateLinkServiceProxies?: PrivateLinkServiceProxy[];
1307
+ /** List of connection details. */
1308
+ connectionDetails?: ConnectionDetails[];
1309
+ }
1310
+
1311
+ /** Remote private endpoint connection details. */
1312
+ export declare interface RemotePrivateEndpointConnection {
1313
+ /**
1314
+ * Remote private endpoint connection ID.
1315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1316
+ */
1317
+ readonly id?: string;
1318
+ }
1319
+
1320
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
1321
+ export declare interface Resource {
1322
+ /**
1323
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1325
+ */
1326
+ readonly id?: string;
1327
+ /**
1328
+ * The name of the resource
1329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1330
+ */
1331
+ readonly name?: string;
1332
+ /**
1333
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1335
+ */
1336
+ readonly type?: string;
1337
+ /**
1338
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1340
+ */
1341
+ readonly systemData?: SystemData;
1342
+ }
1343
+
1344
+ /**
1345
+ * Defines values for Role. \
1346
+ * {@link KnownRole} can be used interchangeably with Role,
1347
+ * this enum contains the known values that the service supports.
1348
+ * ### Known values supported by the service
1349
+ * **Primary** \
1350
+ * **Failover**
1351
+ */
1352
+ export declare type Role = string;
1353
+
1354
+ /**
1355
+ * Defines values for Sku. \
1356
+ * {@link KnownSku} can be used interchangeably with Sku,
1357
+ * this enum contains the known values that the service supports.
1358
+ * ### Known values supported by the service
1359
+ * **Free** \
1360
+ * **Standard**
1361
+ */
1362
+ export declare type Sku = string;
1363
+
1364
+ /** Metadata pertaining to creation and last modification of the resource. */
1365
+ export declare interface SystemData {
1366
+ /** The identity that created the resource. */
1367
+ createdBy?: string;
1368
+ /** The type of identity that created the resource. */
1369
+ createdByType?: CreatedByType;
1370
+ /** The timestamp of resource creation (UTC). */
1371
+ createdAt?: Date;
1372
+ /** The identity that last modified the resource. */
1373
+ lastModifiedBy?: string;
1374
+ /** The type of identity that last modified the resource. */
1375
+ lastModifiedByType?: CreatedByType;
1376
+ /** The timestamp of resource last modification (UTC) */
1377
+ lastModifiedAt?: Date;
1378
+ }
1379
+
1380
+ /** Request payload used to update an existing resource's tags. */
1381
+ export declare interface TagUpdate {
1382
+ /** List of key value pairs that describe the resource. This will overwrite the existing tags. */
1383
+ tags?: {
1384
+ [propertyName: string]: string;
1385
+ };
1386
+ }
1387
+
1388
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1389
+ export declare type TrackedResource = Resource & {
1390
+ /** Resource tags. */
1391
+ tags?: {
1392
+ [propertyName: string]: string;
1393
+ };
1394
+ /** The geo-location where the resource lives */
1395
+ location: string;
1396
+ };
1397
+
1398
+ /** User assigned identity properties */
1399
+ export declare interface UserAssignedIdentity {
1400
+ /**
1401
+ * The principal ID of the assigned identity.
1402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1403
+ */
1404
+ readonly principalId?: string;
1405
+ /**
1406
+ * The client ID of the assigned identity.
1407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1408
+ */
1409
+ readonly clientId?: string;
1410
+ }
1411
+
1412
+ export { }