你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NicIPConfiguration.UpdateDefinition<ParentT> 接口
类型参数
- ParentT
最终的返回类型 attach()
public interface UpdateDefinition extends NicIPConfiguration.UpdateDefinitionStages.Blank,NicIPConfiguration.UpdateDefinitionStages.WithAttach,NicIPConfiguration.UpdateDefinitionStages.WithNetwork,NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP,NicIPConfiguration.UpdateDefinitionStages.WithSubnet,NicIPConfiguration.UpdateDefinitionStages.WithPublicIPAddress
作为网络接口更新的一部分的整个网络接口 IP 配置定义。
继承成员
Attachable.InUpdate<ParentT>.attach()
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withExistingNetwork(Network network)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(Creatable<Network> creatable)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(String name, String addressSpace)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(String addressSpace)
HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressDynamic()
HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressStatic(String ipAddress)
NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>.withPrivateIPVersion(IPVersion ipVersion)
NicIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>.withSubnet(String name)