@azure/arm-loadtesting 1.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.
Files changed (136) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +2209 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js +49 -0
  11. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/loadTestsDeleteSample.js +31 -0
  15. package/dist-esm/samples-dev/loadTestsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/loadTestsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/loadTestsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/loadTestsGetSample.js +31 -0
  19. package/dist-esm/samples-dev/loadTestsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js +44 -0
  23. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js +43 -0
  27. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js.map +1 -0
  28. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js +45 -0
  31. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js.map +1 -0
  32. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/loadTestsUpdateSample.js +45 -0
  35. package/dist-esm/samples-dev/loadTestsUpdateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  39. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  40. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts +2 -0
  41. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js +37 -0
  43. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js.map +1 -0
  44. package/dist-esm/samples-dev/quotasGetSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/quotasGetSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/quotasGetSample.js +31 -0
  47. package/dist-esm/samples-dev/quotasGetSample.js.map +1 -0
  48. package/dist-esm/samples-dev/quotasListSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/quotasListSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/quotasListSample.js +44 -0
  51. package/dist-esm/samples-dev/quotasListSample.js.map +1 -0
  52. package/dist-esm/src/index.d.ts +6 -0
  53. package/dist-esm/src/index.d.ts.map +1 -0
  54. package/dist-esm/src/index.js +13 -0
  55. package/dist-esm/src/index.js.map +1 -0
  56. package/dist-esm/src/loadTestClient.d.ts +22 -0
  57. package/dist-esm/src/loadTestClient.d.ts.map +1 -0
  58. package/dist-esm/src/loadTestClient.js +102 -0
  59. package/dist-esm/src/loadTestClient.js.map +1 -0
  60. package/dist-esm/src/lroImpl.d.ts +16 -0
  61. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  62. package/dist-esm/src/lroImpl.js +29 -0
  63. package/dist-esm/src/lroImpl.js.map +1 -0
  64. package/dist-esm/src/models/index.d.ts +568 -0
  65. package/dist-esm/src/models/index.d.ts.map +1 -0
  66. package/dist-esm/src/models/index.js +68 -0
  67. package/dist-esm/src/models/index.js.map +1 -0
  68. package/dist-esm/src/models/mappers.d.ts +30 -0
  69. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  70. package/dist-esm/src/models/mappers.js +800 -0
  71. package/dist-esm/src/models/mappers.js.map +1 -0
  72. package/dist-esm/src/models/parameters.d.ts +15 -0
  73. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  74. package/dist-esm/src/models/parameters.js +136 -0
  75. package/dist-esm/src/models/parameters.js.map +1 -0
  76. package/dist-esm/src/operations/index.d.ts +4 -0
  77. package/dist-esm/src/operations/index.d.ts.map +1 -0
  78. package/dist-esm/src/operations/index.js +11 -0
  79. package/dist-esm/src/operations/index.js.map +1 -0
  80. package/dist-esm/src/operations/loadTests.d.ts +132 -0
  81. package/dist-esm/src/operations/loadTests.d.ts.map +1 -0
  82. package/dist-esm/src/operations/loadTests.js +661 -0
  83. package/dist-esm/src/operations/loadTests.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +32 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +132 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/quotas.d.ts +50 -0
  89. package/dist-esm/src/operations/quotas.d.ts.map +1 -0
  90. package/dist-esm/src/operations/quotas.js +207 -0
  91. package/dist-esm/src/operations/quotas.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +11 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/loadTests.d.ts +78 -0
  97. package/dist-esm/src/operationsInterfaces/loadTests.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/loadTests.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/loadTests.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/quotas.d.ts +27 -0
  105. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/quotas.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/quotas.js.map +1 -0
  108. package/dist-esm/src/pagingHelper.d.ts +13 -0
  109. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  110. package/dist-esm/src/pagingHelper.js +32 -0
  111. package/dist-esm/src/pagingHelper.js.map +1 -0
  112. package/dist-esm/test/loadtesting_example.spec.d.ts +4 -0
  113. package/dist-esm/test/loadtesting_example.spec.d.ts.map +1 -0
  114. package/dist-esm/test/loadtesting_example.spec.js +108 -0
  115. package/dist-esm/test/loadtesting_example.spec.js.map +1 -0
  116. package/package.json +122 -0
  117. package/review/arm-loadtesting.api.md +437 -0
  118. package/rollup.config.js +122 -0
  119. package/src/index.ts +13 -0
  120. package/src/loadTestClient.ts +144 -0
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +645 -0
  123. package/src/models/mappers.ts +855 -0
  124. package/src/models/parameters.ts +158 -0
  125. package/src/operations/index.ts +11 -0
  126. package/src/operations/loadTests.ts +887 -0
  127. package/src/operations/operations.ts +150 -0
  128. package/src/operations/quotas.ts +258 -0
  129. package/src/operationsInterfaces/index.ts +11 -0
  130. package/src/operationsInterfaces/loadTests.ts +152 -0
  131. package/src/operationsInterfaces/operations.ts +22 -0
  132. package/src/operationsInterfaces/quotas.ts +56 -0
  133. package/src/pagingHelper.ts +39 -0
  134. package/tsconfig.json +33 -0
  135. package/types/arm-loadtesting.d.ts +781 -0
  136. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,568 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** List of quota bucket objects. It contains a URL link to get the next set of results. */
