HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT> 接口
定义
The stage of a definition allowing to specify the private IP address.
public interface WithPrivateIPAddress<ReturnT>
类型参数
- ReturnT
the next stage of the definition
方法
withPrivateIPAddressDynamic() |
Enables dynamic private IP address allocation within the associated subnet. |
withPrivateIPAddressStatic(String ipAddress) |
Assigns the specified static private IP address within the associated subnet. |