NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithApplicationGateway.withExistingApplicationGatewayBackend(ApplicationGateway appGateway,
String backendName) |
Specifies the application gateway backend to associate this IP configuration with.
|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName) |
Specifies the load balancer backend to associate this IP configuration with.
|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName) |
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithPrivateIP.withPrivateIPVersion(IPVersion ipVersion) |
Specifies the IP version for the private IP address.
|