@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.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +72 -73
- 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 +473 -288
- 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 +3 -5
- 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/dist-esm/src/operationsInterfaces/operations.js +9 -0
- 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/index.ts +12 -0
- package/src/mixedRealityClient.ts +104 -77
- package/src/models/index.ts +405 -735
- package/src/models/mappers.ts +478 -295
- package/src/models/parameters.ts +93 -47
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/remoteRenderingAccounts.ts +321 -389
- package/src/operations/spatialAnchorsAccounts.ts +321 -389
- 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 -1756
- 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 -73
- package/esm/mixedRealityClient.js.map +0 -1
- package/esm/mixedRealityClientContext.d.ts +0 -16
- 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 -778
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -27
- 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 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -110
- 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 -77
- 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 -339
- 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 -339
- package/esm/operations/spatialAnchorsAccounts.js.map +0 -1
- package/src/mixedRealityClientContext.ts +0 -61
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/remoteRenderingAccountsMappers.ts +0 -29
- package/src/models/spatialAnchorsAccountsMappers.ts +0 -29
package/esm/models/index.d.ts
DELETED
|
@@ -1,778 +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. Possible values include: 'true', 'false'
|
|
23
|
-
*/
|
|
24
|
-
nameAvailable: NameAvailability;
|
|
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
|
-
* REST API operation
|
|
57
|
-
*/
|
|
58
|
-
export interface Operation {
|
|
59
|
-
/**
|
|
60
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
61
|
-
*/
|
|
62
|
-
name?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The object that represents the operation.
|
|
65
|
-
*/
|
|
66
|
-
display?: OperationDisplay;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* An interface representing Resource.
|
|
70
|
-
*/
|
|
71
|
-
export interface Resource extends BaseResource {
|
|
72
|
-
/**
|
|
73
|
-
* Fully qualified resource Id for the resource. Ex -
|
|
74
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
75
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
76
|
-
*/
|
|
77
|
-
readonly id?: string;
|
|
78
|
-
/**
|
|
79
|
-
* The name of the resource
|
|
80
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
81
|
-
*/
|
|
82
|
-
readonly name?: string;
|
|
83
|
-
/**
|
|
84
|
-
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or
|
|
85
|
-
* Microsoft.Storage/storageAccounts.
|
|
86
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
87
|
-
*/
|
|
88
|
-
readonly type?: string;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* The resource model definition for a ARM tracked top level resource
|
|
92
|
-
*/
|
|
93
|
-
export interface TrackedResource extends Resource {
|
|
94
|
-
/**
|
|
95
|
-
* Resource tags.
|
|
96
|
-
*/
|
|
97
|
-
tags?: {
|
|
98
|
-
[propertyName: string]: string;
|
|
99
|
-
};
|
|
100
|
-
/**
|
|
101
|
-
* The geo-location where the resource lives
|
|
102
|
-
*/
|
|
103
|
-
location: string;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* SpatialAnchorsAccount Response.
|
|
107
|
-
*/
|
|
108
|
-
export interface SpatialAnchorsAccount extends TrackedResource {
|
|
109
|
-
/**
|
|
110
|
-
* unique id of certain account.
|
|
111
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
112
|
-
*/
|
|
113
|
-
readonly accountId?: string;
|
|
114
|
-
/**
|
|
115
|
-
* Correspond domain name of certain Spatial Anchors Account
|
|
116
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
117
|
-
*/
|
|
118
|
-
readonly accountDomain?: string;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* The resource model definition for a ARM proxy resource. It will have everything other than
|
|
122
|
-
* required location and tags
|
|
123
|
-
*/
|
|
124
|
-
export interface ProxyResource extends Resource {
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* The resource model definition for a Azure Resource Manager resource with an etag.
|
|
128
|
-
*/
|
|
129
|
-
export interface AzureEntityResource extends Resource {
|
|
130
|
-
/**
|
|
131
|
-
* Resource Etag.
|
|
132
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
133
|
-
*/
|
|
134
|
-
readonly etag?: string;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* Developer Keys of account
|
|
138
|
-
*/
|
|
139
|
-
export interface AccountKeys {
|
|
140
|
-
/**
|
|
141
|
-
* value of primary key.
|
|
142
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
143
|
-
*/
|
|
144
|
-
readonly primaryKey?: string;
|
|
145
|
-
/**
|
|
146
|
-
* value of secondary key.
|
|
147
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
148
|
-
*/
|
|
149
|
-
readonly secondaryKey?: string;
|
|
150
|
-
}
|
|
151
|
-
/**
|
|
152
|
-
* Request for account key regeneration
|
|
153
|
-
*/
|
|
154
|
-
export interface AccountKeyRegenerateRequest {
|
|
155
|
-
/**
|
|
156
|
-
* serial of key to be regenerated. Default value: 1.
|
|
157
|
-
*/
|
|
158
|
-
serial?: number;
|
|
159
|
-
}
|
|
160
|
-
/**
|
|
161
|
-
* Identity for the resource.
|
|
162
|
-
*/
|
|
163
|
-
export interface Identity {
|
|
164
|
-
/**
|
|
165
|
-
* The principal ID of resource identity.
|
|
166
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
167
|
-
*/
|
|
168
|
-
readonly principalId?: string;
|
|
169
|
-
/**
|
|
170
|
-
* The tenant ID of resource.
|
|
171
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
172
|
-
*/
|
|
173
|
-
readonly tenantId?: string;
|
|
174
|
-
/**
|
|
175
|
-
* The identity type. Possible values include: 'SystemAssigned'
|
|
176
|
-
*/
|
|
177
|
-
type?: ResourceIdentityType;
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* An interface representing RemoteRenderingAccountIdentity.
|
|
181
|
-
*/
|
|
182
|
-
export interface RemoteRenderingAccountIdentity extends Identity {
|
|
183
|
-
}
|
|
184
|
-
/**
|
|
185
|
-
* RemoteRenderingAccount Response.
|
|
186
|
-
*/
|
|
187
|
-
export interface RemoteRenderingAccount extends TrackedResource {
|
|
188
|
-
identity?: RemoteRenderingAccountIdentity;
|
|
189
|
-
/**
|
|
190
|
-
* unique id of certain account.
|
|
191
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
192
|
-
*/
|
|
193
|
-
readonly accountId?: string;
|
|
194
|
-
/**
|
|
195
|
-
* Correspond domain name of certain Spatial Anchors Account
|
|
196
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
197
|
-
*/
|
|
198
|
-
readonly accountDomain?: string;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* An interface representing ResourceModelWithAllowedPropertySetIdentity.
|
|
202
|
-
*/
|
|
203
|
-
export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* The resource model definition representing SKU
|
|
207
|
-
*/
|
|
208
|
-
export interface Sku {
|
|
209
|
-
/**
|
|
210
|
-
* The name of the SKU. Ex - P3. It is typically a letter+number code
|
|
211
|
-
*/
|
|
212
|
-
name: string;
|
|
213
|
-
/**
|
|
214
|
-
* This field is required to be implemented by the Resource Provider if the service has more than
|
|
215
|
-
* one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',
|
|
216
|
-
* 'Premium'
|
|
217
|
-
*/
|
|
218
|
-
tier?: SkuTier;
|
|
219
|
-
/**
|
|
220
|
-
* The SKU size. When the name field is the combination of tier and some other value, this would
|
|
221
|
-
* be the standalone code.
|
|
222
|
-
*/
|
|
223
|
-
size?: string;
|
|
224
|
-
/**
|
|
225
|
-
* If the service has different generations of hardware, for the same SKU, then that can be
|
|
226
|
-
* captured here.
|
|
227
|
-
*/
|
|
228
|
-
family?: string;
|
|
229
|
-
/**
|
|
230
|
-
* If the SKU supports scale out/in then the capacity integer should be included. If scale out/in
|
|
231
|
-
* is not possible for the resource this may be omitted.
|
|
232
|
-
*/
|
|
233
|
-
capacity?: number;
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* An interface representing ResourceModelWithAllowedPropertySetSku.
|
|
237
|
-
*/
|
|
238
|
-
export interface ResourceModelWithAllowedPropertySetSku extends Sku {
|
|
239
|
-
}
|
|
240
|
-
/**
|
|
241
|
-
* Plan for the resource.
|
|
242
|
-
*/
|
|
243
|
-
export interface Plan {
|
|
244
|
-
/**
|
|
245
|
-
* A user defined name of the 3rd Party Artifact that is being procured.
|
|
246
|
-
*/
|
|
247
|
-
name: string;
|
|
248
|
-
/**
|
|
249
|
-
* The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
|
|
250
|
-
*/
|
|
251
|
-
publisher: string;
|
|
252
|
-
/**
|
|
253
|
-
* The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID
|
|
254
|
-
* specified for the artifact at the time of Data Market onboarding.
|
|
255
|
-
*/
|
|
256
|
-
product: string;
|
|
257
|
-
/**
|
|
258
|
-
* A publisher provided promotion code as provisioned in Data Market for the said
|
|
259
|
-
* product/artifact.
|
|
260
|
-
*/
|
|
261
|
-
promotionCode?: string;
|
|
262
|
-
/**
|
|
263
|
-
* The version of the desired product/artifact.
|
|
264
|
-
*/
|
|
265
|
-
version?: string;
|
|
266
|
-
}
|
|
267
|
-
/**
|
|
268
|
-
* An interface representing ResourceModelWithAllowedPropertySetPlan.
|
|
269
|
-
*/
|
|
270
|
-
export interface ResourceModelWithAllowedPropertySetPlan extends Plan {
|
|
271
|
-
}
|
|
272
|
-
/**
|
|
273
|
-
* The resource model definition containing the full set of allowed properties for a resource.
|
|
274
|
-
* Except properties bag, there cannot be a top level property outside of this set.
|
|
275
|
-
*/
|
|
276
|
-
export interface ResourceModelWithAllowedPropertySet extends BaseResource {
|
|
277
|
-
/**
|
|
278
|
-
* Fully qualified resource Id for the resource. Ex -
|
|
279
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
280
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
281
|
-
*/
|
|
282
|
-
readonly id?: string;
|
|
283
|
-
/**
|
|
284
|
-
* The name of the resource
|
|
285
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
286
|
-
*/
|
|
287
|
-
readonly name?: string;
|
|
288
|
-
/**
|
|
289
|
-
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or
|
|
290
|
-
* Microsoft.Storage/storageAccounts..
|
|
291
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
292
|
-
*/
|
|
293
|
-
readonly type?: string;
|
|
294
|
-
/**
|
|
295
|
-
* The geo-location where the resource lives
|
|
296
|
-
*/
|
|
297
|
-
location?: string;
|
|
298
|
-
/**
|
|
299
|
-
* The fully qualified resource ID of the resource that manages this resource. Indicates if this
|
|
300
|
-
* resource is managed by another azure resource. If this is present, complete mode deployment
|
|
301
|
-
* will not delete the resource if it is removed from the template since it is managed by another
|
|
302
|
-
* resource.
|
|
303
|
-
*/
|
|
304
|
-
managedBy?: string;
|
|
305
|
-
/**
|
|
306
|
-
* Metadata used by portal/tooling/etc to render different UX experiences for resources of the
|
|
307
|
-
* same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource
|
|
308
|
-
* provider must validate and persist this value.
|
|
309
|
-
*/
|
|
310
|
-
kind?: string;
|
|
311
|
-
/**
|
|
312
|
-
* The etag field is *not* required. If it is provided in the response body, it must also be
|
|
313
|
-
* provided as a header per the normal etag convention. Entity tags are used for comparing two
|
|
314
|
-
* or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag
|
|
315
|
-
* (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range
|
|
316
|
-
* (section 14.27) header fields.
|
|
317
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
318
|
-
*/
|
|
319
|
-
readonly etag?: string;
|
|
320
|
-
/**
|
|
321
|
-
* Resource tags.
|
|
322
|
-
*/
|
|
323
|
-
tags?: {
|
|
324
|
-
[propertyName: string]: string;
|
|
325
|
-
};
|
|
326
|
-
identity?: ResourceModelWithAllowedPropertySetIdentity;
|
|
327
|
-
sku?: ResourceModelWithAllowedPropertySetSku;
|
|
328
|
-
plan?: ResourceModelWithAllowedPropertySetPlan;
|
|
329
|
-
}
|
|
330
|
-
/**
|
|
331
|
-
* An interface representing MixedRealityClientOptions.
|
|
332
|
-
*/
|
|
333
|
-
export interface MixedRealityClientOptions extends AzureServiceClientOptions {
|
|
334
|
-
baseUri?: string;
|
|
335
|
-
}
|
|
336
|
-
/**
|
|
337
|
-
* @interface
|
|
338
|
-
* Result of the request to list Resource Provider operations. It contains a list of operations and
|
|
339
|
-
* a URL link to get the next set of results.
|
|
340
|
-
* @extends Array<Operation>
|
|
341
|
-
*/
|
|
342
|
-
export interface OperationPage extends Array<Operation> {
|
|
343
|
-
/**
|
|
344
|
-
* URL to get the next set of operation list results if there are any.
|
|
345
|
-
*/
|
|
346
|
-
nextLink?: string;
|
|
347
|
-
}
|
|
348
|
-
/**
|
|
349
|
-
* @interface
|
|
350
|
-
* Result of the request to get resource collection. It contains a list of resources and a URL link
|
|
351
|
-
* to get the next set of results.
|
|
352
|
-
* @extends Array<SpatialAnchorsAccount>
|
|
353
|
-
*/
|
|
354
|
-
export interface SpatialAnchorsAccountPage extends Array<SpatialAnchorsAccount> {
|
|
355
|
-
/**
|
|
356
|
-
* URL to get the next set of resource list results if there are any.
|
|
357
|
-
*/
|
|
358
|
-
nextLink?: string;
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* @interface
|
|
362
|
-
* Result of the request to get resource collection. It contains a list of resources and a URL link
|
|
363
|
-
* to get the next set of results.
|
|
364
|
-
* @extends Array<RemoteRenderingAccount>
|
|
365
|
-
*/
|
|
366
|
-
export interface RemoteRenderingAccountPage extends Array<RemoteRenderingAccount> {
|
|
367
|
-
/**
|
|
368
|
-
* URL to get the next set of resource list results if there are any.
|
|
369
|
-
*/
|
|
370
|
-
nextLink?: string;
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
* Defines values for NameAvailability.
|
|
374
|
-
* Possible values include: 'true', 'false'
|
|
375
|
-
* @readonly
|
|
376
|
-
* @enum {string}
|
|
377
|
-
*/
|
|
378
|
-
export declare type NameAvailability = 'true' | 'false';
|
|
379
|
-
/**
|
|
380
|
-
* Defines values for NameUnavailableReason.
|
|
381
|
-
* Possible values include: 'Invalid', 'AlreadyExists'
|
|
382
|
-
* @readonly
|
|
383
|
-
* @enum {string}
|
|
384
|
-
*/
|
|
385
|
-
export declare type NameUnavailableReason = 'Invalid' | 'AlreadyExists';
|
|
386
|
-
/**
|
|
387
|
-
* Defines values for SkuTier.
|
|
388
|
-
* Possible values include: 'Free', 'Basic', 'Standard', 'Premium'
|
|
389
|
-
* @readonly
|
|
390
|
-
* @enum {string}
|
|
391
|
-
*/
|
|
392
|
-
export declare type SkuTier = 'Free' | 'Basic' | 'Standard' | 'Premium';
|
|
393
|
-
/**
|
|
394
|
-
* Defines values for ResourceIdentityType.
|
|
395
|
-
* Possible values include: 'SystemAssigned'
|
|
396
|
-
* @readonly
|
|
397
|
-
* @enum {string}
|
|
398
|
-
*/
|
|
399
|
-
export declare type ResourceIdentityType = 'SystemAssigned';
|
|
400
|
-
/**
|
|
401
|
-
* Contains response data for the list operation.
|
|
402
|
-
*/
|
|
403
|
-
export declare type OperationsListResponse = OperationPage & {
|
|
404
|
-
/**
|
|
405
|
-
* The underlying HTTP response.
|
|
406
|
-
*/
|
|
407
|
-
_response: msRest.HttpResponse & {
|
|
408
|
-
/**
|
|
409
|
-
* The response body as text (string format)
|
|
410
|
-
*/
|
|
411
|
-
bodyAsText: string;
|
|
412
|
-
/**
|
|
413
|
-
* The response body as parsed JSON or XML
|
|
414
|
-
*/
|
|
415
|
-
parsedBody: OperationPage;
|
|
416
|
-
};
|
|
417
|
-
};
|
|
418
|
-
/**
|
|
419
|
-
* Contains response data for the listNext operation.
|
|
420
|
-
*/
|
|
421
|
-
export declare type OperationsListNextResponse = OperationPage & {
|
|
422
|
-
/**
|
|
423
|
-
* The underlying HTTP response.
|
|
424
|
-
*/
|
|
425
|
-
_response: msRest.HttpResponse & {
|
|
426
|
-
/**
|
|
427
|
-
* The response body as text (string format)
|
|
428
|
-
*/
|
|
429
|
-
bodyAsText: string;
|
|
430
|
-
/**
|
|
431
|
-
* The response body as parsed JSON or XML
|
|
432
|
-
*/
|
|
433
|
-
parsedBody: OperationPage;
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
|
-
/**
|
|
437
|
-
* Contains response data for the checkNameAvailabilityLocal operation.
|
|
438
|
-
*/
|
|
439
|
-
export declare type CheckNameAvailabilityLocalResponse = CheckNameAvailabilityResponse & {
|
|
440
|
-
/**
|
|
441
|
-
* The underlying HTTP response.
|
|
442
|
-
*/
|
|
443
|
-
_response: msRest.HttpResponse & {
|
|
444
|
-
/**
|
|
445
|
-
* The response body as text (string format)
|
|
446
|
-
*/
|
|
447
|
-
bodyAsText: string;
|
|
448
|
-
/**
|
|
449
|
-
* The response body as parsed JSON or XML
|
|
450
|
-
*/
|
|
451
|
-
parsedBody: CheckNameAvailabilityResponse;
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
/**
|
|
455
|
-
* Contains response data for the listBySubscription operation.
|
|
456
|
-
*/
|
|
457
|
-
export declare type SpatialAnchorsAccountsListBySubscriptionResponse = SpatialAnchorsAccountPage & {
|
|
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
|
-
* The response body as parsed JSON or XML
|
|
468
|
-
*/
|
|
469
|
-
parsedBody: SpatialAnchorsAccountPage;
|
|
470
|
-
};
|
|
471
|
-
};
|
|
472
|
-
/**
|
|
473
|
-
* Contains response data for the listByResourceGroup operation.
|
|
474
|
-
*/
|
|
475
|
-
export declare type SpatialAnchorsAccountsListByResourceGroupResponse = SpatialAnchorsAccountPage & {
|
|
476
|
-
/**
|
|
477
|
-
* The underlying HTTP response.
|
|
478
|
-
*/
|
|
479
|
-
_response: msRest.HttpResponse & {
|
|
480
|
-
/**
|
|
481
|
-
* The response body as text (string format)
|
|
482
|
-
*/
|
|
483
|
-
bodyAsText: string;
|
|
484
|
-
/**
|
|
485
|
-
* The response body as parsed JSON or XML
|
|
486
|
-
*/
|
|
487
|
-
parsedBody: SpatialAnchorsAccountPage;
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
/**
|
|
491
|
-
* Contains response data for the get operation.
|
|
492
|
-
*/
|
|
493
|
-
export declare type SpatialAnchorsAccountsGetResponse = SpatialAnchorsAccount & {
|
|
494
|
-
/**
|
|
495
|
-
* The underlying HTTP response.
|
|
496
|
-
*/
|
|
497
|
-
_response: msRest.HttpResponse & {
|
|
498
|
-
/**
|
|
499
|
-
* The response body as text (string format)
|
|
500
|
-
*/
|
|
501
|
-
bodyAsText: string;
|
|
502
|
-
/**
|
|
503
|
-
* The response body as parsed JSON or XML
|
|
504
|
-
*/
|
|
505
|
-
parsedBody: SpatialAnchorsAccount;
|
|
506
|
-
};
|
|
507
|
-
};
|
|
508
|
-
/**
|
|
509
|
-
* Contains response data for the update operation.
|
|
510
|
-
*/
|
|
511
|
-
export declare type SpatialAnchorsAccountsUpdateResponse = SpatialAnchorsAccount & {
|
|
512
|
-
/**
|
|
513
|
-
* The underlying HTTP response.
|
|
514
|
-
*/
|
|
515
|
-
_response: msRest.HttpResponse & {
|
|
516
|
-
/**
|
|
517
|
-
* The response body as text (string format)
|
|
518
|
-
*/
|
|
519
|
-
bodyAsText: string;
|
|
520
|
-
/**
|
|
521
|
-
* The response body as parsed JSON or XML
|
|
522
|
-
*/
|
|
523
|
-
parsedBody: SpatialAnchorsAccount;
|
|
524
|
-
};
|
|
525
|
-
};
|
|
526
|
-
/**
|
|
527
|
-
* Contains response data for the create operation.
|
|
528
|
-
*/
|
|
529
|
-
export declare type SpatialAnchorsAccountsCreateResponse = SpatialAnchorsAccount & {
|
|
530
|
-
/**
|
|
531
|
-
* The underlying HTTP response.
|
|
532
|
-
*/
|
|
533
|
-
_response: msRest.HttpResponse & {
|
|
534
|
-
/**
|
|
535
|
-
* The response body as text (string format)
|
|
536
|
-
*/
|
|
537
|
-
bodyAsText: string;
|
|
538
|
-
/**
|
|
539
|
-
* The response body as parsed JSON or XML
|
|
540
|
-
*/
|
|
541
|
-
parsedBody: SpatialAnchorsAccount;
|
|
542
|
-
};
|
|
543
|
-
};
|
|
544
|
-
/**
|
|
545
|
-
* Contains response data for the listKeys operation.
|
|
546
|
-
*/
|
|
547
|
-
export declare type SpatialAnchorsAccountsListKeysResponse = AccountKeys & {
|
|
548
|
-
/**
|
|
549
|
-
* The underlying HTTP response.
|
|
550
|
-
*/
|
|
551
|
-
_response: msRest.HttpResponse & {
|
|
552
|
-
/**
|
|
553
|
-
* The response body as text (string format)
|
|
554
|
-
*/
|
|
555
|
-
bodyAsText: string;
|
|
556
|
-
/**
|
|
557
|
-
* The response body as parsed JSON or XML
|
|
558
|
-
*/
|
|
559
|
-
parsedBody: AccountKeys;
|
|
560
|
-
};
|
|
561
|
-
};
|
|
562
|
-
/**
|
|
563
|
-
* Contains response data for the regenerateKeys operation.
|
|
564
|
-
*/
|
|
565
|
-
export declare type SpatialAnchorsAccountsRegenerateKeysResponse = AccountKeys & {
|
|
566
|
-
/**
|
|
567
|
-
* The underlying HTTP response.
|
|
568
|
-
*/
|
|
569
|
-
_response: msRest.HttpResponse & {
|
|
570
|
-
/**
|
|
571
|
-
* The response body as text (string format)
|
|
572
|
-
*/
|
|
573
|
-
bodyAsText: string;
|
|
574
|
-
/**
|
|
575
|
-
* The response body as parsed JSON or XML
|
|
576
|
-
*/
|
|
577
|
-
parsedBody: AccountKeys;
|
|
578
|
-
};
|
|
579
|
-
};
|
|
580
|
-
/**
|
|
581
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
582
|
-
*/
|
|
583
|
-
export declare type SpatialAnchorsAccountsListBySubscriptionNextResponse = SpatialAnchorsAccountPage & {
|
|
584
|
-
/**
|
|
585
|
-
* The underlying HTTP response.
|
|
586
|
-
*/
|
|
587
|
-
_response: msRest.HttpResponse & {
|
|
588
|
-
/**
|
|
589
|
-
* The response body as text (string format)
|
|
590
|
-
*/
|
|
591
|
-
bodyAsText: string;
|
|
592
|
-
/**
|
|
593
|
-
* The response body as parsed JSON or XML
|
|
594
|
-
*/
|
|
595
|
-
parsedBody: SpatialAnchorsAccountPage;
|
|
596
|
-
};
|
|
597
|
-
};
|
|
598
|
-
/**
|
|
599
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
600
|
-
*/
|
|
601
|
-
export declare type SpatialAnchorsAccountsListByResourceGroupNextResponse = SpatialAnchorsAccountPage & {
|
|
602
|
-
/**
|
|
603
|
-
* The underlying HTTP response.
|
|
604
|
-
*/
|
|
605
|
-
_response: msRest.HttpResponse & {
|
|
606
|
-
/**
|
|
607
|
-
* The response body as text (string format)
|
|
608
|
-
*/
|
|
609
|
-
bodyAsText: string;
|
|
610
|
-
/**
|
|
611
|
-
* The response body as parsed JSON or XML
|
|
612
|
-
*/
|
|
613
|
-
parsedBody: SpatialAnchorsAccountPage;
|
|
614
|
-
};
|
|
615
|
-
};
|
|
616
|
-
/**
|
|
617
|
-
* Contains response data for the listBySubscription operation.
|
|
618
|
-
*/
|
|
619
|
-
export declare type RemoteRenderingAccountsListBySubscriptionResponse = RemoteRenderingAccountPage & {
|
|
620
|
-
/**
|
|
621
|
-
* The underlying HTTP response.
|
|
622
|
-
*/
|
|
623
|
-
_response: msRest.HttpResponse & {
|
|
624
|
-
/**
|
|
625
|
-
* The response body as text (string format)
|
|
626
|
-
*/
|
|
627
|
-
bodyAsText: string;
|
|
628
|
-
/**
|
|
629
|
-
* The response body as parsed JSON or XML
|
|
630
|
-
*/
|
|
631
|
-
parsedBody: RemoteRenderingAccountPage;
|
|
632
|
-
};
|
|
633
|
-
};
|
|
634
|
-
/**
|
|
635
|
-
* Contains response data for the listByResourceGroup operation.
|
|
636
|
-
*/
|
|
637
|
-
export declare type RemoteRenderingAccountsListByResourceGroupResponse = RemoteRenderingAccountPage & {
|
|
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
|
-
* The response body as parsed JSON or XML
|
|
648
|
-
*/
|
|
649
|
-
parsedBody: RemoteRenderingAccountPage;
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
|
-
/**
|
|
653
|
-
* Contains response data for the get operation.
|
|
654
|
-
*/
|
|
655
|
-
export declare type RemoteRenderingAccountsGetResponse = RemoteRenderingAccount & {
|
|
656
|
-
/**
|
|
657
|
-
* The underlying HTTP response.
|
|
658
|
-
*/
|
|
659
|
-
_response: msRest.HttpResponse & {
|
|
660
|
-
/**
|
|
661
|
-
* The response body as text (string format)
|
|
662
|
-
*/
|
|
663
|
-
bodyAsText: string;
|
|
664
|
-
/**
|
|
665
|
-
* The response body as parsed JSON or XML
|
|
666
|
-
*/
|
|
667
|
-
parsedBody: RemoteRenderingAccount;
|
|
668
|
-
};
|
|
669
|
-
};
|
|
670
|
-
/**
|
|
671
|
-
* Contains response data for the update operation.
|
|
672
|
-
*/
|
|
673
|
-
export declare type RemoteRenderingAccountsUpdateResponse = RemoteRenderingAccount & {
|
|
674
|
-
/**
|
|
675
|
-
* The underlying HTTP response.
|
|
676
|
-
*/
|
|
677
|
-
_response: msRest.HttpResponse & {
|
|
678
|
-
/**
|
|
679
|
-
* The response body as text (string format)
|
|
680
|
-
*/
|
|
681
|
-
bodyAsText: string;
|
|
682
|
-
/**
|
|
683
|
-
* The response body as parsed JSON or XML
|
|
684
|
-
*/
|
|
685
|
-
parsedBody: RemoteRenderingAccount;
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
/**
|
|
689
|
-
* Contains response data for the create operation.
|
|
690
|
-
*/
|
|
691
|
-
export declare type RemoteRenderingAccountsCreateResponse = RemoteRenderingAccount & {
|
|
692
|
-
/**
|
|
693
|
-
* The underlying HTTP response.
|
|
694
|
-
*/
|
|
695
|
-
_response: msRest.HttpResponse & {
|
|
696
|
-
/**
|
|
697
|
-
* The response body as text (string format)
|
|
698
|
-
*/
|
|
699
|
-
bodyAsText: string;
|
|
700
|
-
/**
|
|
701
|
-
* The response body as parsed JSON or XML
|
|
702
|
-
*/
|
|
703
|
-
parsedBody: RemoteRenderingAccount;
|
|
704
|
-
};
|
|
705
|
-
};
|
|
706
|
-
/**
|
|
707
|
-
* Contains response data for the listKeys operation.
|
|
708
|
-
*/
|
|
709
|
-
export declare type RemoteRenderingAccountsListKeysResponse = AccountKeys & {
|
|
710
|
-
/**
|
|
711
|
-
* The underlying HTTP response.
|
|
712
|
-
*/
|
|
713
|
-
_response: msRest.HttpResponse & {
|
|
714
|
-
/**
|
|
715
|
-
* The response body as text (string format)
|
|
716
|
-
*/
|
|
717
|
-
bodyAsText: string;
|
|
718
|
-
/**
|
|
719
|
-
* The response body as parsed JSON or XML
|
|
720
|
-
*/
|
|
721
|
-
parsedBody: AccountKeys;
|
|
722
|
-
};
|
|
723
|
-
};
|
|
724
|
-
/**
|
|
725
|
-
* Contains response data for the regenerateKeys operation.
|
|
726
|
-
*/
|
|
727
|
-
export declare type RemoteRenderingAccountsRegenerateKeysResponse = AccountKeys & {
|
|
728
|
-
/**
|
|
729
|
-
* The underlying HTTP response.
|
|
730
|
-
*/
|
|
731
|
-
_response: msRest.HttpResponse & {
|
|
732
|
-
/**
|
|
733
|
-
* The response body as text (string format)
|
|
734
|
-
*/
|
|
735
|
-
bodyAsText: string;
|
|
736
|
-
/**
|
|
737
|
-
* The response body as parsed JSON or XML
|
|
738
|
-
*/
|
|
739
|
-
parsedBody: AccountKeys;
|
|
740
|
-
};
|
|
741
|
-
};
|
|
742
|
-
/**
|
|
743
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
744
|
-
*/
|
|
745
|
-
export declare type RemoteRenderingAccountsListBySubscriptionNextResponse = RemoteRenderingAccountPage & {
|
|
746
|
-
/**
|
|
747
|
-
* The underlying HTTP response.
|
|
748
|
-
*/
|
|
749
|
-
_response: msRest.HttpResponse & {
|
|
750
|
-
/**
|
|
751
|
-
* The response body as text (string format)
|
|
752
|
-
*/
|
|
753
|
-
bodyAsText: string;
|
|
754
|
-
/**
|
|
755
|
-
* The response body as parsed JSON or XML
|
|
756
|
-
*/
|
|
757
|
-
parsedBody: RemoteRenderingAccountPage;
|
|
758
|
-
};
|
|
759
|
-
};
|
|
760
|
-
/**
|
|
761
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
762
|
-
*/
|
|
763
|
-
export declare type RemoteRenderingAccountsListByResourceGroupNextResponse = RemoteRenderingAccountPage & {
|
|
764
|
-
/**
|
|
765
|
-
* The underlying HTTP response.
|
|
766
|
-
*/
|
|
767
|
-
_response: msRest.HttpResponse & {
|
|
768
|
-
/**
|
|
769
|
-
* The response body as text (string format)
|
|
770
|
-
*/
|
|
771
|
-
bodyAsText: string;
|
|
772
|
-
/**
|
|
773
|
-
* The response body as parsed JSON or XML
|
|
774
|
-
*/
|
|
775
|
-
parsedBody: RemoteRenderingAccountPage;
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
//# sourceMappingURL=index.d.ts.map
|