ReturnT - the next stage of the updatepublic static interface HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
ReturnT |
withExistingPublicIPAddress(String resourceId)
Associates an existing public IP address with the resource.
|
ReturnT |
withoutPublicIPAddress()
Removes the existing reference to a public IP address.
|
ReturnT withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
publicIPAddress - an existing public IP addressReturnT withExistingPublicIPAddress(String resourceId)
resourceId - the resource ID of an existing public IP addressReturnT withoutPublicIPAddress()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/