FrontendIPConfigurationInner Class

Definition

Frontend IP address of the load balancer.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FrontendIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FrontendIPConfigurationInner = class
    inherit SubResource
Public Class FrontendIPConfigurationInner
Inherits SubResource
Inheritance
FrontendIPConfigurationInner
Attributes

Constructors

FrontendIPConfigurationInner()

Initializes a new instance of the FrontendIPConfigurationInner class.

FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)

Initializes a new instance of the FrontendIPConfigurationInner class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

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 of the Public IP resource.

PublicIPPrefix

Gets or sets the reference of the Public IP Prefix resource.

Subnet

Gets or sets the reference of 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.

Applies to