NetworkInterfaceIPConfigurationInner Class
Definition
IPConfiguration in a network interface.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type NetworkInterfaceIPConfigurationInner = class
inherit SubResource
Public Class NetworkInterfaceIPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
NetworkInterfaceIPConfigurationInner() |
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class. |
NetworkInterfaceIPConfigurationInner(String, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, String, String, SubnetInner, Nullable<Boolean>, SubResource, String, String, String) |
Properties
ApplicationGatewayBackendAddressPools |
Gets or sets the reference of ApplicationGatewayBackendAddressPool resource. |
Etag |
Gets or sets 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 whether this is a primary customer address on the network interface. |
PrivateIPAddress | |
PrivateIPAddressVersion |
Gets or sets available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6' |
PrivateIPAllocationMethod |
Gets or sets defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic' |
ProvisioningState | |
PublicIPAddress | |
Subnet |