@azure/arm-dnsresolver 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 (117) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +98 -0
  4. package/dist/index.js +4086 -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/src/dnsResolverManagementClient.d.ts +23 -0
  9. package/dist-esm/src/dnsResolverManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/dnsResolverManagementClient.js +56 -0
  11. package/dist-esm/src/dnsResolverManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +820 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +44 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +32 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/dist-esm/src/models/mappers.js +821 -0
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +31 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +236 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/dnsForwardingRulesets.d.ts +133 -0
  33. package/dist-esm/src/operations/dnsForwardingRulesets.d.ts.map +1 -0
  34. package/dist-esm/src/operations/dnsForwardingRulesets.js +623 -0
  35. package/dist-esm/src/operations/dnsForwardingRulesets.js.map +1 -0
  36. package/dist-esm/src/operations/dnsResolvers.d.ts +131 -0
  37. package/dist-esm/src/operations/dnsResolvers.d.ts.map +1 -0
  38. package/dist-esm/src/operations/dnsResolvers.js +621 -0
  39. package/dist-esm/src/operations/dnsResolvers.js.map +1 -0
  40. package/dist-esm/src/operations/forwardingRules.d.ts +72 -0
  41. package/dist-esm/src/operations/forwardingRules.d.ts.map +1 -0
  42. package/dist-esm/src/operations/forwardingRules.js +304 -0
  43. package/dist-esm/src/operations/forwardingRules.js.map +1 -0
  44. package/dist-esm/src/operations/inboundEndpoints.d.ts +99 -0
  45. package/dist-esm/src/operations/inboundEndpoints.d.ts.map +1 -0
  46. package/dist-esm/src/operations/inboundEndpoints.js +438 -0
  47. package/dist-esm/src/operations/inboundEndpoints.js.map +1 -0
  48. package/dist-esm/src/operations/index.d.ts +7 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/dist-esm/src/operations/index.js +14 -0
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/outboundEndpoints.d.ts +99 -0
  53. package/dist-esm/src/operations/outboundEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/outboundEndpoints.js +438 -0
  55. package/dist-esm/src/operations/outboundEndpoints.js.map +1 -0
  56. package/dist-esm/src/operations/virtualNetworkLinks.d.ts +101 -0
  57. package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +1 -0
  58. package/dist-esm/src/operations/virtualNetworkLinks.js +450 -0
  59. package/dist-esm/src/operations/virtualNetworkLinks.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
  61. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts +78 -0
  65. package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/dnsResolvers.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/dnsResolvers.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts +47 -0
  69. package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/forwardingRules.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/forwardingRules.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts +74 -0
  73. package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/inboundEndpoints.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/inboundEndpoints.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  77. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/index.js +14 -0
  79. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts +74 -0
  81. package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/outboundEndpoints.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/outboundEndpoints.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
  85. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  88. package/dist-esm/test/sampleTest.d.ts +2 -0
  89. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  90. package/dist-esm/test/sampleTest.js +40 -0
  91. package/dist-esm/test/sampleTest.js.map +1 -0
  92. package/package.json +118 -0
  93. package/review/arm-dnsresolver.api.md +767 -0
  94. package/rollup.config.js +122 -0
  95. package/src/dnsResolverManagementClient.ts +99 -0
  96. package/src/index.ts +12 -0
  97. package/src/lroImpl.ts +34 -0
  98. package/src/models/index.ts +971 -0
  99. package/src/models/mappers.ts +903 -0
  100. package/src/models/parameters.ts +283 -0
  101. package/src/operations/dnsForwardingRulesets.ts +838 -0
  102. package/src/operations/dnsResolvers.ts +836 -0
  103. package/src/operations/forwardingRules.ts +406 -0
  104. package/src/operations/inboundEndpoints.ts +621 -0
  105. package/src/operations/index.ts +14 -0
  106. package/src/operations/outboundEndpoints.ts +621 -0
  107. package/src/operations/virtualNetworkLinks.ts +641 -0
  108. package/src/operationsInterfaces/dnsForwardingRulesets.ts +154 -0
  109. package/src/operationsInterfaces/dnsResolvers.ts +152 -0
  110. package/src/operationsInterfaces/forwardingRules.ts +93 -0
  111. package/src/operationsInterfaces/inboundEndpoints.ts +147 -0
  112. package/src/operationsInterfaces/index.ts +14 -0
  113. package/src/operationsInterfaces/outboundEndpoints.ts +147 -0
  114. package/src/operationsInterfaces/virtualNetworkLinks.ts +149 -0
  115. package/tsconfig.json +32 -0
  116. package/types/arm-dnsresolver.d.ts +1379 -0
  117. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,820 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Reference to another ARM resource. */
