@azure/arm-mixedreality 2.0.0 → 4.0.0

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 (208) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +72 -73
  5. package/dist/index.js +2016 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/samples-dev/checkLocalNameAvailability.d.ts +2 -0
  10. package/dist-esm/samples-dev/checkLocalNameAvailability.d.ts.map +1 -0
  11. package/dist-esm/samples-dev/checkLocalNameAvailability.js +34 -0
  12. package/dist-esm/samples-dev/checkLocalNameAvailability.js.map +1 -0
  13. package/dist-esm/samples-dev/createRemoteRenderingAccount.d.ts +2 -0
  14. package/dist-esm/samples-dev/createRemoteRenderingAccount.d.ts.map +1 -0
  15. package/dist-esm/samples-dev/createRemoteRenderingAccount.js +35 -0
  16. package/dist-esm/samples-dev/createRemoteRenderingAccount.js.map +1 -0
  17. package/dist-esm/samples-dev/createSpatialAnchorAccount.d.ts +2 -0
  18. package/dist-esm/samples-dev/createSpatialAnchorAccount.d.ts.map +1 -0
  19. package/dist-esm/samples-dev/createSpatialAnchorAccount.js +34 -0
  20. package/dist-esm/samples-dev/createSpatialAnchorAccount.js.map +1 -0
  21. package/dist-esm/samples-dev/deleteRemoteRenderingAccount.d.ts +2 -0
  22. package/dist-esm/samples-dev/deleteRemoteRenderingAccount.d.ts.map +1 -0
  23. package/dist-esm/samples-dev/deleteRemoteRenderingAccount.js +31 -0
  24. package/dist-esm/samples-dev/deleteRemoteRenderingAccount.js.map +1 -0
  25. package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.d.ts +2 -0
  26. package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.js +31 -0
  28. package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.js.map +1 -0
  29. package/dist-esm/samples-dev/getRemoteRenderingAccount.d.ts +2 -0
  30. package/dist-esm/samples-dev/getRemoteRenderingAccount.d.ts.map +1 -0
  31. package/dist-esm/samples-dev/getRemoteRenderingAccount.js +31 -0
  32. package/dist-esm/samples-dev/getRemoteRenderingAccount.js.map +1 -0
  33. package/dist-esm/samples-dev/getSpatialAnchorsAccount.d.ts +2 -0
  34. package/dist-esm/samples-dev/getSpatialAnchorsAccount.d.ts.map +1 -0
  35. package/dist-esm/samples-dev/getSpatialAnchorsAccount.js +31 -0
  36. package/dist-esm/samples-dev/getSpatialAnchorsAccount.js.map +1 -0
  37. package/dist-esm/samples-dev/listAvailableOperations.d.ts +2 -0
  38. package/dist-esm/samples-dev/listAvailableOperations.d.ts.map +1 -0
  39. package/dist-esm/samples-dev/listAvailableOperations.js +43 -0
  40. package/dist-esm/samples-dev/listAvailableOperations.js.map +1 -0
  41. package/dist-esm/samples-dev/listRemoteRenderingAccountKey.d.ts +2 -0
  42. package/dist-esm/samples-dev/listRemoteRenderingAccountKey.d.ts.map +1 -0
  43. package/dist-esm/samples-dev/listRemoteRenderingAccountKey.js +31 -0
  44. package/dist-esm/samples-dev/listRemoteRenderingAccountKey.js.map +1 -0
  45. package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.d.ts +2 -0
  46. package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.d.ts.map +1 -0
  47. package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.js +44 -0
  48. package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.js.map +1 -0
  49. package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.d.ts +2 -0
  50. package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.d.ts.map +1 -0
  51. package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.js +43 -0
  52. package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.js.map +1 -0
  53. package/dist-esm/samples-dev/listSpatialAnchorAccountKey.d.ts +2 -0
  54. package/dist-esm/samples-dev/listSpatialAnchorAccountKey.d.ts.map +1 -0
  55. package/dist-esm/samples-dev/listSpatialAnchorAccountKey.js +31 -0
  56. package/dist-esm/samples-dev/listSpatialAnchorAccountKey.js.map +1 -0
  57. package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.d.ts +2 -0
  58. package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.js +44 -0
  60. package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.js.map +1 -0
  61. package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.d.ts +2 -0
  62. package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.d.ts.map +1 -0
  63. package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.js +43 -0
  64. package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.js.map +1 -0
  65. package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.d.ts +2 -0
  66. package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.d.ts.map +1 -0
  67. package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.js +32 -0
  68. package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.js.map +1 -0
  69. package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.d.ts +2 -0
  70. package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.d.ts.map +1 -0
  71. package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.js +32 -0
  72. package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.js.map +1 -0
  73. package/dist-esm/samples-dev/updateRemoteRenderingAccount.d.ts +2 -0
  74. package/dist-esm/samples-dev/updateRemoteRenderingAccount.d.ts.map +1 -0
  75. package/dist-esm/samples-dev/updateRemoteRenderingAccount.js +36 -0
  76. package/dist-esm/samples-dev/updateRemoteRenderingAccount.js.map +1 -0
  77. package/dist-esm/samples-dev/updateSpatialAnchorsAccount.d.ts +2 -0
  78. package/dist-esm/samples-dev/updateSpatialAnchorsAccount.d.ts.map +1 -0
  79. package/dist-esm/samples-dev/updateSpatialAnchorsAccount.js +35 -0
  80. package/dist-esm/samples-dev/updateSpatialAnchorsAccount.js.map +1 -0
  81. package/dist-esm/src/index.d.ts +5 -0
  82. package/dist-esm/src/index.d.ts.map +1 -0
  83. package/dist-esm/src/index.js +12 -0
  84. package/dist-esm/src/index.js.map +1 -0
  85. package/dist-esm/src/mixedRealityClient.d.ts +28 -0
  86. package/dist-esm/src/mixedRealityClient.d.ts.map +1 -0
  87. package/dist-esm/src/mixedRealityClient.js +89 -0
  88. package/dist-esm/src/mixedRealityClient.js.map +1 -0
  89. package/dist-esm/src/models/index.d.ts +444 -0
  90. package/dist-esm/src/models/index.d.ts.map +1 -0
  91. package/dist-esm/src/models/index.js +22 -0
  92. package/dist-esm/src/models/index.js.map +1 -0
  93. package/dist-esm/src/models/mappers.d.ts +25 -0
  94. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  95. package/{esm → dist-esm/src}/models/mappers.js +473 -288
  96. package/dist-esm/src/models/mappers.js.map +1 -0
  97. package/dist-esm/src/models/parameters.d.ts +15 -0
  98. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  99. package/dist-esm/src/models/parameters.js +135 -0
  100. package/dist-esm/src/models/parameters.js.map +1 -0
  101. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  102. package/dist-esm/src/operations/index.d.ts.map +1 -0
  103. package/{esm → dist-esm/src}/operations/index.js +3 -5
  104. package/dist-esm/src/operations/index.js.map +1 -0
  105. package/dist-esm/src/operations/operations.d.ts +32 -0
  106. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  107. package/dist-esm/src/operations/operations.js +120 -0
  108. package/dist-esm/src/operations/operations.js.map +1 -0
  109. package/dist-esm/src/operations/remoteRenderingAccounts.d.ts +98 -0
  110. package/dist-esm/src/operations/remoteRenderingAccounts.d.ts.map +1 -0
  111. package/dist-esm/src/operations/remoteRenderingAccounts.js +422 -0
  112. package/dist-esm/src/operations/remoteRenderingAccounts.js.map +1 -0
  113. package/dist-esm/src/operations/spatialAnchorsAccounts.d.ts +98 -0
  114. package/dist-esm/src/operations/spatialAnchorsAccounts.d.ts.map +1 -0
  115. package/dist-esm/src/operations/spatialAnchorsAccounts.js +422 -0
  116. package/dist-esm/src/operations/spatialAnchorsAccounts.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  118. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  119. package/dist-esm/src/operationsInterfaces/index.js +11 -0
  120. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  122. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  123. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  124. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.d.ts +62 -0
  126. package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.d.ts.map +1 -0
  127. package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.js +9 -0
  128. package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.d.ts +62 -0
  130. package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.js +9 -0
  132. package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.js.map +1 -0
  133. package/dist-esm/test/sampleTest.d.ts +2 -0
  134. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  135. package/dist-esm/test/sampleTest.js +40 -0
  136. package/dist-esm/test/sampleTest.js.map +1 -0
  137. package/package.json +75 -32
  138. package/review/arm-mixedreality.api.md +436 -0
  139. package/rollup.config.js +181 -30
  140. package/src/index.ts +12 -0
  141. package/src/mixedRealityClient.ts +104 -77
  142. package/src/models/index.ts +405 -735
  143. package/src/models/mappers.ts +478 -295
  144. package/src/models/parameters.ts +93 -47
  145. package/src/operations/index.ts +3 -5
  146. package/src/operations/operations.ts +87 -73
  147. package/src/operations/remoteRenderingAccounts.ts +321 -389
  148. package/src/operations/spatialAnchorsAccounts.ts +321 -389
  149. package/src/operationsInterfaces/index.ts +11 -0
  150. package/src/operationsInterfaces/operations.ts +22 -0
  151. package/src/operationsInterfaces/remoteRenderingAccounts.ts +119 -0
  152. package/src/operationsInterfaces/spatialAnchorsAccounts.ts +119 -0
  153. package/tsconfig.json +5 -4
  154. package/types/arm-mixedreality.d.ts +674 -0
  155. package/types/tsdoc-metadata.json +11 -0
  156. package/dist/arm-mixedreality.js +0 -1756
  157. package/dist/arm-mixedreality.js.map +0 -1
  158. package/dist/arm-mixedreality.min.js +0 -1
  159. package/dist/arm-mixedreality.min.js.map +0 -1
  160. package/esm/mixedRealityClient.d.ts +0 -42
  161. package/esm/mixedRealityClient.d.ts.map +0 -1
  162. package/esm/mixedRealityClient.js +0 -73
  163. package/esm/mixedRealityClient.js.map +0 -1
  164. package/esm/mixedRealityClientContext.d.ts +0 -16
  165. package/esm/mixedRealityClientContext.d.ts.map +0 -1
  166. package/esm/mixedRealityClientContext.js +0 -56
  167. package/esm/mixedRealityClientContext.js.map +0 -1
  168. package/esm/models/index.d.ts +0 -778
  169. package/esm/models/index.d.ts.map +0 -1
  170. package/esm/models/index.js +0 -8
  171. package/esm/models/index.js.map +0 -1
  172. package/esm/models/mappers.d.ts +0 -27
  173. package/esm/models/mappers.d.ts.map +0 -1
  174. package/esm/models/mappers.js.map +0 -1
  175. package/esm/models/operationsMappers.d.ts +0 -2
  176. package/esm/models/operationsMappers.d.ts.map +0 -1
  177. package/esm/models/operationsMappers.js +0 -9
  178. package/esm/models/operationsMappers.js.map +0 -1
  179. package/esm/models/parameters.d.ts +0 -10
  180. package/esm/models/parameters.d.ts.map +0 -1
  181. package/esm/models/parameters.js +0 -110
  182. package/esm/models/parameters.js.map +0 -1
  183. package/esm/models/remoteRenderingAccountsMappers.d.ts +0 -2
  184. package/esm/models/remoteRenderingAccountsMappers.d.ts.map +0 -1
  185. package/esm/models/remoteRenderingAccountsMappers.js +0 -9
  186. package/esm/models/remoteRenderingAccountsMappers.js.map +0 -1
  187. package/esm/models/spatialAnchorsAccountsMappers.d.ts +0 -2
  188. package/esm/models/spatialAnchorsAccountsMappers.d.ts.map +0 -1
  189. package/esm/models/spatialAnchorsAccountsMappers.js +0 -9
  190. package/esm/models/spatialAnchorsAccountsMappers.js.map +0 -1
  191. package/esm/operations/index.d.ts.map +0 -1
  192. package/esm/operations/index.js.map +0 -1
  193. package/esm/operations/operations.d.ts +0 -46
  194. package/esm/operations/operations.d.ts.map +0 -1
  195. package/esm/operations/operations.js +0 -77
  196. package/esm/operations/operations.js.map +0 -1
  197. package/esm/operations/remoteRenderingAccounts.d.ts +0 -217
  198. package/esm/operations/remoteRenderingAccounts.d.ts.map +0 -1
  199. package/esm/operations/remoteRenderingAccounts.js +0 -339
  200. package/esm/operations/remoteRenderingAccounts.js.map +0 -1
  201. package/esm/operations/spatialAnchorsAccounts.d.ts +0 -217
  202. package/esm/operations/spatialAnchorsAccounts.d.ts.map +0 -1
  203. package/esm/operations/spatialAnchorsAccounts.js +0 -339
  204. package/esm/operations/spatialAnchorsAccounts.js.map +0 -1
  205. package/src/mixedRealityClientContext.ts +0 -61
  206. package/src/models/operationsMappers.ts +0 -14
  207. package/src/models/remoteRenderingAccountsMappers.ts +0 -29
  208. package/src/models/spatialAnchorsAccountsMappers.ts +0 -29
