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