@azure/arm-networkfunction 1.0.0-alpha.20220714.3

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 (151) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1809 -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/azureTrafficCollectorsByResourceGroupListSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.js +44 -0
  11. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.js.map +1 -0
  12. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.js +43 -0
  15. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.js.map +1 -0
  16. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.js +37 -0
  19. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.js.map +1 -0
  20. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.js +31 -0
  23. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.js.map +1 -0
  24. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.js +31 -0
  27. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.js.map +1 -0
  28. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.js +32 -0
  31. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.js.map +1 -0
  32. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.js +32 -0
  35. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.js +32 -0
  39. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.js.map +1 -0
  40. package/dist-esm/samples-dev/collectorPoliciesGetSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/collectorPoliciesGetSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/collectorPoliciesGetSample.js +32 -0
  43. package/dist-esm/samples-dev/collectorPoliciesGetSample.js.map +1 -0
  44. package/dist-esm/samples-dev/collectorPoliciesListSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/collectorPoliciesListSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/collectorPoliciesListSample.js +45 -0
  47. package/dist-esm/samples-dev/collectorPoliciesListSample.js.map +1 -0
  48. package/dist-esm/samples-dev/networkFunctionListOperationsSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/networkFunctionListOperationsSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/networkFunctionListOperationsSample.js +43 -0
  51. package/dist-esm/samples-dev/networkFunctionListOperationsSample.js.map +1 -0
  52. package/dist-esm/src/azureTrafficCollectorClient.d.ts +24 -0
  53. package/dist-esm/src/azureTrafficCollectorClient.d.ts.map +1 -0
  54. package/dist-esm/src/azureTrafficCollectorClient.js +102 -0
  55. package/dist-esm/src/azureTrafficCollectorClient.js.map +1 -0
  56. package/dist-esm/src/index.d.ts +5 -0
  57. package/dist-esm/src/index.d.ts.map +1 -0
  58. package/dist-esm/src/index.js +12 -0
  59. package/dist-esm/src/index.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 +414 -0
  65. package/dist-esm/src/models/index.d.ts.map +1 -0
  66. package/dist-esm/src/models/index.js +56 -0
  67. package/dist-esm/src/models/index.js.map +1 -0
  68. package/dist-esm/src/models/mappers.d.ts +22 -0
  69. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  70. package/dist-esm/src/models/mappers.js +531 -0
  71. package/dist-esm/src/models/mappers.js.map +1 -0
  72. package/dist-esm/src/models/parameters.d.ts +18 -0
  73. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  74. package/dist-esm/src/models/parameters.js +132 -0
  75. package/dist-esm/src/models/parameters.js.map +1 -0
  76. package/dist-esm/src/operations/azureTrafficCollectors.d.ts +57 -0
  77. package/dist-esm/src/operations/azureTrafficCollectors.d.ts.map +1 -0
  78. package/dist-esm/src/operations/azureTrafficCollectors.js +255 -0
  79. package/dist-esm/src/operations/azureTrafficCollectors.js.map +1 -0
  80. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.d.ts +35 -0
  81. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  82. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.js +132 -0
  83. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  84. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.d.ts +32 -0
  85. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  86. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.js +124 -0
  87. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.js.map +1 -0
  88. package/dist-esm/src/operations/collectorPolicies.d.ts +79 -0
  89. package/dist-esm/src/operations/collectorPolicies.d.ts.map +1 -0
  90. package/dist-esm/src/operations/collectorPolicies.js +356 -0
  91. package/dist-esm/src/operations/collectorPolicies.js.map +1 -0
  92. package/dist-esm/src/operations/index.d.ts +6 -0
  93. package/dist-esm/src/operations/index.d.ts.map +1 -0
  94. package/dist-esm/src/operations/index.js +13 -0
  95. package/dist-esm/src/operations/index.js.map +1 -0
  96. package/dist-esm/src/operations/networkFunction.d.ts +26 -0
  97. package/dist-esm/src/operations/networkFunction.d.ts.map +1 -0
  98. package/dist-esm/src/operations/networkFunction.js +90 -0
  99. package/dist-esm/src/operations/networkFunction.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.d.ts +49 -0
  101. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsBySubscription.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/collectorPolicies.d.ts +54 -0
  113. package/dist-esm/src/operationsInterfaces/collectorPolicies.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/collectorPolicies.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/collectorPolicies.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  117. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  119. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/networkFunction.d.ts +11 -0
  121. package/dist-esm/src/operationsInterfaces/networkFunction.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/networkFunction.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/networkFunction.js.map +1 -0
  124. package/dist-esm/test/sampleTest.d.ts +2 -0
  125. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  126. package/dist-esm/test/sampleTest.js +38 -0
  127. package/dist-esm/test/sampleTest.js.map +1 -0
  128. package/package.json +121 -0
  129. package/review/arm-networkfunction.api.md +375 -0
  130. package/rollup.config.js +122 -0
  131. package/src/azureTrafficCollectorClient.ts +158 -0
  132. package/src/index.ts +12 -0
  133. package/src/lroImpl.ts +34 -0
  134. package/src/models/index.ts +477 -0
  135. package/src/models/mappers.ts +569 -0
  136. package/src/models/parameters.ts +157 -0
  137. package/src/operations/azureTrafficCollectors.ts +358 -0
  138. package/src/operations/azureTrafficCollectorsByResourceGroup.ts +163 -0
  139. package/src/operations/azureTrafficCollectorsBySubscription.ts +143 -0
  140. package/src/operations/collectorPolicies.ts +498 -0
  141. package/src/operations/index.ts +13 -0
  142. package/src/operations/networkFunction.ts +101 -0
  143. package/src/operationsInterfaces/azureTrafficCollectors.ts +96 -0
  144. package/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.ts +27 -0
  145. package/src/operationsInterfaces/azureTrafficCollectorsBySubscription.ts +25 -0
  146. package/src/operationsInterfaces/collectorPolicies.ts +105 -0
  147. package/src/operationsInterfaces/index.ts +13 -0
  148. package/src/operationsInterfaces/networkFunction.ts +25 -0
  149. package/tsconfig.json +33 -0
  150. package/types/arm-networkfunction.d.ts +624 -0
  151. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,414 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Result of the request to list Azure Traffic Collector operations. It contains a list of operations and a URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /** List of operations supported by the Azure Traffic Collector resource provider. */
5
+ value?: Operation[];
6
+ /** URL to get the next set of operation list results if there are any. */
7
+ nextLink?: string;
8
+ }
9
+ /** Azure Traffic Collector REST API operation definition. */
10
+ export interface Operation {
11
+ /** Operation name: {provider}/{resource}/{operation} */
12
+ name?: string;
13
+ /** Indicates whether the operation is a data action */
14
+ isDataAction?: boolean;
15
+ /** Display metadata associated with the operation. */
16
+ display?: OperationDisplay;
17
+ /** Origin of the operation */
18
+ origin?: string;
19
+ }
20
+ /** Display metadata associated with the operation. */
21
+ export interface OperationDisplay {
22
+ /** Service provider: Microsoft NetworkFunction. */
23
+ provider?: string;
24
+ /** Resource on which the operation is performed etc. */
25
+ resource?: string;
26
+ /** Type of operation: get, read, delete, etc. */
27
+ operation?: string;
28
+ /** Description of the operation. */
29
+ description?: string;
30
+ }
31
+ /** An error response from the service. */
32
+ export interface CloudError {
33
+ /** An error response from the service. */
34
+ error?: CloudErrorBody;
35
+ }
36
+ /** An error response from the service. */
37
+ export interface CloudErrorBody {
38
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
39
+ code?: string;
40
+ /** A message describing the error, intended to be suitable for display in a user interface. */
41
+ message?: string;
42
+ /** The target of the particular error. For example, the name of the property in error. */
43
+ target?: string;
44
+ /** A list of additional details about the error. */
45
+ details?: CloudErrorBody[];
46
+ }
47
+ /** Response for the ListTrafficCollectors API service call. */
48
+ export interface AzureTrafficCollectorListResult {
49
+ /** A list of Traffic Collector resources. */
50
+ value?: AzureTrafficCollector[];
51
+ /**
52
+ * The URL to get the next set of results.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly nextLink?: string;
56
+ }
57
+ /** Ingestion Policy properties. */
58
+ export interface IngestionPolicyPropertiesFormat {
59
+ /** The ingestion type. */
60
+ ingestionType?: IngestionType;
61
+ /** Ingestion Sources. */
62
+ ingestionSources?: IngestionSourcesPropertiesFormat[];
63
+ }
64
+ /** Ingestion policy properties. */
65
+ export interface IngestionSourcesPropertiesFormat {
66
+ /** Ingestion source type. */
67
+ sourceType?: SourceType;
68
+ /** Resource ID. */
69
+ resourceId?: string;
70
+ }
71
+ /** Emission policy properties. */
72
+ export interface EmissionPoliciesPropertiesFormat {
73
+ /** Emission format type. */
74
+ emissionType?: EmissionType;
75
+ /** Emission policy destinations. */
76
+ emissionDestinations?: EmissionPolicyDestination[];
77
+ }
78
+ /** Emission policy destination properties. */
79
+ export interface EmissionPolicyDestination {
80
+ /** Emission destination type. */
81
+ destinationType?: DestinationType;
82
+ }
83
+ /** Metadata pertaining to creation and last modification of the resource. */
84
+ export interface SystemData {
85
+ /** The identity that created the resource. */
86
+ createdBy?: string;
87
+ /** The type of identity that created the resource. */
88
+ createdByType?: CreatedByType;
89
+ /** The timestamp of resource creation (UTC). */
90
+ createdAt?: Date;
91
+ /** The identity that last modified the resource. */
92
+ lastModifiedBy?: string;
93
+ /** The type of identity that last modified the resource. */
94
+ lastModifiedByType?: CreatedByType;
95
+ }
96
+ /** An azure resource object */
97
+ export interface ProxyResource {
98
+ /**
99
+ * Azure resource Id
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly id?: string;
103
+ /**
104
+ * Azure resource type
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly type?: string;
108
+ /**
109
+ * Azure resource name
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly name?: string;
113
+ }
114
+ /** Resource reference properties. */
115
+ export interface ResourceReference {
116
+ /**
117
+ * Resource ID.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly id?: string;
121
+ }
122
+ /** Common resource representation. */
123
+ export interface TrackedResource {
124
+ /**
125
+ * Resource ID.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ /**
130
+ * Resource name.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly name?: string;
134
+ /**
135
+ * Resource type.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly type?: string;
139
+ /** Resource location. */
140
+ location?: string;
141
+ /** Resource tags. */
142
+ tags?: {
143
+ [propertyName: string]: string;
144
+ };
145
+ /**
146
+ * Metadata pertaining to creation and last modification of the resource.
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly systemData?: TrackedResourceSystemData;
150
+ }
151
+ /** Tags object for patch operations. */
152
+ export interface TagsObject {
153
+ /** Resource tags. */
154
+ tags?: {
155
+ [propertyName: string]: string;
156
+ };
157
+ }
158
+ /** Response for the ListCollectorPolicies API service call. */
159
+ export interface CollectorPolicyListResult {
160
+ /** A list of collection policies. */
161
+ value?: CollectorPolicy[];
162
+ /**
163
+ * The URL to get the next set of results.
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly nextLink?: string;
167
+ }
168
+ /** Metadata pertaining to creation and last modification of the resource. */
169
+ export interface CollectorPolicySystemData extends SystemData {
170
+ }
171
+ /** Metadata pertaining to creation and last modification of the resource. */
172
+ export interface TrackedResourceSystemData extends SystemData {
173
+ }
174
+ /** Collector policy resource. */
175
+ export interface CollectorPolicy extends ProxyResource {
176
+ /**
177
+ * A unique read-only string that changes whenever the resource is updated.
178
+ * NOTE: This property will not be serialized. It can only be populated by the server.
179
+ */
180
+ readonly etag?: string;
181
+ /**
182
+ * Metadata pertaining to creation and last modification of the resource.
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
184
+ */
185
+ readonly systemData?: CollectorPolicySystemData;
186
+ /** Ingestion policies. */
187
+ ingestionPolicy?: IngestionPolicyPropertiesFormat;
188
+ /** Emission policies. */
189
+ emissionPolicies?: EmissionPoliciesPropertiesFormat[];
190
+ /**
191
+ * The provisioning state.
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly provisioningState?: ProvisioningState;
195
+ }
196
+ /** Azure Traffic Collector resource. */
197
+ export interface AzureTrafficCollector extends TrackedResource {
198
+ /**
199
+ * A unique read-only string that changes whenever the resource is updated.
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly etag?: string;
203
+ /** Collector Policies for Azure Traffic Collector. */
204
+ collectorPolicies?: CollectorPolicy[];
205
+ /** The virtualHub to which the Azure Traffic Collector belongs. */
206
+ virtualHub?: ResourceReference;
207
+ /**
208
+ * The provisioning state of the application rule collection resource.
209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
210
+ */
211
+ readonly provisioningState?: ProvisioningState;
212
+ }
213
+ /** Known values of {@link IngestionType} that the service accepts. */
214
+ export declare enum KnownIngestionType {
215
+ /** Ipfix */
216
+ Ipfix = "IPFIX"
217
+ }
218
+ /**
219
+ * Defines values for IngestionType. \
220
+ * {@link KnownIngestionType} can be used interchangeably with IngestionType,
221
+ * this enum contains the known values that the service supports.
222
+ * ### Known values supported by the service
223
+ * **IPFIX**
224
+ */
225
+ export declare type IngestionType = string;
226
+ /** Known values of {@link SourceType} that the service accepts. */
227
+ export declare enum KnownSourceType {
228
+ /** Resource */
229
+ Resource = "Resource"
230
+ }
231
+ /**
232
+ * Defines values for SourceType. \
233
+ * {@link KnownSourceType} can be used interchangeably with SourceType,
234
+ * this enum contains the known values that the service supports.
235
+ * ### Known values supported by the service
236
+ * **Resource**
237
+ */
238
+ export declare type SourceType = string;
239
+ /** Known values of {@link EmissionType} that the service accepts. */
240
+ export declare enum KnownEmissionType {
241
+ /** Ipfix */
242
+ Ipfix = "IPFIX"
243
+ }
244
+ /**
245
+ * Defines values for EmissionType. \
246
+ * {@link KnownEmissionType} can be used interchangeably with EmissionType,
247
+ * this enum contains the known values that the service supports.
248
+ * ### Known values supported by the service
249
+ * **IPFIX**
250
+ */
251
+ export declare type EmissionType = string;
252
+ /** Known values of {@link DestinationType} that the service accepts. */
253
+ export declare enum KnownDestinationType {
254
+ /** AzureMonitor */
255
+ AzureMonitor = "AzureMonitor"
256
+ }
257
+ /**
258
+ * Defines values for DestinationType. \
259
+ * {@link KnownDestinationType} can be used interchangeably with DestinationType,
260
+ * this enum contains the known values that the service supports.
261
+ * ### Known values supported by the service
262
+ * **AzureMonitor**
263
+ */
264
+ export declare type DestinationType = string;
265
+ /** Known values of {@link ProvisioningState} that the service accepts. */
266
+ export declare enum KnownProvisioningState {
267
+ /** Succeeded */
268
+ Succeeded = "Succeeded",
269
+ /** Updating */
270
+ Updating = "Updating",
271
+ /** Deleting */
272
+ Deleting = "Deleting",
273
+ /** Failed */
274
+ Failed = "Failed"
275
+ }
276
+ /**
277
+ * Defines values for ProvisioningState. \
278
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
279
+ * this enum contains the known values that the service supports.
280
+ * ### Known values supported by the service
281
+ * **Succeeded** \
282
+ * **Updating** \
283
+ * **Deleting** \
284
+ * **Failed**
285
+ */
286
+ export declare type ProvisioningState = string;
287
+ /** Known values of {@link CreatedByType} that the service accepts. */
288
+ export declare enum KnownCreatedByType {
289
+ /** User */
290
+ User = "User",
291
+ /** Application */
292
+ Application = "Application",
293
+ /** ManagedIdentity */
294
+ ManagedIdentity = "ManagedIdentity",
295
+ /** Key */
296
+ Key = "Key"
297
+ }
298
+ /**
299
+ * Defines values for CreatedByType. \
300
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
301
+ * this enum contains the known values that the service supports.
302
+ * ### Known values supported by the service
303
+ * **User** \
304
+ * **Application** \
305
+ * **ManagedIdentity** \
306
+ * **Key**
307
+ */
308
+ export declare type CreatedByType = string;
309
+ /** Optional parameters. */
310
+ export interface NetworkFunctionListOperationsOptionalParams extends coreClient.OperationOptions {
311
+ }
312
+ /** Contains response data for the listOperations operation. */
313
+ export declare type NetworkFunctionListOperationsResponse = OperationListResult;
314
+ /** Optional parameters. */
315
+ export interface AzureTrafficCollectorsBySubscriptionListOptionalParams extends coreClient.OperationOptions {
316
+ }
317
+ /** Contains response data for the list operation. */
318
+ export declare type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;
319
+ /** Optional parameters. */
320
+ export interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams extends coreClient.OperationOptions {
321
+ }
322
+ /** Contains response data for the listNext operation. */
323
+ export declare type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;
324
+ /** Optional parameters. */
325
+ export interface AzureTrafficCollectorsByResourceGroupListOptionalParams extends coreClient.OperationOptions {
326
+ }
327
+ /** Contains response data for the list operation. */
328
+ export declare type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;
329
+ /** Optional parameters. */
330
+ export interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams extends coreClient.OperationOptions {
331
+ }
332
+ /** Contains response data for the listNext operation. */
333
+ export declare type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;
334
+ /** Optional parameters. */
335
+ export interface AzureTrafficCollectorsGetOptionalParams extends coreClient.OperationOptions {
336
+ }
337
+ /** Contains response data for the get operation. */
338
+ export declare type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;
339
+ /** Optional parameters. */
340
+ export interface AzureTrafficCollectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
341
+ /** Resource location. */
342
+ location?: string;
343
+ /** Resource tags. */
344
+ tags?: {
345
+ [propertyName: string]: string;
346
+ };
347
+ /** Collector Policies for Azure Traffic Collector. */
348
+ collectorPolicies?: CollectorPolicy[];
349
+ /** The virtualHub to which the Azure Traffic Collector belongs. */
350
+ virtualHub?: ResourceReference;
351
+ /** Delay to wait until next poll, in milliseconds. */
352
+ updateIntervalInMs?: number;
353
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
354
+ resumeFrom?: string;
355
+ }
356
+ /** Contains response data for the createOrUpdate operation. */
357
+ export declare type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;
358
+ /** Optional parameters. */
359
+ export interface AzureTrafficCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
360
+ /** Delay to wait until next poll, in milliseconds. */
361
+ updateIntervalInMs?: number;
362
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
363
+ resumeFrom?: string;
364
+ }
365
+ /** Optional parameters. */
366
+ export interface AzureTrafficCollectorsUpdateTagsOptionalParams extends coreClient.OperationOptions {
367
+ }
368
+ /** Contains response data for the updateTags operation. */
369
+ export declare type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;
370
+ /** Optional parameters. */
371
+ export interface CollectorPoliciesListOptionalParams extends coreClient.OperationOptions {
372
+ }
373
+ /** Contains response data for the list operation. */
374
+ export declare type CollectorPoliciesListResponse = CollectorPolicyListResult;
375
+ /** Optional parameters. */
376
+ export interface CollectorPoliciesGetOptionalParams extends coreClient.OperationOptions {
377
+ }
378
+ /** Contains response data for the get operation. */
379
+ export declare type CollectorPoliciesGetResponse = CollectorPolicy;
380
+ /** Optional parameters. */
381
+ export interface CollectorPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
382
+ /** Ingestion policies. */
383
+ ingestionPolicy?: IngestionPolicyPropertiesFormat;
384
+ /** Emission policies. */
385
+ emissionPolicies?: EmissionPoliciesPropertiesFormat[];
386
+ /** Delay to wait until next poll, in milliseconds. */
387
+ updateIntervalInMs?: number;
388
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
389
+ resumeFrom?: string;
390
+ }
391
+ /** Contains response data for the createOrUpdate operation. */
392
+ export declare type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;
393
+ /** Optional parameters. */
394
+ export interface CollectorPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
395
+ /** Delay to wait until next poll, in milliseconds. */
396
+ updateIntervalInMs?: number;
397
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
398
+ resumeFrom?: string;
399
+ }
400
+ /** Optional parameters. */
401
+ export interface CollectorPoliciesListNextOptionalParams extends coreClient.OperationOptions {
402
+ }
403
+ /** Contains response data for the listNext operation. */
404
+ export declare type CollectorPoliciesListNextResponse = CollectorPolicyListResult;
405
+ /** Optional parameters. */
406
+ export interface AzureTrafficCollectorClientOptionalParams extends coreClient.ServiceClientOptions {
407
+ /** server parameter */
408
+ $host?: string;
409
+ /** Api Version */
410
+ apiVersion?: string;
411
+ /** Overrides client endpoint. */
412
+ endpoint?: string;
413
+ }
414
+ //# 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,56 @@
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 IngestionType} that the service accepts. */
9
+ export var KnownIngestionType;
10
+ (function (KnownIngestionType) {
11
+ /** Ipfix */
12
+ KnownIngestionType["Ipfix"] = "IPFIX";
13
+ })(KnownIngestionType || (KnownIngestionType = {}));
14
+ /** Known values of {@link SourceType} that the service accepts. */
15
+ export var KnownSourceType;
16
+ (function (KnownSourceType) {
17
+ /** Resource */
18
+ KnownSourceType["Resource"] = "Resource";
19
+ })(KnownSourceType || (KnownSourceType = {}));
20
+ /** Known values of {@link EmissionType} that the service accepts. */
21
+ export var KnownEmissionType;
22
+ (function (KnownEmissionType) {
23
+ /** Ipfix */
24
+ KnownEmissionType["Ipfix"] = "IPFIX";
25
+ })(KnownEmissionType || (KnownEmissionType = {}));
26
+ /** Known values of {@link DestinationType} that the service accepts. */
27
+ export var KnownDestinationType;
28
+ (function (KnownDestinationType) {
29
+ /** AzureMonitor */
30
+ KnownDestinationType["AzureMonitor"] = "AzureMonitor";
31
+ })(KnownDestinationType || (KnownDestinationType = {}));
32
+ /** Known values of {@link ProvisioningState} that the service accepts. */
33
+ export var KnownProvisioningState;
34
+ (function (KnownProvisioningState) {
35
+ /** Succeeded */
36
+ KnownProvisioningState["Succeeded"] = "Succeeded";
37
+ /** Updating */
38
+ KnownProvisioningState["Updating"] = "Updating";
39
+ /** Deleting */
40
+ KnownProvisioningState["Deleting"] = "Deleting";
41
+ /** Failed */
42
+ KnownProvisioningState["Failed"] = "Failed";
43
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
44
+ /** Known values of {@link CreatedByType} that the service accepts. */
45
+ export var KnownCreatedByType;
46
+ (function (KnownCreatedByType) {
47
+ /** User */
48
+ KnownCreatedByType["User"] = "User";
49
+ /** Application */
50
+ KnownCreatedByType["Application"] = "Application";
51
+ /** ManagedIdentity */
52
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
53
+ /** Key */
54
+ KnownCreatedByType["Key"] = "Key";
55
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
56
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqOH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;AACjB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,mBAAmB;IACnB,qDAA6B,CAAA;AAC/B,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;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"}
@@ -0,0 +1,22 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const CloudError: coreClient.CompositeMapper;
6
+ export declare const CloudErrorBody: coreClient.CompositeMapper;
7
+ export declare const AzureTrafficCollectorListResult: coreClient.CompositeMapper;
8
+ export declare const IngestionPolicyPropertiesFormat: coreClient.CompositeMapper;
9
+ export declare const IngestionSourcesPropertiesFormat: coreClient.CompositeMapper;
10
+ export declare const EmissionPoliciesPropertiesFormat: coreClient.CompositeMapper;
11
+ export declare const EmissionPolicyDestination: coreClient.CompositeMapper;
12
+ export declare const SystemData: coreClient.CompositeMapper;
13
+ export declare const ProxyResource: coreClient.CompositeMapper;
14
+ export declare const ResourceReference: coreClient.CompositeMapper;
15
+ export declare const TrackedResource: coreClient.CompositeMapper;
16
+ export declare const TagsObject: coreClient.CompositeMapper;
17
+ export declare const CollectorPolicyListResult: coreClient.CompositeMapper;
18
+ export declare const CollectorPolicySystemData: coreClient.CompositeMapper;
19
+ export declare const TrackedResourceSystemData: coreClient.CompositeMapper;
20
+ export declare const CollectorPolicy: coreClient.CompositeMapper;
21
+ export declare const AzureTrafficCollector: coreClient.CompositeMapper;
22
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAiClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eA0BxD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAyBxD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAmBzD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAyBzD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAqCnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAc1C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAgDxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAQlD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAQlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAgDxC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAyC9C,CAAC"}