FrontendConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>'. |