LoadBalancerFrontendIpConfiguration 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.
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
public class LoadBalancerFrontendIpConfiguration
type LoadBalancerFrontendIpConfiguration = class
Public Class LoadBalancerFrontendIpConfiguration
- Inheritance
-
LoadBalancerFrontendIpConfiguration
Constructors
LoadBalancerFrontendIpConfiguration() |
Initializes a new instance of the LoadBalancerFrontendIpConfiguration class. |
LoadBalancerFrontendIpConfiguration(String, LoadBalancerFrontendIpConfigurationProperties) |
Initializes a new instance of the LoadBalancerFrontendIpConfiguration class. |
Properties
Name |
Gets or sets the name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. |
Properties |
Gets or sets properties of load balancer frontend ip configuration. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET