Uses of Interface
com.microsoft.azure.management.network.NicIPConfiguration.Update
Packages that use NicIPConfiguration.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NicIPConfiguration.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NicIPConfiguration.UpdateModifier and TypeMethodDescriptionNetworkInterface.UpdateStages.WithIPConfiguration.updateIPConfiguration
(String name) Starts update of an IP configuration.NicIPConfiguration.UpdateStages.WithApplicationGateway.withExistingApplicationGatewayBackend
(ApplicationGateway appGateway, String backendName) Specifies the application gateway backend to associate this IP configuration with.NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Specifies the load balancer to associate this IP configuration with.NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.NicIPConfiguration.UpdateStages.WithApplicationGateway.withoutApplicationGatewayBackends()
Removes all existing associations with application gateway backends.NicIPConfiguration.UpdateStages.WithLoadBalancer.withoutLoadBalancerBackends()
Removes all the existing associations with load balancer backends.NicIPConfiguration.UpdateStages.WithLoadBalancer.withoutLoadBalancerInboundNatRules()
Removes all the existing associations with load balancer inbound NAT rules.NicIPConfiguration.UpdateStages.WithPrivateIP.withPrivateIPVersion
(IPVersion ipVersion) Specifies the IP version for the private IP address.NicIPConfiguration.UpdateStages.WithSubnet.withSubnet
(String name) Associate a subnet with the network interface IP configuration.