public static interface PublicIpAddress.DefinitionStages.WithIpAddress
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress.DefinitionStages.WithCreate |
withDynamicIp()
Enables dynamic IP address allocation.
|
PublicIpAddress.DefinitionStages.WithCreate |
withStaticIp()
Enables static IP address allocation.
|
PublicIpAddress.DefinitionStages.WithCreate withStaticIp()
Use PublicIpAddress.ipAddress() after the public IP address is created to obtain the
actual IP address allocated for this resource by Azure
PublicIpAddress.DefinitionStages.WithCreate withDynamicIp()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/