@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/src/models/index.ts
CHANGED
|
@@ -1,852 +1,522 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
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
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
|
|
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
|
-
|
|
30
|
-
*/
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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
|
-
|
|
70
|
-
*/
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
-
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
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
|
-
|
|
107
|
-
*/
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
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
|
-
|
|
121
|
-
*/
|
|
122
|
-
|
|
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
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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
|
-
|
|
144
|
-
*/
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
|
|
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
|
-
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
|
|
159
|
-
|
|
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
|
-
|
|
171
|
-
*/
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
|
|
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
|
-
|
|
261
|
-
*/
|
|
262
|
-
|
|
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
|
-
|
|
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
|
-
*
|
|
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
|
-
|
|
211
|
+
readonly id?: string;
|
|
273
212
|
/**
|
|
274
|
-
* The
|
|
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
|
-
|
|
216
|
+
readonly name?: string;
|
|
277
217
|
/**
|
|
278
|
-
* The
|
|
279
|
-
*
|
|
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
|
-
|
|
221
|
+
readonly type?: string;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/** Developer Keys of account */
|
|
225
|
+
export interface AccountKeys {
|
|
282
226
|
/**
|
|
283
|
-
*
|
|
284
|
-
*
|
|
227
|
+
* value of primary key.
|
|
228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
229
|
*/
|
|
286
|
-
|
|
230
|
+
readonly primaryKey?: string;
|
|
287
231
|
/**
|
|
288
|
-
*
|
|
232
|
+
* value of secondary key.
|
|
233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
289
234
|
*/
|
|
290
|
-
|
|
235
|
+
readonly secondaryKey?: string;
|
|
291
236
|
}
|
|
292
237
|
|
|
293
|
-
/**
|
|
294
|
-
|
|
295
|
-
*/
|
|
296
|
-
|
|
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
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
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
|
-
*
|
|
317
|
-
*
|
|
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
|
|
274
|
+
readonly systemData?: SystemData;
|
|
275
|
+
/** The name of the storage account associated with this accountId */
|
|
276
|
+
storageAccountName?: string;
|
|
321
277
|
/**
|
|
322
|
-
*
|
|
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
|
-
|
|
281
|
+
readonly accountId?: string;
|
|
325
282
|
/**
|
|
326
|
-
*
|
|
327
|
-
*
|
|
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
|
-
|
|
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
|
-
*
|
|
334
|
-
*
|
|
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
|
-
|
|
303
|
+
readonly systemData?: SystemData;
|
|
304
|
+
/** The name of the storage account associated with this accountId */
|
|
305
|
+
storageAccountName?: string;
|
|
338
306
|
/**
|
|
339
|
-
*
|
|
340
|
-
*
|
|
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
|
|
310
|
+
readonly accountId?: string;
|
|
347
311
|
/**
|
|
348
|
-
*
|
|
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
|
-
|
|
351
|
-
|
|
352
|
-
sku?: ResourceModelWithAllowedPropertySetSku;
|
|
353
|
-
plan?: ResourceModelWithAllowedPropertySetPlan;
|
|
354
|
-
}
|
|
315
|
+
readonly accountDomain?: string;
|
|
316
|
+
};
|
|
355
317
|
|
|
356
|
-
/**
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
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
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
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
|
|
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
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
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
|
-
*
|
|
391
|
-
*
|
|
392
|
-
*
|
|
393
|
-
*
|
|
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
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
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
|
-
|
|
404
|
-
|
|
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
|
-
|
|
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
|
-
|
|
420
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
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
|
+
}
|