public InetAddress getStaticVirtualNetworkIPAddress()
Optional. If the deployment exists inside a virtual network, a specific
address from the load balancer subnet can be specified. The VIP for the
load balancer will then be this specific IP address. If a static virtual
network IP address is provided, the SubnetName element of the load
balancer must be specified as well. If the deployment exists outside of
a virtual network, no static virtual network IP address can be specified.
Returns:
The StaticVirtualNetworkIPAddress value.
setStaticVirtualNetworkIPAddress
public void setStaticVirtualNetworkIPAddress(InetAddress staticVirtualNetworkIPAddressValue)
Optional. If the deployment exists inside a virtual network, a specific
address from the load balancer subnet can be specified. The VIP for the
load balancer will then be this specific IP address. If a static virtual
network IP address is provided, the SubnetName element of the load
balancer must be specified as well. If the deployment exists outside of
a virtual network, no static virtual network IP address can be specified.
Parameters:
staticVirtualNetworkIPAddressValue - The
StaticVirtualNetworkIPAddress value.
Optional. If the deployment exists inside a virtual network, a subnet of
that virtual network must be specified for the load balancer. The VIP
managed by the load balancer will then be an IP address out of this
subnet. If the deployment exists outside of a virtual network, no subnet
can be specified and the private VIP will be an IP address from the
general private address pool.
Optional. If the deployment exists inside a virtual network, a subnet of
that virtual network must be specified for the load balancer. The VIP
managed by the load balancer will then be an IP address out of this
subnet. If the deployment exists outside of a virtual network, no subnet
can be specified and the private VIP will be an IP address from the
general private address pool.
Optional. The type of the VIP provided by this load balancer. Currently,
only 'Private' is supported. This will create load balancing services on
a private VIP.
Optional. The type of the VIP provided by this load balancer. Currently,
only 'Private' is supported. This will create load balancing services on
a private VIP.
/** * Copyright Microsoft Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */