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