@azure/arm-azurestack 2.0.0 → 3.0.0-alpha.20220105.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +72 -73
  4. package/dist/index.js +3000 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/azureStackManagementClient.d.ts +24 -0
  9. package/dist-esm/src/azureStackManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureStackManagementClient.js +57 -0
  11. package/dist-esm/src/azureStackManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +854 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +55 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +37 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +608 -394
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +20 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +163 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/cloudManifestFile.d.ts +24 -0
  29. package/dist-esm/src/operations/cloudManifestFile.d.ts.map +1 -0
  30. package/dist-esm/src/operations/cloudManifestFile.js +70 -0
  31. package/dist-esm/src/operations/cloudManifestFile.js.map +1 -0
  32. package/dist-esm/src/operations/customerSubscriptions.d.ts +63 -0
  33. package/dist-esm/src/operations/customerSubscriptions.d.ts.map +1 -0
  34. package/dist-esm/src/operations/customerSubscriptions.js +241 -0
  35. package/dist-esm/src/operations/customerSubscriptions.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +3 -1
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +6 -6
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/linkedSubscriptions.d.ts +83 -0
  41. package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/linkedSubscriptions.js +359 -0
  43. package/dist-esm/src/operations/linkedSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/products.d.ts +78 -0
  49. package/dist-esm/src/operations/products.d.ts.map +1 -0
  50. package/dist-esm/src/operations/products.js +303 -0
  51. package/dist-esm/src/operations/products.js.map +1 -0
  52. package/dist-esm/src/operations/registrations.d.ts +97 -0
  53. package/dist-esm/src/operations/registrations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/registrations.js +416 -0
  55. package/dist-esm/src/operations/registrations.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  57. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  61. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +14 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  69. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  73. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/products.d.ts +53 -0
  77. package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/products.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/registrations.d.ts +61 -0
  81. package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/registrations.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/registrations.js.map +1 -0
  84. package/dist-esm/test/sampleTest.d.ts +4 -0
  85. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  86. package/dist-esm/test/sampleTest.js +43 -0
  87. package/dist-esm/test/sampleTest.js.map +1 -0
  88. package/package.json +63 -21
  89. package/review/arm-azurestack.api.md +695 -0
  90. package/rollup.config.js +181 -30
  91. package/src/azureStackManagementClient.ts +88 -37
  92. package/src/index.ts +12 -0
  93. package/src/models/index.ts +725 -836
  94. package/src/models/mappers.ts +623 -384
  95. package/src/models/parameters.ts +130 -32
  96. package/src/operations/cloudManifestFile.ts +93 -0
  97. package/src/operations/customerSubscriptions.ts +191 -206
  98. package/src/operations/index.ts +6 -6
  99. package/src/operations/linkedSubscriptions.ts +450 -0
  100. package/src/operations/operations.ts +89 -75
  101. package/src/operations/products.ts +240 -299
  102. package/src/operations/registrations.ts +347 -266
  103. package/src/operationsInterfaces/cloudManifestFile.ts +34 -0
  104. package/src/operationsInterfaces/customerSubscriptions.ts +75 -0
  105. package/src/operationsInterfaces/index.ts +14 -0
  106. package/src/operationsInterfaces/linkedSubscriptions.ts +91 -0
  107. package/src/operationsInterfaces/operations.ts +22 -0
  108. package/src/operationsInterfaces/products.ts +104 -0
  109. package/src/operationsInterfaces/registrations.ts +116 -0
  110. package/tsconfig.json +3 -3
  111. package/types/arm-azurestack.d.ts +1206 -0
  112. package/types/tsdoc-metadata.json +11 -0
  113. package/dist/arm-azurestack.js +0 -2143
  114. package/dist/arm-azurestack.js.map +0 -1
  115. package/dist/arm-azurestack.min.js +0 -1
  116. package/dist/arm-azurestack.min.js.map +0 -1
  117. package/esm/azureStackManagementClient.d.ts +0 -22
  118. package/esm/azureStackManagementClient.d.ts.map +0 -1
  119. package/esm/azureStackManagementClient.js +0 -37
  120. package/esm/azureStackManagementClient.js.map +0 -1
  121. package/esm/azureStackManagementClientContext.d.ts +0 -17
  122. package/esm/azureStackManagementClientContext.d.ts.map +0 -1
  123. package/esm/azureStackManagementClientContext.js +0 -57
  124. package/esm/azureStackManagementClientContext.js.map +0 -1
  125. package/esm/models/customerSubscriptionsMappers.d.ts +0 -2
  126. package/esm/models/customerSubscriptionsMappers.d.ts.map +0 -1
  127. package/esm/models/customerSubscriptionsMappers.js +0 -9
  128. package/esm/models/customerSubscriptionsMappers.js.map +0 -1
  129. package/esm/models/index.d.ts +0 -1014
  130. package/esm/models/index.d.ts.map +0 -1
  131. package/esm/models/index.js +0 -8
  132. package/esm/models/index.js.map +0 -1
  133. package/esm/models/mappers.d.ts +0 -31
  134. package/esm/models/mappers.d.ts.map +0 -1
  135. package/esm/models/mappers.js.map +0 -1
  136. package/esm/models/operationsMappers.d.ts +0 -2
  137. package/esm/models/operationsMappers.d.ts.map +0 -1
  138. package/esm/models/operationsMappers.js +0 -9
  139. package/esm/models/operationsMappers.js.map +0 -1
  140. package/esm/models/parameters.d.ts +0 -10
  141. package/esm/models/parameters.d.ts.map +0 -1
  142. package/esm/models/parameters.js +0 -92
  143. package/esm/models/parameters.js.map +0 -1
  144. package/esm/models/productsMappers.d.ts +0 -2
  145. package/esm/models/productsMappers.d.ts.map +0 -1
  146. package/esm/models/productsMappers.js +0 -9
  147. package/esm/models/productsMappers.js.map +0 -1
  148. package/esm/models/registrationsMappers.d.ts +0 -2
  149. package/esm/models/registrationsMappers.d.ts.map +0 -1
  150. package/esm/models/registrationsMappers.js +0 -9
  151. package/esm/models/registrationsMappers.js.map +0 -1
  152. package/esm/operations/customerSubscriptions.d.ts +0 -127
  153. package/esm/operations/customerSubscriptions.d.ts.map +0 -1
  154. package/esm/operations/customerSubscriptions.js +0 -188
  155. package/esm/operations/customerSubscriptions.js.map +0 -1
  156. package/esm/operations/index.d.ts.map +0 -1
  157. package/esm/operations/index.js.map +0 -1
  158. package/esm/operations/operations.d.ts +0 -46
  159. package/esm/operations/operations.d.ts.map +0 -1
  160. package/esm/operations/operations.js +0 -77
  161. package/esm/operations/operations.js.map +0 -1
  162. package/esm/operations/products.d.ts +0 -169
  163. package/esm/operations/products.d.ts.map +0 -1
  164. package/esm/operations/products.js +0 -268
  165. package/esm/operations/products.js.map +0 -1
  166. package/esm/operations/registrations.d.ts +0 -160
  167. package/esm/operations/registrations.d.ts.map +0 -1
  168. package/esm/operations/registrations.js +0 -250
  169. package/esm/operations/registrations.js.map +0 -1
  170. package/src/azureStackManagementClientContext.ts +0 -63
  171. package/src/models/customerSubscriptionsMappers.ts +0 -24
  172. package/src/models/operationsMappers.ts +0 -14
  173. package/src/models/productsMappers.ts +0 -30
  174. package/src/models/registrationsMappers.ts +0 -26
