FrontendConfiguration interface
Describes the frontend configurations for the node type.
Properties
application |
The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways//backendAddressPools/'. |
ip |
The IP address type of this frontend configuration. If omitted the default value is IPv4. |
load |
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//resourceGroups//providers/Microsoft.Network/loadBalancers//backendAddressPools/'. |
load |
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//resourceGroups//providers/Microsoft.Network/loadBalancers//inboundNatPools/'. |
Property Details
applicationGatewayBackendAddressPoolId
The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways//backendAddressPools/'.
applicationGatewayBackendAddressPoolId?: string
Property Value
string
ipAddressType
The IP address type of this frontend configuration. If omitted the default value is IPv4.
ipAddressType?: string
Property Value
string
loadBalancerBackendAddressPoolId
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//resourceGroups//providers/Microsoft.Network/loadBalancers//backendAddressPools/'.
loadBalancerBackendAddressPoolId?: string
Property Value
string
loadBalancerInboundNatPoolId
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//resourceGroups//providers/Microsoft.Network/loadBalancers//inboundNatPools/'.
loadBalancerInboundNatPoolId?: string
Property Value
string
Azure SDK for JavaScript