FrontendIPConfiguration 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.
Frontend IP address of the load balancer.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FrontendIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FrontendIPConfiguration = class
inherit SubResource
Public Class FrontendIPConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
FrontendIPConfiguration() |
Initializes a new instance of the FrontendIPConfiguration class. |
FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, String, String, String, String, IList<String>) |
Initializes a new instance of the FrontendIPConfiguration class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
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. |
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. |
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. |
Type |
Gets type of the resource. |
Zones |
Gets or sets a list of availability zones denoting the IP allocated for the resource needs to come from. |
Methods
Validate() |
Validate the object. |