@@ -1,1092 +1,981 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
13
-
14
- /**
15
- * Base resource object.
16
- */
17
- export interface Resource extends BaseResource {
18
- /**
19
- * ID of the resource.
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
21
- */
22
- readonly id?: string;
23
- /**
24
- * Name of the resource.
25
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
26
- */
27
- readonly name?: string;
28
- /**
29
- * Type of Resource.
30
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
31
- */
32
- readonly type?: string;
33
- /**
34
- * The entity tag used for optimistic concurrency when modifying the resource.
35
- */
36
- etag?: string;
11
+ /** List of Operations */
12
+ export interface OperationList {
13
+ /** Array of operations */
14
+ value?: Operation[];
15
+ /** URI to the next page of operations. */
16
+ nextLink?: string;
37
17
  }
38
18
 
39
- /**
40
- * Base resource object.
41
- */
42
- export interface TrackedResource extends BaseResource {
43
- /**
44
- * ID of the resource.
45
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
46
- */
47
- readonly id?: string;
48
- /**
49
- * Name of the resource.
50
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
51
- */
52
- readonly name?: string;
53
- /**
54
- * Type of Resource.
55
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
56
- */
57
- readonly type?: string;
58
- /**
59
- * Custom tags for the resource.
60
- */
61
- tags?: { [propertyName: string]: string };
62
- /**
63
- * The entity tag used for optimistic concurrency when modifying the resource.
64
- */
65
- etag?: string;
19
+ /** Describes the supported REST operation. */
20
+ export interface Operation {
21
+ /** The name of the operation being performed on this particular object. */
22
+ name?: string;
23
+ /** Contains the localized display information for this particular operation or action. */
24
+ display?: Display;
25
+ /** The intended executor of the operation. */
26
+ origin?: string;
66
27
  }
67
28
 
68
- /**
69
- * Contains the localized display information for this particular operation or action.
70
- */
29
+ /** Contains the localized display information for this particular operation or action. */
71
30
  export interface Display {
72
- /**
73
- * The localized, friendly version of the resource provider name.
74
- */
31
+ /** The localized, friendly version of the resource provider name. */
75
32
  provider?: string;
76
- /**
77
- * The localized, friendly version of the resource type related to this action or operation; the
78
- * resource type should match the public documentation for the resource provider.
79
- */
33
+ /** The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. */
80
34
  resource?: string;
81
- /**
82
- * The localized, friendly name for the operation. Use the name as it will displayed to the user.
83
- */
35
+ /** The localized, friendly name for the operation. Use the name as it will displayed to the user. */
84
36
  operation?: string;
85
- /**
86
- * The localized, friendly description for the operation. The description will be displayed to
87
- * the user. It should be thorough and concise for used in both tooltips and detailed views.
88
- */
37
+ /** The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. */
89
38
  description?: string;
90
39
  }
91
40
 
92
- /**
93
- * Describes the supported REST operation.
94
- */
95
- export interface Operation {
96
- /**
97
- * The name of the operation being performed on this particular object.
98
- */
99
- name?: string;
100
- /**
101
- * Contains the localized display information for this particular operation or action.
102
- */
103
- display?: Display;
104
- /**
105
- * The intended executor of the operation.
106
- */
107
- origin?: string;
41
+ /** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
42
+ export interface ErrorResponse {
43
+ /** The details of the error. */
44
+ error?: ErrorDetails;
108
45
  }
109
46
 
110
- /**
111
- * The details of the error.
112
- */
47
+ /** The details of the error. */
113
48
  export interface ErrorDetails {
114
49
  /**
115
50
  * Error code.
116
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
51
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
52
  */
118
53
  readonly code?: string;
119
54
  /**
120
55
  * Error message indicating why the operation failed.
121
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
56
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
57
  */
123
58
  readonly message?: string;
124
59
  /**
125
60
  * The target of the particular error.
126
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
61
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
62
  */
128
63
  readonly target?: string;
129
64
  }
130
65
 
131
- /**
132
- * Error response indicates that the service is not able to process the incoming request. The
133
- * reason is provided in the error message.
134
- */
135
- export interface ErrorResponse {
136
- /**
137
- * The details of the error.
138
- */
139
- error?: ErrorDetails;
66
+ /** Cloud specific manifest JSON properties. */
67
+ export interface CloudManifestFileProperties {
68
+ /** Cloud specific manifest data. */
69
+ deploymentData?: CloudManifestFileDeploymentData;
70
+ /** Signature of the cloud specific manifest data. */
71
+ signature?: string;
140
72
  }
141
73
 
142
- /**
143
- * OS disk image.
144
- */
145
- export interface OsDiskImage {
146
- /**
147
- * OS operating system type. Possible values include: 'None', 'Windows', 'Linux'
148
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
149
- */
150
- readonly operatingSystem?: OperatingSystem;
151
- /**
152
- * SAS key for source blob.
153
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
154
- */
155
- readonly sourceBlobSasUri?: string;
74
+ /** Cloud specific manifest data for AzureStack deployment. */
75
+ export interface CloudManifestFileDeploymentData {
76
+ /** Dsms external certificates. */
77
+ externalDsmsCertificates?: string;
78
+ /** Signing verification public key. */
79
+ customCloudVerificationKey?: string;
80
+ /** ARM endpoint. */
81
+ customCloudArmEndpoint?: string;
82
+ /** Dsms endpoint. */
83
+ externalDsmsEndpoint?: string;
156
84
  }
157
85
 
158
- /**
159
- * Data disk image.
160
- */
161
- export interface DataDiskImage {
86
+ /** Base resource object. */
87
+ export interface Resource {
162
88
  /**
163
- * The LUN.
164
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
89
+ * ID of the resource.
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
91
  */
166
- readonly lun?: number;
92
+ readonly id?: string;
167
93
  /**
168
- * SAS key for source blob.
169
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
94
+ * Name of the resource.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
170
96
  */
171
- readonly sourceBlobSasUri?: string;
97
+ readonly name?: string;
98
+ /**
99
+ * Type of Resource.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /** The entity tag used for optimistic concurrency when modifying the resource. */
104
+ etag?: string;
172
105
  }
173
106
 
174
- /**
175
- * Extended description about the product required for installing it into Azure Stack.
176
- */
107
+ /** Pageable list of customer subscriptions. */
108
+ export interface CustomerSubscriptionList {
109
+ /** URI to the next page. */
110
+ nextLink?: string;
111
+ /** List of customer subscriptions. */
112
+ value?: CustomerSubscription[];
113
+ }
114
+
115
+ /** Metadata pertaining to creation and last modification of the resource. */
116
+ export interface SystemData {
117
+ /** The identity that created the resource. */
118
+ createdBy?: string;
119
+ /** The type of identity that created the resource. */
120
+ createdByType?: CreatedByType;
121
+ /** The timestamp of resource creation (UTC). */
122
+ createdAt?: Date;
123
+ /** The identity that last modified the resource. */
124
+ lastModifiedBy?: string;
125
+ /** The type of identity that last modified the resource. */
126
+ lastModifiedByType?: CreatedByType;
127
+ /** The timestamp of resource last modification (UTC) */
128
+ lastModifiedAt?: Date;
129
+ }
130
+
131
+ /** Pageable list of products. */
132
+ export interface ProductList {
133
+ /** URI to the next page. */
134
+ nextLink?: string;
135
+ /** List of products. */
136
+ value?: Product[];
137
+ }
138
+
139
+ /** Links to product icons. */
140
+ export interface IconUris {
141
+ /** URI to large icon. */
142
+ large?: string;
143
+ /** URI to wide icon. */
144
+ wide?: string;
145
+ /** URI to medium icon. */
146
+ medium?: string;
147
+ /** URI to small icon. */
148
+ small?: string;
149
+ /** URI to hero icon. */
150
+ hero?: string;
151
+ }
152
+
153
+ /** Link with additional information about a product. */
154
+ export interface ProductLink {
155
+ /** The description of the link. */
156
+ displayName?: string;
157
+ /** The URI corresponding to the link. */
158
+ uri?: string;
159
+ }
160
+
161
+ /** Additional properties of the product */
162
+ export interface ProductProperties {
163
+ /** The version. */
164
+ version?: string;
165
+ }
166
+
167
+ /** Product compatibility */
168
+ export interface Compatibility {
169
+ /** Tells if product is compatible with current device */
170
+ isCompatible?: boolean;
171
+ /** Short error message if any compatibility issues are found */
172
+ message?: string;
173
+ /** Full error message if any compatibility issues are found */
174
+ description?: string;
175
+ /** List of all issues found */
176
+ issues?: CompatibilityIssue[];
177
+ }
178
+
179
+ /** Extended description about the product required for installing it into Azure Stack. */
177
180
  export interface ExtendedProduct {
178
181
  /**
179
- * The URI to the .azpkg file that provides information required for showing product in the
180
- * gallery.
181
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
182
+ * The URI to the .azpkg file that provides information required for showing product in the gallery.
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
182
184
  */
183
185
  readonly galleryPackageBlobSasUri?: string;
184
186
  /**
185
187
  * Specifies the kind of the product (virtualMachine or virtualMachineExtension).
186
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
188
+ * NOTE: This property will not be serialized. It can only be populated by the server.
187
189
  */
188
190
  readonly productKind?: string;
189
191
  /**
190
- * Specifies kind of compute role included in the package. Possible values include: 'None',
191
- * 'IaaS', 'PaaS'
192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
192
+ * Specifies kind of compute role included in the package.
193
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
194
  */
194
195
  readonly computeRole?: ComputeRole;
195
196
  /**
196
197
  * Specifies if product is a Virtual Machine Extension.
197
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
198
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
199
  */
199
200
  readonly isSystemExtension?: boolean;
200
- /**
201
- * The URI.
202
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
203
- */
204
- readonly uri?: string;
205
201
  /**
206
202
  * Indicates if specified product supports multiple extensions.
207
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
204
  */
209
205
  readonly supportMultipleExtensions?: boolean;
210
206
  /**
211
207
  * Specifies product version.
212
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
209
  */
214
- readonly version?: string;
210
+ readonly versionPropertiesVersion?: string;
215
211
  /**
216
- * Specifies operating system used by the product. Possible values include: 'None', 'Windows',
217
- * 'Linux'
218
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
212
+ * Specifies operating system used by the product.
213
+ * NOTE: This property will not be serialized. It can only be populated by the server.
219
214
  */
220
215
  readonly vmOsType?: OperatingSystem;
221
216
  /**
222
217
  * Indicates if virtual machine Scale Set is enabled in the specified product.
223
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
224
219
  */
225
220
  readonly vmScaleSetEnabled?: boolean;
221
+ /**
222
+ * The URI.
223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
224
+ */
225
+ readonly uri?: string;
226
+ /**
227
+ * Specifies product version.
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
+ */
230
+ readonly version?: string;
226
231
  /**
227
232
  * OS disk image used by product.
228
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
234
  */
230
235
  readonly osDiskImage?: OsDiskImage;
231
236
  /**
232
237
  * List of attached data disks.
233
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
239
  */
235
240
  readonly dataDiskImages?: DataDiskImage[];
236
241
  }
237
242
 
238
- /**
239
- * Product information.
240
- */
243
+ /** Product information. */
241
244
  export interface VirtualMachineExtensionProductProperties {
242
245
  /**
243
- * Specifies kind of compute role included in the package. Possible values include: 'None',
244
- * 'IaaS', 'PaaS'
245
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
246
+ * Specifies kind of compute role included in the package.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
248
  */
247
249
  readonly computeRole?: ComputeRole;
248
250
  /**
249
251
  * Specifies if product is a Virtual Machine Extension.
250
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
253
  */
252
254
  readonly isSystemExtension?: boolean;
253
- /**
254
- * The URI.
255
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
256
- */
257
- readonly uri?: string;
258
255
  /**
259
256
  * Indicates if specified product supports multiple extensions.
260
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
257
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
258
  */
262
259
  readonly supportMultipleExtensions?: boolean;
263
260
  /**
264
261
  * Specifies product version.
265
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
263
  */
267
264
  readonly version?: string;
268
265
  /**
269
- * Specifies operating system used by the product. Possible values include: 'None', 'Windows',
270
- * 'Linux'
271
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
266
+ * Specifies operating system used by the product.
267
+ * NOTE: This property will not be serialized. It can only be populated by the server.
272
268
  */
273
269
  readonly vmOsType?: OperatingSystem;
274
270
  /**
275
271
  * Indicates if virtual machine Scale Set is enabled in the specified product.
276
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
277
273
  */
278
274
  readonly vmScaleSetEnabled?: boolean;
275
+ /**
276
+ * The URI.
277
+ * NOTE: This property will not be serialized. It can only be populated by the server.
278
+ */
279
+ readonly uri?: string;
279
280
  }
280
281
 
281
- /**
282
- * Product information.
283
- */
282
+ /** Product information. */
284
283
  export interface VirtualMachineProductProperties {
285
284
  /**
286
285
  * Specifies product version.
287
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
286
+ * NOTE: This property will not be serialized. It can only be populated by the server.
288
287
  */
289
288
  readonly version?: string;
290
289
  /**
291
290
  * OS disk image used by product.
292
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
293
292
  */
294
293
  readonly osDiskImage?: OsDiskImage;
295
294
  /**
296
295
  * List of attached data disks.
297
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
296
+ * NOTE: This property will not be serialized. It can only be populated by the server.
298
297
  */
299
298
  readonly dataDiskImages?: DataDiskImage[];
300
299
  }
301
300
 
302
- /**
303
- * Links to product icons.
304
- */
305
- export interface IconUris {
306
- /**
307
- * URI to large icon.
308
- */
309
- large?: string;
310
- /**
311
- * URI to wide icon.
312
- */
313
- wide?: string;
314
- /**
315
- * URI to medium icon.
316
- */
317
- medium?: string;
301
+ /** OS disk image. */
302
+ export interface OsDiskImage {
318
303
  /**
319
- * URI to small icon.
304
+ * OS operating system type.
305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
320
306
  */
321
- small?: string;
307
+ readonly operatingSystem?: OperatingSystem;
322
308
  /**
323
- * URI to hero icon.
309
+ * SAS key for source blob.
310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
324
311
  */
325
- hero?: string;
312
+ readonly sourceBlobSasUri?: string;
326
313
  }
327
314
 
328
- /**
329
- * Link with additional information about a product.
330
- */
331
- export interface ProductLink {
315
+ /** Data disk image. */
316
+ export interface DataDiskImage {
332
317
  /**
333
- * The description of the link.
318
+ * The LUN.
319
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
320
  */
335
- displayName?: string;
321
+ readonly lun?: number;
336
322
  /**
337
- * The URI corresponding to the link.
323
+ * SAS key for source blob.
324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
338
325
  */
339
- uri?: string;
326
+ readonly sourceBlobSasUri?: string;
340
327
  }
341
328
 
342
- /**
343
- * Additional properties of the product
344
- */
345
- export interface ProductProperties {
329
+ /** Device Configuration. */
330
+ export interface DeviceConfiguration {
346
331
  /**
347
- * The version.
332
+ * Version of the device.
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
348
334
  */
349
- version?: string;
335
+ readonly deviceVersion?: string;
336
+ /**
337
+ * Identity system of the device.
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly identitySystem?: Category;
350
341
  }
351
342
 
352
- /**
353
- * Product compatibility
354
- */
355
- export interface Compatibility {
343
+ /** Update details for product log. */
344
+ export interface MarketplaceProductLogUpdate {
356
345
  /**
357
- * Tells if product is compatible with current device
346
+ * Operation to log.
347
+ * NOTE: This property will not be serialized. It can only be populated by the server.
358
348
  */
359
- isCompatible?: boolean;
349
+ readonly operation?: string;
360
350
  /**
361
- * Short error message if any compatibility issues are found
351
+ * Operation status to log.
352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
362
353
  */
363
- message?: string;
354
+ readonly status?: string;
364
355
  /**
365
- * Full error message if any compatibility issues are found
356
+ * Error related to the operation.
357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
366
358
  */
367
- description?: string;
359
+ readonly error?: string;
368
360
  /**
369
- * List of all issues found
361
+ * Error details related to operation.
362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
370
363
  */
371
- issues?: CompatibilityIssue[];
364
+ readonly details?: string;
372
365
  }
373
366
 
374
- /**
375
- * Product information.
376
- */
377
- export interface Product extends Resource {
367
+ /** Product action log. */
368
+ export interface ProductLog {
378
369
  /**
379
- * The display name of the product.
370
+ * Log ID.
371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
380
372
  */
381
- displayName?: string;
373
+ readonly id?: string;
382
374
  /**
383
- * The description of the product.
375
+ * Logged product ID.
376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
384
377
  */
385
- description?: string;
378
+ readonly productId?: string;
386
379
  /**
387
- * The user-friendly name of the product publisher.
380
+ * Logged subscription ID.
381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
388
382
  */
389
- publisherDisplayName?: string;
383
+ readonly subscriptionId?: string;
390
384
  /**
391
- * Publisher identifier.
385
+ * Logged registration name.
386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
387
  */
393
- publisherIdentifier?: string;
388
+ readonly registrationName?: string;
394
389
  /**
395
- * The offer representing the product.
390
+ * Logged resource group name.
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
396
392
  */
397
- offer?: string;
393
+ readonly resourceGroupName?: string;
398
394
  /**
399
- * The version of the product offer.
395
+ * Logged operation.
396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
400
397
  */
401
- offerVersion?: string;
398
+ readonly operation?: string;
402
399
  /**
403
- * The product SKU.
400
+ * Operation start datetime.
401
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
402
  */
405
- sku?: string;
403
+ readonly startDate?: string;
406
404
  /**
407
- * The part number used for billing purposes.
405
+ * Operation end datetime.
406
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
407
  */
409
- billingPartNumber?: string;
408
+ readonly endDate?: string;
410
409
  /**
411
- * The type of the Virtual Machine Extension.
410
+ * Operation status.
411
+ * NOTE: This property will not be serialized. It can only be populated by the server.
412
412
  */
413
- vmExtensionType?: string;
413
+ readonly status?: string;
414
414
  /**
415
- * The identifier of the gallery item corresponding to the product.
415
+ * Operation error data.
416
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
417
  */
417
- galleryItemIdentity?: string;
418
+ readonly error?: string;
418
419
  /**
419
- * Additional links available for this product.
420
+ * Operation error details.
421
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
422
  */
421
- iconUris?: IconUris;
423
+ readonly details?: string;
424
+ }
425
+
426
+ /** Pageable list of registrations. */
427
+ export interface RegistrationList {
428
+ /** URI to the next page. */
429
+ nextLink?: string;
430
+ /** List of Registrations */
431
+ value?: Registration[];
432
+ }
433
+
434
+ /** Base resource object. */
435
+ export interface TrackedResource {
422
436
  /**
423
- * Additional links available for this product.
437
+ * ID of the resource.
438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
424
439
  */
425
- links?: ProductLink[];
426
- /**
427
- * The legal terms.
428
- */
429
- legalTerms?: string;
430
- /**
431
- * The privacy policy.
432
- */
433
- privacyPolicy?: string;
440
+ readonly id?: string;
434
441
  /**
435
- * The length of product content.
442
+ * Name of the resource.
443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
436
444
  */
437
- payloadLength?: number;
445
+ readonly name?: string;
438
446
  /**
439
- * The kind of the product (virtualMachine or virtualMachineExtension)
447
+ * Type of Resource.
448
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
449
  */
441
- productKind?: string;
450
+ readonly type?: string;
442
451
  /**
443
- * Additional properties for the product.
452
+ * The kind of the resource.
453
+ * NOTE: This property will not be serialized. It can only be populated by the server.
444
454
  */
445
- productProperties?: ProductProperties;
455
+ readonly kind?: string;
446
456
  /**
447
- * Product compatibility with current device.
457
+ * Metadata pertaining to creation and last modification of the resource.
458
+ * NOTE: This property will not be serialized. It can only be populated by the server.
448
459
  */
449
- compatibility?: Compatibility;
460
+ readonly systemData?: SystemData;
461
+ /** Location of the resource. */
462
+ location: Location;
463
+ /** Custom tags for the resource. */
464
+ tags?: { [propertyName: string]: string };
465
+ /** The entity tag used for optimistic concurrency when modifying the resource. */
466
+ etag?: string;
450
467
  }
451
468
 
452
- /**
453
- * Device Configuration.
454
- */
455
- export interface DeviceConfiguration {
456
- /**
457
- * Version of the device.
458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
459
- */
460
- readonly deviceVersion?: string;
461
- /**
462
- * Identity system of the device. Possible values include: 'AzureAD', 'ADFS'
463
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
464
- */
465
- readonly identitySystem?: Category;
469
+ /** Registration resource */
470
+ export interface RegistrationParameter {
471
+ /** Location of the resource. */
472
+ location: Location;
473
+ /** The token identifying registered Azure Stack */
474
+ registrationToken: string;
466
475
  }
467
476
 
468
- /**
469
- * Update details for product log.
470
- */
471
- export interface MarketplaceProductLogUpdate {
472
- /**
473
- * Operation to log.
474
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
475
- */
476
- readonly operation?: string;
477
- /**
478
- * Operation status to log.
479
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
480
- */
481
- readonly status?: string;
482
- /**
483
- * Error related to the operation.
484
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
485
- */
486
- readonly error?: string;
487
- /**
488
- * Error details related to operation.
489
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
490
- */
491
- readonly details?: string;
477
+ /** The resource containing the Azure Stack activation key. */
478
+ export interface ActivationKeyResult {
479
+ /** Azure Stack activation key. */
480
+ activationKey?: string;
492
481
  }
493
482
 
494
- /**
495
- * Product action log.
496
- */
497
- export interface ProductLog {
498
- /**
499
- * Log ID.
500
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
501
- */
502
- readonly id?: string;
503
- /**
504
- * Logged product ID.
505
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
506
- */
507
- readonly productId?: string;
508
- /**
509
- * Logged subscription ID.
510
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
511
- */
512
- readonly subscriptionId?: string;
513
- /**
514
- * Logged registration name.
515
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
516
- */
517
- readonly registrationName?: string;
483
+ /** List of linked subscriptions with paging support. */
484
+ export interface LinkedSubscriptionsList {
485
+ /** URI to the next page. */
486
+ nextLink?: string;
487
+ /** List of Linked Subscriptions */
488
+ value?: LinkedSubscription[];
489
+ }
490
+
491
+ /** Linked Subscription resource */
492
+ export interface LinkedSubscriptionParameter {
493
+ /** Location of the resource. */
494
+ location: Location;
495
+ /** The identifier associated with the device subscription. */
496
+ linkedSubscriptionId: string;
497
+ /** The identifier associated with the device registration. */
498
+ registrationResourceId: string;
499
+ }
500
+
501
+ /** Cloud specific manifest GET response. */
502
+ export type CloudManifestFileResponse = Resource & {
503
+ /** Cloud specific manifest data. */
504
+ properties?: CloudManifestFileProperties;
505
+ };
506
+
507
+ /** Customer subscription. */
508
+ export type CustomerSubscription = Resource & {
518
509
  /**
519
- * Logged resource group name.
520
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
510
+ * Metadata pertaining to creation and last modification of the resource.
511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
521
512
  */
522
- readonly resourceGroupName?: string;
513
+ readonly systemData?: SystemData;
514
+ /** Tenant Id. */
515
+ tenantId?: string;
516
+ };
517
+
518
+ /** Product information. */
519
+ export type Product = Resource & {
523
520
  /**
524
- * Logged operation.
525
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
521
+ * Metadata pertaining to creation and last modification of the resource.
522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
526
523
  */
527
- readonly operation?: string;
524
+ readonly systemData?: SystemData;
525
+ /** The display name of the product. */
526
+ displayName?: string;
527
+ /** The description of the product. */
528
+ description?: string;
529
+ /** The user-friendly name of the product publisher. */
530
+ publisherDisplayName?: string;
531
+ /** Publisher identifier. */
532
+ publisherIdentifier?: string;
533
+ /** The offer representing the product. */
534
+ offer?: string;
535
+ /** The version of the product offer. */
536
+ offerVersion?: string;
537
+ /** The product SKU. */
538
+ sku?: string;
539
+ /** The part number used for billing purposes. */
540
+ billingPartNumber?: string;
541
+ /** The type of the Virtual Machine Extension. */
542
+ vmExtensionType?: string;
543
+ /** The identifier of the gallery item corresponding to the product. */
544
+ galleryItemIdentity?: string;
545
+ /** Additional links available for this product. */
546
+ iconUris?: IconUris;
547
+ /** Additional links available for this product. */
548
+ links?: ProductLink[];
549
+ /** The legal terms. */
550
+ legalTerms?: string;
551
+ /** The privacy policy. */
552
+ privacyPolicy?: string;
553
+ /** The length of product content. */
554
+ payloadLength?: number;
555
+ /** The kind of the product (virtualMachine or virtualMachineExtension) */
556
+ productKind?: string;
557
+ /** Additional properties for the product. */
558
+ productProperties?: ProductProperties;
559
+ /** Product compatibility with current device. */
560
+ compatibility?: Compatibility;
561
+ };
562
+
563
+ /** Product information. */
564
+ export type ExtendedProductProperties = VirtualMachineExtensionProductProperties &
565
+ VirtualMachineProductProperties & {};
566
+
567
+ /** Registration information. */
568
+ export type Registration = TrackedResource & {
569
+ /** The object identifier associated with the Azure Stack connecting to Azure. */
570
+ objectId?: string;
571
+ /** The identifier of the registered Azure Stack. */
572
+ cloudId?: string;
573
+ /** Specifies the billing mode for the Azure Stack registration. */
574
+ billingModel?: string;
575
+ };
576
+
577
+ /** Linked Subscription information. */
578
+ export type LinkedSubscription = TrackedResource & {
579
+ /** The identifier associated with the device subscription. */
580
+ linkedSubscriptionId?: string;
581
+ /** The identifier associated with the device registration. */
582
+ registrationResourceId?: string;
528
583
  /**
529
- * Operation start datetime.
530
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
584
+ * The identifier of the Azure Stack device for remote management.
585
+ * NOTE: This property will not be serialized. It can only be populated by the server.
531
586
  */
532
- readonly startDate?: string;
587
+ readonly deviceId?: string;
533
588
  /**
534
- * Operation end datetime.
535
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
589
+ * The object identifier associated with the Azure Stack device connecting to Azure.
590
+ * NOTE: This property will not be serialized. It can only be populated by the server.
536
591
  */
537
- readonly endDate?: string;
592
+ readonly deviceObjectId?: string;
538
593
  /**
539
- * Operation status.
540
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
594
+ * The connection state of the Azure Stack device.
595
+ * NOTE: This property will not be serialized. It can only be populated by the server.
541
596
  */
542
- readonly status?: string;
597
+ readonly deviceLinkState?: string;
543
598
  /**
544
- * Operation error data.
545
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
599
+ * The last remote management connection time for the Azure Stack device connected to the linked subscription resource.
600
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
601
  */
547
- readonly error?: string;
602
+ readonly lastConnectedTime?: string;
548
603
  /**
549
- * Operation error details.
550
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
604
+ * The status of the remote management connection of the Azure Stack device.
605
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
606
  */
552
- readonly details?: string;
607
+ readonly deviceConnectionStatus?: string;
608
+ };
609
+
610
+ /** Known values of {@link CreatedByType} that the service accepts. */
611
+ export enum KnownCreatedByType {
612
+ User = "User",
613
+ Application = "Application",
614
+ ManagedIdentity = "ManagedIdentity",
615
+ Key = "Key"
553
616
  }
554
617
 
555
618
  /**
556
- * Registration information.
557
- */
558
- export interface Registration extends TrackedResource {
559
- /**
560
- * The object identifier associated with the Azure Stack connecting to Azure.
561
- */
562
- objectId?: string;
563
- /**
564
- * The identifier of the registered Azure Stack.
565
- */
566
- cloudId?: string;
567
- /**
568
- * Specifies the billing mode for the Azure Stack registration.
569
- */
570
- billingModel?: string;
619
+ * Defines values for CreatedByType. \
620
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
621
+ * this enum contains the known values that the service supports.
622
+ * ### Known values supported by the service
623
+ * **User** \
624
+ * **Application** \
625
+ * **ManagedIdentity** \
626
+ * **Key**
627
+ */
628
+ export type CreatedByType = string;
629
+
630
+ /** Known values of {@link CompatibilityIssue} that the service accepts. */
631
+ export enum KnownCompatibilityIssue {
632
+ HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
633
+ LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
634
+ CapacityBillingModelRequired = "CapacityBillingModelRequired",
635
+ PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired",
636
+ DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
637
+ AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
638
+ AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
639
+ ConnectionToInternetRequired = "ConnectionToInternetRequired",
640
+ ConnectionToAzureRequired = "ConnectionToAzureRequired",
641
+ DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired"
571
642
  }
572
643
 
573
644
  /**
574
- * The resource containing the Azure Stack activation key.
575
- */
576
- export interface ActivationKeyResult {
577
- /**
578
- * Azure Stack activation key.
579
- */
580
- activationKey?: string;
645
+ * Defines values for CompatibilityIssue. \
646
+ * {@link KnownCompatibilityIssue} can be used interchangeably with CompatibilityIssue,
647
+ * this enum contains the known values that the service supports.
648
+ * ### Known values supported by the service
649
+ * **HigherDeviceVersionRequired** \
650
+ * **LowerDeviceVersionRequired** \
651
+ * **CapacityBillingModelRequired** \
652
+ * **PayAsYouGoBillingModelRequired** \
653
+ * **DevelopmentBillingModelRequired** \
654
+ * **AzureADIdentitySystemRequired** \
655
+ * **ADFSIdentitySystemRequired** \
656
+ * **ConnectionToInternetRequired** \
657
+ * **ConnectionToAzureRequired** \
658
+ * **DisconnectedEnvironmentRequired**
659
+ */
660
+ export type CompatibilityIssue = string;
661
+
662
+ /** Known values of {@link ComputeRole} that the service accepts. */
663
+ export enum KnownComputeRole {
664
+ None = "None",
665
+ IaaS = "IaaS",
666
+ PaaS = "PaaS"
581
667
  }
582
668
 
583
669
  /**
584
- * Registration resource
670
+ * Defines values for ComputeRole. \
671
+ * {@link KnownComputeRole} can be used interchangeably with ComputeRole,
672
+ * this enum contains the known values that the service supports.
673
+ * ### Known values supported by the service
674
+ * **None** \
675
+ * **IaaS** \
676
+ * **PaaS**
585
677
  */
586
- export interface RegistrationParameter {
587
- /**
588
- * The token identifying registered Azure Stack
589
- */
590
- registrationToken: string;
591
- /**
592
- * Location of the resource. Possible values include: 'global'
593
- */
594
- location?: Location;
678
+ export type ComputeRole = string;
679
+
680
+ /** Known values of {@link OperatingSystem} that the service accepts. */
681
+ export enum KnownOperatingSystem {
682
+ None = "None",
683
+ Windows = "Windows",
684
+ Linux = "Linux"
595
685
  }
596
686
 
597
687
  /**
598
- * Customer subscription.
688
+ * Defines values for OperatingSystem. \
689
+ * {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,
690
+ * this enum contains the known values that the service supports.
691
+ * ### Known values supported by the service
692
+ * **None** \
693
+ * **Windows** \
694
+ * **Linux**
599
695
  */
600
- export interface CustomerSubscription extends Resource {
601
- /**
602
- * Tenant Id.
603
- */
604
- tenantId?: string;
696
+ export type OperatingSystem = string;
697
+
698
+ /** Known values of {@link Category} that the service accepts. */
699
+ export enum KnownCategory {
700
+ AzureAD = "AzureAD",
701
+ Adfs = "ADFS"
605
702
  }
606
703
 
607
704
  /**
608
- * An interface representing AzureStackManagementClientOptions.
705
+ * Defines values for Category. \
706
+ * {@link KnownCategory} can be used interchangeably with Category,
707
+ * this enum contains the known values that the service supports.
708
+ * ### Known values supported by the service
709
+ * **AzureAD** \
710
+ * **ADFS**
609
711
  */
610
- export interface AzureStackManagementClientOptions extends AzureServiceClientOptions {
611
- baseUri?: string;
712
+ export type Category = string;
713
+
714
+ /** Known values of {@link Location} that the service accepts. */
715
+ export enum KnownLocation {
716
+ Global = "global"
612
717
  }
613
718
 
614
719
  /**
615
- * @interface
616
- * List of Operations
617
- * @extends Array<Operation>
720
+ * Defines values for Location. \
721
+ * {@link KnownLocation} can be used interchangeably with Location,
722
+ * this enum contains the known values that the service supports.
723
+ * ### Known values supported by the service
724
+ * **global**
618
725
  */
619
- export interface OperationList extends Array<Operation> {
620
- /**
621
- * URI to the next page of operations.
622
- */
623
- nextLink?: string;
726
+ export type Location = string;
727
+ /** Defines values for ProvisioningState. */
728
+ export type ProvisioningState =
729
+ | "Creating"
730
+ | "Failed"
731
+ | "Succeeded"
732
+ | "Canceled";
733
+
734
+ /** Optional parameters. */
735
+ export interface OperationsListOptionalParams
736
+ extends coreClient.OperationOptions {}
737
+
738
+ /** Contains response data for the list operation. */
739
+ export type OperationsListResponse = OperationList;
740
+
741
+ /** Optional parameters. */
742
+ export interface OperationsListNextOptionalParams
743
+ extends coreClient.OperationOptions {}
744
+
745
+ /** Contains response data for the listNext operation. */
746
+ export type OperationsListNextResponse = OperationList;
747
+
748
+ /** Optional parameters. */
749
+ export interface CloudManifestFileListOptionalParams
750
+ extends coreClient.OperationOptions {}
751
+
752
+ /** Contains response data for the list operation. */
753
+ export type CloudManifestFileListResponse = CloudManifestFileResponse;
754
+
755
+ /** Optional parameters. */
756
+ export interface CloudManifestFileGetOptionalParams
757
+ extends coreClient.OperationOptions {
758
+ /** Signing verification key version creation date. */
759
+ versionCreationDate?: string;
624
760
  }
625
761
 
626
- /**
627
- * @interface
628
- * Pageable list of products.
629
- * @extends Array<Product>
630
- */
631
- export interface ProductList extends Array<Product> {
632
- /**
633
- * URI to the next page.
634
- */
635
- nextLink?: string;
762
+ /** Contains response data for the get operation. */
763
+ export type CloudManifestFileGetResponse = CloudManifestFileResponse;
764
+
765
+ /** Optional parameters. */
766
+ export interface CustomerSubscriptionsListOptionalParams
767
+ extends coreClient.OperationOptions {}
768
+
769
+ /** Contains response data for the list operation. */
770
+ export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
771
+
772
+ /** Optional parameters. */
773
+ export interface CustomerSubscriptionsGetOptionalParams
774
+ extends coreClient.OperationOptions {}
775
+
776
+ /** Contains response data for the get operation. */
777
+ export type CustomerSubscriptionsGetResponse = CustomerSubscription;
778
+
779
+ /** Optional parameters. */
780
+ export interface CustomerSubscriptionsDeleteOptionalParams
781
+ extends coreClient.OperationOptions {}
782
+
783
+ /** Optional parameters. */
784
+ export interface CustomerSubscriptionsCreateOptionalParams
785
+ extends coreClient.OperationOptions {}
786
+
787
+ /** Contains response data for the create operation. */
788
+ export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
789
+
790
+ /** Optional parameters. */
791
+ export interface CustomerSubscriptionsListNextOptionalParams
792
+ extends coreClient.OperationOptions {}
793
+
794
+ /** Contains response data for the listNext operation. */
795
+ export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
796
+
797
+ /** Optional parameters. */
798
+ export interface ProductsListOptionalParams
799
+ extends coreClient.OperationOptions {}
800
+
801
+ /** Contains response data for the list operation. */
802
+ export type ProductsListResponse = ProductList;
803
+
804
+ /** Optional parameters. */
805
+ export interface ProductsGetOptionalParams
806
+ extends coreClient.OperationOptions {}
807
+
808
+ /** Contains response data for the get operation. */
809
+ export type ProductsGetResponse = Product;
810
+
811
+ /** Optional parameters. */
812
+ export interface ProductsListDetailsOptionalParams
813
+ extends coreClient.OperationOptions {}
814
+
815
+ /** Contains response data for the listDetails operation. */
816
+ export type ProductsListDetailsResponse = ExtendedProduct;
817
+
818
+ /** Optional parameters. */
819
+ export interface ProductsGetProductsOptionalParams
820
+ extends coreClient.OperationOptions {
821
+ /** Device configuration. */
822
+ deviceConfiguration?: DeviceConfiguration;
636
823
  }
637
824
 
638
- /**
639
- * @interface
640
- * Pageable list of registrations.
641
- * @extends Array<Registration>
642
- */
643
- export interface RegistrationList extends Array<Registration> {
644
- /**
645
- * URI to the next page.
646
- */
647
- nextLink?: string;
825
+ /** Contains response data for the getProducts operation. */
826
+ export type ProductsGetProductsResponse = ProductList;
827
+
828
+ /** Optional parameters. */
829
+ export interface ProductsGetProductOptionalParams
830
+ extends coreClient.OperationOptions {
831
+ /** Device configuration. */
832
+ deviceConfiguration?: DeviceConfiguration;
648
833
  }
649
834
 
650
- /**
651
- * @interface
652
- * Pageable list of customer subscriptions.
653
- * @extends Array<CustomerSubscription>
654
- */
655
- export interface CustomerSubscriptionList extends Array<CustomerSubscription> {
656
- /**
657
- * URI to the next page.
658
- */
659
- nextLink?: string;
835
+ /** Contains response data for the getProduct operation. */
836
+ export type ProductsGetProductResponse = Product;
837
+
838
+ /** Optional parameters. */
839
+ export interface ProductsUploadLogOptionalParams
840
+ extends coreClient.OperationOptions {
841
+ /** Update details for product log. */
842
+ marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
660
843
  }
661
844
 
662
- /**
663
- * Defines values for ProvisioningState.
664
- * Possible values include: 'Creating', 'Failed', 'Succeeded', 'Canceled'
665
- * @readonly
666
- * @enum {string}
667
- */
668
- export type ProvisioningState = 'Creating' | 'Failed' | 'Succeeded' | 'Canceled';
845
+ /** Contains response data for the uploadLog operation. */
846
+ export type ProductsUploadLogResponse = ProductLog;
669
847
 
670
- /**
671
- * Defines values for ComputeRole.
672
- * Possible values include: 'None', 'IaaS', 'PaaS'
673
- * @readonly
674
- * @enum {string}
675
- */
676
- export type ComputeRole = 'None' | 'IaaS' | 'PaaS';
848
+ /** Optional parameters. */
849
+ export interface ProductsListNextOptionalParams
850
+ extends coreClient.OperationOptions {}
677
851
 
678
- /**
679
- * Defines values for OperatingSystem.
680
- * Possible values include: 'None', 'Windows', 'Linux'
681
- * @readonly
682
- * @enum {string}
683
- */
684
- export type OperatingSystem = 'None' | 'Windows' | 'Linux';
852
+ /** Contains response data for the listNext operation. */
853
+ export type ProductsListNextResponse = ProductList;
685
854
 
686
- /**
687
- * Defines values for CompatibilityIssue.
688
- * Possible values include: 'HigherDeviceVersionRequired', 'LowerDeviceVersionRequired',
689
- * 'CapacityBillingModelRequired', 'PayAsYouGoBillingModelRequired',
690
- * 'DevelopmentBillingModelRequired', 'AzureADIdentitySystemRequired',
691
- * 'ADFSIdentitySystemRequired', 'ConnectionToInternetRequired', 'ConnectionToAzureRequired',
692
- * 'DisconnectedEnvironmentRequired'
693
- * @readonly
694
- * @enum {string}
695
- */
696
- export type CompatibilityIssue = 'HigherDeviceVersionRequired' | 'LowerDeviceVersionRequired' | 'CapacityBillingModelRequired' | 'PayAsYouGoBillingModelRequired' | 'DevelopmentBillingModelRequired' | 'AzureADIdentitySystemRequired' | 'ADFSIdentitySystemRequired' | 'ConnectionToInternetRequired' | 'ConnectionToAzureRequired' | 'DisconnectedEnvironmentRequired';
855
+ /** Optional parameters. */
856
+ export interface RegistrationsListOptionalParams
857
+ extends coreClient.OperationOptions {}
697
858
 
698
- /**
699
- * Defines values for Category.
700
- * Possible values include: 'AzureAD', 'ADFS'
701
- * @readonly
702
- * @enum {string}
703
- */
704
- export type Category = 'AzureAD' | 'ADFS';
859
+ /** Contains response data for the list operation. */
860
+ export type RegistrationsListResponse = RegistrationList;
705
861
 
706
- /**
707
- * Defines values for Location.
708
- * Possible values include: 'global'
709
- * @readonly
710
- * @enum {string}
711
- */
712
- export type Location = 'global';
862
+ /** Optional parameters. */
863
+ export interface RegistrationsListBySubscriptionOptionalParams
864
+ extends coreClient.OperationOptions {}
713
865
 
714
- /**
715
- * Contains response data for the list operation.
716
- */
717
- export type OperationsListResponse = OperationList & {
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: OperationList;
731
- };
732
- };
866
+ /** Contains response data for the listBySubscription operation. */
867
+ export type RegistrationsListBySubscriptionResponse = RegistrationList;
733
868
 
734
- /**
735
- * Contains response data for the listNext operation.
736
- */
737
- export type OperationsListNextResponse = OperationList & {
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: OperationList;
751
- };
752
- };
869
+ /** Optional parameters. */
870
+ export interface RegistrationsGetOptionalParams
871
+ extends coreClient.OperationOptions {}
753
872
 
754
- /**
755
- * Contains response data for the list operation.
756
- */
757
- export type ProductsListResponse = ProductList & {
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: ProductList;
771
- };
772
- };
873
+ /** Contains response data for the get operation. */
874
+ export type RegistrationsGetResponse = Registration;
773
875
 
774
- /**
775
- * Contains response data for the get operation.
776
- */
777
- export type ProductsGetResponse = Product & {
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: Product;
791
- };
792
- };
876
+ /** Optional parameters. */
877
+ export interface RegistrationsDeleteOptionalParams
878
+ extends coreClient.OperationOptions {}
793
879
 
794
- /**
795
- * Contains response data for the listDetails operation.
796
- */
797
- export type ProductsListDetailsResponse = ExtendedProduct & {
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: ExtendedProduct;
811
- };
812
- };
880
+ /** Optional parameters. */
881
+ export interface RegistrationsCreateOrUpdateOptionalParams
882
+ extends coreClient.OperationOptions {}
813
883
 
814
- /**
815
- * Contains response data for the getProducts operation.
816
- */
817
- export type ProductsGetProductsResponse = ProductList & {
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: ProductList;
831
- };
832
- };
884
+ /** Contains response data for the createOrUpdate operation. */
885
+ export type RegistrationsCreateOrUpdateResponse = Registration;
833
886
 
834
- /**
835
- * Contains response data for the getProduct operation.
836
- */
837
- export type ProductsGetProductResponse = Product & {
838
- /**
839
- * The underlying HTTP response.
840
- */
841
- _response: msRest.HttpResponse & {
842
- /**
843
- * The response body as text (string format)
844
- */
845
- bodyAsText: string;
846
-
847
- /**
848
- * The response body as parsed JSON or XML
849
- */
850
- parsedBody: Product;
851
- };
852
- };
887
+ /** Optional parameters. */
888
+ export interface RegistrationsUpdateOptionalParams
889
+ extends coreClient.OperationOptions {}
853
890
 
854
- /**
855
- * Contains response data for the uploadLog operation.
856
- */
857
- export type ProductsUploadLogResponse = ProductLog & {
858
- /**
859
- * The underlying HTTP response.
860
- */
861
- _response: msRest.HttpResponse & {
862
- /**
863
- * The response body as text (string format)
864
- */
865
- bodyAsText: string;
866
-
867
- /**
868
- * The response body as parsed JSON or XML
869
- */
870
- parsedBody: ProductLog;
871
- };
872
- };
891
+ /** Contains response data for the update operation. */
892
+ export type RegistrationsUpdateResponse = Registration;
873
893
 
874
- /**
875
- * Contains response data for the listNext operation.
876
- */
877
- export type ProductsListNextResponse = ProductList & {
878
- /**
879
- * The underlying HTTP response.
880
- */
881
- _response: msRest.HttpResponse & {
882
- /**
883
- * The response body as text (string format)
884
- */
885
- bodyAsText: string;
886
-
887
- /**
888
- * The response body as parsed JSON or XML
889
- */
890
- parsedBody: ProductList;
891
- };
892
- };
894
+ /** Optional parameters. */
895
+ export interface RegistrationsGetActivationKeyOptionalParams
896
+ extends coreClient.OperationOptions {}
893
897
 
894
- /**
895
- * Contains response data for the list operation.
896
- */
897
- export type RegistrationsListResponse = RegistrationList & {
898
- /**
899
- * The underlying HTTP response.
900
- */
901
- _response: msRest.HttpResponse & {
902
- /**
903
- * The response body as text (string format)
904
- */
905
- bodyAsText: string;
906
-
907
- /**
908
- * The response body as parsed JSON or XML
909
- */
910
- parsedBody: RegistrationList;
911
- };
912
- };
898
+ /** Contains response data for the getActivationKey operation. */
899
+ export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
913
900
 
914
- /**
915
- * Contains response data for the get operation.
916
- */
917
- export type RegistrationsGetResponse = Registration & {
918
- /**
919
- * The underlying HTTP response.
920
- */
921
- _response: msRest.HttpResponse & {
922
- /**
923
- * The response body as text (string format)
924
- */
925
- bodyAsText: string;
926
-
927
- /**
928
- * The response body as parsed JSON or XML
929
- */
930
- parsedBody: Registration;
931
- };
932
- };
901
+ /** Optional parameters. */
902
+ export interface RegistrationsEnableRemoteManagementOptionalParams
903
+ extends coreClient.OperationOptions {}
933
904
 
934
- /**
935
- * Contains response data for the createOrUpdate operation.
936
- */
937
- export type RegistrationsCreateOrUpdateResponse = Registration & {
938
- /**
939
- * The underlying HTTP response.
940
- */
941
- _response: msRest.HttpResponse & {
942
- /**
943
- * The response body as text (string format)
944
- */
945
- bodyAsText: string;
946
-
947
- /**
948
- * The response body as parsed JSON or XML
949
- */
950
- parsedBody: Registration;
951
- };
952
- };
905
+ /** Optional parameters. */
906
+ export interface RegistrationsListNextOptionalParams
907
+ extends coreClient.OperationOptions {}
953
908
 
954
- /**
955
- * Contains response data for the update operation.
956
- */
957
- export type RegistrationsUpdateResponse = Registration & {
958
- /**
959
- * The underlying HTTP response.
960
- */
961
- _response: msRest.HttpResponse & {
962
- /**
963
- * The response body as text (string format)
964
- */
965
- bodyAsText: string;
966
-
967
- /**
968
- * The response body as parsed JSON or XML
969
- */
970
- parsedBody: Registration;
971
- };
972
- };
909
+ /** Contains response data for the listNext operation. */
910
+ export type RegistrationsListNextResponse = RegistrationList;
973
911
 
974
- /**
975
- * Contains response data for the getActivationKey operation.
976
- */
977
- export type RegistrationsGetActivationKeyResponse = ActivationKeyResult & {
978
- /**
979
- * The underlying HTTP response.
980
- */
981
- _response: msRest.HttpResponse & {
982
- /**
983
- * The response body as text (string format)
984
- */
985
- bodyAsText: string;
986
-
987
- /**
988
- * The response body as parsed JSON or XML
989
- */
990
- parsedBody: ActivationKeyResult;
991
- };
992
- };
912
+ /** Optional parameters. */
913
+ export interface RegistrationsListBySubscriptionNextOptionalParams
914
+ extends coreClient.OperationOptions {}
993
915
 
994
- /**
995
- * Contains response data for the listNext operation.
996
- */
997
- export type RegistrationsListNextResponse = RegistrationList & {
998
- /**
999
- * The underlying HTTP response.
1000
- */
1001
- _response: msRest.HttpResponse & {
1002
- /**
1003
- * The response body as text (string format)
1004
- */
1005
- bodyAsText: string;
1006
-
1007
- /**
1008
- * The response body as parsed JSON or XML
1009
- */
1010
- parsedBody: RegistrationList;
1011
- };
1012
- };
916
+ /** Contains response data for the listBySubscriptionNext operation. */
917
+ export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
1013
918
 
1014
- /**
1015
- * Contains response data for the list operation.
1016
- */
1017
- export type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
1018
- /**
1019
- * The underlying HTTP response.
1020
- */
1021
- _response: msRest.HttpResponse & {
1022
- /**
1023
- * The response body as text (string format)
1024
- */
1025
- bodyAsText: string;
1026
-
1027
- /**
1028
- * The response body as parsed JSON or XML
1029
- */
1030
- parsedBody: CustomerSubscriptionList;
1031
- };
1032
- };
919
+ /** Optional parameters. */
920
+ export interface LinkedSubscriptionsListByResourceGroupOptionalParams
921
+ extends coreClient.OperationOptions {}
1033
922
 
1034
- /**
1035
- * Contains response data for the get operation.
1036
- */
1037
- export type CustomerSubscriptionsGetResponse = CustomerSubscription & {
1038
- /**
1039
- * The underlying HTTP response.
1040
- */
1041
- _response: msRest.HttpResponse & {
1042
- /**
1043
- * The response body as text (string format)
1044
- */
1045
- bodyAsText: string;
1046
-
1047
- /**
1048
- * The response body as parsed JSON or XML
1049
- */
1050
- parsedBody: CustomerSubscription;
1051
- };
1052
- };
923
+ /** Contains response data for the listByResourceGroup operation. */
924
+ export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
1053
925
 
1054
- /**
1055
- * Contains response data for the create operation.
1056
- */
1057
- export type CustomerSubscriptionsCreateResponse = CustomerSubscription & {
1058
- /**
1059
- * The underlying HTTP response.
1060
- */
1061
- _response: msRest.HttpResponse & {
1062
- /**
1063
- * The response body as text (string format)
1064
- */
1065
- bodyAsText: string;
1066
-
1067
- /**
1068
- * The response body as parsed JSON or XML
1069
- */
1070
- parsedBody: CustomerSubscription;
1071
- };
1072
- };
926
+ /** Optional parameters. */
927
+ export interface LinkedSubscriptionsListBySubscriptionOptionalParams
928
+ extends coreClient.OperationOptions {}
1073
929
 
1074
- /**
1075
- * Contains response data for the listNext operation.
1076
- */
1077
- export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
1078
- /**
1079
- * The underlying HTTP response.
1080
- */
1081
- _response: msRest.HttpResponse & {
1082
- /**
1083
- * The response body as text (string format)
1084
- */
1085
- bodyAsText: string;
1086
-
1087
- /**
1088
- * The response body as parsed JSON or XML
1089
- */
1090
- parsedBody: CustomerSubscriptionList;
1091
- };
1092
- };
930
+ /** Contains response data for the listBySubscription operation. */
931
+ export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
932
+
933
+ /** Optional parameters. */
934
+ export interface LinkedSubscriptionsGetOptionalParams
935
+ extends coreClient.OperationOptions {}
936
+
937
+ /** Contains response data for the get operation. */
938
+ export type LinkedSubscriptionsGetResponse = LinkedSubscription;
939
+
940
+ /** Optional parameters. */
941
+ export interface LinkedSubscriptionsDeleteOptionalParams
942
+ extends coreClient.OperationOptions {}
943
+
944
+ /** Optional parameters. */
945
+ export interface LinkedSubscriptionsCreateOrUpdateOptionalParams
946
+ extends coreClient.OperationOptions {}
947
+
948
+ /** Contains response data for the createOrUpdate operation. */
949
+ export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
950
+
951
+ /** Optional parameters. */
952
+ export interface LinkedSubscriptionsUpdateOptionalParams
953
+ extends coreClient.OperationOptions {}
954
+
955
+ /** Contains response data for the update operation. */
956
+ export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
957
+
958
+ /** Optional parameters. */
959
+ export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams
960
+ extends coreClient.OperationOptions {}
961
+
962
+ /** Contains response data for the listByResourceGroupNext operation. */
963
+ export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
964
+
965
+ /** Optional parameters. */
966
+ export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams
967
+ extends coreClient.OperationOptions {}
968
+
969
+ /** Contains response data for the listBySubscriptionNext operation. */
970
+ export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
971
+
972
+ /** Optional parameters. */
973
+ export interface AzureStackManagementClientOptionalParams
974
+ extends coreClient.ServiceClientOptions {
975
+ /** server parameter */
976
+ $host?: string;
977
+ /** Api Version */
978
+ apiVersion?: string;
979
+ /** Overrides client endpoint. */
980
+ endpoint?: string;
981
+ }