NicIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT> 接口
定义
The stage of the network interface IP configuration definition allowing to specify subnet.
public interface WithSubnet<ParentT>
类型参数
- ParentT
the return type of the final attach()
方法
withSubnet(String name) |
Associate a subnet with the network interface IP configuration.
|