Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdate 接口

定义

作为网络接口更新的一部分,整个网络接口 IP 配置更新。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithApplicationGateway, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithLoadBalancer, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPrivateIP, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithPrivateIP
    interface IWithPrivateIPAddress<IUpdate>
    interface IWithPublicIPAddress
    interface IWithPublicIPAddress<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithLoadBalancer
    interface IWithApplicationGateway
    interface IWithApplicationGatewayBeta
    interface IBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithApplicationGateway, IWithExistingPublicIPAddress(Of IUpdate), IWithLoadBalancer, IWithNewPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPrivateIP, IWithPrivateIPAddress(Of IUpdate), IWithPublicIPAddress, IWithPublicIPAddress(Of IUpdate), IWithSubnet
实现

方法

Parent()

作为网络接口更新的一部分,整个网络接口 IP 配置更新。

(继承自 ISettable<ParentT>)
WithExistingApplicationGatewayBackend(IApplicationGateway, String)

指定要与此 IP 配置关联的应用程序网关后端。

(继承自 IWithApplicationGatewayBeta)
WithExistingLoadBalancerBackend(ILoadBalancer, String)

指定要与此 IP 配置关联的负载均衡器。

(继承自 IWithLoadBalancer)
WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String)

指定要与此 IP 配置关联的负载均衡器入站 NAT 规则。

(继承自 IWithLoadBalancer)
WithExistingPublicIPAddress(IPublicIPAddress)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与资源关联。 公共 IP 地址的内部名称和 DNS 标签将派生自资源的名称。

(继承自 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

创建新的公共 IP 地址以与资源关联。

(继承自 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(String)

使用指定的 DNS 标签在与资源相同的区域和组中创建新的公共 IP 地址,并将其与资源关联。 公共 IP 地址的内部名称将派生自 DNS 标签。

(继承自 IWithNewPublicIPAddress<ReturnT>)
WithoutApplicationGatewayBackends()

删除与应用程序网关后端的所有现有关联。

(继承自 IWithApplicationGatewayBeta)
WithoutLoadBalancerBackends()

删除与负载均衡器后端的所有现有关联。

(继承自 IWithLoadBalancer)
WithoutLoadBalancerInboundNatRules()

删除与负载均衡器入站 NAT 规则的所有现有关联。

(继承自 IWithLoadBalancer)
WithoutPublicIPAddress()

删除对公共 IP 地址的现有引用。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithPrivateIPAddressDynamic()

在关联的子网中启用动态专用 IP 地址分配。

(继承自 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

在关联的子网中分配指定的静态专用 IP 地址。

(继承自 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPVersion(IPVersion)

指定专用 IP 地址的 IP 版本。

(继承自 IWithPrivateIP)
WithSubnet(String)

将子网与网络接口 IP 配置相关联。

(继承自 IWithSubnet)

适用于