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.
*/