FrontendIPConfigurationInner Class
Definition
Frontend IP address of the load balancer.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FrontendIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type FrontendIPConfigurationInner = class
inherit SubResource
Public Class FrontendIPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
FrontendIPConfigurationInner() |
Initializes a new instance of the FrontendIPConfigurationInner class. |
FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, SubResource, SubResource, String, String, String, IList<String>) |
Properties
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
InboundNatPools |
Gets read only. Inbound pools URIs that use this frontend IP. |
InboundNatRules |
Gets read only. Inbound rules URIs that use this frontend IP. |
LoadBalancingRules |
Gets load balancing rules URIs that use this frontend IP. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
OutboundNatRules |
Gets read only. Outbound rules URIs that use this frontend IP. |
PrivateIPAddress |
Gets or sets the private IP address of the IP configuration. |
PrivateIPAllocationMethod |
Gets or sets the Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic' |
ProvisioningState |
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
PublicIPAddress |
Gets or sets the reference of the Public IP resource. |
Subnet |
Gets or sets the reference of the subnet resource. |
Zones |