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

NetworkInterface.Update 接口

public interface Update extends Appliable,Resource.UpdateWithTags,NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet,NetworkInterface.UpdateStages.WithPrimaryPrivateIP,NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress,NetworkInterface.UpdateStages.WithNetworkSecurityGroup,NetworkInterface.UpdateStages.WithIPForwarding,NetworkInterface.UpdateStages.WithDnsServer,NetworkInterface.UpdateStages.WithIPConfiguration,NetworkInterface.UpdateStages.WithLoadBalancer,NetworkInterface.UpdateStages.WithAcceleratedNetworking

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

继承成员

Appliable<T>.apply() Appliable<T>.applyAsync() Appliable<T>.applyAsync(final ServiceCallback<T> callback) NetworkInterface.UpdateStages.WithIPConfiguration.defineSecondaryIPConfiguration(String name) Indexable.key() NetworkInterface.UpdateStages.WithIPConfiguration.updateIPConfiguration(String name) NetworkInterface.UpdateStages.WithDnsServer.withAzureDnsServer() NetworkInterface.UpdateStages.WithDnsServer.withDnsServer(String ipAddress) NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName) NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName) NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup networkSecurityGroup) NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress) NetworkInterface.UpdateStages.WithIPForwarding.withIPForwarding() NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withNewNetworkSecurityGroup(Creatable<NetworkSecurityGroup> creatable) NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress> creatable) NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress() NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(String leafDnsLabel) NetworkInterface.UpdateStages.WithAcceleratedNetworking.withoutAcceleratedNetworking() NetworkInterface.UpdateStages.WithDnsServer.withoutDnsServer(String ipAddress) NetworkInterface.UpdateStages.WithIPConfiguration.withoutIPConfiguration(String name) NetworkInterface.UpdateStages.WithIPForwarding.withoutIPForwarding() NetworkInterface.UpdateStages.WithLoadBalancer.withoutLoadBalancerBackends() NetworkInterface.UpdateStages.WithLoadBalancer.withoutLoadBalancerInboundNatRules() NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withoutNetworkSecurityGroup() NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withoutPrimaryPublicIPAddress() Resource.UpdateWithTags<T>.withoutTag(String key) NetworkInterface.UpdateStages.WithPrimaryPrivateIP.withPrimaryPrivateIPAddressDynamic() NetworkInterface.UpdateStages.WithPrimaryPrivateIP.withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress) NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet.withSubnet(String name) Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)

适用于