ReturnT - the next stage of the definitionpublic static interface HasPublicIpAddress.DefinitionStages.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 withExistingPublicIpAddress(PublicIpAddress publicIpAddress)
publicIpAddress - an existing public IP address/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/