@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,941 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The check availability request body. */
3
+ export interface CheckNameAvailabilityRequest {
4
+ /** The name of the resource for which availability needs to be checked. */
5
+ name?: string;
6
+ /** The resource type. */
7
+ type?: string;
8
+ }
9
+ /** The check availability result. */
10
+ export interface CheckNameAvailabilityResponse {
11
+ /** Indicates if the resource name is available. */
12
+ nameAvailable?: boolean;
13
+ /** The reason why the given name is not available. */
14
+ reason?: CheckNameAvailabilityReason;
15
+ /** Detailed reason why the given name is available. */
16
+ message?: string;
17
+ }
18
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
19
+ export interface ErrorResponse {
20
+ /** The error object. */
21
+ error?: ErrorDetail;
22
+ }
23
+ /** The error detail. */
24
+ export interface ErrorDetail {
25
+ /**
26
+ * The error code.
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
28
+ */
29
+ readonly code?: string;
30
+ /**
31
+ * The error message.
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
33
+ */
34
+ readonly message?: string;
35
+ /**
36
+ * The error target.
37
+ * NOTE: This property will not be serialized. It can only be populated by the server.
38
+ */
39
+ readonly target?: string;
40
+ /**
41
+ * The error details.
42
+ * NOTE: This property will not be serialized. It can only be populated by the server.
43
+ */
44
+ readonly details?: ErrorDetail[];
45
+ /**
46
+ * The error additional info.
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly additionalInfo?: ErrorAdditionalInfo[];
50
+ }
51
+ /** The resource management error additional info. */
52
+ export interface ErrorAdditionalInfo {
53
+ /**
54
+ * The additional info type.
55
+ * NOTE: This property will not be serialized. It can only be populated by the server.
56
+ */
57
+ readonly type?: string;
58
+ /**
59
+ * The additional info.
60
+ * NOTE: This property will not be serialized. It can only be populated by the server.
61
+ */
62
+ readonly info?: Record<string, unknown>;
63
+ }
64
+ /** List of Accounts. */
65
+ export interface AccountList {
66
+ /** The link used to get the next page of Accounts list. */
67
+ nextLink?: string;
68
+ /** List of Accounts. */
69
+ value?: Account[];
70
+ }
71
+ /** The Private Endpoint resource. */
72
+ export interface PrivateEndpoint {
73
+ /**
74
+ * The ARM identifier for Private Endpoint
75
+ * NOTE: This property will not be serialized. It can only be populated by the server.
76
+ */
77
+ readonly id?: string;
78
+ }
79
+ /** A collection of information about the state of the connection between service consumer and provider. */
80
+ export interface PrivateLinkServiceConnectionState {
81
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
82
+ status?: PrivateEndpointServiceConnectionStatus;
83
+ /** The reason for approval/rejection of the connection. */
84
+ description?: string;
85
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
86
+ actionsRequired?: string;
87
+ }
88
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
89
+ export interface Resource {
90
+ /**
91
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly id?: string;
95
+ /**
96
+ * The name of the resource
97
+ * NOTE: This property will not be serialized. It can only be populated by the server.
98
+ */
99
+ readonly name?: string;
100
+ /**
101
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
103
+ */
104
+ readonly type?: string;
105
+ /**
106
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
107
+ * NOTE: This property will not be serialized. It can only be populated by the server.
108
+ */
109
+ readonly systemData?: SystemData;
110
+ }
111
+ /** Metadata pertaining to creation and last modification of the resource. */
112
+ export interface SystemData {
113
+ /** The identity that created the resource. */
114
+ createdBy?: string;
115
+ /** The type of identity that created the resource. */
116
+ createdByType?: CreatedByType;
117
+ /** The timestamp of resource creation (UTC). */
118
+ createdAt?: Date;
119
+ /** The identity that last modified the resource. */
120
+ lastModifiedBy?: string;
121
+ /** The type of identity that last modified the resource. */
122
+ lastModifiedByType?: CreatedByType;
123
+ /** The timestamp of resource last modification (UTC) */
124
+ lastModifiedAt?: Date;
125
+ }
126
+ export interface Location {
127
+ name?: string;
128
+ /** Whether the location is primary or failover */
129
+ role?: Role;
130
+ }
131
+ /** Managed service identity (system assigned and/or user assigned identities) */
132
+ export interface ManagedServiceIdentity {
133
+ /**
134
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly principalId?: string;
138
+ /**
139
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly tenantId?: string;
143
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
144
+ type: ManagedServiceIdentityType;
145
+ /** 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. */
146
+ userAssignedIdentities?: {
147
+ [propertyName: string]: UserAssignedIdentity;
148
+ };
149
+ }
150
+ /** User assigned identity properties */
151
+ export interface UserAssignedIdentity {
152
+ /**
153
+ * The principal ID of the assigned identity.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly principalId?: string;
157
+ /**
158
+ * The client ID of the assigned identity.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly clientId?: string;
162
+ }
163
+ /** Request payload used to update an existing resource's tags. */
164
+ export interface TagUpdate {
165
+ /** List of key value pairs that describe the resource. This will overwrite the existing tags. */
166
+ tags?: {
167
+ [propertyName: string]: string;
168
+ };
169
+ }
170
+ /** List of Instances. */
171
+ export interface InstanceList {
172
+ /** The link used to get the next page of Instances list. */
173
+ nextLink?: string;
174
+ /** List of Instances. */
175
+ value?: Instance[];
176
+ }
177
+ /** Device Update account integration with IoT Hub settings. */
178
+ export interface IotHubSettings {
179
+ /** IoTHub resource ID */
180
+ resourceId: string;
181
+ }
182
+ /** Customer-initiated diagnostic log collection storage properties */
183
+ export interface DiagnosticStorageProperties {
184
+ /** Authentication Type */
185
+ authenticationType: AuthenticationType;
186
+ /** ConnectionString of the diagnostic storage account */
187
+ connectionString?: string;
188
+ /** ResourceId of the diagnostic storage account */
189
+ resourceId: string;
190
+ }
191
+ /** List of private endpoint connection associated with the specified storage account */
192
+ export interface PrivateEndpointConnectionListResult {
193
+ /** Array of private endpoint connections */
194
+ value?: PrivateEndpointConnection[];
195
+ }
196
+ /** The available private link resources for an Account */
197
+ export interface PrivateLinkResourceListResult {
198
+ /** The list of available private link resources for an Account */
199
+ value?: GroupInformation[];
200
+ /** The URI that can be used to request the next list of private link resources. */
201
+ nextLink?: string;
202
+ }
203
+ /** Properties of a private link resource. */
204
+ export interface PrivateLinkResourceProperties {
205
+ /**
206
+ * The private link resource group id.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly groupId?: string;
210
+ /**
211
+ * The private link resource required member names.
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
+ */
214
+ readonly requiredMembers?: string[];
215
+ /** The private link resource Private link DNS zone name. */
216
+ requiredZoneNames?: string[];
217
+ }
218
+ /** The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements) */
219
+ export interface PrivateEndpointConnectionProxyListResult {
220
+ /** The list of available private endpoint connection proxies for an Account */
221
+ value?: PrivateEndpointConnectionProxy[];
222
+ /** The URI that can be used to request the next list of private endpoint connection proxies. */
223
+ nextLink?: string;
224
+ }
225
+ /** Private endpoint connection proxy object properties. */
226
+ export interface PrivateEndpointConnectionProxyProperties {
227
+ /**
228
+ * ETag from NRP.
229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
230
+ */
231
+ readonly eTag?: string;
232
+ /** Remote private endpoint details. */
233
+ remotePrivateEndpoint?: RemotePrivateEndpoint;
234
+ /** Operation status. */
235
+ status?: string;
236
+ }
237
+ /** Remote private endpoint details. */
238
+ export interface RemotePrivateEndpoint {
239
+ /** Remote endpoint resource ID. */
240
+ id?: string;
241
+ /** ARM location of the remote private endpoint. */
242
+ location?: string;
243
+ /** Original subscription ID needed by Microsoft.Network. */
244
+ immutableSubscriptionId?: string;
245
+ /** Original resource ID needed by Microsoft.Network. */
246
+ immutableResourceId?: string;
247
+ /** Virtual network traffic tag. */
248
+ vnetTrafficTag?: string;
249
+ /** List of private link service connections that need manual approval. */
250
+ manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
251
+ /** List of automatically approved private link service connections. */
252
+ privateLinkServiceConnections?: PrivateLinkServiceConnection[];
253
+ /** List of private link service proxies. */
254
+ privateLinkServiceProxies?: PrivateLinkServiceProxy[];
255
+ /** List of connection details. */
256
+ connectionDetails?: ConnectionDetails[];
257
+ }
258
+ /** Private link service connection details. */
259
+ export interface PrivateLinkServiceConnection {
260
+ /** Private link service connection name. */
261
+ name?: string;
262
+ /** List of group IDs. */
263
+ groupIds?: string[];
264
+ /** Request message. */
265
+ requestMessage?: string;
266
+ }
267
+ /** Private link service proxy details. */
268
+ export interface PrivateLinkServiceProxy {
269
+ /** NRP resource ID. */
270
+ id?: string;
271
+ /** Remote private link service connection state */
272
+ remotePrivateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
273
+ /** Remote private endpoint connection details. */
274
+ remotePrivateEndpointConnection?: PrivateLinkServiceProxyRemotePrivateEndpointConnection;
275
+ /** Group connectivity information. */
276
+ groupConnectivityInformation?: GroupConnectivityInformation[];
277
+ }
278
+ /** Remote private endpoint connection details. */
279
+ export interface RemotePrivateEndpointConnection {
280
+ /**
281
+ * Remote private endpoint connection ID.
282
+ * NOTE: This property will not be serialized. It can only be populated by the server.
283
+ */
284
+ readonly id?: string;
285
+ }
286
+ /** Group connectivity details. */
287
+ export interface GroupConnectivityInformation {
288
+ /**
289
+ * Group ID.
290
+ * NOTE: This property will not be serialized. It can only be populated by the server.
291
+ */
292
+ readonly groupId?: string;
293
+ /**
294
+ * Member name.
295
+ * NOTE: This property will not be serialized. It can only be populated by the server.
296
+ */
297
+ readonly memberName?: string;
298
+ /** List of customer visible FQDNs. */
299
+ customerVisibleFqdns?: string[];
300
+ /**
301
+ * Internal FQDN.
302
+ * NOTE: This property will not be serialized. It can only be populated by the server.
303
+ */
304
+ readonly internalFqdn?: string;
305
+ /** Redirect map ID. */
306
+ redirectMapId?: string;
307
+ /** PrivateLinkService ARM region. */
308
+ privateLinkServiceArmRegion?: string;
309
+ }
310
+ /** Private endpoint connection proxy object properties. */
311
+ export interface ConnectionDetails {
312
+ /**
313
+ * Connection details ID.
314
+ * NOTE: This property will not be serialized. It can only be populated by the server.
315
+ */
316
+ readonly id?: string;
317
+ /**
318
+ * Private IP address.
319
+ * NOTE: This property will not be serialized. It can only be populated by the server.
320
+ */
321
+ readonly privateIpAddress?: string;
322
+ /**
323
+ * Link ID.
324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
325
+ */
326
+ readonly linkIdentifier?: string;
327
+ /**
328
+ * Group ID.
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
+ */
331
+ readonly groupId?: string;
332
+ /**
333
+ * Member name.
334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
+ */
336
+ readonly memberName?: string;
337
+ }
338
+ /** Private endpoint update details. */
339
+ export interface PrivateEndpointUpdate {
340
+ /** Remote endpoint resource ID. */
341
+ id?: string;
342
+ /** ARM location of the remote private endpoint. */
343
+ location?: string;
344
+ /** Original subscription ID needed by Microsoft.Network. */
345
+ immutableSubscriptionId?: string;
346
+ /** Original resource ID needed by Microsoft.Network. */
347
+ immutableResourceId?: string;
348
+ /** Virtual network traffic tag. */
349
+ vnetTrafficTag?: string;
350
+ }
351
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
352
+ export interface OperationListResult {
353
+ /**
354
+ * List of operations supported by the resource provider
355
+ * NOTE: This property will not be serialized. It can only be populated by the server.
356
+ */
357
+ readonly value?: Operation[];
358
+ /**
359
+ * URL to get the next set of operation list results (if there are any).
360
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
+ */
362
+ readonly nextLink?: string;
363
+ }
364
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
365
+ export interface Operation {
366
+ /**
367
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
369
+ */
370
+ readonly name?: string;
371
+ /**
372
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
373
+ * NOTE: This property will not be serialized. It can only be populated by the server.
374
+ */
375
+ readonly isDataAction?: boolean;
376
+ /** Localized display information for this particular operation. */
377
+ display?: OperationDisplay;
378
+ /**
379
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
380
+ * NOTE: This property will not be serialized. It can only be populated by the server.
381
+ */
382
+ readonly origin?: Origin;
383
+ /**
384
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
386
+ */
387
+ readonly actionType?: ActionType;
388
+ }
389
+ /** Localized display information for this particular operation. */
390
+ export interface OperationDisplay {
391
+ /**
392
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
394
+ */
395
+ readonly provider?: string;
396
+ /**
397
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
399
+ */
400
+ readonly resource?: string;
401
+ /**
402
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
+ */
405
+ readonly operation?: string;
406
+ /**
407
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
408
+ * NOTE: This property will not be serialized. It can only be populated by the server.
409
+ */
410
+ readonly description?: string;
411
+ }
412
+ /** The Private Endpoint Connection resource. */
413
+ export declare type PrivateEndpointConnection = Resource & {
414
+ /** The resource of private end point. */
415
+ privateEndpoint?: PrivateEndpoint;
416
+ /** A collection of information about the state of the connection between service consumer and provider. */
417
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
418
+ /** Array of group IDs. */
419
+ groupIds?: string[];
420
+ /**
421
+ * The provisioning state of the private endpoint connection resource.
422
+ * NOTE: This property will not be serialized. It can only be populated by the server.
423
+ */
424
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
425
+ };
426
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
427
+ export declare type TrackedResource = Resource & {
428
+ /** Resource tags. */
429
+ tags?: {
430
+ [propertyName: string]: string;
431
+ };
432
+ /** The geo-location where the resource lives */
433
+ location: string;
434
+ };
435
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
436
+ export declare type ProxyResource = Resource;
437
+ /** Request payload used to update and existing Accounts. */
438
+ export declare type AccountUpdate = TagUpdate & {
439
+ /** The type of identity used for the resource. */
440
+ identity?: ManagedServiceIdentity;
441
+ /** The geo-location where the resource lives */
442
+ location?: string;
443
+ };
444
+ /** The properties for a group information object */
445
+ export declare type GroupInformationProperties = PrivateLinkResourceProperties & {
446
+ /**
447
+ * The provisioning state of private link group ID.
448
+ * NOTE: This property will not be serialized. It can only be populated by the server.
449
+ */
450
+ readonly provisioningState?: GroupIdProvisioningState;
451
+ };
452
+ /** Private endpoint connection proxy details. */
453
+ export declare type PrivateEndpointConnectionProxy = ProxyResource & PrivateEndpointConnectionProxyProperties & {
454
+ /**
455
+ * The provisioning state of the private endpoint connection proxy resource.
456
+ * NOTE: This property will not be serialized. It can only be populated by the server.
457
+ */
458
+ readonly provisioningState?: PrivateEndpointConnectionProxyProvisioningState;
459
+ };
460
+ /** Remote private endpoint connection details. */
461
+ export declare type PrivateLinkServiceProxyRemotePrivateEndpointConnection = RemotePrivateEndpointConnection;
462
+ /** Device Update account details. */
463
+ export declare type Account = TrackedResource & {
464
+ /** The type of identity used for the resource. */
465
+ identity?: ManagedServiceIdentity;
466
+ /**
467
+ * Provisioning state.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
+ */
470
+ readonly provisioningState?: ProvisioningState;
471
+ /**
472
+ * API host name.
473
+ * NOTE: This property will not be serialized. It can only be populated by the server.
474
+ */
475
+ readonly hostName?: string;
476
+ /** Whether or not public network access is allowed for the account. */
477
+ publicNetworkAccess?: PublicNetworkAccess;
478
+ /** List of private endpoint connections associated with the account. */
479
+ privateEndpointConnections?: PrivateEndpointConnection[];
480
+ /** Device Update Sku */
481
+ sku?: Sku;
482
+ /**
483
+ * Device Update account primary and failover location details
484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
485
+ */
486
+ readonly locations?: Location[];
487
+ };
488
+ /** Device Update instance details. */
489
+ export declare type Instance = TrackedResource & {
490
+ /**
491
+ * Provisioning state.
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
493
+ */
494
+ readonly provisioningState?: ProvisioningState;
495
+ /**
496
+ * Parent Device Update Account name which Instance belongs to.
497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
498
+ */
499
+ readonly accountName?: string;
500
+ /** List of IoT Hubs associated with the account. */
501
+ iotHubs?: IotHubSettings[];
502
+ /** Enables or Disables the diagnostic logs collection */
503
+ enableDiagnostics?: boolean;
504
+ /** Customer-initiated diagnostic log collection storage properties */
505
+ diagnosticStorageProperties?: DiagnosticStorageProperties;
506
+ };
507
+ /** The group information for creating a private endpoint on an Account */
508
+ export declare type GroupInformation = ProxyResource & {
509
+ /**
510
+ * The private link resource group id.
511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
512
+ */
513
+ readonly groupId?: string;
514
+ /**
515
+ * The private link resource required member names.
516
+ * NOTE: This property will not be serialized. It can only be populated by the server.
517
+ */
518
+ readonly requiredMembers?: string[];
519
+ /** The private link resource Private link DNS zone name. */
520
+ requiredZoneNames?: string[];
521
+ /**
522
+ * The provisioning state of private link group ID.
523
+ * NOTE: This property will not be serialized. It can only be populated by the server.
524
+ */
525
+ readonly provisioningState?: GroupIdProvisioningState;
526
+ };
527
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
528
+ export declare enum KnownCheckNameAvailabilityReason {
529
+ Invalid = "Invalid",
530
+ AlreadyExists = "AlreadyExists"
531
+ }
532
+ /**
533
+ * Defines values for CheckNameAvailabilityReason. \
534
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
535
+ * this enum contains the known values that the service supports.
536
+ * ### Known values supported by the service
537
+ * **Invalid** \
538
+ * **AlreadyExists**
539
+ */
540
+ export declare type CheckNameAvailabilityReason = string;
541
+ /** Known values of {@link ProvisioningState} that the service accepts. */
542
+ export declare enum KnownProvisioningState {
543
+ Succeeded = "Succeeded",
544
+ Deleted = "Deleted",
545
+ Failed = "Failed",
546
+ Canceled = "Canceled",
547
+ Accepted = "Accepted",
548
+ Creating = "Creating"
549
+ }
550
+ /**
551
+ * Defines values for ProvisioningState. \
552
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
553
+ * this enum contains the known values that the service supports.
554
+ * ### Known values supported by the service
555
+ * **Succeeded** \
556
+ * **Deleted** \
557
+ * **Failed** \
558
+ * **Canceled** \
559
+ * **Accepted** \
560
+ * **Creating**
561
+ */
562
+ export declare type ProvisioningState = string;
563
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
564
+ export declare enum KnownPublicNetworkAccess {
565
+ Enabled = "Enabled",
566
+ Disabled = "Disabled"
567
+ }
568
+ /**
569
+ * Defines values for PublicNetworkAccess. \
570
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
571
+ * this enum contains the known values that the service supports.
572
+ * ### Known values supported by the service
573
+ * **Enabled** \
574
+ * **Disabled**
575
+ */
576
+ export declare type PublicNetworkAccess = string;
577
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
578
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
579
+ Pending = "Pending",
580
+ Approved = "Approved",
581
+ Rejected = "Rejected"
582
+ }
583
+ /**
584
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
585
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
586
+ * this enum contains the known values that the service supports.
587
+ * ### Known values supported by the service
588
+ * **Pending** \
589
+ * **Approved** \
590
+ * **Rejected**
591
+ */
592
+ export declare type PrivateEndpointServiceConnectionStatus = string;
593
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
594
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
595
+ Succeeded = "Succeeded",
596
+ Creating = "Creating",
597
+ Deleting = "Deleting",
598
+ Failed = "Failed"
599
+ }
600
+ /**
601
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
602
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
603
+ * this enum contains the known values that the service supports.
604
+ * ### Known values supported by the service
605
+ * **Succeeded** \
606
+ * **Creating** \
607
+ * **Deleting** \
608
+ * **Failed**
609
+ */
610
+ export declare type PrivateEndpointConnectionProvisioningState = string;
611
+ /** Known values of {@link CreatedByType} that the service accepts. */
612
+ export declare enum KnownCreatedByType {
613
+ User = "User",
614
+ Application = "Application",
615
+ ManagedIdentity = "ManagedIdentity",
616
+ Key = "Key"
617
+ }
618
+ /**
619
+ * Defines values for CreatedByType. \
620
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
621
+ * this enum contains the known values that the service supports.
622
+ * ### Known values supported by the service
623
+ * **User** \
624
+ * **Application** \
625
+ * **ManagedIdentity** \
626
+ * **Key**
627
+ */
628
+ export declare type CreatedByType = string;
629
+ /** Known values of {@link Sku} that the service accepts. */
630
+ export declare enum KnownSku {
631
+ Free = "Free",
632
+ Standard = "Standard"
633
+ }
634
+ /**
635
+ * Defines values for Sku. \
636
+ * {@link KnownSku} can be used interchangeably with Sku,
637
+ * this enum contains the known values that the service supports.
638
+ * ### Known values supported by the service
639
+ * **Free** \
640
+ * **Standard**
641
+ */
642
+ export declare type Sku = string;
643
+ /** Known values of {@link Role} that the service accepts. */
644
+ export declare enum KnownRole {
645
+ Primary = "Primary",
646
+ Failover = "Failover"
647
+ }
648
+ /**
649
+ * Defines values for Role. \
650
+ * {@link KnownRole} can be used interchangeably with Role,
651
+ * this enum contains the known values that the service supports.
652
+ * ### Known values supported by the service
653
+ * **Primary** \
654
+ * **Failover**
655
+ */
656
+ export declare type Role = string;
657
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
658
+ export declare enum KnownManagedServiceIdentityType {
659
+ None = "None",
660
+ SystemAssigned = "SystemAssigned",
661
+ UserAssigned = "UserAssigned",
662
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
663
+ }
664
+ /**
665
+ * Defines values for ManagedServiceIdentityType. \
666
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
667
+ * this enum contains the known values that the service supports.
668
+ * ### Known values supported by the service
669
+ * **None** \
670
+ * **SystemAssigned** \
671
+ * **UserAssigned** \
672
+ * **SystemAssigned,UserAssigned**
673
+ */
674
+ export declare type ManagedServiceIdentityType = string;
675
+ /** Known values of {@link AuthenticationType} that the service accepts. */
676
+ export declare enum KnownAuthenticationType {
677
+ KeyBased = "KeyBased"
678
+ }
679
+ /**
680
+ * Defines values for AuthenticationType. \
681
+ * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,
682
+ * this enum contains the known values that the service supports.
683
+ * ### Known values supported by the service
684
+ * **KeyBased**
685
+ */
686
+ export declare type AuthenticationType = string;
687
+ /** Known values of {@link GroupIdProvisioningState} that the service accepts. */
688
+ export declare enum KnownGroupIdProvisioningState {
689
+ Succeeded = "Succeeded",
690
+ Failed = "Failed",
691
+ Canceled = "Canceled"
692
+ }
693
+ /**
694
+ * Defines values for GroupIdProvisioningState. \
695
+ * {@link KnownGroupIdProvisioningState} can be used interchangeably with GroupIdProvisioningState,
696
+ * this enum contains the known values that the service supports.
697
+ * ### Known values supported by the service
698
+ * **Succeeded** \
699
+ * **Failed** \
700
+ * **Canceled**
701
+ */
702
+ export declare type GroupIdProvisioningState = string;
703
+ /** Known values of {@link PrivateEndpointConnectionProxyProvisioningState} that the service accepts. */
704
+ export declare enum KnownPrivateEndpointConnectionProxyProvisioningState {
705
+ Succeeded = "Succeeded",
706
+ Creating = "Creating",
707
+ Deleting = "Deleting",
708
+ Failed = "Failed"
709
+ }
710
+ /**
711
+ * Defines values for PrivateEndpointConnectionProxyProvisioningState. \
712
+ * {@link KnownPrivateEndpointConnectionProxyProvisioningState} can be used interchangeably with PrivateEndpointConnectionProxyProvisioningState,
713
+ * this enum contains the known values that the service supports.
714
+ * ### Known values supported by the service
715
+ * **Succeeded** \
716
+ * **Creating** \
717
+ * **Deleting** \
718
+ * **Failed**
719
+ */
720
+ export declare type PrivateEndpointConnectionProxyProvisioningState = string;
721
+ /** Known values of {@link Origin} that the service accepts. */
722
+ export declare enum KnownOrigin {
723
+ User = "user",
724
+ System = "system",
725
+ UserSystem = "user,system"
726
+ }
727
+ /**
728
+ * Defines values for Origin. \
729
+ * {@link KnownOrigin} can be used interchangeably with Origin,
730
+ * this enum contains the known values that the service supports.
731
+ * ### Known values supported by the service
732
+ * **user** \
733
+ * **system** \
734
+ * **user,system**
735
+ */
736
+ export declare type Origin = string;
737
+ /** Known values of {@link ActionType} that the service accepts. */
738
+ export declare enum KnownActionType {
739
+ Internal = "Internal"
740
+ }
741
+ /**
742
+ * Defines values for ActionType. \
743
+ * {@link KnownActionType} can be used interchangeably with ActionType,
744
+ * this enum contains the known values that the service supports.
745
+ * ### Known values supported by the service
746
+ * **Internal**
747
+ */
748
+ export declare type ActionType = string;
749
+ /** Optional parameters. */
750
+ export interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
751
+ }
752
+ /** Contains response data for the checkNameAvailability operation. */
753
+ export declare type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
754
+ /** Optional parameters. */
755
+ export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
756
+ }
757
+ /** Contains response data for the listBySubscription operation. */
758
+ export declare type AccountsListBySubscriptionResponse = AccountList;
759
+ /** Optional parameters. */
760
+ export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
761
+ }
762
+ /** Contains response data for the listByResourceGroup operation. */
763
+ export declare type AccountsListByResourceGroupResponse = AccountList;
764
+ /** Optional parameters. */
765
+ export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
766
+ }
767
+ /** Contains response data for the get operation. */
768
+ export declare type AccountsGetResponse = Account;
769
+ /** Optional parameters. */
770
+ export interface AccountsHeadOptionalParams extends coreClient.OperationOptions {
771
+ }
772
+ /** Contains response data for the head operation. */
773
+ export declare type AccountsHeadResponse = {
774
+ body: boolean;
775
+ };
776
+ /** Optional parameters. */
777
+ export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
778
+ /** Delay to wait until next poll, in milliseconds. */
779
+ updateIntervalInMs?: number;
780
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
781
+ resumeFrom?: string;
782
+ }
783
+ /** Contains response data for the create operation. */
784
+ export declare type AccountsCreateResponse = Account;
785
+ /** Optional parameters. */
786
+ export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
787
+ /** Delay to wait until next poll, in milliseconds. */
788
+ updateIntervalInMs?: number;
789
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
790
+ resumeFrom?: string;
791
+ }
792
+ /** Optional parameters. */
793
+ export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
794
+ /** Delay to wait until next poll, in milliseconds. */
795
+ updateIntervalInMs?: number;
796
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
797
+ resumeFrom?: string;
798
+ }
799
+ /** Contains response data for the update operation. */
800
+ export declare type AccountsUpdateResponse = Account;
801
+ /** Optional parameters. */
802
+ export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
803
+ }
804
+ /** Contains response data for the listBySubscriptionNext operation. */
805
+ export declare type AccountsListBySubscriptionNextResponse = AccountList;
806
+ /** Optional parameters. */
807
+ export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
808
+ }
809
+ /** Contains response data for the listByResourceGroupNext operation. */
810
+ export declare type AccountsListByResourceGroupNextResponse = AccountList;
811
+ /** Optional parameters. */
812
+ export interface InstancesListByAccountOptionalParams extends coreClient.OperationOptions {
813
+ }
814
+ /** Contains response data for the listByAccount operation. */
815
+ export declare type InstancesListByAccountResponse = InstanceList;
816
+ /** Optional parameters. */
817
+ export interface InstancesGetOptionalParams extends coreClient.OperationOptions {
818
+ }
819
+ /** Contains response data for the get operation. */
820
+ export declare type InstancesGetResponse = Instance;
821
+ /** Optional parameters. */
822
+ export interface InstancesHeadOptionalParams extends coreClient.OperationOptions {
823
+ }
824
+ /** Contains response data for the head operation. */
825
+ export declare type InstancesHeadResponse = {
826
+ body: boolean;
827
+ };
828
+ /** Optional parameters. */
829
+ export interface InstancesCreateOptionalParams extends coreClient.OperationOptions {
830
+ /** Delay to wait until next poll, in milliseconds. */
831
+ updateIntervalInMs?: number;
832
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
833
+ resumeFrom?: string;
834
+ }
835
+ /** Contains response data for the create operation. */
836
+ export declare type InstancesCreateResponse = Instance;
837
+ /** Optional parameters. */
838
+ export interface InstancesDeleteOptionalParams extends coreClient.OperationOptions {
839
+ /** Delay to wait until next poll, in milliseconds. */
840
+ updateIntervalInMs?: number;
841
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
842
+ resumeFrom?: string;
843
+ }
844
+ /** Optional parameters. */
845
+ export interface InstancesUpdateOptionalParams extends coreClient.OperationOptions {
846
+ }
847
+ /** Contains response data for the update operation. */
848
+ export declare type InstancesUpdateResponse = Instance;
849
+ /** Optional parameters. */
850
+ export interface InstancesListByAccountNextOptionalParams extends coreClient.OperationOptions {
851
+ }
852
+ /** Contains response data for the listByAccountNext operation. */
853
+ export declare type InstancesListByAccountNextResponse = InstanceList;
854
+ /** Optional parameters. */
855
+ export interface PrivateEndpointConnectionsListByAccountOptionalParams extends coreClient.OperationOptions {
856
+ }
857
+ /** Contains response data for the listByAccount operation. */
858
+ export declare type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionListResult;
859
+ /** Optional parameters. */
860
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
861
+ }
862
+ /** Contains response data for the get operation. */
863
+ export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
864
+ /** Optional parameters. */
865
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
866
+ /** Delay to wait until next poll, in milliseconds. */
867
+ updateIntervalInMs?: number;
868
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
869
+ resumeFrom?: string;
870
+ }
871
+ /** Contains response data for the createOrUpdate operation. */
872
+ export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
873
+ /** Optional parameters. */
874
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
875
+ /** Delay to wait until next poll, in milliseconds. */
876
+ updateIntervalInMs?: number;
877
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
878
+ resumeFrom?: string;
879
+ }
880
+ /** Optional parameters. */
881
+ export interface PrivateLinkResourcesListByAccountOptionalParams extends coreClient.OperationOptions {
882
+ }
883
+ /** Contains response data for the listByAccount operation. */
884
+ export declare type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceListResult;
885
+ /** Optional parameters. */
886
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
887
+ }
888
+ /** Contains response data for the get operation. */
889
+ export declare type PrivateLinkResourcesGetResponse = GroupInformation;
890
+ /** Optional parameters. */
891
+ export interface PrivateEndpointConnectionProxiesListByAccountOptionalParams extends coreClient.OperationOptions {
892
+ }
893
+ /** Contains response data for the listByAccount operation. */
894
+ export declare type PrivateEndpointConnectionProxiesListByAccountResponse = PrivateEndpointConnectionProxyListResult;
895
+ /** Optional parameters. */
896
+ export interface PrivateEndpointConnectionProxiesValidateOptionalParams extends coreClient.OperationOptions {
897
+ }
898
+ /** Optional parameters. */
899
+ export interface PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams extends coreClient.OperationOptions {
900
+ }
901
+ /** Optional parameters. */
902
+ export interface PrivateEndpointConnectionProxiesGetOptionalParams extends coreClient.OperationOptions {
903
+ }
904
+ /** Contains response data for the get operation. */
905
+ export declare type PrivateEndpointConnectionProxiesGetResponse = PrivateEndpointConnectionProxy;
906
+ /** Optional parameters. */
907
+ export interface PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
908
+ /** Delay to wait until next poll, in milliseconds. */
909
+ updateIntervalInMs?: number;
910
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
911
+ resumeFrom?: string;
912
+ }
913
+ /** Contains response data for the createOrUpdate operation. */
914
+ export declare type PrivateEndpointConnectionProxiesCreateOrUpdateResponse = PrivateEndpointConnectionProxy;
915
+ /** Optional parameters. */
916
+ export interface PrivateEndpointConnectionProxiesDeleteOptionalParams extends coreClient.OperationOptions {
917
+ /** Delay to wait until next poll, in milliseconds. */
918
+ updateIntervalInMs?: number;
919
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
920
+ resumeFrom?: string;
921
+ }
922
+ /** Optional parameters. */
923
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
924
+ }
925
+ /** Contains response data for the list operation. */
926
+ export declare type OperationsListResponse = OperationListResult;
927
+ /** Optional parameters. */
928
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
929
+ }
930
+ /** Contains response data for the listNext operation. */
931
+ export declare type OperationsListNextResponse = OperationListResult;
932
+ /** Optional parameters. */
933
+ export interface DeviceUpdateOptionalParams extends coreClient.ServiceClientOptions {
934
+ /** server parameter */
935
+ $host?: string;
936
+ /** Api Version */
937
+ apiVersion?: string;
938
+ /** Overrides client endpoint. */
939
+ endpoint?: string;
940
+ }
941
+ //# sourceMappingURL=index.d.ts.map