3
+ export interface SubResource {
4
+ /** Resource ID. */
5
+ id?: string;
6
+ }
7
+ /** Metadata pertaining to creation and last modification of the resource. */
8
+ export interface SystemData {
9
+ /** The identity that created the resource. */
10
+ createdBy?: string;
11
+ /** The type of identity that created the resource. */
12
+ createdByType?: CreatedByType;
13
+ /** The timestamp of resource creation (UTC). */
14
+ createdAt?: Date;
15
+ /** The identity that last modified the resource. */
16
+ lastModifiedBy?: string;
17
+ /** The type of identity that last modified the resource. */
18
+ lastModifiedByType?: CreatedByType;
19
+ /** The timestamp of resource last modification (UTC) */
20
+ lastModifiedAt?: Date;
21
+ }
22
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
23
+ export interface Resource {
24
+ /**
25
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
26
+ * NOTE: This property will not be serialized. It can only be populated by the server.
27
+ */
28
+ readonly id?: string;
29
+ /**
30
+ * The name of the resource
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly name?: string;
34
+ /**
35
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly type?: string;
39
+ }
40
+ /** An error message */
41
+ export interface CloudError {
42
+ /** The error message body */
43
+ error?: CloudErrorBody;
44
+ }
45
+ /** The body of an error message */
46
+ export interface CloudErrorBody {
47
+ /** The error code */
48
+ code?: string;
49
+ /** A description of what caused the error */
50
+ message?: string;
51
+ /** The target resource of the error message */
52
+ target?: string;
53
+ /** Extra error information */
54
+ details?: CloudErrorBody[];
55
+ }
56
+ /** Describes a DNS resolver for PATCH operation. */
57
+ export interface DnsResolverPatch {
58
+ /** Tags for DNS Resolver. */
59
+ tags?: {
60
+ [propertyName: string]: string;
61
+ };
62
+ }
63
+ /** The response to an enumeration operation on DNS resolvers. */
64
+ export interface DnsResolverListResult {
65
+ /** Enumeration of the DNS resolvers. */
66
+ value?: DnsResolver[];
67
+ /**
68
+ * The continuation token for the next page of results.
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly nextLink?: string;
72
+ }
73
+ /** IP configuration. */
74
+ export interface IpConfiguration {
75
+ /** The reference to the subnet bound to the IP configuration. */
76
+ subnet?: SubResource;
77
+ /** Private IP address of the IP configuration. */
78
+ privateIpAddress?: string;
79
+ /** Private IP address allocation method. */
80
+ privateIpAllocationMethod?: IpAllocationMethod;
81
+ }
82
+ /** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
83
+ export interface InboundEndpointPatch {
84
+ /** Tags for inbound endpoint. */
85
+ tags?: {
86
+ [propertyName: string]: string;
87
+ };
88
+ }
89
+ /** The response to an enumeration operation on inbound endpoints for a DNS resolver. */
90
+ export interface InboundEndpointListResult {
91
+ /** Enumeration of the inbound endpoints for a DNS resolver. */
92
+ value?: InboundEndpoint[];
93
+ /**
94
+ * The continuation token for the next page of results.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly nextLink?: string;
98
+ }
99
+ /** Describes an outbound endpoint for a DNS resolver for PATCH operation. */
100
+ export interface OutboundEndpointPatch {
101
+ /** Tags for outbound endpoint. */
102
+ tags?: {
103
+ [propertyName: string]: string;
104
+ };
105
+ }
106
+ /** The response to an enumeration operation on outbound endpoints for a DNS resolver. */
107
+ export interface OutboundEndpointListResult {
108
+ /** Enumeration of the outbound endpoints for a DNS resolver. */
109
+ value?: OutboundEndpoint[];
110
+ /**
111
+ * The continuation token for the next page of results.
112
+ * NOTE: This property will not be serialized. It can only be populated by the server.
113
+ */
114
+ readonly nextLink?: string;
115
+ }
116
+ /** Describes a DNS forwarding ruleset PATCH operation. */
117
+ export interface DnsForwardingRulesetPatch {
118
+ /** Tags for DNS Resolver. */
119
+ tags?: {
120
+ [propertyName: string]: string;
121
+ };
122
+ }
123
+ /** The response to an enumeration operation on DNS forwarding rulesets. */
124
+ export interface DnsForwardingRulesetListResult {
125
+ /** Enumeration of the DNS forwarding rulesets. */
126
+ value?: DnsForwardingRuleset[];
127
+ /**
128
+ * The continuation token for the next page of results.
129
+ * NOTE: This property will not be serialized. It can only be populated by the server.
130
+ */
131
+ readonly nextLink?: string;
132
+ }
133
+ /** Describes a server to forward the DNS queries to. */
134
+ export interface TargetDnsServer {
135
+ /** DNS server IP address. */
136
+ ipAddress?: string;
137
+ /** DNS server port. */
138
+ port?: number;
139
+ }
140
+ /** Describes a forwarding rule for PATCH operation. */
141
+ export interface ForwardingRulePatch {
142
+ /** DNS servers to forward the DNS query to. */
143
+ targetDnsServers?: TargetDnsServer[];
144
+ /** Metadata attached to the forwarding rule. */
145
+ metadata?: {
146
+ [propertyName: string]: string;
147
+ };
148
+ /** The state of forwarding rule. */
149
+ forwardingRuleState?: ForwardingRuleState;
150
+ }
151
+ /** The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset. */
152
+ export interface ForwardingRuleListResult {
153
+ /** Enumeration of the forwarding rules. */
154
+ value?: ForwardingRule[];
155
+ /**
156
+ * The continuation token for the next page of results.
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly nextLink?: string;
160
+ }
161
+ /** Describes a virtual network link for PATCH operation. */
162
+ export interface VirtualNetworkLinkPatch {
163
+ /** Metadata attached to the virtual network link. */
164
+ metadata?: {
165
+ [propertyName: string]: string;
166
+ };
167
+ }
168
+ /** The response to an enumeration operation on virtual network links. */
169
+ export interface VirtualNetworkLinkListResult {
170
+ /** Enumeration of the virtual network links. */
171
+ value?: VirtualNetworkLink[];
172
+ /**
173
+ * The continuation token for the next page of results.
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
175
+ */
176
+ readonly nextLink?: string;
177
+ }
178
+ /** The response to an enumeration operation on sub-resources. */
179
+ export interface SubResourceListResult {
180
+ /** Enumeration of the sub-resources. */
181
+ value?: SubResource[];
182
+ /**
183
+ * The continuation token for the next page of results.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly nextLink?: string;
187
+ }
188
+ /** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
189
+ export interface VirtualNetworkDnsForwardingRulesetListResult {
190
+ /** Enumeration of the Virtual Network DNS Forwarding Ruleset. */
191
+ value?: VirtualNetworkDnsForwardingRuleset[];
192
+ /**
193
+ * The continuation token for the next page of results.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly nextLink?: string;
197
+ }
198
+ /** Reference to DNS forwarding ruleset and associated virtual network link. */
199
+ export interface VirtualNetworkDnsForwardingRuleset {
200
+ /** DNS Forwarding Ruleset Resource ID. */
201
+ id?: string;
202
+ /** The reference to the virtual network link. */
203
+ virtualNetworkLink?: SubResource;
204
+ }
205
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
206
+ export declare type TrackedResource = Resource & {
207
+ /** Resource tags. */
208
+ tags?: {
209
+ [propertyName: string]: string;
210
+ };
211
+ /** The geo-location where the resource lives */
212
+ location: string;
213
+ };
214
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
215
+ export declare type ProxyResource = Resource & {};
216
+ /** Describes a DNS resolver. */
217
+ export declare type DnsResolver = TrackedResource & {
218
+ /**
219
+ * ETag of the DNS resolver.
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
221
+ */
222
+ readonly etag?: string;
223
+ /**
224
+ * Metadata pertaining to creation and last modification of the resource.
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
226
+ */
227
+ readonly systemData?: SystemData;
228
+ /** The reference to the virtual network. This cannot be changed after creation. */
229
+ virtualNetwork?: SubResource;
230
+ /**
231
+ * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly dnsResolverState?: DnsResolverState;
235
+ /**
236
+ * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly provisioningState?: ProvisioningState;
240
+ /**
241
+ * The resourceGuid property of the DNS resolver resource.
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly resourceGuid?: string;
245
+ };
246
+ /** Describes an inbound endpoint for a DNS resolver. */
247
+ export declare type InboundEndpoint = TrackedResource & {
248
+ /**
249
+ * ETag of the inbound endpoint.
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly etag?: string;
253
+ /**
254
+ * Metadata pertaining to creation and last modification of the resource.
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly systemData?: SystemData;
258
+ /** IP configurations for the inbound endpoint. */
259
+ ipConfigurations?: IpConfiguration[];
260
+ /**
261
+ * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
+ */
264
+ readonly provisioningState?: ProvisioningState;
265
+ /**
266
+ * The resourceGuid property of the inbound endpoint resource.
267
+ * NOTE: This property will not be serialized. It can only be populated by the server.
268
+ */
269
+ readonly resourceGuid?: string;
270
+ };
271
+ /** Describes an outbound endpoint for a DNS resolver. */
272
+ export declare type OutboundEndpoint = TrackedResource & {
273
+ /**
274
+ * ETag of the outbound endpoint.
275
+ * NOTE: This property will not be serialized. It can only be populated by the server.
276
+ */
277
+ readonly etag?: string;
278
+ /**
279
+ * Metadata pertaining to creation and last modification of the resource.
280
+ * NOTE: This property will not be serialized. It can only be populated by the server.
281
+ */
282
+ readonly systemData?: SystemData;
283
+ /** The reference to the subnet used for the outbound endpoint. */
284
+ subnet?: SubResource;
285
+ /**
286
+ * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
288
+ */
289
+ readonly provisioningState?: ProvisioningState;
290
+ /**
291
+ * The resourceGuid property of the outbound endpoint resource.
292
+ * NOTE: This property will not be serialized. It can only be populated by the server.
293
+ */
294
+ readonly resourceGuid?: string;
295
+ };
296
+ /** Describes a DNS forwarding ruleset. */
297
+ export declare type DnsForwardingRuleset = TrackedResource & {
298
+ /**
299
+ * ETag of the DNS forwarding ruleset.
300
+ * NOTE: This property will not be serialized. It can only be populated by the server.
301
+ */
302
+ readonly etag?: string;
303
+ /**
304
+ * Metadata pertaining to creation and last modification of the resource.
305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
306
+ */
307
+ readonly systemData?: SystemData;
308
+ /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */
309
+ dnsResolverOutboundEndpoints?: SubResource[];
310
+ /**
311
+ * The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.
312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
313
+ */
314
+ readonly provisioningState?: ProvisioningState;
315
+ /**
316
+ * The resourceGuid for the DNS forwarding ruleset.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly resourceGuid?: string;
320
+ };
321
+ /** Describes a forwarding rule within a DNS forwarding ruleset. */
322
+ export declare type ForwardingRule = ProxyResource & {
323
+ /**
324
+ * ETag of the forwarding rule.
325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
+ */
327
+ readonly etag?: string;
328
+ /**
329
+ * Metadata pertaining to creation and last modification of the resource.
330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
331
+ */
332
+ readonly systemData?: SystemData;
333
+ /** The domain name for the forwarding rule. */
334
+ domainName?: string;
335
+ /** DNS servers to forward the DNS query to. */
336
+ targetDnsServers?: TargetDnsServer[];
337
+ /** Metadata attached to the forwarding rule. */
338
+ metadata?: {
339
+ [propertyName: string]: string;
340
+ };
341
+ /** The state of forwarding rule. */
342
+ forwardingRuleState?: ForwardingRuleState;
343
+ /**
344
+ * The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly provisioningState?: ProvisioningState;
348
+ };
349
+ /** Describes a virtual network link. */
350
+ export declare type VirtualNetworkLink = ProxyResource & {
351
+ /**
352
+ * ETag of the virtual network link.
353
+ * NOTE: This property will not be serialized. It can only be populated by the server.
354
+ */
355
+ readonly etag?: string;
356
+ /**
357
+ * Metadata pertaining to creation and last modification of the resource.
358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
359
+ */
360
+ readonly systemData?: SystemData;
361
+ /** The reference to the virtual network. This cannot be changed after creation. */
362
+ virtualNetwork?: SubResource;
363
+ /** Metadata attached to the virtual network link. */
364
+ metadata?: {
365
+ [propertyName: string]: string;
366
+ };
367
+ /**
368
+ * The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.
369
+ * NOTE: This property will not be serialized. It can only be populated by the server.
370
+ */
371
+ readonly provisioningState?: ProvisioningState;
372
+ };
373
+ /** Known values of {@link DnsResolverState} that the service accepts. */
374
+ export declare enum KnownDnsResolverState {
375
+ Connected = "Connected",
376
+ Disconnected = "Disconnected"
377
+ }
378
+ /**
379
+ * Defines values for DnsResolverState. \
380
+ * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
381
+ * this enum contains the known values that the service supports.
382
+ * ### Known values supported by the service
383
+ * **Connected** \
384
+ * **Disconnected**
385
+ */
386
+ export declare type DnsResolverState = string;
387
+ /** Known values of {@link ProvisioningState} that the service accepts. */
388
+ export declare enum KnownProvisioningState {
389
+ Creating = "Creating",
390
+ Updating = "Updating",
391
+ Deleting = "Deleting",
392
+ Succeeded = "Succeeded",
393
+ Failed = "Failed",
394
+ Canceled = "Canceled"
395
+ }
396
+ /**
397
+ * Defines values for ProvisioningState. \
398
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
399
+ * this enum contains the known values that the service supports.
400
+ * ### Known values supported by the service
401
+ * **Creating** \
402
+ * **Updating** \
403
+ * **Deleting** \
404
+ * **Succeeded** \
405
+ * **Failed** \
406
+ * **Canceled**
407
+ */
408
+ export declare type ProvisioningState = string;
409
+ /** Known values of {@link CreatedByType} that the service accepts. */
410
+ export declare enum KnownCreatedByType {
411
+ User = "User",
412
+ Application = "Application",
413
+ ManagedIdentity = "ManagedIdentity",
414
+ Key = "Key"
415
+ }
416
+ /**
417
+ * Defines values for CreatedByType. \
418
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
419
+ * this enum contains the known values that the service supports.
420
+ * ### Known values supported by the service
421
+ * **User** \
422
+ * **Application** \
423
+ * **ManagedIdentity** \
424
+ * **Key**
425
+ */
426
+ export declare type CreatedByType = string;
427
+ /** Known values of {@link IpAllocationMethod} that the service accepts. */
428
+ export declare enum KnownIpAllocationMethod {
429
+ Static = "Static",
430
+ Dynamic = "Dynamic"
431
+ }
432
+ /**
433
+ * Defines values for IpAllocationMethod. \
434
+ * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
435
+ * this enum contains the known values that the service supports.
436
+ * ### Known values supported by the service
437
+ * **Static** \
438
+ * **Dynamic**
439
+ */
440
+ export declare type IpAllocationMethod = string;
441
+ /** Known values of {@link ForwardingRuleState} that the service accepts. */
442
+ export declare enum KnownForwardingRuleState {
443
+ Enabled = "Enabled",
444
+ Disabled = "Disabled"
445
+ }
446
+ /**
447
+ * Defines values for ForwardingRuleState. \
448
+ * {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,
449
+ * this enum contains the known values that the service supports.
450
+ * ### Known values supported by the service
451
+ * **Enabled** \
452
+ * **Disabled**
453
+ */
454
+ export declare type ForwardingRuleState = string;
455
+ /** Optional parameters. */
456
+ export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
457
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
458
+ ifMatch?: string;
459
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
460
+ ifNoneMatch?: string;
461
+ /** Delay to wait until next poll, in milliseconds. */
462
+ updateIntervalInMs?: number;
463
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
464
+ resumeFrom?: string;
465
+ }
466
+ /** Contains response data for the createOrUpdate operation. */
467
+ export declare type DnsResolversCreateOrUpdateResponse = DnsResolver;
468
+ /** Optional parameters. */
469
+ export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
470
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
471
+ ifMatch?: string;
472
+ /** Delay to wait until next poll, in milliseconds. */
473
+ updateIntervalInMs?: number;
474
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
475
+ resumeFrom?: string;
476
+ }
477
+ /** Contains response data for the update operation. */
478
+ export declare type DnsResolversUpdateResponse = DnsResolver;
479
+ /** Optional parameters. */
480
+ export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
481
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
482
+ ifMatch?: string;
483
+ /** Delay to wait until next poll, in milliseconds. */
484
+ updateIntervalInMs?: number;
485
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
486
+ resumeFrom?: string;
487
+ }
488
+ /** Optional parameters. */
489
+ export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
490
+ }
491
+ /** Contains response data for the get operation. */
492
+ export declare type DnsResolversGetResponse = DnsResolver;
493
+ /** Optional parameters. */
494
+ export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
495
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
496
+ top?: number;
497
+ }
498
+ /** Contains response data for the listByResourceGroup operation. */
499
+ export declare type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
500
+ /** Optional parameters. */
501
+ export interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
502
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
503
+ top?: number;
504
+ }
505
+ /** Contains response data for the list operation. */
506
+ export declare type DnsResolversListResponse = DnsResolverListResult;
507
+ /** Optional parameters. */
508
+ export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
509
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
510
+ top?: number;
511
+ }
512
+ /** Contains response data for the listByVirtualNetwork operation. */
513
+ export declare type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
514
+ /** Optional parameters. */
515
+ export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
516
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
517
+ top?: number;
518
+ }
519
+ /** Contains response data for the listByResourceGroupNext operation. */
520
+ export declare type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
521
+ /** Optional parameters. */
522
+ export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
523
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
524
+ top?: number;
525
+ }
526
+ /** Contains response data for the listNext operation. */
527
+ export declare type DnsResolversListNextResponse = DnsResolverListResult;
528
+ /** Optional parameters. */
529
+ export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
530
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
531
+ top?: number;
532
+ }
533
+ /** Contains response data for the listByVirtualNetworkNext operation. */
534
+ export declare type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
535
+ /** Optional parameters. */
536
+ export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
537
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
538
+ ifMatch?: string;
539
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
540
+ ifNoneMatch?: string;
541
+ /** Delay to wait until next poll, in milliseconds. */
542
+ updateIntervalInMs?: number;
543
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
544
+ resumeFrom?: string;
545
+ }
546
+ /** Contains response data for the createOrUpdate operation. */
547
+ export declare type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
548
+ /** Optional parameters. */
549
+ export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
550
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
551
+ ifMatch?: string;
552
+ /** Delay to wait until next poll, in milliseconds. */
553
+ updateIntervalInMs?: number;
554
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
555
+ resumeFrom?: string;
556
+ }
557
+ /** Contains response data for the update operation. */
558
+ export declare type InboundEndpointsUpdateResponse = InboundEndpoint;
559
+ /** Optional parameters. */
560
+ export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
561
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
562
+ ifMatch?: string;
563
+ /** Delay to wait until next poll, in milliseconds. */
564
+ updateIntervalInMs?: number;
565
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
566
+ resumeFrom?: string;
567
+ }
568
+ /** Optional parameters. */
569
+ export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
570
+ }
571
+ /** Contains response data for the get operation. */
572
+ export declare type InboundEndpointsGetResponse = InboundEndpoint;
573
+ /** Optional parameters. */
574
+ export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
575
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
576
+ top?: number;
577
+ }
578
+ /** Contains response data for the list operation. */
579
+ export declare type InboundEndpointsListResponse = InboundEndpointListResult;
580
+ /** Optional parameters. */
581
+ export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
582
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
583
+ top?: number;
584
+ }
585
+ /** Contains response data for the listNext operation. */
586
+ export declare type InboundEndpointsListNextResponse = InboundEndpointListResult;
587
+ /** Optional parameters. */
588
+ export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
589
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
590
+ ifMatch?: string;
591
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
592
+ ifNoneMatch?: string;
593
+ /** Delay to wait until next poll, in milliseconds. */
594
+ updateIntervalInMs?: number;
595
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
596
+ resumeFrom?: string;
597
+ }
598
+ /** Contains response data for the createOrUpdate operation. */
599
+ export declare type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
600
+ /** Optional parameters. */
601
+ export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
602
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
603
+ ifMatch?: string;
604
+ /** Delay to wait until next poll, in milliseconds. */
605
+ updateIntervalInMs?: number;
606
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
607
+ resumeFrom?: string;
608
+ }
609
+ /** Contains response data for the update operation. */
610
+ export declare type OutboundEndpointsUpdateResponse = OutboundEndpoint;
611
+ /** Optional parameters. */
612
+ export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
613
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
614
+ ifMatch?: string;
615
+ /** Delay to wait until next poll, in milliseconds. */
616
+ updateIntervalInMs?: number;
617
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
618
+ resumeFrom?: string;
619
+ }
620
+ /** Optional parameters. */
621
+ export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
622
+ }
623
+ /** Contains response data for the get operation. */
624
+ export declare type OutboundEndpointsGetResponse = OutboundEndpoint;
625
+ /** Optional parameters. */
626
+ export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
627
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
628
+ top?: number;
629
+ }
630
+ /** Contains response data for the list operation. */
631
+ export declare type OutboundEndpointsListResponse = OutboundEndpointListResult;
632
+ /** Optional parameters. */
633
+ export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
634
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
635
+ top?: number;
636
+ }
637
+ /** Contains response data for the listNext operation. */
638
+ export declare type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
639
+ /** Optional parameters. */
640
+ export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
641
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
642
+ ifMatch?: string;
643
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
644
+ ifNoneMatch?: string;
645
+ /** Delay to wait until next poll, in milliseconds. */
646
+ updateIntervalInMs?: number;
647
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
648
+ resumeFrom?: string;
649
+ }
650
+ /** Contains response data for the createOrUpdate operation. */
651
+ export declare type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
652
+ /** Optional parameters. */
653
+ export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
654
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
655
+ ifMatch?: string;
656
+ /** Delay to wait until next poll, in milliseconds. */
657
+ updateIntervalInMs?: number;
658
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
659
+ resumeFrom?: string;
660
+ }
661
+ /** Contains response data for the update operation. */
662
+ export declare type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
663
+ /** Optional parameters. */
664
+ export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
665
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
666
+ ifMatch?: string;
667
+ /** Delay to wait until next poll, in milliseconds. */
668
+ updateIntervalInMs?: number;
669
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
670
+ resumeFrom?: string;
671
+ }
672
+ /** Optional parameters. */
673
+ export interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
674
+ }
675
+ /** Contains response data for the get operation. */
676
+ export declare type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
677
+ /** Optional parameters. */
678
+ export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
679
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
680
+ top?: number;
681
+ }
682
+ /** Contains response data for the listByResourceGroup operation. */
683
+ export declare type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
684
+ /** Optional parameters. */
685
+ export interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
686
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
687
+ top?: number;
688
+ }
689
+ /** Contains response data for the list operation. */
690
+ export declare type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
691
+ /** Optional parameters. */
692
+ export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
693
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
694
+ top?: number;
695
+ }
696
+ /** Contains response data for the listByVirtualNetwork operation. */
697
+ export declare type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
698
+ /** Optional parameters. */
699
+ export interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
700
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
701
+ top?: number;
702
+ }
703
+ /** Contains response data for the listByResourceGroupNext operation. */
704
+ export declare type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
705
+ /** Optional parameters. */
706
+ export interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
707
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
708
+ top?: number;
709
+ }
710
+ /** Contains response data for the listNext operation. */
711
+ export declare type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
712
+ /** Optional parameters. */
713
+ export interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
714
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
715
+ top?: number;
716
+ }
717
+ /** Contains response data for the listByVirtualNetworkNext operation. */
718
+ export declare type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
719
+ /** Optional parameters. */
720
+ export interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
721
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
722
+ ifMatch?: string;
723
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
724
+ ifNoneMatch?: string;
725
+ }
726
+ /** Contains response data for the createOrUpdate operation. */
727
+ export declare type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;
728
+ /** Optional parameters. */
729
+ export interface ForwardingRulesUpdateOptionalParams extends coreClient.OperationOptions {
730
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
731
+ ifMatch?: string;
732
+ }
733
+ /** Contains response data for the update operation. */
734
+ export declare type ForwardingRulesUpdateResponse = ForwardingRule;
735
+ /** Optional parameters. */
736
+ export interface ForwardingRulesDeleteOptionalParams extends coreClient.OperationOptions {
737
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
738
+ ifMatch?: string;
739
+ }
740
+ /** Optional parameters. */
741
+ export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
742
+ }
743
+ /** Contains response data for the get operation. */
744
+ export declare type ForwardingRulesGetResponse = ForwardingRule;
745
+ /** Optional parameters. */
746
+ export interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
747
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
748
+ top?: number;
749
+ }
750
+ /** Contains response data for the list operation. */
751
+ export declare type ForwardingRulesListResponse = ForwardingRuleListResult;
752
+ /** Optional parameters. */
753
+ export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
754
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
755
+ top?: number;
756
+ }
757
+ /** Contains response data for the listNext operation. */
758
+ export declare type ForwardingRulesListNextResponse = ForwardingRuleListResult;
759
+ /** Optional parameters. */
760
+ export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
761
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
762
+ ifMatch?: string;
763
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
764
+ ifNoneMatch?: string;
765
+ /** Delay to wait until next poll, in milliseconds. */
766
+ updateIntervalInMs?: number;
767
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
768
+ resumeFrom?: string;
769
+ }
770
+ /** Contains response data for the createOrUpdate operation. */
771
+ export declare type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
772
+ /** Optional parameters. */
773
+ export interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
774
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
775
+ ifMatch?: string;
776
+ /** Delay to wait until next poll, in milliseconds. */
777
+ updateIntervalInMs?: number;
778
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
779
+ resumeFrom?: string;
780
+ }
781
+ /** Contains response data for the update operation. */
782
+ export declare type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
783
+ /** Optional parameters. */
784
+ export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
785
+ /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
786
+ ifMatch?: string;
787
+ /** Delay to wait until next poll, in milliseconds. */
788
+ updateIntervalInMs?: number;
789
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
790
+ resumeFrom?: string;
791
+ }
792
+ /** Optional parameters. */
793
+ export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
794
+ }
795
+ /** Contains response data for the get operation. */
796
+ export declare type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
797
+ /** Optional parameters. */
798
+ export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
799
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
800
+ top?: number;
801
+ }
802
+ /** Contains response data for the list operation. */
803
+ export declare type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
804
+ /** Optional parameters. */
805
+ export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
806
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
807
+ top?: number;
808
+ }
809
+ /** Contains response data for the listNext operation. */
810
+ export declare type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
811
+ /** Optional parameters. */
812
+ export interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
813
+ /** server parameter */
814
+ $host?: string;
815
+ /** Api Version */
816
+ apiVersion?: string;
817
+ /** Overrides client endpoint. */
818
+ endpoint?: string;
819
+ }
820
+ //# sourceMappingURL=index.d.ts.map