| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationsClient.get(String resourceGroupName,
String networkInterfaceName,
String ipConfigurationName)
Gets the specified network interface ip configuration.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfacesClient.getVirtualMachineScaleSetIpConfiguration(String resourceGroupName,
String virtualMachineScaleSetName,
String virtualmachineIndex,
String networkInterfaceName,
String ipConfigurationName)
Get the specified network interface ip configuration in a virtual machine scale set.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceIpConfigurationInner |
InboundNatRuleInner.backendIpConfiguration()
Get the backendIpConfiguration property: A reference to a private IP address defined on a network interface of a
VM.
|
NetworkInterfaceIpConfigurationInner |
VirtualNetworkTapInner.destinationNetworkInterfaceIpConfiguration()
Get the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the
collector nic that will receive the tap.
|
NetworkInterfaceIpConfigurationInner |
ApplicationGatewayBackendHealthServerInner.ipConfiguration()
Get the ipConfiguration property: Reference to IP configuration of backend server.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools)
Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool
resource.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withApplicationSecurityGroups(List<ApplicationSecurityGroupInner> applicationSecurityGroups)
Set the applicationSecurityGroups property: Application security groups in which the IP configuration is
included.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withLoadBalancerBackendAddressPools(List<BackendAddressPoolInner> loadBalancerBackendAddressPools)
Set the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withLoadBalancerInboundNatRules(List<InboundNatRuleInner> loadBalancerInboundNatRules)
Set the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrimary(Boolean primary)
Set the primary property: Whether this is a primary customer address on the network interface.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: Private IP address of the IP configuration.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: Public IP address bound to the IP configuration.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: Subnet bound to the IP configuration.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withVirtualNetworkTaps(List<VirtualNetworkTapInner> virtualNetworkTaps)
Set the virtualNetworkTaps property: The reference to Virtual Network Taps.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkTapInner |
VirtualNetworkTapInner.withDestinationNetworkInterfaceIpConfiguration(NetworkInterfaceIpConfigurationInner destinationNetworkInterfaceIpConfiguration)
Set the destinationNetworkInterfaceIpConfiguration property: The reference to the private IP Address of the
collector nic that will receive the tap.
|
ApplicationGatewayBackendHealthServerInner |
ApplicationGatewayBackendHealthServerInner.withIpConfiguration(NetworkInterfaceIpConfigurationInner ipConfiguration)
Set the ipConfiguration property: Reference to IP configuration of backend server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.