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 © 2021 Microsoft Corporation. All rights reserved.