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

IUpdate 接口

定义

更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithAcceleratedNetworking, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithDnsServer, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithIPConfiguration, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithIPForwarding, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithLoadBalancer, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithNetworkSecurityGroup, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithPrimaryNetworkSubnet, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithPrimaryPrivateIP, Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IWithPrimaryPublicIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.INetworkInterface>
type IUpdate = interface
    interface IAppliable<INetworkInterface>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithPrimaryNetworkSubnet
    interface IWithPrimaryPrivateIP
    interface IWithPrimaryPublicIPAddress
    interface IWithNetworkSecurityGroup
    interface IWithIPForwarding
    interface IWithDnsServer
    interface IWithIPConfiguration
    interface IWithLoadBalancer
    interface IWithAcceleratedNetworking
Public Interface IUpdate
Implements IAppliable(Of INetworkInterface), IUpdateWithTags(Of IUpdate), IWithAcceleratedNetworking, IWithDnsServer, IWithIPConfiguration, IWithIPForwarding, IWithLoadBalancer, IWithNetworkSecurityGroup, IWithPrimaryNetworkSubnet, IWithPrimaryPrivateIP, IWithPrimaryPublicIPAddress
实现

属性

Key

更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
DefineSecondaryIPConfiguration(String)

启动辅助 IP 配置的定义。

(继承自 IWithIPConfiguration)
UpdateIPConfiguration(String)

开始更新 IP 配置。

(继承自 IWithIPConfiguration)
WithAzureDnsServer()

指定将默认 Azure DNS 服务器用于网络接口。 使用 azure DNS 服务器将删除与此网络接口关联的任何自定义 DNS 服务器。

(继承自 IWithDnsServer)
WithDnsServer(String)

指定要与网络接口关联的自定义 DNS 服务器的 IP 地址。 请注意,此方法的效果是累加的,即每次使用它时,都会将新的 dns 服务器添加到网络接口。

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

将网络接口的主 IP 配置与现有负载均衡器的后端相关联。

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

将网络接口的主 IP 配置与现有负载均衡器的入站 NAT 规则相关联。

(继承自 IWithLoadBalancer)
WithExistingNetworkSecurityGroup(INetworkSecurityGroup)

将现有网络安全组与网络接口相关联。

(继承自 IWithNetworkSecurityGroup)
WithExistingPrimaryPublicIPAddress(IPublicIPAddress)

将现有公共 IP 地址与网络接口的主 IP 配置相关联。 如果存在现有的公共 IP 关联,则将删除该关联,以支持此关联。

(继承自 IWithPrimaryPublicIPAddress)
WithIPForwarding()

在网络接口中启用 IP 转发。

(继承自 IWithIPForwarding)
WithNewNetworkSecurityGroup(ICreatable<INetworkSecurityGroup>)

根据提供的定义创建新的网络安全组以与网络接口相关联。

(继承自 IWithNetworkSecurityGroup)
WithNewPrimaryPublicIPAddress()

在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与网络接口的主 IP 配置相关联。 公共 IP 地址的内部名称和 DNS 标签将派生自网络接口名称,如果存在现有的公共 IP 关联,则将删除该关联,转而支持此关联。

(继承自 IWithPrimaryPublicIPAddress)
WithNewPrimaryPublicIPAddress(ICreatable<IPublicIPAddress>)

根据提供的定义创建新的公共 IP 地址以关联网络接口的主 IP 配置。 如果存在与主 IP 配置关联的公共 IP,则将删除该 IP 以取而取之。

(继承自 IWithPrimaryPublicIPAddress)
WithNewPrimaryPublicIPAddress(String)

使用指定的 DNS 标签在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与网络接口的主 IP 配置相关联。 公共 IP 地址的内部名称将派生自 DNS 标签,如果存在现有的公共 IP 关联,则将删除该关联,转而支持此关联。

(继承自 IWithPrimaryPublicIPAddress)
WithoutAcceleratedNetworking()

禁用加速网络。

(继承自 IWithAcceleratedNetworking)
WithoutDnsServer(String)

删除与网络接口关联的 DNS 服务器。

(继承自 IWithDnsServer)
WithoutIPConfiguration(String)

删除指定的 IP 配置。

(继承自 IWithIPConfiguration)
WithoutIPForwarding()

在网络接口中禁用 IP 转发。

(继承自 IWithIPForwarding)
WithoutLoadBalancerBackends()

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

(继承自 IWithLoadBalancer)
WithoutLoadBalancerInboundNatRules()

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

(继承自 IWithLoadBalancer)
WithoutNetworkSecurityGroup()

指定删除与网络接口关联的任何网络安全组。

(继承自 IWithNetworkSecurityGroup)
WithoutPrimaryPublicIPAddress()

指定删除与网络接口的主 IP 配置关联的任何公共 IP。

(继承自 IWithPrimaryPublicIPAddress)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithPrimaryPrivateIPAddressDynamic()

在指定的现有虚拟网络子网中为网络接口的主 IP 配置启用动态专用 IP 地址分配。

(继承自 IWithPrimaryPrivateIP)
WithPrimaryPrivateIPAddressStatic(String)

将指定现有虚拟网络子网中的指定静态专用 IP 地址分配给网络接口的主 IP 配置。

(继承自 IWithPrimaryPrivateIP)
WithSubnet(String)

将子网与网络接口相关联。

(继承自 IWithPrimaryNetworkSubnet)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于