@@ -296,6 +296,72 @@ public partial interface IPublicIPAddressesOperations
296296 /// </exception>
297297 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIpDdosProtectionStatusResult , PublicIPAddressesDdosProtectionStatusHeaders > > DdosProtectionStatusWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
298298
299+ /// <summary>
300+ /// Reserves the specified Cloud Service Public IP by switching its allocation
301+ /// method to Static. If rollback is requested, reverts the allocation method
302+ /// to Dynamic.
303+ /// </summary>
304+ /// <remarks>
305+ /// Reserves the specified Cloud Service Public IP by switching its allocation
306+ /// method to Static. If rollback is requested, reverts the allocation method
307+ /// to Dynamic.
308+ /// </remarks>
309+ /// <param name='resourceGroupName'>
310+ /// The name of the resource group.
311+ /// </param>
312+ /// <param name='publicIpAddressName'>
313+ /// The name of the public IP address.
314+ /// </param>
315+ /// <param name='parameters'>
316+ /// Parameter that define which Public IP Address should be associated in place
317+ /// of given Public IP Address.
318+ /// </param>
319+ /// <param name='customHeaders'>
320+ /// The headers that will be added to request.
321+ /// </param>
322+ /// <param name='cancellationToken'>
323+ /// The cancellation token.
324+ /// </param>
325+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
326+ /// Thrown when the operation returned an invalid status code
327+ /// </exception>
328+ /// <exception cref="Microsoft.Rest.SerializationException">
329+ /// Thrown when unable to deserialize the response
330+ /// </exception>
331+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIPAddress , PublicIPAddressesReserveCloudServicePublicIPAddressHeaders > > ReserveCloudServicePublicIpAddressWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , ReserveCloudServicePublicIpAddressRequest parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
332+
333+ /// <summary>
334+ /// Disassociates the Cloud Service reserved Public IP and associates the
335+ /// specified Standalone Public IP to the same Cloud Service frontend.
336+ /// </summary>
337+ /// <remarks>
338+ /// Disassociates the Cloud Service reserved Public IP and associates the
339+ /// specified Standalone Public IP to the same Cloud Service frontend.
340+ /// </remarks>
341+ /// <param name='resourceGroupName'>
342+ /// The name of the resource group.
343+ /// </param>
344+ /// <param name='publicIpAddressName'>
345+ /// The name of the public IP address.
346+ /// </param>
347+ /// <param name='parameters'>
348+ /// Parameter that define which Public IP Address should be associated in place
349+ /// of given Public IP Address.
350+ /// </param>
351+ /// <param name='customHeaders'>
352+ /// The headers that will be added to request.
353+ /// </param>
354+ /// <param name='cancellationToken'>
355+ /// The cancellation token.
356+ /// </param>
357+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
358+ /// Thrown when the operation returned an invalid status code
359+ /// </exception>
360+ /// <exception cref="Microsoft.Rest.SerializationException">
361+ /// Thrown when unable to deserialize the response
362+ /// </exception>
363+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIPAddress , PublicIPAddressesDisassociateCloudServiceReservedPublicIPHeaders > > DisassociateCloudServiceReservedPublicIpWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , DisassociateCloudServicePublicIpRequest parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
364+
299365 /// <summary>
300366 /// Gets information about all public IP addresses on a virtual machine scale
301367 /// set level.
@@ -480,6 +546,72 @@ public partial interface IPublicIPAddressesOperations
480546 /// </exception>
481547 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIpDdosProtectionStatusResult , PublicIPAddressesDdosProtectionStatusHeaders > > BeginDdosProtectionStatusWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
482548
549+ /// <summary>
550+ /// Reserves the specified Cloud Service Public IP by switching its allocation
551+ /// method to Static. If rollback is requested, reverts the allocation method
552+ /// to Dynamic.
553+ /// </summary>
554+ /// <remarks>
555+ /// Reserves the specified Cloud Service Public IP by switching its allocation
556+ /// method to Static. If rollback is requested, reverts the allocation method
557+ /// to Dynamic.
558+ /// </remarks>
559+ /// <param name='resourceGroupName'>
560+ /// The name of the resource group.
561+ /// </param>
562+ /// <param name='publicIpAddressName'>
563+ /// The name of the public IP address.
564+ /// </param>
565+ /// <param name='parameters'>
566+ /// Parameter that define which Public IP Address should be associated in place
567+ /// of given Public IP Address.
568+ /// </param>
569+ /// <param name='customHeaders'>
570+ /// The headers that will be added to request.
571+ /// </param>
572+ /// <param name='cancellationToken'>
573+ /// The cancellation token.
574+ /// </param>
575+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
576+ /// Thrown when the operation returned an invalid status code
577+ /// </exception>
578+ /// <exception cref="Microsoft.Rest.SerializationException">
579+ /// Thrown when unable to deserialize the response
580+ /// </exception>
581+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIPAddress , PublicIPAddressesReserveCloudServicePublicIPAddressHeaders > > BeginReserveCloudServicePublicIpAddressWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , ReserveCloudServicePublicIpAddressRequest parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
582+
583+ /// <summary>
584+ /// Disassociates the Cloud Service reserved Public IP and associates the
585+ /// specified Standalone Public IP to the same Cloud Service frontend.
586+ /// </summary>
587+ /// <remarks>
588+ /// Disassociates the Cloud Service reserved Public IP and associates the
589+ /// specified Standalone Public IP to the same Cloud Service frontend.
590+ /// </remarks>
591+ /// <param name='resourceGroupName'>
592+ /// The name of the resource group.
593+ /// </param>
594+ /// <param name='publicIpAddressName'>
595+ /// The name of the public IP address.
596+ /// </param>
597+ /// <param name='parameters'>
598+ /// Parameter that define which Public IP Address should be associated in place
599+ /// of given Public IP Address.
600+ /// </param>
601+ /// <param name='customHeaders'>
602+ /// The headers that will be added to request.
603+ /// </param>
604+ /// <param name='cancellationToken'>
605+ /// The cancellation token.
606+ /// </param>
607+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
608+ /// Thrown when the operation returned an invalid status code
609+ /// </exception>
610+ /// <exception cref="Microsoft.Rest.SerializationException">
611+ /// Thrown when unable to deserialize the response
612+ /// </exception>
613+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < PublicIPAddress , PublicIPAddressesDisassociateCloudServiceReservedPublicIPHeaders > > BeginDisassociateCloudServiceReservedPublicIpWithHttpMessagesAsync ( string resourceGroupName , string publicIpAddressName , DisassociateCloudServicePublicIpRequest parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
614+
483615 /// <summary>
484616 /// Gets information about all public IP addresses on a cloud service level.
485617 /// </summary>
0 commit comments