| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NicIpConfiguration.Update |
NetworkInterface.UpdateStages.WithIPConfiguration.updateIPConfiguration(String name)
Starts update of an IP configuration.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithApplicationGateway.withExistingApplicationGatewayBackend(ApplicationGateway appGateway,
String backendName)
Specifies the application gateway backend to associate this IP configuration with.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithApplicationGateway.withoutApplicationGatewayBackends()
Removes all existing associations with application gateway backends.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withoutLoadBalancerBackends()
Removes all the existing associations with load balancer backends.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withoutLoadBalancerInboundNatRules()
Removes all the existing associations with load balancer inbound NAT rules.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithPrivateIP.withPrivateIpVersion(IpVersion ipVersion)
Specifies the IP version for the private IP address.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithSubnet.withSubnet(String name)
Associate a subnet with the network interface IP configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.