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