FrontendIPConfigurationData 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.
A class representing the FrontendIPConfiguration data model. Frontend IP address of the load balancer.
public class FrontendIPConfigurationData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.FrontendIPConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.FrontendIPConfigurationData>
public class FrontendIPConfigurationData : Azure.ResourceManager.Network.Models.NetworkResourceData
type FrontendIPConfigurationData = class
inherit NetworkResourceData
interface IJsonModel<FrontendIPConfigurationData>
interface IPersistableModel<FrontendIPConfigurationData>
type FrontendIPConfigurationData = class
inherit NetworkResourceData
Public Class FrontendIPConfigurationData
Inherits NetworkResourceData
Implements IJsonModel(Of FrontendIPConfigurationData), IPersistableModel(Of FrontendIPConfigurationData)
Public Class FrontendIPConfigurationData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
FrontendIPConfigurationData() |
Initializes a new instance of FrontendIPConfigurationData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
GatewayLoadBalancerId |
Gets or sets Id. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
InboundNatPools |
An array of references to inbound pools that use this frontend IP. |
InboundNatRules |
An array of references to inbound rules that use this frontend IP. |
LoadBalancingRules |
An array of references to load balancing rules that use this frontend IP. |
Name |
Resource name. (Inherited from NetworkResourceData) |
OutboundRules |
An array of references to outbound rules that use this frontend IP. |
PrivateIPAddress |
The private IP address of the IP configuration. |
PrivateIPAddressVersion |
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. |
PrivateIPAllocationMethod |
The Private IP allocation method. |
ProvisioningState |
The provisioning state of the frontend IP configuration resource. |
PublicIPAddress |
The reference to the Public IP resource. |
PublicIPPrefixId |
Gets or sets Id. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Subnet |
The reference to the subnet resource. |
Zones |
A list of availability zones denoting the IP allocated for the resource needs to come from. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET