Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 © 2019. All rights reserved.