你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FrontendConfiguration Class

Definition

Describes the frontend configurations for the node type.

public class FrontendConfiguration
type FrontendConfiguration = class
Public Class FrontendConfiguration
Inheritance
FrontendConfiguration

Constructors

FrontendConfiguration()

Initializes a new instance of the FrontendConfiguration class.

FrontendConfiguration(String, String, String, String)

Initializes a new instance of the FrontendConfiguration class.

Properties

ApplicationGatewayBackendAddressPoolId

Gets or sets the resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/applicationGateways/<applicationGatewayName>/backendAddressPools/<backendAddressPoolName>'.

IPAddressType

Gets or sets the IP address type of this frontend configuration. If omitted the default value is IPv4. Possible values include: 'IPv4', 'IPv6'

LoadBalancerBackendAddressPoolId

Gets or sets the resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/backendAddressPools/<backendAddressPoolName>'.

LoadBalancerInboundNatPoolId

Gets or sets the resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/inboundNatPools/<inboundNatPoolName>'.

Applies to