@@ -42,6 +42,142 @@ public partial interface IVpnLinkConnectionsOperations
42
42
/// </exception>
43
43
System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > ResetConnectionWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
44
44
45
+ /// <summary>
46
+ /// Lists all shared keys of VpnLink connection specified.
47
+ /// </summary>
48
+ /// <remarks>
49
+ /// Lists all shared keys of VpnLink connection specified.
50
+ /// </remarks>
51
+ /// <param name='resourceGroupName'>
52
+ /// The name of the resource group.
53
+ /// </param>
54
+ /// <param name='gatewayName'>
55
+ /// The name of the gateway.
56
+ /// </param>
57
+ /// <param name='connectionName'>
58
+ /// The name of the vpn connection.
59
+ /// </param>
60
+ /// <param name='linkConnectionName'>
61
+ /// The name of the vpn link connection.
62
+ /// </param>
63
+ /// <param name='customHeaders'>
64
+ /// The headers that will be added to request.
65
+ /// </param>
66
+ /// <param name='cancellationToken'>
67
+ /// The cancellation token.
68
+ /// </param>
69
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
70
+ /// Thrown when the operation returned an invalid status code
71
+ /// </exception>
72
+ /// <exception cref="Microsoft.Rest.SerializationException">
73
+ /// Thrown when unable to deserialize the response
74
+ /// </exception>
75
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < ConnectionSharedKeyResult > > > GetAllSharedKeysWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
76
+
77
+ /// <summary>
78
+ /// Gets the shared key of VpnLink connection specified.
79
+ /// </summary>
80
+ /// <remarks>
81
+ /// Gets the shared key of VpnLink connection specified.
82
+ /// </remarks>
83
+ /// <param name='resourceGroupName'>
84
+ /// The name of the resource group.
85
+ /// </param>
86
+ /// <param name='gatewayName'>
87
+ /// The name of the gateway.
88
+ /// </param>
89
+ /// <param name='connectionName'>
90
+ /// The name of the vpn connection.
91
+ /// </param>
92
+ /// <param name='linkConnectionName'>
93
+ /// The name of the vpn link connection.
94
+ /// </param>
95
+ /// <param name='customHeaders'>
96
+ /// The headers that will be added to request.
97
+ /// </param>
98
+ /// <param name='cancellationToken'>
99
+ /// The cancellation token.
100
+ /// </param>
101
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
102
+ /// Thrown when the operation returned an invalid status code
103
+ /// </exception>
104
+ /// <exception cref="Microsoft.Rest.SerializationException">
105
+ /// Thrown when unable to deserialize the response
106
+ /// </exception>
107
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ConnectionSharedKeyResult > > GetDefaultSharedKeyWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
108
+
109
+ /// <summary>
110
+ /// Sets or auto generates the shared key based on the user input. If users
111
+ /// give a shared key value, it does the set operation. If key length is given,
112
+ /// the operation creates a random key of the pre-defined length.
113
+ /// </summary>
114
+ /// <remarks>
115
+ /// Sets or auto generates the shared key based on the user input. If users
116
+ /// give a shared key value, it does the set operation. If key length is given,
117
+ /// the operation creates a random key of the pre-defined length.
118
+ /// </remarks>
119
+ /// <param name='resourceGroupName'>
120
+ /// The resource group name of the VpnGateway.
121
+ /// </param>
122
+ /// <param name='gatewayName'>
123
+ /// The name of the gateway.
124
+ /// </param>
125
+ /// <param name='connectionName'>
126
+ /// The name of the connection.
127
+ /// </param>
128
+ /// <param name='linkConnectionName'>
129
+ /// The name of the vpn link connection.
130
+ /// </param>
131
+ /// <param name='connectionSharedKeyParameters'>
132
+ /// Parameters supplied to set or auto generate the shared key for the vpn link
133
+ /// connection.
134
+ /// </param>
135
+ /// <param name='customHeaders'>
136
+ /// The headers that will be added to request.
137
+ /// </param>
138
+ /// <param name='cancellationToken'>
139
+ /// The cancellation token.
140
+ /// </param>
141
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
142
+ /// Thrown when the operation returned an invalid status code
143
+ /// </exception>
144
+ /// <exception cref="Microsoft.Rest.SerializationException">
145
+ /// Thrown when unable to deserialize the response
146
+ /// </exception>
147
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ConnectionSharedKeyResult > > SetOrInitDefaultSharedKeyWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , ConnectionSharedKeyResult connectionSharedKeyParameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
148
+
149
+ /// <summary>
150
+ /// Gets the value of the shared key of VpnLink connection specified.
151
+ /// </summary>
152
+ /// <remarks>
153
+ /// Gets the value of the shared key of VpnLink connection specified.
154
+ /// </remarks>
155
+ /// <param name='resourceGroupName'>
156
+ /// The name of the resource group.
157
+ /// </param>
158
+ /// <param name='gatewayName'>
159
+ /// The name of the gateway.
160
+ /// </param>
161
+ /// <param name='connectionName'>
162
+ /// The name of the vpn connection.
163
+ /// </param>
164
+ /// <param name='linkConnectionName'>
165
+ /// The name of the vpn link connection.
166
+ /// </param>
167
+ /// <param name='customHeaders'>
168
+ /// The headers that will be added to request.
169
+ /// </param>
170
+ /// <param name='cancellationToken'>
171
+ /// The cancellation token.
172
+ /// </param>
173
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
174
+ /// Thrown when the operation returned an invalid status code
175
+ /// </exception>
176
+ /// <exception cref="Microsoft.Rest.SerializationException">
177
+ /// Thrown when unable to deserialize the response
178
+ /// </exception>
179
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ConnectionSharedKeyResult > > ListDefaultSharedKeyWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
180
+
45
181
/// <summary>
46
182
/// Lists IKE Security Associations for Vpn Site Link Connection in the
47
183
/// specified resource group.
@@ -136,6 +272,46 @@ public partial interface IVpnLinkConnectionsOperations
136
272
/// </exception>
137
273
System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > BeginResetConnectionWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
138
274
275
+ /// <summary>
276
+ /// Sets or auto generates the shared key based on the user input. If users
277
+ /// give a shared key value, it does the set operation. If key length is given,
278
+ /// the operation creates a random key of the pre-defined length.
279
+ /// </summary>
280
+ /// <remarks>
281
+ /// Sets or auto generates the shared key based on the user input. If users
282
+ /// give a shared key value, it does the set operation. If key length is given,
283
+ /// the operation creates a random key of the pre-defined length.
284
+ /// </remarks>
285
+ /// <param name='resourceGroupName'>
286
+ /// The resource group name of the VpnGateway.
287
+ /// </param>
288
+ /// <param name='gatewayName'>
289
+ /// The name of the gateway.
290
+ /// </param>
291
+ /// <param name='connectionName'>
292
+ /// The name of the connection.
293
+ /// </param>
294
+ /// <param name='linkConnectionName'>
295
+ /// The name of the vpn link connection.
296
+ /// </param>
297
+ /// <param name='connectionSharedKeyParameters'>
298
+ /// Parameters supplied to set or auto generate the shared key for the vpn link
299
+ /// connection.
300
+ /// </param>
301
+ /// <param name='customHeaders'>
302
+ /// The headers that will be added to request.
303
+ /// </param>
304
+ /// <param name='cancellationToken'>
305
+ /// The cancellation token.
306
+ /// </param>
307
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
308
+ /// Thrown when the operation returned an invalid status code
309
+ /// </exception>
310
+ /// <exception cref="Microsoft.Rest.SerializationException">
311
+ /// Thrown when unable to deserialize the response
312
+ /// </exception>
313
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ConnectionSharedKeyResult > > BeginSetOrInitDefaultSharedKeyWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , ConnectionSharedKeyResult connectionSharedKeyParameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
314
+
139
315
/// <summary>
140
316
/// Lists IKE Security Associations for Vpn Site Link Connection in the
141
317
/// specified resource group.
@@ -170,6 +346,29 @@ public partial interface IVpnLinkConnectionsOperations
170
346
/// </exception>
171
347
System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < string > > BeginGetIkeSasWithHttpMessagesAsync ( string resourceGroupName , string gatewayName , string connectionName , string linkConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
172
348
349
+ /// <summary>
350
+ /// Lists all shared keys of VpnLink connection specified.
351
+ /// </summary>
352
+ /// <remarks>
353
+ /// Lists all shared keys of VpnLink connection specified.
354
+ /// </remarks>
355
+ /// <param name='nextPageLink'>
356
+ /// The NextLink from the previous successful call to List operation.
357
+ /// </param>
358
+ /// <param name='customHeaders'>
359
+ /// The headers that will be added to request.
360
+ /// </param>
361
+ /// <param name='cancellationToken'>
362
+ /// The cancellation token.
363
+ /// </param>
364
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
365
+ /// Thrown when the operation returned an invalid status code
366
+ /// </exception>
367
+ /// <exception cref="Microsoft.Rest.SerializationException">
368
+ /// Thrown when unable to deserialize the response
369
+ /// </exception>
370
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < ConnectionSharedKeyResult > > > GetAllSharedKeysNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
371
+
173
372
/// <summary>
174
373
/// Retrieves all vpn site link connections for a particular virtual wan vpn
175
374
/// gateway vpn connection.
0 commit comments