共用方式為


FrontendIPConfiguration Class

Definition

The configuration for the virtual IP address (VIP) this load balancer provides.

public class FrontendIPConfiguration
type FrontendIPConfiguration = class
Public Class FrontendIPConfiguration
Inheritance
FrontendIPConfiguration

Constructors

FrontendIPConfiguration()

Initializes a new instance of the FrontendIPConfiguration class.

Properties

StaticVirtualNetworkIPAddress

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.

SubnetName

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.

Type

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.

Applies to