FrontendIPConfigurationPropertiesFormat 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.
Properties of Frontend IP Configuration of the load balancer.
public class FrontendIPConfigurationPropertiesFormat
type FrontendIPConfigurationPropertiesFormat = class
Public Class FrontendIPConfigurationPropertiesFormat
- Inheritance
-
FrontendIPConfigurationPropertiesFormat
Constructors
| Name | Description |
|---|---|
| FrontendIPConfigurationPropertiesFormat() |
Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class. |
| FrontendIPConfigurationPropertiesFormat(IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, String) |
Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| InboundNatPools |
Gets an array of references to inbound pools that use this frontend IP. |
| InboundNatRules |
Gets an array of references to inbound rules that use this frontend IP. |
| LoadBalancingRules |
Gets an array of references to load balancing rules that use this frontend IP. |
| OutboundRules |
Gets an array of references to outbound rules that use this frontend IP. |
| PrivateIPAddress |
Gets or sets the private IP address of the IP configuration. |
| PrivateIPAddressVersion |
Gets or sets whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: 'IPv4', 'IPv6' |
| PrivateIPAllocationMethod |
Gets or sets the Private IP allocation method. Possible values include: 'Static', 'Dynamic' |
| ProvisioningState |
Gets the provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| PublicIPAddress |
Gets or sets the reference to the Public IP resource. |
| PublicIPPrefix |
Gets or sets the reference to the Public IP Prefix resource. |
| Subnet |
Gets or sets the reference to the subnet resource. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |