NetworkInterfaceIPConfigurationInner 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.
IPConfiguration in a network interface.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterfaceIPConfigurationInner = class
inherit SubResource
Public Class NetworkInterfaceIPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
NetworkInterfaceIPConfigurationInner() |
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class. |
NetworkInterfaceIPConfigurationInner(String, IList<VirtualNetworkTapInner>, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, IPAllocationMethod, IPVersion, SubResource, Nullable<Boolean>, SubResource, IList<ApplicationSecurityGroupInner>, ProvisioningState, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String) |
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class. |
Properties
ApplicationGatewayBackendAddressPools |
Gets or sets the reference of 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 |
Resource Id (Inherited from SubResource) |
LoadBalancerBackendAddressPools |
Gets or sets the reference of 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. |
VirtualNetworkTaps |
Gets or sets the reference to Virtual Network Taps. |
Applies to
Azure SDK for .NET