@@ -1,852 +1,522 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
13
-
14
- /**
15
- * Check Name Availability Request
16
- */
17
- export interface CheckNameAvailabilityRequest {
18
- /**
19
- * Resource Name To Verify
20
- */
21
- name: string;
22
- /**
23
- * Fully qualified resource type which includes provider namespace
24
- */
25
- type: string;
11
+ /** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */
12
+ export interface OperationPage {
13
+ /** List of operations supported by the Resource Provider. */
14
+ value?: Operation[];
15
+ /** URL to get the next set of operation list results if there are any. */
16
+ nextLink?: string;
26
17
  }
27
18
 
28
- /**
29
- * Check Name Availability Response
30
- */
31
- export interface CheckNameAvailabilityResponse {
32
- /**
33
- * if name Available. Possible values include: 'true', 'false'
34
- */
35
- nameAvailable: NameAvailability;
36
- /**
37
- * Resource Name To Verify. Possible values include: 'Invalid', 'AlreadyExists'
38
- */
39
- reason?: NameUnavailableReason;
40
- /**
41
- * detail message
42
- */
43
- message?: string;
19
+ /** REST API operation */
20
+ export interface Operation {
21
+ /** Operation name: {provider}/{resource}/{operation} */
22
+ name?: string;
23
+ /** The object that represents the operation. */
24
+ display?: OperationDisplay;
25
+ /** Whether or not this is a data plane operation */
26
+ isDataAction?: boolean;
27
+ /** The origin */
28
+ origin?: string;
29
+ /** Properties of the operation */
30
+ properties?: OperationProperties;
44
31
  }
45
32
 
46
- /**
47
- * The object that represents the operation.
48
- */
33
+ /** The object that represents the operation. */
49
34
  export interface OperationDisplay {
50
- /**
51
- * Service provider: Microsoft.ResourceProvider
52
- */
35
+ /** Service provider: Microsoft.ResourceProvider */
53
36
  provider: string;
54
- /**
55
- * Resource on which the operation is performed: Profile, endpoint, etc.
56
- */
37
+ /** Resource on which the operation is performed: Profile, endpoint, etc. */
57
38
  resource: string;
58
- /**
59
- * Operation type: Read, write, delete, etc.
60
- */
39
+ /** Operation type: Read, write, delete, etc. */
61
40
  operation: string;
62
- /**
63
- * Description of operation
64
- */
41
+ /** Description of operation */
65
42
  description: string;
66
43
  }
67
44
 
68
- /**
69
- * REST API operation
70
- */
71
- export interface Operation {
72
- /**
73
- * Operation name: {provider}/{resource}/{operation}
74
- */
45
+ /** Operation properties. */
46
+ export interface OperationProperties {
47
+ /** Service specification. */
48
+ serviceSpecification?: ServiceSpecification;
49
+ }
50
+
51
+ /** Service specification payload */
52
+ export interface ServiceSpecification {
53
+ /** Specifications of the Log for Azure Monitoring */
54
+ logSpecifications?: LogSpecification[];
55
+ /** Specifications of the Metrics for Azure Monitoring */
56
+ metricSpecifications?: MetricSpecification[];
57
+ }
58
+
59
+ /** Specifications of the Log for Azure Monitoring */
60
+ export interface LogSpecification {
61
+ /** Name of the log */
75
62
  name?: string;
76
- /**
77
- * The object that represents the operation.
78
- */
79
- display?: OperationDisplay;
63
+ /** Localized friendly display name of the log */
64
+ displayName?: string;
65
+ /** Blob duration of the log */
66
+ blobDuration?: string;
80
67
  }
81
68
 
82
- /**
83
- * An interface representing Resource.
84
- */
85
- export interface Resource extends BaseResource {
86
- /**
87
- * Fully qualified resource Id for the resource. Ex -
88
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
89
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
90
- */
91
- readonly id?: string;
92
- /**
93
- * The name of the resource
94
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
95
- */
96
- readonly name?: string;
97
- /**
98
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or
99
- * Microsoft.Storage/storageAccounts.
100
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
101
- */
102
- readonly type?: string;
69
+ /** Specifications of the Metrics for Azure Monitoring */
70
+ export interface MetricSpecification {
71
+ /** Name of the metric */
72
+ name?: string;
73
+ /** Localized friendly display name of the metric */
74
+ displayName?: string;
75
+ /** Localized friendly description of the metric */
76
+ displayDescription?: string;
77
+ /** Unit that makes sense for the metric */
78
+ unit?: string;
79
+ /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
80
+ aggregationType?: string;
81
+ /** Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count. */
82
+ supportedAggregationTypes?: string[];
83
+ /** Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D */
84
+ supportedTimeGrainTypes?: string[];
85
+ /** Flag to indicate use of regional Mdm accounts */
86
+ enableRegionalMdmAccount?: boolean;
87
+ /** Source mdm account */
88
+ sourceMdmAccount?: string;
89
+ /** Source mdm namespace */
90
+ sourceMdmNamespace?: string;
91
+ /** Metric filter regex pattern */
92
+ metricFilterPattern?: string;
93
+ /** Flag to determine is Zero is returned for time duration where no metric is emitted */
94
+ fillGapWithZero?: boolean;
95
+ /** Metric category */
96
+ category?: string;
97
+ /** Internal metric name. */
98
+ internalMetricName?: string;
99
+ /** Dimensions of the metric */
100
+ dimensions?: MetricDimension[];
101
+ /** Locked aggregation type of the metric */
102
+ lockedAggregationType?: string;
103
103
  }
104
104
 
105
- /**
106
- * The resource model definition for a ARM tracked top level resource
107
- */
108
- export interface TrackedResource extends Resource {
109
- /**
110
- * Resource tags.
111
- */
112
- tags?: { [propertyName: string]: string };
113
- /**
114
- * The geo-location where the resource lives
115
- */
116
- location: string;
105
+ /** Specifications of the Dimension of metrics */
106
+ export interface MetricDimension {
107
+ /** Name of the dimension */
108
+ name?: string;
109
+ /** Localized friendly display name of the dimension */
110
+ displayName?: string;
111
+ /** Internal name of the dimension. */
112
+ internalName?: string;
117
113
  }
118
114
 
119
- /**
120
- * SpatialAnchorsAccount Response.
121
- */
122
- export interface SpatialAnchorsAccount extends TrackedResource {
123
- /**
124
- * unique id of certain account.
125
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
126
- */
127
- readonly accountId?: string;
128
- /**
129
- * Correspond domain name of certain Spatial Anchors Account
130
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
131
- */
132
- readonly accountDomain?: string;
115
+ /** An Error response. */
116
+ export interface CloudError {
117
+ /** An Error response. */
118
+ error?: CloudErrorBody;
133
119
  }
134
120
 
135
- /**
136
- * The resource model definition for a ARM proxy resource. It will have everything other than
137
- * required location and tags
138
- */
139
- export interface ProxyResource extends Resource {
121
+ /** An error response from Azure. */
122
+ export interface CloudErrorBody {
123
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
124
+ code?: string;
125
+ /** A message describing the error, intended to be suitable for displaying in a user interface. */
126
+ message?: string;
127
+ /** The target of the particular error. For example, the name of the property in error. */
128
+ target?: string;
129
+ /** A list of additional details about the error. */
130
+ details?: CloudErrorBody[];
140
131
  }
141
132
 
142
- /**
143
- * The resource model definition for a Azure Resource Manager resource with an etag.
144
- */
145
- export interface AzureEntityResource extends Resource {
146
- /**
147
- * Resource Etag.
148
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
149
- */
150
- readonly etag?: string;
133
+ /** Check Name Availability Request */
134
+ export interface CheckNameAvailabilityRequest {
135
+ /** Resource Name To Verify */
136
+ name: string;
137
+ /** Fully qualified resource type which includes provider namespace */
138
+ type: string;
151
139
  }
152
140
 
153
- /**
154
- * Developer Keys of account
155
- */
156
- export interface AccountKeys {
157
- /**
158
- * value of primary key.
159
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
160
- */
161
- readonly primaryKey?: string;
162
- /**
163
- * value of secondary key.
164
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
165
- */
166
- readonly secondaryKey?: string;
141
+ /** Check Name Availability Response */
142
+ export interface CheckNameAvailabilityResponse {
143
+ /** if name Available */
144
+ nameAvailable: boolean;
145
+ /** Resource Name To Verify */
146
+ reason?: NameUnavailableReason;
147
+ /** detail message */
148
+ message?: string;
167
149
  }
168
150
 
169
- /**
170
- * Request for account key regeneration
171
- */
172
- export interface AccountKeyRegenerateRequest {
173
- /**
174
- * serial of key to be regenerated. Default value: 1.
175
- */
176
- serial?: number;
151
+ /** Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results. */
152
+ export interface SpatialAnchorsAccountPage {
153
+ /** List of resources supported by the Resource Provider. */
154
+ value?: SpatialAnchorsAccount[];
155
+ /** URL to get the next set of resource list results if there are any. */
156
+ nextLink?: string;
177
157
  }
178
158
 
179
- /**
180
- * Identity for the resource.
181
- */
159
+ /** Identity for the resource. */
182
160
  export interface Identity {
183
161
  /**
184
162
  * The principal ID of resource identity.
185
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
163
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
164
  */
187
165
  readonly principalId?: string;
188
166
  /**
189
167
  * The tenant ID of resource.
190
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
169
  */
192
170
  readonly tenantId?: string;
193
- /**
194
- * The identity type. Possible values include: 'SystemAssigned'
195
- */
196
- type?: ResourceIdentityType;
197
- }
198
-
199
- /**
200
- * An interface representing RemoteRenderingAccountIdentity.
201
- */
202
- export interface RemoteRenderingAccountIdentity extends Identity {
203
- }
204
-
205
- /**
206
- * RemoteRenderingAccount Response.
207
- */
208
- export interface RemoteRenderingAccount extends TrackedResource {
209
- identity?: RemoteRenderingAccountIdentity;
210
- /**
211
- * unique id of certain account.
212
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
213
- */
214
- readonly accountId?: string;
215
- /**
216
- * Correspond domain name of certain Spatial Anchors Account
217
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
218
- */
219
- readonly accountDomain?: string;
171
+ /** The identity type. */
172
+ type?: "SystemAssigned";
220
173
  }
221
174
 
222
- /**
223
- * An interface representing ResourceModelWithAllowedPropertySetIdentity.
224
- */
225
- export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {
226
- }
227
-
228
- /**
229
- * The resource model definition representing SKU
230
- */
175
+ /** The resource model definition representing SKU */
231
176
  export interface Sku {
232
- /**
233
- * The name of the SKU. Ex - P3. It is typically a letter+number code
234
- */
177
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
235
178
  name: string;
236
- /**
237
- * This field is required to be implemented by the Resource Provider if the service has more than
238
- * one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',
239
- * 'Premium'
240
- */
179
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
241
180
  tier?: SkuTier;
242
- /**
243
- * The SKU size. When the name field is the combination of tier and some other value, this would
244
- * be the standalone code.
245
- */
181
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
246
182
  size?: string;
247
- /**
248
- * If the service has different generations of hardware, for the same SKU, then that can be
249
- * captured here.
250
- */
183
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
251
184
  family?: string;
252
- /**
253
- * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in
254
- * is not possible for the resource this may be omitted.
255
- */
185
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
256
186
  capacity?: number;
257
187
  }
258
188
 
259
- /**
260
- * An interface representing ResourceModelWithAllowedPropertySetSku.
261
- */
262
- export interface ResourceModelWithAllowedPropertySetSku extends Sku {
189
+ /** Metadata pertaining to creation and last modification of the resource. */
190
+ export interface SystemData {
191
+ /** The identity that created the resource. */
192
+ createdBy?: string;
193
+ /** The type of identity that created the resource. */
194
+ createdByType?: CreatedByType;
195
+ /** The timestamp of resource creation (UTC). */
196
+ createdAt?: Date;
197
+ /** The identity that last modified the resource. */
198
+ lastModifiedBy?: string;
199
+ /** The type of identity that last modified the resource. */
200
+ lastModifiedByType?: CreatedByType;
201
+ /** The timestamp of resource last modification (UTC) */
202
+ lastModifiedAt?: Date;
263
203
  }
264
204
 
265
- /**
266
- * Plan for the resource.
267
- */
268
- export interface Plan {
205
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
206
+ export interface Resource {
269
207
  /**
270
- * A user defined name of the 3rd Party Artifact that is being procured.
208
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
210
  */
272
- name: string;
211
+ readonly id?: string;
273
212
  /**
274
- * The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
213
+ * The name of the resource
214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
215
  */
276
- publisher: string;
216
+ readonly name?: string;
277
217
  /**
278
- * The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID
279
- * specified for the artifact at the time of Data Market onboarding.
218
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
280
220
  */
281
- product: string;
221
+ readonly type?: string;
222
+ }
223
+
224
+ /** Developer Keys of account */
225
+ export interface AccountKeys {
282
226
  /**
283
- * A publisher provided promotion code as provisioned in Data Market for the said
284
- * product/artifact.
227
+ * value of primary key.
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
285
229
  */
286
- promotionCode?: string;
230
+ readonly primaryKey?: string;
287
231
  /**
288
- * The version of the desired product/artifact.
232
+ * value of secondary key.
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
234
  */
290
- version?: string;
235
+ readonly secondaryKey?: string;
291
236
  }
292
237
 
293
- /**
294
- * An interface representing ResourceModelWithAllowedPropertySetPlan.
295
- */
296
- export interface ResourceModelWithAllowedPropertySetPlan extends Plan {
238
+ /** Request for account key regeneration */
239
+ export interface AccountKeyRegenerateRequest {
240
+ /** serial of key to be regenerated */
241
+ serial?: Serial;
297
242
  }
298
243
 
299
- /**
300
- * The resource model definition containing the full set of allowed properties for a resource.
301
- * Except properties bag, there cannot be a top level property outside of this set.
302
- */
303
- export interface ResourceModelWithAllowedPropertySet extends BaseResource {
304
- /**
305
- * Fully qualified resource Id for the resource. Ex -
306
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
307
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
308
- */
309
- readonly id?: string;
310
- /**
311
- * The name of the resource
312
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
313
- */
314
- readonly name?: string;
244
+ /** Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results. */
245
+ export interface RemoteRenderingAccountPage {
246
+ /** List of resources supported by the Resource Provider. */
247
+ value?: RemoteRenderingAccount[];
248
+ /** URL to get the next set of resource list results if there are any. */
249
+ nextLink?: string;
250
+ }
251
+
252
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
253
+ export type TrackedResource = Resource & {
254
+ /** Resource tags. */
255
+ tags?: { [propertyName: string]: string };
256
+ /** The geo-location where the resource lives */
257
+ location: string;
258
+ };
259
+
260
+ /** SpatialAnchorsAccount Response. */
261
+ export type SpatialAnchorsAccount = TrackedResource & {
262
+ /** The identity associated with this account */
263
+ identity?: Identity;
264
+ /** The plan associated with this account */
265
+ plan?: Identity;
266
+ /** The sku associated with this account */
267
+ sku?: Sku;
268
+ /** The kind of account, if supported */
269
+ kind?: Sku;
315
270
  /**
316
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or
317
- * Microsoft.Storage/storageAccounts..
318
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
271
+ * System metadata for this account
272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
319
273
  */
320
- readonly type?: string;
274
+ readonly systemData?: SystemData;
275
+ /** The name of the storage account associated with this accountId */
276
+ storageAccountName?: string;
321
277
  /**
322
- * The geo-location where the resource lives
278
+ * unique id of certain account.
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
280
  */
324
- location?: string;
281
+ readonly accountId?: string;
325
282
  /**
326
- * The fully qualified resource ID of the resource that manages this resource. Indicates if this
327
- * resource is managed by another azure resource. If this is present, complete mode deployment
328
- * will not delete the resource if it is removed from the template since it is managed by another
329
- * resource.
283
+ * Correspond domain name of certain Spatial Anchors Account
284
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
285
  */
331
- managedBy?: string;
286
+ readonly accountDomain?: string;
287
+ };
288
+
289
+ /** RemoteRenderingAccount Response. */
290
+ export type RemoteRenderingAccount = TrackedResource & {
291
+ /** The identity associated with this account */
292
+ identity?: Identity;
293
+ /** The plan associated with this account */
294
+ plan?: Identity;
295
+ /** The sku associated with this account */
296
+ sku?: Sku;
297
+ /** The kind of account, if supported */
298
+ kind?: Sku;
332
299
  /**
333
- * Metadata used by portal/tooling/etc to render different UX experiences for resources of the
334
- * same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource
335
- * provider must validate and persist this value.
300
+ * System metadata for this account
301
+ * NOTE: This property will not be serialized. It can only be populated by the server.
336
302
  */
337
- kind?: string;
303
+ readonly systemData?: SystemData;
304
+ /** The name of the storage account associated with this accountId */
305
+ storageAccountName?: string;
338
306
  /**
339
- * The etag field is *not* required. If it is provided in the response body, it must also be
340
- * provided as a header per the normal etag convention. Entity tags are used for comparing two
341
- * or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag
342
- * (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range
343
- * (section 14.27) header fields.
344
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
307
+ * unique id of certain account.
308
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
309
  */
346
- readonly etag?: string;
310
+ readonly accountId?: string;
347
311
  /**
348
- * Resource tags.
312
+ * Correspond domain name of certain Spatial Anchors Account
313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
349
314
  */
350
- tags?: { [propertyName: string]: string };
351
- identity?: ResourceModelWithAllowedPropertySetIdentity;
352
- sku?: ResourceModelWithAllowedPropertySetSku;
353
- plan?: ResourceModelWithAllowedPropertySetPlan;
354
- }
315
+ readonly accountDomain?: string;
316
+ };
355
317
 
356
- /**
357
- * An interface representing MixedRealityClientOptions.
358
- */
359
- export interface MixedRealityClientOptions extends AzureServiceClientOptions {
360
- baseUri?: string;
318
+ /** Known values of {@link NameUnavailableReason} that the service accepts. */
319
+ export enum KnownNameUnavailableReason {
320
+ Invalid = "Invalid",
321
+ AlreadyExists = "AlreadyExists"
361
322
  }
362
323
 
363
324
  /**
364
- * @interface
365
- * Result of the request to list Resource Provider operations. It contains a list of operations and
366
- * a URL link to get the next set of results.
367
- * @extends Array<Operation>
325
+ * Defines values for NameUnavailableReason. \
326
+ * {@link KnownNameUnavailableReason} can be used interchangeably with NameUnavailableReason,
327
+ * this enum contains the known values that the service supports.
328
+ * ### Known values supported by the service
329
+ * **Invalid** \
330
+ * **AlreadyExists**
368
331
  */
369
- export interface OperationPage extends Array<Operation> {
370
- /**
371
- * URL to get the next set of operation list results if there are any.
372
- */
373
- nextLink?: string;
374
- }
332
+ export type NameUnavailableReason = string;
375
333
 
376
- /**
377
- * @interface
378
- * Result of the request to get resource collection. It contains a list of resources and a URL link
379
- * to get the next set of results.
380
- * @extends Array<SpatialAnchorsAccount>
381
- */
382
- export interface SpatialAnchorsAccountPage extends Array<SpatialAnchorsAccount> {
383
- /**
384
- * URL to get the next set of resource list results if there are any.
385
- */
386
- nextLink?: string;
334
+ /** Known values of {@link CreatedByType} that the service accepts. */
335
+ export enum KnownCreatedByType {
336
+ User = "User",
337
+ Application = "Application",
338
+ ManagedIdentity = "ManagedIdentity",
339
+ Key = "Key"
387
340
  }
388
341
 
389
342
  /**
390
- * @interface
391
- * Result of the request to get resource collection. It contains a list of resources and a URL link
392
- * to get the next set of results.
393
- * @extends Array<RemoteRenderingAccount>
343
+ * Defines values for CreatedByType. \
344
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
345
+ * this enum contains the known values that the service supports.
346
+ * ### Known values supported by the service
347
+ * **User** \
348
+ * **Application** \
349
+ * **ManagedIdentity** \
350
+ * **Key**
394
351
  */
395
- export interface RemoteRenderingAccountPage extends Array<RemoteRenderingAccount> {
396
- /**
397
- * URL to get the next set of resource list results if there are any.
398
- */
399
- nextLink?: string;
400
- }
352
+ export type CreatedByType = string;
353
+ /** Defines values for SkuTier. */
354
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
355
+ /** Defines values for Serial. */
356
+ export type Serial = 1 | 2;
401
357
 
402
- /**
403
- * Defines values for NameAvailability.
404
- * Possible values include: 'true', 'false'
405
- * @readonly
406
- * @enum {string}
407
- */
408
- export type NameAvailability = 'true' | 'false';
358
+ /** Optional parameters. */
359
+ export interface OperationsListOptionalParams
360
+ extends coreClient.OperationOptions {}
409
361
 
410
- /**
411
- * Defines values for NameUnavailableReason.
412
- * Possible values include: 'Invalid', 'AlreadyExists'
413
- * @readonly
414
- * @enum {string}
415
- */
416
- export type NameUnavailableReason = 'Invalid' | 'AlreadyExists';
362
+ /** Contains response data for the list operation. */
363
+ export type OperationsListResponse = OperationPage;
417
364
 
418
- /**
419
- * Defines values for SkuTier.
420
- * Possible values include: 'Free', 'Basic', 'Standard', 'Premium'
421
- * @readonly
422
- * @enum {string}
423
- */
424
- export type SkuTier = 'Free' | 'Basic' | 'Standard' | 'Premium';
365
+ /** Optional parameters. */
366
+ export interface OperationsListNextOptionalParams
367
+ extends coreClient.OperationOptions {}
425
368
 
426
- /**
427
- * Defines values for ResourceIdentityType.
428
- * Possible values include: 'SystemAssigned'
429
- * @readonly
430
- * @enum {string}
431
- */
432
- export type ResourceIdentityType = 'SystemAssigned';
369
+ /** Contains response data for the listNext operation. */
370
+ export type OperationsListNextResponse = OperationPage;
433
371
 
434
- /**
435
- * Contains response data for the list operation.
436
- */
437
- export type OperationsListResponse = OperationPage & {
438
- /**
439
- * The underlying HTTP response.
440
- */
441
- _response: msRest.HttpResponse & {
442
- /**
443
- * The response body as text (string format)
444
- */
445
- bodyAsText: string;
446
-
447
- /**
448
- * The response body as parsed JSON or XML
449
- */
450
- parsedBody: OperationPage;
451
- };
452
- };
372
+ /** Optional parameters. */
373
+ export interface CheckNameAvailabilityLocalOptionalParams
374
+ extends coreClient.OperationOptions {}
453
375
 
454
- /**
455
- * Contains response data for the listNext operation.
456
- */
457
- export type OperationsListNextResponse = OperationPage & {
458
- /**
459
- * The underlying HTTP response.
460
- */
461
- _response: msRest.HttpResponse & {
462
- /**
463
- * The response body as text (string format)
464
- */
465
- bodyAsText: string;
466
-
467
- /**
468
- * The response body as parsed JSON or XML
469
- */
470
- parsedBody: OperationPage;
471
- };
472
- };
376
+ /** Contains response data for the checkNameAvailabilityLocal operation. */
377
+ export type CheckNameAvailabilityLocalResponse = CheckNameAvailabilityResponse;
473
378
 
474
- /**
475
- * Contains response data for the checkNameAvailabilityLocal operation.
476
- */
477
- export type CheckNameAvailabilityLocalResponse = CheckNameAvailabilityResponse & {
478
- /**
479
- * The underlying HTTP response.
480
- */
481
- _response: msRest.HttpResponse & {
482
- /**
483
- * The response body as text (string format)
484
- */
485
- bodyAsText: string;
486
-
487
- /**
488
- * The response body as parsed JSON or XML
489
- */
490
- parsedBody: CheckNameAvailabilityResponse;
491
- };
492
- };
379
+ /** Optional parameters. */
380
+ export interface SpatialAnchorsAccountsListBySubscriptionOptionalParams
381
+ extends coreClient.OperationOptions {}
493
382
 
494
- /**
495
- * Contains response data for the listBySubscription operation.
496
- */
497
- export type SpatialAnchorsAccountsListBySubscriptionResponse = SpatialAnchorsAccountPage & {
498
- /**
499
- * The underlying HTTP response.
500
- */
501
- _response: msRest.HttpResponse & {
502
- /**
503
- * The response body as text (string format)
504
- */
505
- bodyAsText: string;
506
-
507
- /**
508
- * The response body as parsed JSON or XML
509
- */
510
- parsedBody: SpatialAnchorsAccountPage;
511
- };
512
- };
383
+ /** Contains response data for the listBySubscription operation. */
384
+ export type SpatialAnchorsAccountsListBySubscriptionResponse = SpatialAnchorsAccountPage;
513
385
 
514
- /**
515
- * Contains response data for the listByResourceGroup operation.
516
- */
517
- export type SpatialAnchorsAccountsListByResourceGroupResponse = SpatialAnchorsAccountPage & {
518
- /**
519
- * The underlying HTTP response.
520
- */
521
- _response: msRest.HttpResponse & {
522
- /**
523
- * The response body as text (string format)
524
- */
525
- bodyAsText: string;
526
-
527
- /**
528
- * The response body as parsed JSON or XML
529
- */
530
- parsedBody: SpatialAnchorsAccountPage;
531
- };
532
- };
386
+ /** Optional parameters. */
387
+ export interface SpatialAnchorsAccountsListByResourceGroupOptionalParams
388
+ extends coreClient.OperationOptions {}
533
389
 
534
- /**
535
- * Contains response data for the get operation.
536
- */
537
- export type SpatialAnchorsAccountsGetResponse = SpatialAnchorsAccount & {
538
- /**
539
- * The underlying HTTP response.
540
- */
541
- _response: msRest.HttpResponse & {
542
- /**
543
- * The response body as text (string format)
544
- */
545
- bodyAsText: string;
546
-
547
- /**
548
- * The response body as parsed JSON or XML
549
- */
550
- parsedBody: SpatialAnchorsAccount;
551
- };
552
- };
390
+ /** Contains response data for the listByResourceGroup operation. */
391
+ export type SpatialAnchorsAccountsListByResourceGroupResponse = SpatialAnchorsAccountPage;
553
392
 
554
- /**
555
- * Contains response data for the update operation.
556
- */
557
- export type SpatialAnchorsAccountsUpdateResponse = SpatialAnchorsAccount & {
558
- /**
559
- * The underlying HTTP response.
560
- */
561
- _response: msRest.HttpResponse & {
562
- /**
563
- * The response body as text (string format)
564
- */
565
- bodyAsText: string;
566
-
567
- /**
568
- * The response body as parsed JSON or XML
569
- */
570
- parsedBody: SpatialAnchorsAccount;
571
- };
572
- };
393
+ /** Optional parameters. */
394
+ export interface SpatialAnchorsAccountsDeleteOptionalParams
395
+ extends coreClient.OperationOptions {}
573
396
 
574
- /**
575
- * Contains response data for the create operation.
576
- */
577
- export type SpatialAnchorsAccountsCreateResponse = SpatialAnchorsAccount & {
578
- /**
579
- * The underlying HTTP response.
580
- */
581
- _response: msRest.HttpResponse & {
582
- /**
583
- * The response body as text (string format)
584
- */
585
- bodyAsText: string;
586
-
587
- /**
588
- * The response body as parsed JSON or XML
589
- */
590
- parsedBody: SpatialAnchorsAccount;
591
- };
592
- };
397
+ /** Optional parameters. */
398
+ export interface SpatialAnchorsAccountsGetOptionalParams
399
+ extends coreClient.OperationOptions {}
593
400
 
594
- /**
595
- * Contains response data for the listKeys operation.
596
- */
597
- export type SpatialAnchorsAccountsListKeysResponse = AccountKeys & {
598
- /**
599
- * The underlying HTTP response.
600
- */
601
- _response: msRest.HttpResponse & {
602
- /**
603
- * The response body as text (string format)
604
- */
605
- bodyAsText: string;
606
-
607
- /**
608
- * The response body as parsed JSON or XML
609
- */
610
- parsedBody: AccountKeys;
611
- };
612
- };
401
+ /** Contains response data for the get operation. */
402
+ export type SpatialAnchorsAccountsGetResponse = SpatialAnchorsAccount;
613
403
 
614
- /**
615
- * Contains response data for the regenerateKeys operation.
616
- */
617
- export type SpatialAnchorsAccountsRegenerateKeysResponse = AccountKeys & {
618
- /**
619
- * The underlying HTTP response.
620
- */
621
- _response: msRest.HttpResponse & {
622
- /**
623
- * The response body as text (string format)
624
- */
625
- bodyAsText: string;
626
-
627
- /**
628
- * The response body as parsed JSON or XML
629
- */
630
- parsedBody: AccountKeys;
631
- };
632
- };
404
+ /** Optional parameters. */
405
+ export interface SpatialAnchorsAccountsUpdateOptionalParams
406
+ extends coreClient.OperationOptions {}
633
407
 
634
- /**
635
- * Contains response data for the listBySubscriptionNext operation.
636
- */
637
- export type SpatialAnchorsAccountsListBySubscriptionNextResponse = SpatialAnchorsAccountPage & {
638
- /**
639
- * The underlying HTTP response.
640
- */
641
- _response: msRest.HttpResponse & {
642
- /**
643
- * The response body as text (string format)
644
- */
645
- bodyAsText: string;
646
-
647
- /**
648
- * The response body as parsed JSON or XML
649
- */
650
- parsedBody: SpatialAnchorsAccountPage;
651
- };
652
- };
408
+ /** Contains response data for the update operation. */
409
+ export type SpatialAnchorsAccountsUpdateResponse = SpatialAnchorsAccount;
653
410
 
654
- /**
655
- * Contains response data for the listByResourceGroupNext operation.
656
- */
657
- export type SpatialAnchorsAccountsListByResourceGroupNextResponse = SpatialAnchorsAccountPage & {
658
- /**
659
- * The underlying HTTP response.
660
- */
661
- _response: msRest.HttpResponse & {
662
- /**
663
- * The response body as text (string format)
664
- */
665
- bodyAsText: string;
666
-
667
- /**
668
- * The response body as parsed JSON or XML
669
- */
670
- parsedBody: SpatialAnchorsAccountPage;
671
- };
672
- };
411
+ /** Optional parameters. */
412
+ export interface SpatialAnchorsAccountsCreateOptionalParams
413
+ extends coreClient.OperationOptions {}
673
414
 
674
- /**
675
- * Contains response data for the listBySubscription operation.
676
- */
677
- export type RemoteRenderingAccountsListBySubscriptionResponse = RemoteRenderingAccountPage & {
678
- /**
679
- * The underlying HTTP response.
680
- */
681
- _response: msRest.HttpResponse & {
682
- /**
683
- * The response body as text (string format)
684
- */
685
- bodyAsText: string;
686
-
687
- /**
688
- * The response body as parsed JSON or XML
689
- */
690
- parsedBody: RemoteRenderingAccountPage;
691
- };
692
- };
415
+ /** Contains response data for the create operation. */
416
+ export type SpatialAnchorsAccountsCreateResponse = SpatialAnchorsAccount;
693
417
 
694
- /**
695
- * Contains response data for the listByResourceGroup operation.
696
- */
697
- export type RemoteRenderingAccountsListByResourceGroupResponse = RemoteRenderingAccountPage & {
698
- /**
699
- * The underlying HTTP response.
700
- */
701
- _response: msRest.HttpResponse & {
702
- /**
703
- * The response body as text (string format)
704
- */
705
- bodyAsText: string;
706
-
707
- /**
708
- * The response body as parsed JSON or XML
709
- */
710
- parsedBody: RemoteRenderingAccountPage;
711
- };
712
- };
418
+ /** Optional parameters. */
419
+ export interface SpatialAnchorsAccountsListKeysOptionalParams
420
+ extends coreClient.OperationOptions {}
713
421
 
714
- /**
715
- * Contains response data for the get operation.
716
- */
717
- export type RemoteRenderingAccountsGetResponse = RemoteRenderingAccount & {
718
- /**
719
- * The underlying HTTP response.
720
- */
721
- _response: msRest.HttpResponse & {
722
- /**
723
- * The response body as text (string format)
724
- */
725
- bodyAsText: string;
726
-
727
- /**
728
- * The response body as parsed JSON or XML
729
- */
730
- parsedBody: RemoteRenderingAccount;
731
- };
732
- };
422
+ /** Contains response data for the listKeys operation. */
423
+ export type SpatialAnchorsAccountsListKeysResponse = AccountKeys;
733
424
 
734
- /**
735
- * Contains response data for the update operation.
736
- */
737
- export type RemoteRenderingAccountsUpdateResponse = RemoteRenderingAccount & {
738
- /**
739
- * The underlying HTTP response.
740
- */
741
- _response: msRest.HttpResponse & {
742
- /**
743
- * The response body as text (string format)
744
- */
745
- bodyAsText: string;
746
-
747
- /**
748
- * The response body as parsed JSON or XML
749
- */
750
- parsedBody: RemoteRenderingAccount;
751
- };
752
- };
425
+ /** Optional parameters. */
426
+ export interface SpatialAnchorsAccountsRegenerateKeysOptionalParams
427
+ extends coreClient.OperationOptions {}
753
428
 
754
- /**
755
- * Contains response data for the create operation.
756
- */
757
- export type RemoteRenderingAccountsCreateResponse = RemoteRenderingAccount & {
758
- /**
759
- * The underlying HTTP response.
760
- */
761
- _response: msRest.HttpResponse & {
762
- /**
763
- * The response body as text (string format)
764
- */
765
- bodyAsText: string;
766
-
767
- /**
768
- * The response body as parsed JSON or XML
769
- */
770
- parsedBody: RemoteRenderingAccount;
771
- };
772
- };
429
+ /** Contains response data for the regenerateKeys operation. */
430
+ export type SpatialAnchorsAccountsRegenerateKeysResponse = AccountKeys;
773
431
 
774
- /**
775
- * Contains response data for the listKeys operation.
776
- */
777
- export type RemoteRenderingAccountsListKeysResponse = AccountKeys & {
778
- /**
779
- * The underlying HTTP response.
780
- */
781
- _response: msRest.HttpResponse & {
782
- /**
783
- * The response body as text (string format)
784
- */
785
- bodyAsText: string;
786
-
787
- /**
788
- * The response body as parsed JSON or XML
789
- */
790
- parsedBody: AccountKeys;
791
- };
792
- };
432
+ /** Optional parameters. */
433
+ export interface SpatialAnchorsAccountsListBySubscriptionNextOptionalParams
434
+ extends coreClient.OperationOptions {}
793
435
 
794
- /**
795
- * Contains response data for the regenerateKeys operation.
796
- */
797
- export type RemoteRenderingAccountsRegenerateKeysResponse = AccountKeys & {
798
- /**
799
- * The underlying HTTP response.
800
- */
801
- _response: msRest.HttpResponse & {
802
- /**
803
- * The response body as text (string format)
804
- */
805
- bodyAsText: string;
806
-
807
- /**
808
- * The response body as parsed JSON or XML
809
- */
810
- parsedBody: AccountKeys;
811
- };
812
- };
436
+ /** Contains response data for the listBySubscriptionNext operation. */
437
+ export type SpatialAnchorsAccountsListBySubscriptionNextResponse = SpatialAnchorsAccountPage;
813
438
 
814
- /**
815
- * Contains response data for the listBySubscriptionNext operation.
816
- */
817
- export type RemoteRenderingAccountsListBySubscriptionNextResponse = RemoteRenderingAccountPage & {
818
- /**
819
- * The underlying HTTP response.
820
- */
821
- _response: msRest.HttpResponse & {
822
- /**
823
- * The response body as text (string format)
824
- */
825
- bodyAsText: string;
826
-
827
- /**
828
- * The response body as parsed JSON or XML
829
- */
830
- parsedBody: RemoteRenderingAccountPage;
831
- };
832
- };
439
+ /** Optional parameters. */
440
+ export interface SpatialAnchorsAccountsListByResourceGroupNextOptionalParams
441
+ extends coreClient.OperationOptions {}
833
442
 
834
- /**
835
- * Contains response data for the listByResourceGroupNext operation.
836
- */
837
- export type RemoteRenderingAccountsListByResourceGroupNextResponse = RemoteRenderingAccountPage & {
838
- /**
839
- * The underlying HTTP response.
840
- */
841
- _response: msRest.HttpResponse & {
842
- /**
843
- * The response body as text (string format)
844
- */
845
- bodyAsText: string;
846
-
847
- /**
848
- * The response body as parsed JSON or XML
849
- */
850
- parsedBody: RemoteRenderingAccountPage;
851
- };
852
- };
443
+ /** Contains response data for the listByResourceGroupNext operation. */
444
+ export type SpatialAnchorsAccountsListByResourceGroupNextResponse = SpatialAnchorsAccountPage;
445
+
446
+ /** Optional parameters. */
447
+ export interface RemoteRenderingAccountsListBySubscriptionOptionalParams
448
+ extends coreClient.OperationOptions {}
449
+
450
+ /** Contains response data for the listBySubscription operation. */
451
+ export type RemoteRenderingAccountsListBySubscriptionResponse = RemoteRenderingAccountPage;
452
+
453
+ /** Optional parameters. */
454
+ export interface RemoteRenderingAccountsListByResourceGroupOptionalParams
455
+ extends coreClient.OperationOptions {}
456
+
457
+ /** Contains response data for the listByResourceGroup operation. */
458
+ export type RemoteRenderingAccountsListByResourceGroupResponse = RemoteRenderingAccountPage;
459
+
460
+ /** Optional parameters. */
461
+ export interface RemoteRenderingAccountsDeleteOptionalParams
462
+ extends coreClient.OperationOptions {}
463
+
464
+ /** Optional parameters. */
465
+ export interface RemoteRenderingAccountsGetOptionalParams
466
+ extends coreClient.OperationOptions {}
467
+
468
+ /** Contains response data for the get operation. */
469
+ export type RemoteRenderingAccountsGetResponse = RemoteRenderingAccount;
470
+
471
+ /** Optional parameters. */
472
+ export interface RemoteRenderingAccountsUpdateOptionalParams
473
+ extends coreClient.OperationOptions {}
474
+
475
+ /** Contains response data for the update operation. */
476
+ export type RemoteRenderingAccountsUpdateResponse = RemoteRenderingAccount;
477
+
478
+ /** Optional parameters. */
479
+ export interface RemoteRenderingAccountsCreateOptionalParams
480
+ extends coreClient.OperationOptions {}
481
+
482
+ /** Contains response data for the create operation. */
483
+ export type RemoteRenderingAccountsCreateResponse = RemoteRenderingAccount;
484
+
485
+ /** Optional parameters. */
486
+ export interface RemoteRenderingAccountsListKeysOptionalParams
487
+ extends coreClient.OperationOptions {}
488
+
489
+ /** Contains response data for the listKeys operation. */
490
+ export type RemoteRenderingAccountsListKeysResponse = AccountKeys;
491
+
492
+ /** Optional parameters. */
493
+ export interface RemoteRenderingAccountsRegenerateKeysOptionalParams
494
+ extends coreClient.OperationOptions {}
495
+
496
+ /** Contains response data for the regenerateKeys operation. */
497
+ export type RemoteRenderingAccountsRegenerateKeysResponse = AccountKeys;
498
+
499
+ /** Optional parameters. */
500
+ export interface RemoteRenderingAccountsListBySubscriptionNextOptionalParams
501
+ extends coreClient.OperationOptions {}
502
+
503
+ /** Contains response data for the listBySubscriptionNext operation. */
504
+ export type RemoteRenderingAccountsListBySubscriptionNextResponse = RemoteRenderingAccountPage;
505
+
506
+ /** Optional parameters. */
507
+ export interface RemoteRenderingAccountsListByResourceGroupNextOptionalParams
508
+ extends coreClient.OperationOptions {}
509
+
510
+ /** Contains response data for the listByResourceGroupNext operation. */
511
+ export type RemoteRenderingAccountsListByResourceGroupNextResponse = RemoteRenderingAccountPage;
512
+
513
+ /** Optional parameters. */
514
+ export interface MixedRealityClientOptionalParams
515
+ extends coreClient.ServiceClientOptions {
516
+ /** server parameter */
517
+ $host?: string;
518
+ /** Api Version */
519
+ apiVersion?: string;
520
+ /** Overrides client endpoint. */
521
+ endpoint?: string;
522
+ }