NetworkInterfaceIPConfigurationPropertiesFormat 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.
Properties of IP configuration.
public class NetworkInterfaceIPConfigurationPropertiesFormat
type NetworkInterfaceIPConfigurationPropertiesFormat = class
Public Class NetworkInterfaceIPConfigurationPropertiesFormat
- Inheritance
-
NetworkInterfaceIPConfigurationPropertiesFormat
Constructors
| Name | Description |
|---|---|
| NetworkInterfaceIPConfigurationPropertiesFormat() |
Initializes a new instance of the NetworkInterfaceIPConfigurationPropertiesFormat class. |
| NetworkInterfaceIPConfigurationPropertiesFormat(IList<VirtualNetworkTap>, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, IList<ApplicationSecurityGroup>, String, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties) |
Initializes a new instance of the NetworkInterfaceIPConfigurationPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| ApplicationGatewayBackendAddressPools |
Gets or sets the reference to ApplicationGatewayBackendAddressPool resource. |
| ApplicationSecurityGroups |
Gets or sets application security groups in which the IP configuration is included. |
| LoadBalancerBackendAddressPools |
Gets or sets the reference to LoadBalancerBackendAddressPool resource. |
| LoadBalancerInboundNatRules |
Gets or sets a list of references of LoadBalancerInboundNatRules. |
| 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. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |