Share via


NetworkInterfaceIPConfiguration Class

Definition

IPConfiguration in a network interface.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterfaceIPConfiguration = class
    inherit SubResource
Public Class NetworkInterfaceIPConfiguration
Inherits SubResource
Inheritance
NetworkInterfaceIPConfiguration
Attributes

Constructors

NetworkInterfaceIPConfiguration()

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

NetworkInterfaceIPConfiguration(String, IList<VirtualNetworkTap>, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, IList<ApplicationSecurityGroup>, String, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String, String)

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

Properties

ApplicationGatewayBackendAddressPools

Gets or sets the reference to ApplicationGatewayBackendAddressPool resource.

ApplicationSecurityGroups

Gets or sets application security groups in which the IP configuration is included.

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
LoadBalancerBackendAddressPools

Gets or sets the reference to LoadBalancerBackendAddressPool resource.

LoadBalancerInboundNatRules

Gets or sets a list of references of LoadBalancerInboundNatRules.

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.

Primary

Gets or sets whether this is a primary customer address on the network interface.

PrivateIPAddress

Gets or sets private IP address of the IP configuration.

PrivateIPAddressVersion

Gets or sets whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'

PrivateIPAllocationMethod

Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic'

PrivateLinkConnectionProperties

Gets privateLinkConnection properties for the network interface.

ProvisioningState

Gets the provisioning state of the network interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIPAddress

Gets or sets public IP address bound to the IP configuration.

Subnet

Gets or sets subnet bound to the IP configuration.

Type

Gets or sets resource type.

VirtualNetworkTaps

Gets or sets the reference to Virtual Network Taps.

Methods

Validate()

Validate the object.

Applies to