110
+ export interface QuotaResourceList {
111
+ /**
112
+ * List of quota bucket objects provided by the loadtestservice.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly value?: QuotaResource[];
116
+ /**
117
+ * URL to get the next set of quota bucket objects results (if there are any).
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly nextLink?: string;
121
+ }
122
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
123
+ export interface Resource {
124
+ /**
125
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ /**
130
+ * The name of the resource
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly name?: string;
134
+ /**
135
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly type?: string;
139
+ /**
140
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly systemData?: SystemData;
144
+ }
145
+ /** Metadata pertaining to creation and last modification of the resource. */
146
+ export interface SystemData {
147
+ /** The identity that created the resource. */
148
+ createdBy?: string;
149
+ /** The type of identity that created the resource. */
150
+ createdByType?: CreatedByType;
151
+ /** The timestamp of resource creation (UTC). */
152
+ createdAt?: Date;
153
+ /** The identity that last modified the resource. */
154
+ lastModifiedBy?: string;
155
+ /** The type of identity that last modified the resource. */
156
+ lastModifiedByType?: CreatedByType;
157
+ /** The timestamp of resource last modification (UTC) */
158
+ lastModifiedAt?: Date;
159
+ }
160
+ /** Dimensions for new quota request. */
161
+ export interface QuotaBucketRequestPropertiesDimensions {
162
+ /** Subscription Id dimension for new quota request of the quota bucket. */
163
+ subscriptionId?: string;
164
+ /** Location dimension for new quota request of the quota bucket. */
165
+ location?: string;
166
+ }
167
+ /** List of resources page result. */
168
+ export interface LoadTestResourcePageList {
169
+ /** List of resources in current page. */
170
+ value?: LoadTestResource[];
171
+ /** Link to next page of resources. */
172
+ nextLink?: string;
173
+ }
174
+ /** Key and identity details for Customer Managed Key encryption of load test resource */
175
+ export interface EncryptionProperties {
176
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
177
+ identity?: EncryptionPropertiesIdentity;
178
+ /** key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
179
+ keyUrl?: string;
180
+ }
181
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
182
+ export interface EncryptionPropertiesIdentity {
183
+ /** Managed identity type to use for accessing encryption key Url */
184
+ type?: Type;
185
+ /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId */
186
+ resourceId?: string;
187
+ }
188
+ /** Managed service identity (system assigned and/or user assigned identities) */
189
+ export interface ManagedServiceIdentity {
190
+ /**
191
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly principalId?: string;
195
+ /**
196
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
197
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
+ */
199
+ readonly tenantId?: string;
200
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
201
+ type: ManagedServiceIdentityType;
202
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
203
+ userAssignedIdentities?: {
204
+ [propertyName: string]: UserAssignedIdentity | null;
205
+ };
206
+ }
207
+ /** User assigned identity properties */
208
+ export interface UserAssignedIdentity {
209
+ /**
210
+ * The principal ID of the assigned identity.
211
+ * NOTE: This property will not be serialized. It can only be populated by the server.
212
+ */
213
+ readonly principalId?: string;
214
+ /**
215
+ * The client ID of the assigned identity.
216
+ * NOTE: This property will not be serialized. It can only be populated by the server.
217
+ */
218
+ readonly clientId?: string;
219
+ }
220
+ /** LoadTest resource patch request body. */
221
+ export interface LoadTestResourcePatchRequestBody {
222
+ /** Resource tags. */
223
+ tags?: {
224
+ [propertyName: string]: string;
225
+ };
226
+ /** The type of identity used for the resource. */
227
+ identity?: ManagedServiceIdentity;
228
+ /** Description of the resource. */
229
+ description?: string;
230
+ /** CMK Encryption property. */
231
+ encryption?: EncryptionProperties;
232
+ }
233
+ /** Values returned by the List operation. */
234
+ export interface OutboundEnvironmentEndpointCollection {
235
+ /**
236
+ * The collection of outbound network dependency endpoints returned by the listing operation.
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly value?: OutboundEnvironmentEndpoint[];
240
+ /** The continuation token. */
241
+ nextLink?: string;
242
+ }
243
+ /** A collection of related endpoints from the same service for which the Batch service requires outbound access. */
244
+ export interface OutboundEnvironmentEndpoint {
245
+ /**
246
+ * The type of service that Azure Load Testing connects to.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly category?: string;
250
+ /**
251
+ * The endpoints for this service to which the Batch service makes outbound calls.
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
253
+ */
254
+ readonly endpoints?: EndpointDependency[];
255
+ }
256
+ /** A domain name and connection details used to access a dependency. */
257
+ export interface EndpointDependency {
258
+ /**
259
+ * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly domainName?: string;
263
+ /**
264
+ * Human-readable supplemental information about the dependency and when it is applicable.
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
+ */
267
+ readonly description?: string;
268
+ /**
269
+ * The list of connection details for this endpoint.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly endpointDetails?: EndpointDetail[];
273
+ }
274
+ /** Details about the connection between the Batch service and the endpoint. */
275
+ export interface EndpointDetail {
276
+ /**
277
+ * The port an endpoint is connected to.
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly port?: number;
281
+ }
282
+ /** Quota bucket details object. */
283
+ export interface QuotaResource extends Resource {
284
+ /** Current quota limit of the quota bucket. */
285
+ limit?: number;
286
+ /** Current quota usage of the quota bucket. */
287
+ usage?: number;
288
+ /**
289
+ * Resource provisioning state.
290
+ * NOTE: This property will not be serialized. It can only be populated by the server.
291
+ */
292
+ readonly provisioningState?: ResourceState;
293
+ }
294
+ /** Request object of new quota for a quota bucket. */
295
+ export interface QuotaBucketRequest extends Resource {
296
+ /** Current quota usage of the quota bucket. */
297
+ currentUsage?: number;
298
+ /** Current quota limit of the quota bucket. */
299
+ currentQuota?: number;
300
+ /** New quota limit of the quota bucket. */
301
+ newQuota?: number;
302
+ /** Dimensions for new quota request. */
303
+ dimensions?: QuotaBucketRequestPropertiesDimensions;
304
+ }
305
+ /** Check quota availability response object. */
306
+ export interface CheckQuotaAvailabilityResponse extends Resource {
307
+ /** True/False indicating whether the quota request be granted based on availability. */
308
+ isAvailable?: boolean;
309
+ /** Message indicating additional details to add to quota support request. */
310
+ availabilityStatus?: string;
311
+ }
312
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
313
+ export interface TrackedResource extends Resource {
314
+ /** Resource tags. */
315
+ tags?: {
316
+ [propertyName: string]: string;
317
+ };
318
+ /** The geo-location where the resource lives */
319
+ location: string;
320
+ }
321
+ /** LoadTest details */
322
+ export interface LoadTestResource extends TrackedResource {
323
+ /** The type of identity used for the resource. */
324
+ identity?: ManagedServiceIdentity;
325
+ /** Description of the resource. */
326
+ description?: string;
327
+ /**
328
+ * Resource provisioning state.
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
+ */
331
+ readonly provisioningState?: ResourceState;
332
+ /**
333
+ * Resource data plane URI.
334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
+ */
336
+ readonly dataPlaneURI?: string;
337
+ /** CMK Encryption property. */
338
+ encryption?: EncryptionProperties;
339
+ }
340
+ /** Defines headers for LoadTests_createOrUpdate operation. */
341
+ export interface LoadTestsCreateOrUpdateHeaders {
342
+ /** URL to query for status of the operation. */
343
+ azureAsyncOperation?: string;
344
+ }
345
+ /** Defines headers for LoadTests_update operation. */
346
+ export interface LoadTestsUpdateHeaders {
347
+ /** URL to query for status of the operation. */
348
+ azureAsyncOperation?: string;
349
+ }
350
+ /** Defines headers for LoadTests_delete operation. */
351
+ export interface LoadTestsDeleteHeaders {
352
+ /** URL to query for status of the operation. */
353
+ location?: string;
354
+ }
355
+ /** Known values of {@link Origin} that the service accepts. */
356
+ export declare enum KnownOrigin {
357
+ /** User */
358
+ User = "user",
359
+ /** System */
360
+ System = "system",
361
+ /** UserSystem */
362
+ UserSystem = "user,system"
363
+ }
364
+ /**
365
+ * Defines values for Origin. \
366
+ * {@link KnownOrigin} can be used interchangeably with Origin,
367
+ * this enum contains the known values that the service supports.
368
+ * ### Known values supported by the service
369
+ * **user** \
370
+ * **system** \
371
+ * **user,system**
372
+ */
373
+ export declare type Origin = string;
374
+ /** Known values of {@link ActionType} that the service accepts. */
375
+ export declare enum KnownActionType {
376
+ /** Internal */
377
+ Internal = "Internal"
378
+ }
379
+ /**
380
+ * Defines values for ActionType. \
381
+ * {@link KnownActionType} can be used interchangeably with ActionType,
382
+ * this enum contains the known values that the service supports.
383
+ * ### Known values supported by the service
384
+ * **Internal**
385
+ */
386
+ export declare type ActionType = string;
387
+ /** Known values of {@link ResourceState} that the service accepts. */
388
+ export declare enum KnownResourceState {
389
+ /** Succeeded */
390
+ Succeeded = "Succeeded",
391
+ /** Failed */
392
+ Failed = "Failed",
393
+ /** Canceled */
394
+ Canceled = "Canceled",
395
+ /** Deleted */
396
+ Deleted = "Deleted"
397
+ }
398
+ /**
399
+ * Defines values for ResourceState. \
400
+ * {@link KnownResourceState} can be used interchangeably with ResourceState,
401
+ * this enum contains the known values that the service supports.
402
+ * ### Known values supported by the service
403
+ * **Succeeded** \
404
+ * **Failed** \
405
+ * **Canceled** \
406
+ * **Deleted**
407
+ */
408
+ export declare type ResourceState = string;
409
+ /** Known values of {@link CreatedByType} that the service accepts. */
410
+ export declare enum KnownCreatedByType {
411
+ /** User */
412
+ User = "User",
413
+ /** Application */
414
+ Application = "Application",
415
+ /** ManagedIdentity */
416
+ ManagedIdentity = "ManagedIdentity",
417
+ /** Key */
418
+ Key = "Key"
419
+ }
420
+ /**
421
+ * Defines values for CreatedByType. \
422
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
423
+ * this enum contains the known values that the service supports.
424
+ * ### Known values supported by the service
425
+ * **User** \
426
+ * **Application** \
427
+ * **ManagedIdentity** \
428
+ * **Key**
429
+ */
430
+ export declare type CreatedByType = string;
431
+ /** Known values of {@link Type} that the service accepts. */
432
+ export declare enum KnownType {
433
+ /** SystemAssigned */
434
+ SystemAssigned = "SystemAssigned",
435
+ /** UserAssigned */
436
+ UserAssigned = "UserAssigned"
437
+ }
438
+ /**
439
+ * Defines values for Type. \
440
+ * {@link KnownType} can be used interchangeably with Type,
441
+ * this enum contains the known values that the service supports.
442
+ * ### Known values supported by the service
443
+ * **SystemAssigned** \
444
+ * **UserAssigned**
445
+ */
446
+ export declare type Type = string;
447
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
448
+ export declare enum KnownManagedServiceIdentityType {
449
+ /** None */
450
+ None = "None",
451
+ /** SystemAssigned */
452
+ SystemAssigned = "SystemAssigned",
453
+ /** UserAssigned */
454
+ UserAssigned = "UserAssigned",
455
+ /** SystemAssignedUserAssigned */
456
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
457
+ }
458
+ /**
459
+ * Defines values for ManagedServiceIdentityType. \
460
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
461
+ * this enum contains the known values that the service supports.
462
+ * ### Known values supported by the service
463
+ * **None** \
464
+ * **SystemAssigned** \
465
+ * **UserAssigned** \
466
+ * **SystemAssigned,UserAssigned**
467
+ */
468
+ export declare type ManagedServiceIdentityType = string;
469
+ /** Optional parameters. */
470
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
471
+ }
472
+ /** Contains response data for the list operation. */
473
+ export declare type OperationsListResponse = OperationListResult;
474
+ /** Optional parameters. */
475
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
476
+ }
477
+ /** Contains response data for the listNext operation. */
478
+ export declare type OperationsListNextResponse = OperationListResult;
479
+ /** Optional parameters. */
480
+ export interface QuotasListOptionalParams extends coreClient.OperationOptions {
481
+ }
482
+ /** Contains response data for the list operation. */
483
+ export declare type QuotasListResponse = QuotaResourceList;
484
+ /** Optional parameters. */
485
+ export interface QuotasGetOptionalParams extends coreClient.OperationOptions {
486
+ }
487
+ /** Contains response data for the get operation. */
488
+ export declare type QuotasGetResponse = QuotaResource;
489
+ /** Optional parameters. */
490
+ export interface QuotasCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
491
+ }
492
+ /** Contains response data for the checkAvailability operation. */
493
+ export declare type QuotasCheckAvailabilityResponse = CheckQuotaAvailabilityResponse;
494
+ /** Optional parameters. */
495
+ export interface QuotasListNextOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+ /** Contains response data for the listNext operation. */
498
+ export declare type QuotasListNextResponse = QuotaResourceList;
499
+ /** Optional parameters. */
500
+ export interface LoadTestsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
501
+ }
502
+ /** Contains response data for the listBySubscription operation. */
503
+ export declare type LoadTestsListBySubscriptionResponse = LoadTestResourcePageList;
504
+ /** Optional parameters. */
505
+ export interface LoadTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
506
+ }
507
+ /** Contains response data for the listByResourceGroup operation. */
508
+ export declare type LoadTestsListByResourceGroupResponse = LoadTestResourcePageList;
509
+ /** Optional parameters. */
510
+ export interface LoadTestsGetOptionalParams extends coreClient.OperationOptions {
511
+ }
512
+ /** Contains response data for the get operation. */
513
+ export declare type LoadTestsGetResponse = LoadTestResource;
514
+ /** Optional parameters. */
515
+ export interface LoadTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
516
+ /** Delay to wait until next poll, in milliseconds. */
517
+ updateIntervalInMs?: number;
518
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
519
+ resumeFrom?: string;
520
+ }
521
+ /** Contains response data for the createOrUpdate operation. */
522
+ export declare type LoadTestsCreateOrUpdateResponse = LoadTestResource;
523
+ /** Optional parameters. */
524
+ export interface LoadTestsUpdateOptionalParams extends coreClient.OperationOptions {
525
+ /** Delay to wait until next poll, in milliseconds. */
526
+ updateIntervalInMs?: number;
527
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
528
+ resumeFrom?: string;
529
+ }
530
+ /** Contains response data for the update operation. */
531
+ export declare type LoadTestsUpdateResponse = LoadTestResource;
532
+ /** Optional parameters. */
533
+ export interface LoadTestsDeleteOptionalParams extends coreClient.OperationOptions {
534
+ /** Delay to wait until next poll, in milliseconds. */
535
+ updateIntervalInMs?: number;
536
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
537
+ resumeFrom?: string;
538
+ }
539
+ /** Optional parameters. */
540
+ export interface LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
541
+ }
542
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
543
+ export declare type LoadTestsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
544
+ /** Optional parameters. */
545
+ export interface LoadTestsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
546
+ }
547
+ /** Contains response data for the listBySubscriptionNext operation. */
548
+ export declare type LoadTestsListBySubscriptionNextResponse = LoadTestResourcePageList;
549
+ /** Optional parameters. */
550
+ export interface LoadTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
551
+ }
552
+ /** Contains response data for the listByResourceGroupNext operation. */
553
+ export declare type LoadTestsListByResourceGroupNextResponse = LoadTestResourcePageList;
554
+ /** Optional parameters. */
555
+ export interface LoadTestsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
556
+ }
557
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
558
+ export declare type LoadTestsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
559
+ /** Optional parameters. */
560
+ export interface LoadTestClientOptionalParams extends coreClient.ServiceClientOptions {
561
+ /** server parameter */
562
+ $host?: string;
563
+ /** Api Version */
564
+ apiVersion?: string;
565
+ /** Overrides client endpoint. */
566
+ endpoint?: string;
567
+ }
568
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,68 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link Origin} that the service accepts. */
9
+ export var KnownOrigin;
10
+ (function (KnownOrigin) {
11
+ /** User */
12
+ KnownOrigin["User"] = "user";
13
+ /** System */
14
+ KnownOrigin["System"] = "system";
15
+ /** UserSystem */
16
+ KnownOrigin["UserSystem"] = "user,system";
17
+ })(KnownOrigin || (KnownOrigin = {}));
18
+ /** Known values of {@link ActionType} that the service accepts. */
19
+ export var KnownActionType;
20
+ (function (KnownActionType) {
21
+ /** Internal */
22
+ KnownActionType["Internal"] = "Internal";
23
+ })(KnownActionType || (KnownActionType = {}));
24
+ /** Known values of {@link ResourceState} that the service accepts. */
25
+ export var KnownResourceState;
26
+ (function (KnownResourceState) {
27
+ /** Succeeded */
28
+ KnownResourceState["Succeeded"] = "Succeeded";
29
+ /** Failed */
30
+ KnownResourceState["Failed"] = "Failed";
31
+ /** Canceled */
32
+ KnownResourceState["Canceled"] = "Canceled";
33
+ /** Deleted */
34
+ KnownResourceState["Deleted"] = "Deleted";
35
+ })(KnownResourceState || (KnownResourceState = {}));
36
+ /** Known values of {@link CreatedByType} that the service accepts. */
37
+ export var KnownCreatedByType;
38
+ (function (KnownCreatedByType) {
39
+ /** User */
40
+ KnownCreatedByType["User"] = "User";
41
+ /** Application */
42
+ KnownCreatedByType["Application"] = "Application";
43
+ /** ManagedIdentity */
44
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
45
+ /** Key */
46
+ KnownCreatedByType["Key"] = "Key";
47
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
48
+ /** Known values of {@link Type} that the service accepts. */
49
+ export var KnownType;
50
+ (function (KnownType) {
51
+ /** SystemAssigned */
52
+ KnownType["SystemAssigned"] = "SystemAssigned";
53
+ /** UserAssigned */
54
+ KnownType["UserAssigned"] = "UserAssigned";
55
+ })(KnownType || (KnownType = {}));
56
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
57
+ export var KnownManagedServiceIdentityType;
58
+ (function (KnownManagedServiceIdentityType) {
59
+ /** None */
60
+ KnownManagedServiceIdentityType["None"] = "None";
61
+ /** SystemAssigned */
62
+ KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
63
+ /** UserAssigned */
64
+ KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
65
+ /** SystemAssignedUserAssigned */
66
+ KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
67
+ })(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
68
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6XH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,aAAa;IACb,uCAAiB,CAAA;IACjB,eAAe;IACf,2CAAqB,CAAA;IACrB,cAAc;IACd,yCAAmB,CAAA;AACrB,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,qBAAqB;IACrB,8CAAiC,CAAA;IACjC,mBAAmB;IACnB,0CAA6B,CAAA;AAC/B,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C"}