@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.
- package/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +98 -0
- package/dist/index.js +4086 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dnsResolverManagementClient.d.ts +23 -0
- package/dist-esm/src/dnsResolverManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dnsResolverManagementClient.js +56 -0
- package/dist-esm/src/dnsResolverManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +820 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +44 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +821 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +31 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +236 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/dnsForwardingRulesets.d.ts +133 -0
- package/dist-esm/src/operations/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist-esm/src/operations/dnsForwardingRulesets.js +623 -0
- package/dist-esm/src/operations/dnsForwardingRulesets.js.map +1 -0
- package/dist-esm/src/operations/dnsResolvers.d.ts +131 -0
- package/dist-esm/src/operations/dnsResolvers.d.ts.map +1 -0
- package/dist-esm/src/operations/dnsResolvers.js +621 -0
- package/dist-esm/src/operations/dnsResolvers.js.map +1 -0
- package/dist-esm/src/operations/forwardingRules.d.ts +72 -0
- package/dist-esm/src/operations/forwardingRules.d.ts.map +1 -0
- package/dist-esm/src/operations/forwardingRules.js +304 -0
- package/dist-esm/src/operations/forwardingRules.js.map +1 -0
- package/dist-esm/src/operations/inboundEndpoints.d.ts +99 -0
- package/dist-esm/src/operations/inboundEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/inboundEndpoints.js +438 -0
- package/dist-esm/src/operations/inboundEndpoints.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +7 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +14 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/outboundEndpoints.d.ts +99 -0
- package/dist-esm/src/operations/outboundEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/outboundEndpoints.js +438 -0
- package/dist-esm/src/operations/outboundEndpoints.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkLinks.d.ts +101 -0
- package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkLinks.js +450 -0
- package/dist-esm/src/operations/virtualNetworkLinks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js +9 -0
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dnsResolvers.js +9 -0
- package/dist-esm/src/operationsInterfaces/dnsResolvers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/forwardingRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/forwardingRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +118 -0
- package/review/arm-dnsresolver.api.md +767 -0
- package/rollup.config.js +122 -0
- package/src/dnsResolverManagementClient.ts +99 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +971 -0
- package/src/models/mappers.ts +903 -0
- package/src/models/parameters.ts +283 -0
- package/src/operations/dnsForwardingRulesets.ts +838 -0
- package/src/operations/dnsResolvers.ts +836 -0
- package/src/operations/forwardingRules.ts +406 -0
- package/src/operations/inboundEndpoints.ts +621 -0
- package/src/operations/index.ts +14 -0
- package/src/operations/outboundEndpoints.ts +621 -0
- package/src/operations/virtualNetworkLinks.ts +641 -0
- package/src/operationsInterfaces/dnsForwardingRulesets.ts +154 -0
- package/src/operationsInterfaces/dnsResolvers.ts +152 -0
- package/src/operationsInterfaces/forwardingRules.ts +93 -0
- package/src/operationsInterfaces/inboundEndpoints.ts +147 -0
- package/src/operationsInterfaces/index.ts +14 -0
- package/src/operationsInterfaces/outboundEndpoints.ts +147 -0
- package/src/operationsInterfaces/virtualNetworkLinks.ts +149 -0
- package/tsconfig.json +32 -0
- package/types/arm-dnsresolver.d.ts +1379 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,767 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-dnsresolver"
|
|
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 interface CloudError {
|
|
15
|
+
error?: CloudErrorBody;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface CloudErrorBody {
|
|
20
|
+
code?: string;
|
|
21
|
+
details?: CloudErrorBody[];
|
|
22
|
+
message?: string;
|
|
23
|
+
target?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export type CreatedByType = string;
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export type DnsForwardingRuleset = TrackedResource & {
|
|
31
|
+
readonly etag?: string;
|
|
32
|
+
readonly systemData?: SystemData;
|
|
33
|
+
dnsResolverOutboundEndpoints?: SubResource[];
|
|
34
|
+
readonly provisioningState?: ProvisioningState;
|
|
35
|
+
readonly resourceGuid?: string;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface DnsForwardingRulesetListResult {
|
|
40
|
+
readonly nextLink?: string;
|
|
41
|
+
value?: DnsForwardingRuleset[];
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// @public
|
|
45
|
+
export interface DnsForwardingRulesetPatch {
|
|
46
|
+
tags?: {
|
|
47
|
+
[propertyName: string]: string;
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface DnsForwardingRulesets {
|
|
53
|
+
beginCreateOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRuleset, options?: DnsForwardingRulesetsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DnsForwardingRulesetsCreateOrUpdateResponse>, DnsForwardingRulesetsCreateOrUpdateResponse>>;
|
|
54
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRuleset, options?: DnsForwardingRulesetsCreateOrUpdateOptionalParams): Promise<DnsForwardingRulesetsCreateOrUpdateResponse>;
|
|
55
|
+
beginDelete(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
56
|
+
beginDeleteAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsDeleteOptionalParams): Promise<void>;
|
|
57
|
+
beginUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRulesetPatch, options?: DnsForwardingRulesetsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DnsForwardingRulesetsUpdateResponse>, DnsForwardingRulesetsUpdateResponse>>;
|
|
58
|
+
beginUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRulesetPatch, options?: DnsForwardingRulesetsUpdateOptionalParams): Promise<DnsForwardingRulesetsUpdateResponse>;
|
|
59
|
+
get(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsGetOptionalParams): Promise<DnsForwardingRulesetsGetResponse>;
|
|
60
|
+
list(options?: DnsForwardingRulesetsListOptionalParams): PagedAsyncIterableIterator<DnsForwardingRuleset>;
|
|
61
|
+
listByResourceGroup(resourceGroupName: string, options?: DnsForwardingRulesetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsForwardingRuleset>;
|
|
62
|
+
listByVirtualNetwork(resourceGroupName: string, virtualNetworkName: string, options?: DnsForwardingRulesetsListByVirtualNetworkOptionalParams): PagedAsyncIterableIterator<VirtualNetworkDnsForwardingRuleset>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
67
|
+
ifMatch?: string;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
resumeFrom?: string;
|
|
70
|
+
updateIntervalInMs?: number;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
78
|
+
ifMatch?: string;
|
|
79
|
+
resumeFrom?: string;
|
|
80
|
+
updateIntervalInMs?: number;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
92
|
+
top?: number;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
100
|
+
top?: number;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
108
|
+
top?: number;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
116
|
+
top?: number;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
124
|
+
top?: number;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
|
|
132
|
+
top?: number;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
140
|
+
ifMatch?: string;
|
|
141
|
+
resumeFrom?: string;
|
|
142
|
+
updateIntervalInMs?: number;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type DnsResolver = TrackedResource & {
|
|
150
|
+
readonly etag?: string;
|
|
151
|
+
readonly systemData?: SystemData;
|
|
152
|
+
virtualNetwork?: SubResource;
|
|
153
|
+
readonly dnsResolverState?: DnsResolverState;
|
|
154
|
+
readonly provisioningState?: ProvisioningState;
|
|
155
|
+
readonly resourceGuid?: string;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface DnsResolverListResult {
|
|
160
|
+
readonly nextLink?: string;
|
|
161
|
+
value?: DnsResolver[];
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public (undocumented)
|
|
165
|
+
export class DnsResolverManagementClient extends coreClient.ServiceClient {
|
|
166
|
+
// (undocumented)
|
|
167
|
+
$host: string;
|
|
168
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DnsResolverManagementClientOptionalParams);
|
|
169
|
+
// (undocumented)
|
|
170
|
+
apiVersion: string;
|
|
171
|
+
// (undocumented)
|
|
172
|
+
dnsForwardingRulesets: DnsForwardingRulesets;
|
|
173
|
+
// (undocumented)
|
|
174
|
+
dnsResolvers: DnsResolvers;
|
|
175
|
+
// (undocumented)
|
|
176
|
+
forwardingRules: ForwardingRules;
|
|
177
|
+
// (undocumented)
|
|
178
|
+
inboundEndpoints: InboundEndpoints;
|
|
179
|
+
// (undocumented)
|
|
180
|
+
outboundEndpoints: OutboundEndpoints;
|
|
181
|
+
// (undocumented)
|
|
182
|
+
subscriptionId: string;
|
|
183
|
+
// (undocumented)
|
|
184
|
+
virtualNetworkLinks: VirtualNetworkLinks;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
189
|
+
$host?: string;
|
|
190
|
+
apiVersion?: string;
|
|
191
|
+
endpoint?: string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export interface DnsResolverPatch {
|
|
196
|
+
tags?: {
|
|
197
|
+
[propertyName: string]: string;
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface DnsResolvers {
|
|
203
|
+
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolver, options?: DnsResolversCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DnsResolversCreateOrUpdateResponse>, DnsResolversCreateOrUpdateResponse>>;
|
|
204
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolver, options?: DnsResolversCreateOrUpdateOptionalParams): Promise<DnsResolversCreateOrUpdateResponse>;
|
|
205
|
+
beginDelete(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
206
|
+
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversDeleteOptionalParams): Promise<void>;
|
|
207
|
+
beginUpdate(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolverPatch, options?: DnsResolversUpdateOptionalParams): Promise<PollerLike<PollOperationState<DnsResolversUpdateResponse>, DnsResolversUpdateResponse>>;
|
|
208
|
+
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolverPatch, options?: DnsResolversUpdateOptionalParams): Promise<DnsResolversUpdateResponse>;
|
|
209
|
+
get(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversGetOptionalParams): Promise<DnsResolversGetResponse>;
|
|
210
|
+
list(options?: DnsResolversListOptionalParams): PagedAsyncIterableIterator<DnsResolver>;
|
|
211
|
+
listByResourceGroup(resourceGroupName: string, options?: DnsResolversListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsResolver>;
|
|
212
|
+
listByVirtualNetwork(resourceGroupName: string, virtualNetworkName: string, options?: DnsResolversListByVirtualNetworkOptionalParams): PagedAsyncIterableIterator<SubResource>;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
217
|
+
ifMatch?: string;
|
|
218
|
+
ifNoneMatch?: string;
|
|
219
|
+
resumeFrom?: string;
|
|
220
|
+
updateIntervalInMs?: number;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export type DnsResolversCreateOrUpdateResponse = DnsResolver;
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
|
|
228
|
+
ifMatch?: string;
|
|
229
|
+
resumeFrom?: string;
|
|
230
|
+
updateIntervalInMs?: number;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// @public
|
|
238
|
+
export type DnsResolversGetResponse = DnsResolver;
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
242
|
+
top?: number;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
250
|
+
top?: number;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
258
|
+
top?: number;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
266
|
+
top?: number;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
|
|
274
|
+
top?: number;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export type DnsResolversListNextResponse = DnsResolverListResult;
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
|
|
282
|
+
top?: number;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export type DnsResolversListResponse = DnsResolverListResult;
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export type DnsResolverState = string;
|
|
290
|
+
|
|
291
|
+
// @public
|
|
292
|
+
export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
|
|
293
|
+
ifMatch?: string;
|
|
294
|
+
resumeFrom?: string;
|
|
295
|
+
updateIntervalInMs?: number;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export type DnsResolversUpdateResponse = DnsResolver;
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export type ForwardingRule = ProxyResource & {
|
|
303
|
+
readonly etag?: string;
|
|
304
|
+
readonly systemData?: SystemData;
|
|
305
|
+
domainName?: string;
|
|
306
|
+
targetDnsServers?: TargetDnsServer[];
|
|
307
|
+
metadata?: {
|
|
308
|
+
[propertyName: string]: string;
|
|
309
|
+
};
|
|
310
|
+
forwardingRuleState?: ForwardingRuleState;
|
|
311
|
+
readonly provisioningState?: ProvisioningState;
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface ForwardingRuleListResult {
|
|
316
|
+
readonly nextLink?: string;
|
|
317
|
+
value?: ForwardingRule[];
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export interface ForwardingRulePatch {
|
|
322
|
+
forwardingRuleState?: ForwardingRuleState;
|
|
323
|
+
metadata?: {
|
|
324
|
+
[propertyName: string]: string;
|
|
325
|
+
};
|
|
326
|
+
targetDnsServers?: TargetDnsServer[];
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface ForwardingRules {
|
|
331
|
+
createOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, parameters: ForwardingRule, options?: ForwardingRulesCreateOrUpdateOptionalParams): Promise<ForwardingRulesCreateOrUpdateResponse>;
|
|
332
|
+
delete(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesDeleteOptionalParams): Promise<void>;
|
|
333
|
+
get(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesGetOptionalParams): Promise<ForwardingRulesGetResponse>;
|
|
334
|
+
list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: ForwardingRulesListOptionalParams): PagedAsyncIterableIterator<ForwardingRule>;
|
|
335
|
+
update(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, parameters: ForwardingRulePatch, options?: ForwardingRulesUpdateOptionalParams): Promise<ForwardingRulesUpdateResponse>;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
340
|
+
ifMatch?: string;
|
|
341
|
+
ifNoneMatch?: string;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface ForwardingRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
349
|
+
ifMatch?: string;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export type ForwardingRulesGetResponse = ForwardingRule;
|
|
358
|
+
|
|
359
|
+
// @public
|
|
360
|
+
export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
361
|
+
top?: number;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export type ForwardingRulesListNextResponse = ForwardingRuleListResult;
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
|
|
369
|
+
top?: number;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export type ForwardingRulesListResponse = ForwardingRuleListResult;
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type ForwardingRuleState = string;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface ForwardingRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
380
|
+
ifMatch?: string;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export type ForwardingRulesUpdateResponse = ForwardingRule;
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export type InboundEndpoint = TrackedResource & {
|
|
388
|
+
readonly etag?: string;
|
|
389
|
+
readonly systemData?: SystemData;
|
|
390
|
+
ipConfigurations?: IpConfiguration[];
|
|
391
|
+
readonly provisioningState?: ProvisioningState;
|
|
392
|
+
readonly resourceGuid?: string;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
// @public
|
|
396
|
+
export interface InboundEndpointListResult {
|
|
397
|
+
readonly nextLink?: string;
|
|
398
|
+
value?: InboundEndpoint[];
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export interface InboundEndpointPatch {
|
|
403
|
+
tags?: {
|
|
404
|
+
[propertyName: string]: string;
|
|
405
|
+
};
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface InboundEndpoints {
|
|
410
|
+
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InboundEndpointsCreateOrUpdateResponse>, InboundEndpointsCreateOrUpdateResponse>>;
|
|
411
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<InboundEndpointsCreateOrUpdateResponse>;
|
|
412
|
+
beginDelete(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
413
|
+
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<void>;
|
|
414
|
+
beginUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<InboundEndpointsUpdateResponse>, InboundEndpointsUpdateResponse>>;
|
|
415
|
+
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<InboundEndpointsUpdateResponse>;
|
|
416
|
+
get(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsGetOptionalParams): Promise<InboundEndpointsGetResponse>;
|
|
417
|
+
list(resourceGroupName: string, dnsResolverName: string, options?: InboundEndpointsListOptionalParams): PagedAsyncIterableIterator<InboundEndpoint>;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
422
|
+
ifMatch?: string;
|
|
423
|
+
ifNoneMatch?: string;
|
|
424
|
+
resumeFrom?: string;
|
|
425
|
+
updateIntervalInMs?: number;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
|
|
430
|
+
|
|
431
|
+
// @public
|
|
432
|
+
export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
433
|
+
ifMatch?: string;
|
|
434
|
+
resumeFrom?: string;
|
|
435
|
+
updateIntervalInMs?: number;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export type InboundEndpointsGetResponse = InboundEndpoint;
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
447
|
+
top?: number;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export type InboundEndpointsListNextResponse = InboundEndpointListResult;
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
455
|
+
top?: number;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// @public
|
|
459
|
+
export type InboundEndpointsListResponse = InboundEndpointListResult;
|
|
460
|
+
|
|
461
|
+
// @public
|
|
462
|
+
export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
463
|
+
ifMatch?: string;
|
|
464
|
+
resumeFrom?: string;
|
|
465
|
+
updateIntervalInMs?: number;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export type InboundEndpointsUpdateResponse = InboundEndpoint;
|
|
470
|
+
|
|
471
|
+
// @public
|
|
472
|
+
export type IpAllocationMethod = string;
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export interface IpConfiguration {
|
|
476
|
+
privateIpAddress?: string;
|
|
477
|
+
privateIpAllocationMethod?: IpAllocationMethod;
|
|
478
|
+
subnet?: SubResource;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export enum KnownCreatedByType {
|
|
483
|
+
// (undocumented)
|
|
484
|
+
Application = "Application",
|
|
485
|
+
// (undocumented)
|
|
486
|
+
Key = "Key",
|
|
487
|
+
// (undocumented)
|
|
488
|
+
ManagedIdentity = "ManagedIdentity",
|
|
489
|
+
// (undocumented)
|
|
490
|
+
User = "User"
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export enum KnownDnsResolverState {
|
|
495
|
+
// (undocumented)
|
|
496
|
+
Connected = "Connected",
|
|
497
|
+
// (undocumented)
|
|
498
|
+
Disconnected = "Disconnected"
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export enum KnownForwardingRuleState {
|
|
503
|
+
// (undocumented)
|
|
504
|
+
Disabled = "Disabled",
|
|
505
|
+
// (undocumented)
|
|
506
|
+
Enabled = "Enabled"
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export enum KnownIpAllocationMethod {
|
|
511
|
+
// (undocumented)
|
|
512
|
+
Dynamic = "Dynamic",
|
|
513
|
+
// (undocumented)
|
|
514
|
+
Static = "Static"
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export enum KnownProvisioningState {
|
|
519
|
+
// (undocumented)
|
|
520
|
+
Canceled = "Canceled",
|
|
521
|
+
// (undocumented)
|
|
522
|
+
Creating = "Creating",
|
|
523
|
+
// (undocumented)
|
|
524
|
+
Deleting = "Deleting",
|
|
525
|
+
// (undocumented)
|
|
526
|
+
Failed = "Failed",
|
|
527
|
+
// (undocumented)
|
|
528
|
+
Succeeded = "Succeeded",
|
|
529
|
+
// (undocumented)
|
|
530
|
+
Updating = "Updating"
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type OutboundEndpoint = TrackedResource & {
|
|
535
|
+
readonly etag?: string;
|
|
536
|
+
readonly systemData?: SystemData;
|
|
537
|
+
subnet?: SubResource;
|
|
538
|
+
readonly provisioningState?: ProvisioningState;
|
|
539
|
+
readonly resourceGuid?: string;
|
|
540
|
+
};
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface OutboundEndpointListResult {
|
|
544
|
+
readonly nextLink?: string;
|
|
545
|
+
value?: OutboundEndpoint[];
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export interface OutboundEndpointPatch {
|
|
550
|
+
tags?: {
|
|
551
|
+
[propertyName: string]: string;
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export interface OutboundEndpoints {
|
|
557
|
+
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpoint, options?: OutboundEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OutboundEndpointsCreateOrUpdateResponse>, OutboundEndpointsCreateOrUpdateResponse>>;
|
|
558
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpoint, options?: OutboundEndpointsCreateOrUpdateOptionalParams): Promise<OutboundEndpointsCreateOrUpdateResponse>;
|
|
559
|
+
beginDelete(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
560
|
+
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsDeleteOptionalParams): Promise<void>;
|
|
561
|
+
beginUpdate(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpointPatch, options?: OutboundEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<OutboundEndpointsUpdateResponse>, OutboundEndpointsUpdateResponse>>;
|
|
562
|
+
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpointPatch, options?: OutboundEndpointsUpdateOptionalParams): Promise<OutboundEndpointsUpdateResponse>;
|
|
563
|
+
get(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsGetOptionalParams): Promise<OutboundEndpointsGetResponse>;
|
|
564
|
+
list(resourceGroupName: string, dnsResolverName: string, options?: OutboundEndpointsListOptionalParams): PagedAsyncIterableIterator<OutboundEndpoint>;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
569
|
+
ifMatch?: string;
|
|
570
|
+
ifNoneMatch?: string;
|
|
571
|
+
resumeFrom?: string;
|
|
572
|
+
updateIntervalInMs?: number;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
580
|
+
ifMatch?: string;
|
|
581
|
+
resumeFrom?: string;
|
|
582
|
+
updateIntervalInMs?: number;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export type OutboundEndpointsGetResponse = OutboundEndpoint;
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
594
|
+
top?: number;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
602
|
+
top?: number;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export type OutboundEndpointsListResponse = OutboundEndpointListResult;
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
610
|
+
ifMatch?: string;
|
|
611
|
+
resumeFrom?: string;
|
|
612
|
+
updateIntervalInMs?: number;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export type OutboundEndpointsUpdateResponse = OutboundEndpoint;
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export type ProvisioningState = string;
|
|
620
|
+
|
|
621
|
+
// @public
|
|
622
|
+
export type ProxyResource = Resource & {};
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export interface Resource {
|
|
626
|
+
readonly id?: string;
|
|
627
|
+
readonly name?: string;
|
|
628
|
+
readonly type?: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export interface SubResource {
|
|
633
|
+
id?: string;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface SubResourceListResult {
|
|
638
|
+
readonly nextLink?: string;
|
|
639
|
+
value?: SubResource[];
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export interface SystemData {
|
|
644
|
+
createdAt?: Date;
|
|
645
|
+
createdBy?: string;
|
|
646
|
+
createdByType?: CreatedByType;
|
|
647
|
+
lastModifiedAt?: Date;
|
|
648
|
+
lastModifiedBy?: string;
|
|
649
|
+
lastModifiedByType?: CreatedByType;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
// @public
|
|
653
|
+
export interface TargetDnsServer {
|
|
654
|
+
ipAddress?: string;
|
|
655
|
+
port?: number;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public
|
|
659
|
+
export type TrackedResource = Resource & {
|
|
660
|
+
tags?: {
|
|
661
|
+
[propertyName: string]: string;
|
|
662
|
+
};
|
|
663
|
+
location: string;
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
// @public
|
|
667
|
+
export interface VirtualNetworkDnsForwardingRuleset {
|
|
668
|
+
id?: string;
|
|
669
|
+
virtualNetworkLink?: SubResource;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
// @public
|
|
673
|
+
export interface VirtualNetworkDnsForwardingRulesetListResult {
|
|
674
|
+
readonly nextLink?: string;
|
|
675
|
+
value?: VirtualNetworkDnsForwardingRuleset[];
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export type VirtualNetworkLink = ProxyResource & {
|
|
680
|
+
readonly etag?: string;
|
|
681
|
+
readonly systemData?: SystemData;
|
|
682
|
+
virtualNetwork?: SubResource;
|
|
683
|
+
metadata?: {
|
|
684
|
+
[propertyName: string]: string;
|
|
685
|
+
};
|
|
686
|
+
readonly provisioningState?: ProvisioningState;
|
|
687
|
+
};
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export interface VirtualNetworkLinkListResult {
|
|
691
|
+
readonly nextLink?: string;
|
|
692
|
+
value?: VirtualNetworkLink[];
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export interface VirtualNetworkLinkPatch {
|
|
697
|
+
metadata?: {
|
|
698
|
+
[propertyName: string]: string;
|
|
699
|
+
};
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export interface VirtualNetworkLinks {
|
|
704
|
+
beginCreateOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkLinksCreateOrUpdateResponse>, VirtualNetworkLinksCreateOrUpdateResponse>>;
|
|
705
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<VirtualNetworkLinksCreateOrUpdateResponse>;
|
|
706
|
+
beginDelete(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
707
|
+
beginDeleteAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<void>;
|
|
708
|
+
beginUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLinkPatch, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkLinksUpdateResponse>, VirtualNetworkLinksUpdateResponse>>;
|
|
709
|
+
beginUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLinkPatch, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<VirtualNetworkLinksUpdateResponse>;
|
|
710
|
+
get(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLinksGetResponse>;
|
|
711
|
+
list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: VirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkLink>;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
716
|
+
ifMatch?: string;
|
|
717
|
+
ifNoneMatch?: string;
|
|
718
|
+
resumeFrom?: string;
|
|
719
|
+
updateIntervalInMs?: number;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
// @public
|
|
723
|
+
export type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
|
|
724
|
+
|
|
725
|
+
// @public
|
|
726
|
+
export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
727
|
+
ifMatch?: string;
|
|
728
|
+
resumeFrom?: string;
|
|
729
|
+
updateIntervalInMs?: number;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
// @public
|
|
733
|
+
export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
741
|
+
top?: number;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
// @public
|
|
745
|
+
export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
749
|
+
top?: number;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
757
|
+
ifMatch?: string;
|
|
758
|
+
resumeFrom?: string;
|
|
759
|
+
updateIntervalInMs?: number;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
|
|
764
|
+
|
|
765
|
+
// (No @packageDocumentation comment for this package)
|
|
766
|
+
|
|
767
|
+
```
|