| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NicIPConfiguration.UpdateDefinition<ParentT>
The entirety of a network interface IP configuration definition as part of a network interface update.
|
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithApplicationGateway.withExistingApplicationGatewayBackend(ApplicationGateway appGateway,
String backendName)
Specifies the application gateway backend to associate this IP configuration with.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP.withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/