NicIpConfigurationResourceSettings 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.
Defines NIC IP configuration properties.
public class NicIpConfigurationResourceSettings
type NicIpConfigurationResourceSettings = class
Public Class NicIpConfigurationResourceSettings
- Inheritance
-
NicIpConfigurationResourceSettings
Constructors
NicIpConfigurationResourceSettings() |
Initializes a new instance of the NicIpConfigurationResourceSettings class. |
NicIpConfigurationResourceSettings(String, String, String, SubnetReference, Nullable<Boolean>, IList<LoadBalancerBackendAddressPoolReference>, IList<LoadBalancerNatRuleReference>, PublicIpReference) |
Initializes a new instance of the NicIpConfigurationResourceSettings class. |
Properties
LoadBalancerBackendAddressPools |
Gets or sets the references of the load balancer backend address pools. |
LoadBalancerNatRules |
Gets or sets the references of the load balancer NAT rules. |
Name |
Gets or sets the IP configuration name. |
Primary |
Gets or sets a value indicating whether this IP configuration is the primary. |
PrivateIpAddress |
Gets or sets the private IP address of the network interface IP Configuration. |
PrivateIpAllocationMethod |
Gets or sets the private IP address allocation method. |
PublicIp | |
Subnet |
Applies to
Azure SDK for .NET