NetworkInterfaceIPConfigurationData 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 NetworkInterfaceIPConfiguration data model. IPConfiguration in a network interface.
public class NetworkInterfaceIPConfigurationData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData>
public class NetworkInterfaceIPConfigurationData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData
type NetworkInterfaceIPConfigurationData = class
inherit NetworkWritableResourceData
interface IJsonModel<NetworkInterfaceIPConfigurationData>
interface IPersistableModel<NetworkInterfaceIPConfigurationData>
type NetworkInterfaceIPConfigurationData = class
inherit NetworkWritableResourceData
Public Class NetworkInterfaceIPConfigurationData
Inherits NetworkWritableResourceData
Implements IJsonModel(Of NetworkInterfaceIPConfigurationData), IPersistableModel(Of NetworkInterfaceIPConfigurationData)
Public Class NetworkInterfaceIPConfigurationData
Inherits NetworkWritableResourceData
- Inheritance
- Implements
Constructors
NetworkInterfaceIPConfigurationData() |
Initializes a new instance of NetworkInterfaceIPConfigurationData. |
Properties
ApplicationGatewayBackendAddressPools |
The reference to ApplicationGatewayBackendAddressPool resource. |
ApplicationSecurityGroups |
Application security groups in which the IP configuration is included. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
GatewayLoadBalancerId |
Gets or sets Id. |
Id |
Resource ID. (Inherited from NetworkWritableResourceData) |
LoadBalancerBackendAddressPools |
The reference to LoadBalancerBackendAddressPool resource. |
LoadBalancerInboundNatRules |
A list of references of LoadBalancerInboundNatRules. |
Name |
Resource name. (Inherited from NetworkWritableResourceData) |
Primary |
Whether this is a primary customer address on the network interface. |
PrivateIPAddress |
Private IP address of the IP configuration. It can be a single IP address or a CIDR block in the format <address>/<prefix-length>. |
PrivateIPAddressPrefixLength |
The private IP address prefix length. If specified and the allocation method is dynamic, the service will allocate a CIDR block instead of a single IP address. |
PrivateIPAddressVersion |
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. |
PrivateIPAllocationMethod |
The private IP address allocation method. |
PrivateLinkConnectionProperties |
PrivateLinkConnection properties for the network interface. |
ProvisioningState |
The provisioning state of the network interface IP configuration. |
PublicIPAddress |
Public IP address bound to the IP configuration. |
ResourceType |
Resource type. (Inherited from NetworkWritableResourceData) |
Subnet |
Subnet bound to the IP configuration. |
VirtualNetworkTaps |
The reference to Virtual Network Taps. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET