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