Uses of Interface
com.azure.resourcemanager.network.models.NicIpConfiguration.Update
Packages that use NicIpConfiguration.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NicIpConfiguration.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type NicIpConfiguration.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the network interface IP configuration update allowing to specify private IP.static interfaceThe stage of the network interface IP configuration update allowing to specify public IP address.Methods in com.azure.resourcemanager.network.models 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.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.NicIpConfiguration.UpdateStages.WithSubnet.withSubnet(String name) Associate a subnet with the network interface IP configuration.