PublicIPAddress.UpdateStages.WithIPAddress 接口
定义
A public IP address update allowing to change the IP allocation method (static or dynamic).
public interface WithIPAddress
方法
withDynamicIP() |
Enables dynamic IP address allocation.
|
withStaticIP() |
Enables static IP address allocation. Use ipAddress() after the public IP address is updated to obtain the actual IP address allocated for this resource by Azure
|