@@ -150,7 +150,10 @@ public partial interface INetworkVirtualAppliancesOperations
150
150
/// <exception cref="Microsoft.Rest.Azure.CloudException">
151
151
/// Thrown when the operation returned an invalid status code
152
152
/// </exception>
153
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > RestartWithHttpMessagesAsync ( string resourceGroupName , string networkVirtualApplianceName , NetworkVirtualApplianceInstanceIds networkVirtualApplianceInstanceIds = default ( NetworkVirtualApplianceInstanceIds ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
153
+ /// <exception cref="Microsoft.Rest.SerializationException">
154
+ /// Thrown when unable to deserialize the response
155
+ /// </exception>
156
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < NetworkVirtualApplianceInstanceIds , NetworkVirtualAppliancesRestartHeaders > > RestartWithHttpMessagesAsync ( string resourceGroupName , string networkVirtualApplianceName , NetworkVirtualApplianceInstanceIds networkVirtualApplianceInstanceIds = default ( NetworkVirtualApplianceInstanceIds ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
154
157
155
158
/// <summary>
156
159
/// Lists all Network Virtual Appliances in a resource group.
@@ -247,6 +250,38 @@ public partial interface INetworkVirtualAppliancesOperations
247
250
/// </exception>
248
251
System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < NetworkVirtualAppliance , NetworkVirtualAppliancesCreateOrUpdateHeaders > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string networkVirtualApplianceName , NetworkVirtualAppliance parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
249
252
253
+ /// <summary>
254
+ /// Restarts one or more VMs belonging to the specified Network Virtual
255
+ /// Appliance.
256
+ /// </summary>
257
+ /// <remarks>
258
+ /// Restarts one or more VMs belonging to the specified Network Virtual
259
+ /// Appliance.
260
+ /// </remarks>
261
+ /// <param name='resourceGroupName'>
262
+ /// The name of the resource group.
263
+ /// </param>
264
+ /// <param name='networkVirtualApplianceName'>
265
+ /// The name of Network Virtual Appliance.
266
+ /// </param>
267
+ /// <param name='networkVirtualApplianceInstanceIds'>
268
+ /// Specifies a list of virtual machine instance IDs from the Network Virtual
269
+ /// Appliance VM instances.
270
+ /// </param>
271
+ /// <param name='customHeaders'>
272
+ /// The headers that will be added to request.
273
+ /// </param>
274
+ /// <param name='cancellationToken'>
275
+ /// The cancellation token.
276
+ /// </param>
277
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
278
+ /// Thrown when the operation returned an invalid status code
279
+ /// </exception>
280
+ /// <exception cref="Microsoft.Rest.SerializationException">
281
+ /// Thrown when unable to deserialize the response
282
+ /// </exception>
283
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < NetworkVirtualApplianceInstanceIds , NetworkVirtualAppliancesRestartHeaders > > BeginRestartWithHttpMessagesAsync ( string resourceGroupName , string networkVirtualApplianceName , NetworkVirtualApplianceInstanceIds networkVirtualApplianceInstanceIds = default ( NetworkVirtualApplianceInstanceIds ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
284
+
250
285
/// <summary>
251
286
/// Lists all Network Virtual Appliances in a resource group.
252
287
/// </summary>
0 commit comments