@azure/arm-azurestack 2.1.1 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -80
- package/dist/index.js +3000 -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/src/azureStackManagementClient.d.ts +24 -0
- package/dist-esm/src/azureStackManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureStackManagementClient.js +57 -0
- package/dist-esm/src/azureStackManagementClient.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/models/index.d.ts +854 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +55 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +37 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +608 -394
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +163 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/cloudManifestFile.d.ts +24 -0
- package/dist-esm/src/operations/cloudManifestFile.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudManifestFile.js +70 -0
- package/dist-esm/src/operations/cloudManifestFile.js.map +1 -0
- package/dist-esm/src/operations/customerSubscriptions.d.ts +63 -0
- package/dist-esm/src/operations/customerSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/customerSubscriptions.js +241 -0
- package/dist-esm/src/operations/customerSubscriptions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +6 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/linkedSubscriptions.d.ts +83 -0
- package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedSubscriptions.js +359 -0
- package/dist-esm/src/operations/linkedSubscriptions.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/products.d.ts +78 -0
- package/dist-esm/src/operations/products.d.ts.map +1 -0
- package/dist-esm/src/operations/products.js +303 -0
- package/dist-esm/src/operations/products.js.map +1 -0
- package/dist-esm/src/operations/registrations.d.ts +97 -0
- package/dist-esm/src/operations/registrations.d.ts.map +1 -0
- package/dist-esm/src/operations/registrations.js +416 -0
- package/dist-esm/src/operations/registrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.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/products.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.js +9 -0
- package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/registrations.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/registrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/registrations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +43 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +63 -32
- package/review/arm-azurestack.api.md +695 -0
- package/rollup.config.js +181 -30
- package/src/azureStackManagementClient.ts +88 -43
- package/src/index.ts +12 -0
- package/src/models/index.ts +725 -836
- package/src/models/mappers.ts +623 -384
- package/src/models/parameters.ts +130 -32
- package/src/operations/cloudManifestFile.ts +93 -0
- package/src/operations/customerSubscriptions.ts +191 -206
- package/src/operations/index.ts +6 -6
- package/src/operations/linkedSubscriptions.ts +450 -0
- package/src/operations/operations.ts +89 -75
- package/src/operations/products.ts +240 -299
- package/src/operations/registrations.ts +347 -266
- package/src/operationsInterfaces/cloudManifestFile.ts +34 -0
- package/src/operationsInterfaces/customerSubscriptions.ts +75 -0
- package/src/operationsInterfaces/index.ts +14 -0
- package/src/operationsInterfaces/linkedSubscriptions.ts +91 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/products.ts +104 -0
- package/src/operationsInterfaces/registrations.ts +116 -0
- package/tsconfig.json +3 -3
- package/types/arm-azurestack.d.ts +1206 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-azurestack.js +0 -2153
- package/dist/arm-azurestack.js.map +0 -1
- package/dist/arm-azurestack.min.js +0 -1
- package/dist/arm-azurestack.min.js.map +0 -1
- package/esm/azureStackManagementClient.d.ts +0 -28
- package/esm/azureStackManagementClient.d.ts.map +0 -1
- package/esm/azureStackManagementClient.js +0 -42
- package/esm/azureStackManagementClient.js.map +0 -1
- package/esm/azureStackManagementClientContext.d.ts +0 -23
- package/esm/azureStackManagementClientContext.d.ts.map +0 -1
- package/esm/azureStackManagementClientContext.js +0 -62
- package/esm/azureStackManagementClientContext.js.map +0 -1
- package/esm/models/customerSubscriptionsMappers.d.ts +0 -2
- package/esm/models/customerSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/customerSubscriptionsMappers.js +0 -9
- package/esm/models/customerSubscriptionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1014
- 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 -31
- 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 -92
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/productsMappers.d.ts +0 -2
- package/esm/models/productsMappers.d.ts.map +0 -1
- package/esm/models/productsMappers.js +0 -9
- package/esm/models/productsMappers.js.map +0 -1
- package/esm/models/registrationsMappers.d.ts +0 -2
- package/esm/models/registrationsMappers.d.ts.map +0 -1
- package/esm/models/registrationsMappers.js +0 -9
- package/esm/models/registrationsMappers.js.map +0 -1
- package/esm/operations/customerSubscriptions.d.ts +0 -127
- package/esm/operations/customerSubscriptions.d.ts.map +0 -1
- package/esm/operations/customerSubscriptions.js +0 -188
- package/esm/operations/customerSubscriptions.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/products.d.ts +0 -169
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -268
- package/esm/operations/products.js.map +0 -1
- package/esm/operations/registrations.d.ts +0 -160
- package/esm/operations/registrations.d.ts.map +0 -1
- package/esm/operations/registrations.js +0 -250
- package/esm/operations/registrations.js.map +0 -1
- package/src/azureStackManagementClientContext.ts +0 -69
- package/src/models/customerSubscriptionsMappers.ts +0 -24
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/productsMappers.ts +0 -30
- package/src/models/registrationsMappers.ts +0 -26
|
@@ -0,0 +1,695 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-azurestack"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface ActivationKeyResult {
|
|
13
|
+
activationKey?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// @public (undocumented)
|
|
17
|
+
export class AzureStackManagementClient extends coreClient.ServiceClient {
|
|
18
|
+
// (undocumented)
|
|
19
|
+
$host: string;
|
|
20
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackManagementClientOptionalParams);
|
|
21
|
+
// (undocumented)
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
// (undocumented)
|
|
24
|
+
cloudManifestFile: CloudManifestFile;
|
|
25
|
+
// (undocumented)
|
|
26
|
+
customerSubscriptions: CustomerSubscriptions;
|
|
27
|
+
// (undocumented)
|
|
28
|
+
linkedSubscriptions: LinkedSubscriptions;
|
|
29
|
+
// (undocumented)
|
|
30
|
+
operations: Operations;
|
|
31
|
+
// (undocumented)
|
|
32
|
+
products: Products;
|
|
33
|
+
// (undocumented)
|
|
34
|
+
registrations: Registrations;
|
|
35
|
+
// (undocumented)
|
|
36
|
+
subscriptionId: string;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
41
|
+
$host?: string;
|
|
42
|
+
apiVersion?: string;
|
|
43
|
+
endpoint?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export type Category = string;
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export interface CloudManifestFile {
|
|
51
|
+
get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileGetResponse>;
|
|
52
|
+
list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileListResponse>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export interface CloudManifestFileDeploymentData {
|
|
57
|
+
customCloudArmEndpoint?: string;
|
|
58
|
+
customCloudVerificationKey?: string;
|
|
59
|
+
externalDsmsCertificates?: string;
|
|
60
|
+
externalDsmsEndpoint?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
|
|
65
|
+
versionCreationDate?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export type CloudManifestFileGetResponse = CloudManifestFileResponse;
|
|
70
|
+
|
|
71
|
+
// @public
|
|
72
|
+
export interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export type CloudManifestFileListResponse = CloudManifestFileResponse;
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface CloudManifestFileProperties {
|
|
80
|
+
deploymentData?: CloudManifestFileDeploymentData;
|
|
81
|
+
signature?: string;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export type CloudManifestFileResponse = Resource & {
|
|
86
|
+
properties?: CloudManifestFileProperties;
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface Compatibility {
|
|
91
|
+
description?: string;
|
|
92
|
+
isCompatible?: boolean;
|
|
93
|
+
issues?: CompatibilityIssue[];
|
|
94
|
+
message?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export type CompatibilityIssue = string;
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export type ComputeRole = string;
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export type CreatedByType = string;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export type CustomerSubscription = Resource & {
|
|
108
|
+
readonly systemData?: SystemData;
|
|
109
|
+
tenantId?: string;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export interface CustomerSubscriptionList {
|
|
114
|
+
nextLink?: string;
|
|
115
|
+
value?: CustomerSubscription[];
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface CustomerSubscriptions {
|
|
120
|
+
create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscriptionsCreateResponse>;
|
|
121
|
+
delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
122
|
+
get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscriptionsGetResponse>;
|
|
123
|
+
list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription>;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export type CustomerSubscriptionsGetResponse = CustomerSubscription;
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// @public
|
|
156
|
+
export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface DataDiskImage {
|
|
160
|
+
readonly lun?: number;
|
|
161
|
+
readonly sourceBlobSasUri?: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface DeviceConfiguration {
|
|
166
|
+
readonly deviceVersion?: string;
|
|
167
|
+
readonly identitySystem?: Category;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export interface Display {
|
|
172
|
+
description?: string;
|
|
173
|
+
operation?: string;
|
|
174
|
+
provider?: string;
|
|
175
|
+
resource?: string;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface ErrorDetails {
|
|
180
|
+
readonly code?: string;
|
|
181
|
+
readonly message?: string;
|
|
182
|
+
readonly target?: string;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface ErrorResponse {
|
|
187
|
+
error?: ErrorDetails;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface ExtendedProduct {
|
|
192
|
+
readonly computeRole?: ComputeRole;
|
|
193
|
+
readonly dataDiskImages?: DataDiskImage[];
|
|
194
|
+
readonly galleryPackageBlobSasUri?: string;
|
|
195
|
+
readonly isSystemExtension?: boolean;
|
|
196
|
+
readonly osDiskImage?: OsDiskImage;
|
|
197
|
+
readonly productKind?: string;
|
|
198
|
+
readonly supportMultipleExtensions?: boolean;
|
|
199
|
+
readonly uri?: string;
|
|
200
|
+
readonly version?: string;
|
|
201
|
+
readonly versionPropertiesVersion?: string;
|
|
202
|
+
readonly vmOsType?: OperatingSystem;
|
|
203
|
+
readonly vmScaleSetEnabled?: boolean;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export type ExtendedProductProperties = VirtualMachineExtensionProductProperties & VirtualMachineProductProperties & {};
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface IconUris {
|
|
211
|
+
hero?: string;
|
|
212
|
+
large?: string;
|
|
213
|
+
medium?: string;
|
|
214
|
+
small?: string;
|
|
215
|
+
wide?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export enum KnownCategory {
|
|
220
|
+
// (undocumented)
|
|
221
|
+
Adfs = "ADFS",
|
|
222
|
+
// (undocumented)
|
|
223
|
+
AzureAD = "AzureAD"
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export enum KnownCompatibilityIssue {
|
|
228
|
+
// (undocumented)
|
|
229
|
+
AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
|
|
230
|
+
// (undocumented)
|
|
231
|
+
AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
|
|
232
|
+
// (undocumented)
|
|
233
|
+
CapacityBillingModelRequired = "CapacityBillingModelRequired",
|
|
234
|
+
// (undocumented)
|
|
235
|
+
ConnectionToAzureRequired = "ConnectionToAzureRequired",
|
|
236
|
+
// (undocumented)
|
|
237
|
+
ConnectionToInternetRequired = "ConnectionToInternetRequired",
|
|
238
|
+
// (undocumented)
|
|
239
|
+
DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
|
|
240
|
+
// (undocumented)
|
|
241
|
+
DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired",
|
|
242
|
+
// (undocumented)
|
|
243
|
+
HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
|
|
244
|
+
// (undocumented)
|
|
245
|
+
LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
|
|
246
|
+
// (undocumented)
|
|
247
|
+
PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired"
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export enum KnownComputeRole {
|
|
252
|
+
// (undocumented)
|
|
253
|
+
IaaS = "IaaS",
|
|
254
|
+
// (undocumented)
|
|
255
|
+
None = "None",
|
|
256
|
+
// (undocumented)
|
|
257
|
+
PaaS = "PaaS"
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export enum KnownCreatedByType {
|
|
262
|
+
// (undocumented)
|
|
263
|
+
Application = "Application",
|
|
264
|
+
// (undocumented)
|
|
265
|
+
Key = "Key",
|
|
266
|
+
// (undocumented)
|
|
267
|
+
ManagedIdentity = "ManagedIdentity",
|
|
268
|
+
// (undocumented)
|
|
269
|
+
User = "User"
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export enum KnownLocation {
|
|
274
|
+
// (undocumented)
|
|
275
|
+
Global = "global"
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export enum KnownOperatingSystem {
|
|
280
|
+
// (undocumented)
|
|
281
|
+
Linux = "Linux",
|
|
282
|
+
// (undocumented)
|
|
283
|
+
None = "None",
|
|
284
|
+
// (undocumented)
|
|
285
|
+
Windows = "Windows"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export type LinkedSubscription = TrackedResource & {
|
|
290
|
+
linkedSubscriptionId?: string;
|
|
291
|
+
registrationResourceId?: string;
|
|
292
|
+
readonly deviceId?: string;
|
|
293
|
+
readonly deviceObjectId?: string;
|
|
294
|
+
readonly deviceLinkState?: string;
|
|
295
|
+
readonly lastConnectedTime?: string;
|
|
296
|
+
readonly deviceConnectionStatus?: string;
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export interface LinkedSubscriptionParameter {
|
|
301
|
+
linkedSubscriptionId: string;
|
|
302
|
+
location: Location_2;
|
|
303
|
+
registrationResourceId: string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export interface LinkedSubscriptions {
|
|
308
|
+
createOrUpdate(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsCreateOrUpdateOptionalParams): Promise<LinkedSubscriptionsCreateOrUpdateResponse>;
|
|
309
|
+
delete(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
310
|
+
get(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsGetOptionalParams): Promise<LinkedSubscriptionsGetResponse>;
|
|
311
|
+
listByResourceGroup(resourceGroup: string, options?: LinkedSubscriptionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
|
|
312
|
+
listBySubscription(options?: LinkedSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
|
|
313
|
+
update(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsUpdateOptionalParams): Promise<LinkedSubscriptionsUpdateResponse>;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public
|
|
328
|
+
export interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export type LinkedSubscriptionsGetResponse = LinkedSubscription;
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export interface LinkedSubscriptionsList {
|
|
336
|
+
nextLink?: string;
|
|
337
|
+
value?: LinkedSubscription[];
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
type Location_2 = string;
|
|
377
|
+
export { Location_2 as Location }
|
|
378
|
+
|
|
379
|
+
// @public
|
|
380
|
+
export interface MarketplaceProductLogUpdate {
|
|
381
|
+
readonly details?: string;
|
|
382
|
+
readonly error?: string;
|
|
383
|
+
readonly operation?: string;
|
|
384
|
+
readonly status?: string;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export type OperatingSystem = string;
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface Operation {
|
|
392
|
+
display?: Display;
|
|
393
|
+
name?: string;
|
|
394
|
+
origin?: string;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export interface OperationList {
|
|
399
|
+
nextLink?: string;
|
|
400
|
+
value?: Operation[];
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export interface Operations {
|
|
405
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export type OperationsListNextResponse = OperationList;
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export type OperationsListResponse = OperationList;
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface OsDiskImage {
|
|
424
|
+
readonly operatingSystem?: OperatingSystem;
|
|
425
|
+
readonly sourceBlobSasUri?: string;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export type Product = Resource & {
|
|
430
|
+
readonly systemData?: SystemData;
|
|
431
|
+
displayName?: string;
|
|
432
|
+
description?: string;
|
|
433
|
+
publisherDisplayName?: string;
|
|
434
|
+
publisherIdentifier?: string;
|
|
435
|
+
offer?: string;
|
|
436
|
+
offerVersion?: string;
|
|
437
|
+
sku?: string;
|
|
438
|
+
billingPartNumber?: string;
|
|
439
|
+
vmExtensionType?: string;
|
|
440
|
+
galleryItemIdentity?: string;
|
|
441
|
+
iconUris?: IconUris;
|
|
442
|
+
links?: ProductLink[];
|
|
443
|
+
legalTerms?: string;
|
|
444
|
+
privacyPolicy?: string;
|
|
445
|
+
payloadLength?: number;
|
|
446
|
+
productKind?: string;
|
|
447
|
+
productProperties?: ProductProperties;
|
|
448
|
+
compatibility?: Compatibility;
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export interface ProductLink {
|
|
453
|
+
displayName?: string;
|
|
454
|
+
uri?: string;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export interface ProductList {
|
|
459
|
+
nextLink?: string;
|
|
460
|
+
value?: Product[];
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export interface ProductLog {
|
|
465
|
+
readonly details?: string;
|
|
466
|
+
readonly endDate?: string;
|
|
467
|
+
readonly error?: string;
|
|
468
|
+
readonly id?: string;
|
|
469
|
+
readonly operation?: string;
|
|
470
|
+
readonly productId?: string;
|
|
471
|
+
readonly registrationName?: string;
|
|
472
|
+
readonly resourceGroupName?: string;
|
|
473
|
+
readonly startDate?: string;
|
|
474
|
+
readonly status?: string;
|
|
475
|
+
readonly subscriptionId?: string;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface ProductProperties {
|
|
480
|
+
version?: string;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export interface Products {
|
|
485
|
+
get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
|
|
486
|
+
getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<ProductsGetProductResponse>;
|
|
487
|
+
getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductsGetProductsResponse>;
|
|
488
|
+
list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product>;
|
|
489
|
+
listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ProductsListDetailsResponse>;
|
|
490
|
+
uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductsUploadLogResponse>;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
|
|
499
|
+
deviceConfiguration?: DeviceConfiguration;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export type ProductsGetProductResponse = Product;
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
|
|
507
|
+
deviceConfiguration?: DeviceConfiguration;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export type ProductsGetProductsResponse = ProductList;
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export type ProductsGetResponse = Product;
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export type ProductsListDetailsResponse = ExtendedProduct;
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
// @public
|
|
528
|
+
export type ProductsListNextResponse = ProductList;
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface ProductsListOptionalParams extends coreClient.OperationOptions {
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export type ProductsListResponse = ProductList;
|
|
536
|
+
|
|
537
|
+
// @public
|
|
538
|
+
export interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
|
|
539
|
+
marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export type ProductsUploadLogResponse = ProductLog;
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export type Registration = TrackedResource & {
|
|
550
|
+
objectId?: string;
|
|
551
|
+
cloudId?: string;
|
|
552
|
+
billingModel?: string;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export interface RegistrationList {
|
|
557
|
+
nextLink?: string;
|
|
558
|
+
value?: Registration[];
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface RegistrationParameter {
|
|
563
|
+
location: Location_2;
|
|
564
|
+
registrationToken: string;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface Registrations {
|
|
569
|
+
createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsCreateOrUpdateOptionalParams): Promise<RegistrationsCreateOrUpdateResponse>;
|
|
570
|
+
delete(resourceGroup: string, registrationName: string, options?: RegistrationsDeleteOptionalParams): Promise<void>;
|
|
571
|
+
enableRemoteManagement(resourceGroup: string, registrationName: string, options?: RegistrationsEnableRemoteManagementOptionalParams): Promise<void>;
|
|
572
|
+
get(resourceGroup: string, registrationName: string, options?: RegistrationsGetOptionalParams): Promise<RegistrationsGetResponse>;
|
|
573
|
+
getActivationKey(resourceGroup: string, registrationName: string, options?: RegistrationsGetActivationKeyOptionalParams): Promise<RegistrationsGetActivationKeyResponse>;
|
|
574
|
+
list(resourceGroup: string, options?: RegistrationsListOptionalParams): PagedAsyncIterableIterator<Registration>;
|
|
575
|
+
listBySubscription(options?: RegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Registration>;
|
|
576
|
+
update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsUpdateOptionalParams): Promise<RegistrationsUpdateResponse>;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// @public
|
|
584
|
+
export type RegistrationsCreateOrUpdateResponse = Registration;
|
|
585
|
+
|
|
586
|
+
// @public
|
|
587
|
+
export interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
// @public
|
|
591
|
+
export interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export type RegistrationsGetResponse = Registration;
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
// @public
|
|
613
|
+
export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export type RegistrationsListBySubscriptionResponse = RegistrationList;
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export type RegistrationsListNextResponse = RegistrationList;
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export type RegistrationsListResponse = RegistrationList;
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export type RegistrationsUpdateResponse = Registration;
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export interface Resource {
|
|
645
|
+
etag?: string;
|
|
646
|
+
readonly id?: string;
|
|
647
|
+
readonly name?: string;
|
|
648
|
+
readonly type?: string;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export interface SystemData {
|
|
653
|
+
createdAt?: Date;
|
|
654
|
+
createdBy?: string;
|
|
655
|
+
createdByType?: CreatedByType;
|
|
656
|
+
lastModifiedAt?: Date;
|
|
657
|
+
lastModifiedBy?: string;
|
|
658
|
+
lastModifiedByType?: CreatedByType;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
// @public
|
|
662
|
+
export interface TrackedResource {
|
|
663
|
+
etag?: string;
|
|
664
|
+
readonly id?: string;
|
|
665
|
+
readonly kind?: string;
|
|
666
|
+
location: Location_2;
|
|
667
|
+
readonly name?: string;
|
|
668
|
+
readonly systemData?: SystemData;
|
|
669
|
+
tags?: {
|
|
670
|
+
[propertyName: string]: string;
|
|
671
|
+
};
|
|
672
|
+
readonly type?: string;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export interface VirtualMachineExtensionProductProperties {
|
|
677
|
+
readonly computeRole?: ComputeRole;
|
|
678
|
+
readonly isSystemExtension?: boolean;
|
|
679
|
+
readonly supportMultipleExtensions?: boolean;
|
|
680
|
+
readonly uri?: string;
|
|
681
|
+
readonly version?: string;
|
|
682
|
+
readonly vmOsType?: OperatingSystem;
|
|
683
|
+
readonly vmScaleSetEnabled?: boolean;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
// @public
|
|
687
|
+
export interface VirtualMachineProductProperties {
|
|
688
|
+
readonly dataDiskImages?: DataDiskImage[];
|
|
689
|
+
readonly osDiskImage?: OsDiskImage;
|
|
690
|
+
readonly version?: string;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
// (No @packageDocumentation comment for this package)
|
|
694
|
+
|
|
695
|
+
```
|