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.
Compatibility declaration for the FrontendIPConfigurationData type.
public class FrontendIPConfigurationData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.FrontendIPConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.FrontendIPConfigurationData>
type FrontendIPConfigurationData = class
inherit NetworkResourceData
interface IJsonModel<FrontendIPConfigurationData>
interface IPersistableModel<FrontendIPConfigurationData>
Public Class FrontendIPConfigurationData
Inherits NetworkResourceData
Implements IJsonModel(Of FrontendIPConfigurationData), IPersistableModel(Of FrontendIPConfigurationData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FrontendIPConfigurationData() |
Initializes a new instance of FrontendIPConfigurationData. |
Properties
| Name | Description |
|---|---|
| DdosCustomPolicyId |
Resource ID. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| GatewayLoadBalancerId |
Resource ID. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| InboundNatPools |
Gets or sets the InboundNatPools compatibility property. |
| InboundNatRules |
Gets or sets the InboundNatRules compatibility property. |
| LoadBalancingRules |
Gets or sets the LoadBalancingRules compatibility property. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| OutboundRules |
Gets or sets the OutboundRules compatibility property. |
| 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 |
Resource ID. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Subnet |
The reference to the subnet resource. |
| Type |
Resource type. (Inherited from NetworkResourceData) |
| Zones |
A list of availability zones denoting the IP allocated for the resource needs to come from. |