@azure/arm-networkfunction 2.0.1-alpha.20250717.1 → 2.0.1-alpha.20250718.2
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/dist/browser/azureTrafficCollectorClient.js +18 -5
- package/dist/browser/azureTrafficCollectorClient.js.map +1 -1
- package/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +25 -11
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/azureTrafficCollectors.js +24 -13
- package/dist/browser/operations/azureTrafficCollectors.js.map +1 -1
- package/dist/browser/operations/azureTrafficCollectorsByResourceGroup.js +23 -40
- package/dist/browser/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -1
- package/dist/browser/operations/azureTrafficCollectorsBySubscription.js +23 -40
- package/dist/browser/operations/azureTrafficCollectorsBySubscription.js.map +1 -1
- package/dist/browser/operations/collectorPolicies.js +46 -53
- package/dist/browser/operations/collectorPolicies.js.map +1 -1
- package/dist/browser/operations/networkFunction.js +10 -27
- package/dist/browser/operations/networkFunction.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureTrafficCollectorClient.js +18 -5
- package/dist/commonjs/azureTrafficCollectorClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +25 -11
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/azureTrafficCollectors.js +24 -13
- package/dist/commonjs/operations/azureTrafficCollectors.js.map +1 -1
- package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.js +23 -39
- package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -1
- package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.js +23 -39
- package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.js.map +1 -1
- package/dist/commonjs/operations/collectorPolicies.js +46 -52
- package/dist/commonjs/operations/collectorPolicies.js.map +1 -1
- package/dist/commonjs/operations/networkFunction.js +10 -26
- package/dist/commonjs/operations/networkFunction.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/azureTrafficCollectorClient.js +18 -5
- package/dist/esm/azureTrafficCollectorClient.js.map +1 -1
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +25 -11
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/azureTrafficCollectors.js +24 -13
- package/dist/esm/operations/azureTrafficCollectors.js.map +1 -1
- package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.js +23 -40
- package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -1
- package/dist/esm/operations/azureTrafficCollectorsBySubscription.js +23 -40
- package/dist/esm/operations/azureTrafficCollectorsBySubscription.js.map +1 -1
- package/dist/esm/operations/collectorPolicies.js +46 -53
- package/dist/esm/operations/collectorPolicies.js.map +1 -1
- package/dist/esm/operations/networkFunction.js +10 -27
- package/dist/esm/operations/networkFunction.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureTrafficCollectorClient.js +18 -5
- package/dist/react-native/azureTrafficCollectorClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +25 -11
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/azureTrafficCollectors.js +24 -13
- package/dist/react-native/operations/azureTrafficCollectors.js.map +1 -1
- package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.js +23 -40
- package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -1
- package/dist/react-native/operations/azureTrafficCollectorsBySubscription.js +23 -40
- package/dist/react-native/operations/azureTrafficCollectorsBySubscription.js.map +1 -1
- package/dist/react-native/operations/collectorPolicies.js +46 -53
- package/dist/react-native/operations/collectorPolicies.js.map +1 -1
- package/dist/react-native/operations/networkFunction.js +10 -27
- package/dist/react-native/operations/networkFunction.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-networkfunction-node.api.md +392 -392
|
@@ -1,392 +1,392 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-networkfunction"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type ApiVersionParameter = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export interface AzureTrafficCollector extends TrackedResource {
|
|
18
|
-
readonly collectorPolicies?: ResourceReference[];
|
|
19
|
-
readonly etag?: string;
|
|
20
|
-
readonly provisioningState?: ProvisioningState;
|
|
21
|
-
virtualHub?: ResourceReference;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public (undocumented)
|
|
25
|
-
export class AzureTrafficCollectorClient extends coreClient.ServiceClient {
|
|
26
|
-
// (undocumented)
|
|
27
|
-
$host: string;
|
|
28
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureTrafficCollectorClientOptionalParams);
|
|
29
|
-
// (undocumented)
|
|
30
|
-
apiVersion: string;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
azureTrafficCollectors: AzureTrafficCollectors;
|
|
33
|
-
// (undocumented)
|
|
34
|
-
azureTrafficCollectorsByResourceGroup: AzureTrafficCollectorsByResourceGroup;
|
|
35
|
-
// (undocumented)
|
|
36
|
-
azureTrafficCollectorsBySubscription: AzureTrafficCollectorsBySubscription;
|
|
37
|
-
// (undocumented)
|
|
38
|
-
collectorPolicies: CollectorPolicies;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
networkFunction: NetworkFunction;
|
|
41
|
-
// (undocumented)
|
|
42
|
-
subscriptionId: string;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// @public
|
|
46
|
-
export interface AzureTrafficCollectorClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
47
|
-
$host?: string;
|
|
48
|
-
apiVersion?: string;
|
|
49
|
-
endpoint?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface AzureTrafficCollectorListResult {
|
|
54
|
-
readonly nextLink?: string;
|
|
55
|
-
value?: AzureTrafficCollector[];
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// @public
|
|
59
|
-
export interface AzureTrafficCollectors {
|
|
60
|
-
beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureTrafficCollectorsCreateOrUpdateResponse>, AzureTrafficCollectorsCreateOrUpdateResponse>>;
|
|
61
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<AzureTrafficCollectorsCreateOrUpdateResponse>;
|
|
62
|
-
beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
63
|
-
beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<void>;
|
|
64
|
-
get(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsGetOptionalParams): Promise<AzureTrafficCollectorsGetResponse>;
|
|
65
|
-
updateTags(resourceGroupName: string, azureTrafficCollectorName: string, parameters: TagsObject, options?: AzureTrafficCollectorsUpdateTagsOptionalParams): Promise<AzureTrafficCollectorsUpdateTagsResponse>;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// @public
|
|
69
|
-
export interface AzureTrafficCollectorsByResourceGroup {
|
|
70
|
-
list(resourceGroupName: string, options?: AzureTrafficCollectorsByResourceGroupListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// @public
|
|
74
|
-
export interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams extends coreClient.OperationOptions {
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// @public
|
|
78
|
-
export type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export interface AzureTrafficCollectorsByResourceGroupListOptionalParams extends coreClient.OperationOptions {
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// @public
|
|
85
|
-
export type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;
|
|
86
|
-
|
|
87
|
-
// @public
|
|
88
|
-
export interface AzureTrafficCollectorsBySubscription {
|
|
89
|
-
list(options?: AzureTrafficCollectorsBySubscriptionListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams extends coreClient.OperationOptions {
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public
|
|
97
|
-
export type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export interface AzureTrafficCollectorsBySubscriptionListOptionalParams extends coreClient.OperationOptions {
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// @public
|
|
104
|
-
export type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;
|
|
105
|
-
|
|
106
|
-
// @public
|
|
107
|
-
export interface AzureTrafficCollectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
108
|
-
resumeFrom?: string;
|
|
109
|
-
tags?: {
|
|
110
|
-
[propertyName: string]: string;
|
|
111
|
-
};
|
|
112
|
-
updateIntervalInMs?: number;
|
|
113
|
-
virtualHub?: ResourceReference;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
// @public
|
|
117
|
-
export type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface AzureTrafficCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
-
resumeFrom?: string;
|
|
122
|
-
updateIntervalInMs?: number;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export interface AzureTrafficCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export interface AzureTrafficCollectorsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;
|
|
138
|
-
|
|
139
|
-
// @public
|
|
140
|
-
export interface CloudError {
|
|
141
|
-
error?: CloudErrorBody;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
// @public
|
|
145
|
-
export interface CloudErrorBody {
|
|
146
|
-
code?: string;
|
|
147
|
-
details?: CloudErrorBody[];
|
|
148
|
-
message?: string;
|
|
149
|
-
target?: string;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// @public
|
|
153
|
-
export interface CollectorPolicies {
|
|
154
|
-
beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CollectorPoliciesCreateOrUpdateResponse>, CollectorPoliciesCreateOrUpdateResponse>>;
|
|
155
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<CollectorPoliciesCreateOrUpdateResponse>;
|
|
156
|
-
beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
157
|
-
beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<void>;
|
|
158
|
-
get(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesGetOptionalParams): Promise<CollectorPoliciesGetResponse>;
|
|
159
|
-
list(resourceGroupName: string, azureTrafficCollectorName: string, options?: CollectorPoliciesListOptionalParams): PagedAsyncIterableIterator<CollectorPolicy>;
|
|
160
|
-
updateTags(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, parameters: TagsObject, options?: CollectorPoliciesUpdateTagsOptionalParams): Promise<CollectorPoliciesUpdateTagsResponse>;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export interface CollectorPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
165
|
-
emissionPolicies?: EmissionPoliciesPropertiesFormat[];
|
|
166
|
-
ingestionPolicy?: IngestionPolicyPropertiesFormat;
|
|
167
|
-
resumeFrom?: string;
|
|
168
|
-
tags?: {
|
|
169
|
-
[propertyName: string]: string;
|
|
170
|
-
};
|
|
171
|
-
updateIntervalInMs?: number;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// @public
|
|
175
|
-
export type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;
|
|
176
|
-
|
|
177
|
-
// @public
|
|
178
|
-
export interface CollectorPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
179
|
-
resumeFrom?: string;
|
|
180
|
-
updateIntervalInMs?: number;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// @public
|
|
184
|
-
export interface CollectorPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
// @public
|
|
188
|
-
export type CollectorPoliciesGetResponse = CollectorPolicy;
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface CollectorPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
// @public
|
|
195
|
-
export type CollectorPoliciesListNextResponse = CollectorPolicyListResult;
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export interface CollectorPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export type CollectorPoliciesListResponse = CollectorPolicyListResult;
|
|
203
|
-
|
|
204
|
-
// @public
|
|
205
|
-
export interface CollectorPoliciesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
// @public
|
|
209
|
-
export type CollectorPoliciesUpdateTagsResponse = CollectorPolicy;
|
|
210
|
-
|
|
211
|
-
// @public
|
|
212
|
-
export interface CollectorPolicy extends TrackedResource {
|
|
213
|
-
emissionPolicies?: EmissionPoliciesPropertiesFormat[];
|
|
214
|
-
readonly etag?: string;
|
|
215
|
-
ingestionPolicy?: IngestionPolicyPropertiesFormat;
|
|
216
|
-
readonly provisioningState?: ProvisioningState;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @public
|
|
220
|
-
export interface CollectorPolicyListResult {
|
|
221
|
-
readonly nextLink?: string;
|
|
222
|
-
value?: CollectorPolicy[];
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export type CreatedByType = string;
|
|
227
|
-
|
|
228
|
-
// @public
|
|
229
|
-
export type DestinationType = string;
|
|
230
|
-
|
|
231
|
-
// @public
|
|
232
|
-
export interface EmissionPoliciesPropertiesFormat {
|
|
233
|
-
emissionDestinations?: EmissionPolicyDestination[];
|
|
234
|
-
emissionType?: EmissionType;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export interface EmissionPolicyDestination {
|
|
239
|
-
destinationType?: DestinationType;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// @public
|
|
243
|
-
export type EmissionType = string;
|
|
244
|
-
|
|
245
|
-
// @public
|
|
246
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
247
|
-
|
|
248
|
-
// @public
|
|
249
|
-
export interface IngestionPolicyPropertiesFormat {
|
|
250
|
-
ingestionSources?: IngestionSourcesPropertiesFormat[];
|
|
251
|
-
ingestionType?: IngestionType;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
// @public
|
|
255
|
-
export interface IngestionSourcesPropertiesFormat {
|
|
256
|
-
resourceId?: string;
|
|
257
|
-
sourceType?: SourceType;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// @public
|
|
261
|
-
export type IngestionType = string;
|
|
262
|
-
|
|
263
|
-
// @public
|
|
264
|
-
export enum KnownApiVersionParameter {
|
|
265
|
-
TwoThousandTwentyTwo0501 = "2022-05-01",
|
|
266
|
-
TwoThousandTwentyTwo0801 = "2022-08-01",
|
|
267
|
-
TwoThousandTwentyTwo1101 = "2022-11-01"
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// @public
|
|
271
|
-
export enum KnownCreatedByType {
|
|
272
|
-
Application = "Application",
|
|
273
|
-
Key = "Key",
|
|
274
|
-
ManagedIdentity = "ManagedIdentity",
|
|
275
|
-
User = "User"
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
// @public
|
|
279
|
-
export enum KnownDestinationType {
|
|
280
|
-
AzureMonitor = "AzureMonitor"
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
// @public
|
|
284
|
-
export enum KnownEmissionType {
|
|
285
|
-
Ipfix = "IPFIX"
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export enum KnownIngestionType {
|
|
290
|
-
Ipfix = "IPFIX"
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
// @public
|
|
294
|
-
export enum KnownProvisioningState {
|
|
295
|
-
Deleting = "Deleting",
|
|
296
|
-
Failed = "Failed",
|
|
297
|
-
Succeeded = "Succeeded",
|
|
298
|
-
Updating = "Updating"
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
// @public
|
|
302
|
-
export enum KnownSourceType {
|
|
303
|
-
Resource = "Resource"
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
// @public
|
|
307
|
-
export interface NetworkFunction {
|
|
308
|
-
listOperations(options?: NetworkFunctionListOperationsOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
// @public
|
|
312
|
-
export interface NetworkFunctionListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// @public
|
|
316
|
-
export type NetworkFunctionListOperationsResponse = OperationListResult;
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export interface Operation {
|
|
320
|
-
display?: OperationDisplay;
|
|
321
|
-
isDataAction?: boolean;
|
|
322
|
-
name?: string;
|
|
323
|
-
origin?: string;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
// @public
|
|
327
|
-
export interface OperationDisplay {
|
|
328
|
-
description?: string;
|
|
329
|
-
operation?: string;
|
|
330
|
-
provider?: string;
|
|
331
|
-
resource?: string;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
// @public
|
|
335
|
-
export interface OperationListResult {
|
|
336
|
-
nextLink?: string;
|
|
337
|
-
value?: Operation[];
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
// @public
|
|
341
|
-
export type ProvisioningState = string;
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export interface ProxyResource {
|
|
345
|
-
readonly id?: string;
|
|
346
|
-
readonly name?: string;
|
|
347
|
-
readonly type?: string;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
// @public
|
|
351
|
-
export interface ResourceReference {
|
|
352
|
-
readonly id?: string;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// @public
|
|
356
|
-
export type SourceType = string;
|
|
357
|
-
|
|
358
|
-
// @public
|
|
359
|
-
export interface SystemData {
|
|
360
|
-
createdAt?: Date;
|
|
361
|
-
createdBy?: string;
|
|
362
|
-
createdByType?: CreatedByType;
|
|
363
|
-
lastModifiedBy?: string;
|
|
364
|
-
lastModifiedByType?: CreatedByType;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
// @public
|
|
368
|
-
export interface TagsObject {
|
|
369
|
-
tags?: {
|
|
370
|
-
[propertyName: string]: string;
|
|
371
|
-
};
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
// @public
|
|
375
|
-
export interface TrackedResource {
|
|
376
|
-
readonly id?: string;
|
|
377
|
-
location: string;
|
|
378
|
-
readonly name?: string;
|
|
379
|
-
readonly systemData?: TrackedResourceSystemData;
|
|
380
|
-
tags?: {
|
|
381
|
-
[propertyName: string]: string;
|
|
382
|
-
};
|
|
383
|
-
readonly type?: string;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
// @public
|
|
387
|
-
export interface TrackedResourceSystemData extends SystemData {
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// (No @packageDocumentation comment for this package)
|
|
391
|
-
|
|
392
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-networkfunction"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ApiVersionParameter = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface AzureTrafficCollector extends TrackedResource {
|
|
18
|
+
readonly collectorPolicies?: ResourceReference[];
|
|
19
|
+
readonly etag?: string;
|
|
20
|
+
readonly provisioningState?: ProvisioningState;
|
|
21
|
+
virtualHub?: ResourceReference;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public (undocumented)
|
|
25
|
+
export class AzureTrafficCollectorClient extends coreClient.ServiceClient {
|
|
26
|
+
// (undocumented)
|
|
27
|
+
$host: string;
|
|
28
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureTrafficCollectorClientOptionalParams);
|
|
29
|
+
// (undocumented)
|
|
30
|
+
apiVersion: string;
|
|
31
|
+
// (undocumented)
|
|
32
|
+
azureTrafficCollectors: AzureTrafficCollectors;
|
|
33
|
+
// (undocumented)
|
|
34
|
+
azureTrafficCollectorsByResourceGroup: AzureTrafficCollectorsByResourceGroup;
|
|
35
|
+
// (undocumented)
|
|
36
|
+
azureTrafficCollectorsBySubscription: AzureTrafficCollectorsBySubscription;
|
|
37
|
+
// (undocumented)
|
|
38
|
+
collectorPolicies: CollectorPolicies;
|
|
39
|
+
// (undocumented)
|
|
40
|
+
networkFunction: NetworkFunction;
|
|
41
|
+
// (undocumented)
|
|
42
|
+
subscriptionId: string;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface AzureTrafficCollectorClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
47
|
+
$host?: string;
|
|
48
|
+
apiVersion?: string;
|
|
49
|
+
endpoint?: string;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface AzureTrafficCollectorListResult {
|
|
54
|
+
readonly nextLink?: string;
|
|
55
|
+
value?: AzureTrafficCollector[];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface AzureTrafficCollectors {
|
|
60
|
+
beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureTrafficCollectorsCreateOrUpdateResponse>, AzureTrafficCollectorsCreateOrUpdateResponse>>;
|
|
61
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<AzureTrafficCollectorsCreateOrUpdateResponse>;
|
|
62
|
+
beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
63
|
+
beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<void>;
|
|
64
|
+
get(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsGetOptionalParams): Promise<AzureTrafficCollectorsGetResponse>;
|
|
65
|
+
updateTags(resourceGroupName: string, azureTrafficCollectorName: string, parameters: TagsObject, options?: AzureTrafficCollectorsUpdateTagsOptionalParams): Promise<AzureTrafficCollectorsUpdateTagsResponse>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface AzureTrafficCollectorsByResourceGroup {
|
|
70
|
+
list(resourceGroupName: string, options?: AzureTrafficCollectorsByResourceGroupListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams extends coreClient.OperationOptions {
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// @public
|
|
78
|
+
export type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface AzureTrafficCollectorsByResourceGroupListOptionalParams extends coreClient.OperationOptions {
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export interface AzureTrafficCollectorsBySubscription {
|
|
89
|
+
list(options?: AzureTrafficCollectorsBySubscriptionListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams extends coreClient.OperationOptions {
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface AzureTrafficCollectorsBySubscriptionListOptionalParams extends coreClient.OperationOptions {
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export interface AzureTrafficCollectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
108
|
+
resumeFrom?: string;
|
|
109
|
+
tags?: {
|
|
110
|
+
[propertyName: string]: string;
|
|
111
|
+
};
|
|
112
|
+
updateIntervalInMs?: number;
|
|
113
|
+
virtualHub?: ResourceReference;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface AzureTrafficCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
+
resumeFrom?: string;
|
|
122
|
+
updateIntervalInMs?: number;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface AzureTrafficCollectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export interface AzureTrafficCollectorsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export interface CloudError {
|
|
141
|
+
error?: CloudErrorBody;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export interface CloudErrorBody {
|
|
146
|
+
code?: string;
|
|
147
|
+
details?: CloudErrorBody[];
|
|
148
|
+
message?: string;
|
|
149
|
+
target?: string;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// @public
|
|
153
|
+
export interface CollectorPolicies {
|
|
154
|
+
beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CollectorPoliciesCreateOrUpdateResponse>, CollectorPoliciesCreateOrUpdateResponse>>;
|
|
155
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<CollectorPoliciesCreateOrUpdateResponse>;
|
|
156
|
+
beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
157
|
+
beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<void>;
|
|
158
|
+
get(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesGetOptionalParams): Promise<CollectorPoliciesGetResponse>;
|
|
159
|
+
list(resourceGroupName: string, azureTrafficCollectorName: string, options?: CollectorPoliciesListOptionalParams): PagedAsyncIterableIterator<CollectorPolicy>;
|
|
160
|
+
updateTags(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, parameters: TagsObject, options?: CollectorPoliciesUpdateTagsOptionalParams): Promise<CollectorPoliciesUpdateTagsResponse>;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface CollectorPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
165
|
+
emissionPolicies?: EmissionPoliciesPropertiesFormat[];
|
|
166
|
+
ingestionPolicy?: IngestionPolicyPropertiesFormat;
|
|
167
|
+
resumeFrom?: string;
|
|
168
|
+
tags?: {
|
|
169
|
+
[propertyName: string]: string;
|
|
170
|
+
};
|
|
171
|
+
updateIntervalInMs?: number;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export interface CollectorPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
179
|
+
resumeFrom?: string;
|
|
180
|
+
updateIntervalInMs?: number;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export interface CollectorPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export type CollectorPoliciesGetResponse = CollectorPolicy;
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface CollectorPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type CollectorPoliciesListNextResponse = CollectorPolicyListResult;
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface CollectorPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export type CollectorPoliciesListResponse = CollectorPolicyListResult;
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export interface CollectorPoliciesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export type CollectorPoliciesUpdateTagsResponse = CollectorPolicy;
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface CollectorPolicy extends TrackedResource {
|
|
213
|
+
emissionPolicies?: EmissionPoliciesPropertiesFormat[];
|
|
214
|
+
readonly etag?: string;
|
|
215
|
+
ingestionPolicy?: IngestionPolicyPropertiesFormat;
|
|
216
|
+
readonly provisioningState?: ProvisioningState;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface CollectorPolicyListResult {
|
|
221
|
+
readonly nextLink?: string;
|
|
222
|
+
value?: CollectorPolicy[];
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export type CreatedByType = string;
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export type DestinationType = string;
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export interface EmissionPoliciesPropertiesFormat {
|
|
233
|
+
emissionDestinations?: EmissionPolicyDestination[];
|
|
234
|
+
emissionType?: EmissionType;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// @public
|
|
238
|
+
export interface EmissionPolicyDestination {
|
|
239
|
+
destinationType?: DestinationType;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export type EmissionType = string;
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface IngestionPolicyPropertiesFormat {
|
|
250
|
+
ingestionSources?: IngestionSourcesPropertiesFormat[];
|
|
251
|
+
ingestionType?: IngestionType;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface IngestionSourcesPropertiesFormat {
|
|
256
|
+
resourceId?: string;
|
|
257
|
+
sourceType?: SourceType;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export type IngestionType = string;
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export enum KnownApiVersionParameter {
|
|
265
|
+
TwoThousandTwentyTwo0501 = "2022-05-01",
|
|
266
|
+
TwoThousandTwentyTwo0801 = "2022-08-01",
|
|
267
|
+
TwoThousandTwentyTwo1101 = "2022-11-01"
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export enum KnownCreatedByType {
|
|
272
|
+
Application = "Application",
|
|
273
|
+
Key = "Key",
|
|
274
|
+
ManagedIdentity = "ManagedIdentity",
|
|
275
|
+
User = "User"
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export enum KnownDestinationType {
|
|
280
|
+
AzureMonitor = "AzureMonitor"
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export enum KnownEmissionType {
|
|
285
|
+
Ipfix = "IPFIX"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export enum KnownIngestionType {
|
|
290
|
+
Ipfix = "IPFIX"
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export enum KnownProvisioningState {
|
|
295
|
+
Deleting = "Deleting",
|
|
296
|
+
Failed = "Failed",
|
|
297
|
+
Succeeded = "Succeeded",
|
|
298
|
+
Updating = "Updating"
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export enum KnownSourceType {
|
|
303
|
+
Resource = "Resource"
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export interface NetworkFunction {
|
|
308
|
+
listOperations(options?: NetworkFunctionListOperationsOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export interface NetworkFunctionListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export type NetworkFunctionListOperationsResponse = OperationListResult;
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface Operation {
|
|
320
|
+
display?: OperationDisplay;
|
|
321
|
+
isDataAction?: boolean;
|
|
322
|
+
name?: string;
|
|
323
|
+
origin?: string;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export interface OperationDisplay {
|
|
328
|
+
description?: string;
|
|
329
|
+
operation?: string;
|
|
330
|
+
provider?: string;
|
|
331
|
+
resource?: string;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export interface OperationListResult {
|
|
336
|
+
nextLink?: string;
|
|
337
|
+
value?: Operation[];
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export type ProvisioningState = string;
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface ProxyResource {
|
|
345
|
+
readonly id?: string;
|
|
346
|
+
readonly name?: string;
|
|
347
|
+
readonly type?: string;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// @public
|
|
351
|
+
export interface ResourceReference {
|
|
352
|
+
readonly id?: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export type SourceType = string;
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface SystemData {
|
|
360
|
+
createdAt?: Date;
|
|
361
|
+
createdBy?: string;
|
|
362
|
+
createdByType?: CreatedByType;
|
|
363
|
+
lastModifiedBy?: string;
|
|
364
|
+
lastModifiedByType?: CreatedByType;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface TagsObject {
|
|
369
|
+
tags?: {
|
|
370
|
+
[propertyName: string]: string;
|
|
371
|
+
};
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export interface TrackedResource {
|
|
376
|
+
readonly id?: string;
|
|
377
|
+
location: string;
|
|
378
|
+
readonly name?: string;
|
|
379
|
+
readonly systemData?: TrackedResourceSystemData;
|
|
380
|
+
tags?: {
|
|
381
|
+
[propertyName: string]: string;
|
|
382
|
+
};
|
|
383
|
+
readonly type?: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export interface TrackedResourceSystemData extends SystemData {
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// (No @packageDocumentation comment for this package)
|
|
391
|
+
|
|
392
|
+
```
|