| 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 |
|---|---|
FrontendIpConfigurationInner |
LoadBalancerFrontendIpConfigurationsClient.get(String resourceGroupName,
String loadBalancerName,
String frontendIpConfigurationName)
Gets load balancer frontend IP configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FrontendIpConfigurationInner |
VirtualNetworkTapInner.destinationLoadBalancerFrontEndIpConfiguration()
Get the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the
internal Load Balancer that will receive the tap.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withName(String name)
Set the name property: The name of the resource that is unique within the set of frontend IP configurations used
by the load balancer.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The Private IP allocation method.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress)
Set the publicIpAddress property: The reference to the Public IP resource.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
Set the publicIpPrefix property: The reference to the Public IP Prefix resource.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withZones(List<String> zones)
Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come
from.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkTapInner |
VirtualNetworkTapInner.withDestinationLoadBalancerFrontEndIpConfiguration(FrontendIpConfigurationInner destinationLoadBalancerFrontEndIpConfiguration)
Set the destinationLoadBalancerFrontEndIpConfiguration property: The reference to the private IP address on the
internal Load Balancer that will receive the tap.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.