Skip to content

Commit

Permalink
Fix DeleteOptions on Public Ip Address (issue#38806 NetworkInterface …
Browse files Browse the repository at this point in the history
…fix only)
  • Loading branch information
v-hongli1 committed Mar 18, 2024
1 parent 17b67b4 commit ddf9517
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ interface WithExistingPublicIPAddress<ReturnT>
* Associates an existing public IP address with the resource.
*
* @param resourceId the resource ID of an existing public IP address
* @param deleteOptions what happens to the public IP address when the VM using it is deleted.
* @return the next stage of the definition
*/
ReturnT withExistingPublicIpAddress(String resourceId, DeleteOptions deleteOptions);
Expand Down

0 comments on commit ddf9517

Please sign in to comment.