NetworkInterfaceIPConfiguration 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationTypeConverter))]
public class NetworkInterfaceIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationTypeConverter))>]
type NetworkInterfaceIPConfiguration = class
interface INetworkInterfaceIPConfiguration
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class NetworkInterfaceIPConfiguration
Implements INetworkInterfaceIPConfiguration, IValidates
- Inheritance
-
NetworkInterfaceIPConfiguration
- Attributes
- Implements
Constructors
NetworkInterfaceIPConfiguration() |
Creates an new NetworkInterfaceIPConfiguration instance. |
Properties
ApplicationGatewayBackendAddressPool |
The reference to ApplicationGatewayBackendAddressPool resource. |
ApplicationSecurityGroup |
Application security groups in which the IP configuration is included. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
GatewayLoadBalancerId |
Resource ID. |
Id |
Resource ID. |
LoadBalancerBackendAddressPool |
The reference to LoadBalancerBackendAddressPool resource. |
LoadBalancerInboundNatRule |
A list of references of LoadBalancerInboundNatRules. |
Name |
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
Primary |
Whether this is a primary customer address on the network interface. |
PrivateIPAddress |
Private IP address of the IP configuration. |
PrivateIPAddressVersion |
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. |
PrivateIPAllocationMethod |
The private IP address allocation method. |
PrivateLinkConnectionPropertyFqdn |
List of FQDNs for current private link connection. |
PrivateLinkConnectionPropertyGroupId |
The group ID for current private link connection. |
PrivateLinkConnectionPropertyRequiredMemberName |
The required member name for current private link connection. |
ProvisioningState |
The provisioning state of the network interface IP configuration. |
PublicIPAddress |
Public IP address bound to the IP configuration. |
Subnet |
Subnet bound to the IP configuration. |
Type |
Resource type. |
VirtualNetworkTap |
The reference to Virtual Network Taps. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkInterfaceIPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkInterfaceIPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration. |
FromJsonString(String) |
Creates a new instance of NetworkInterfaceIPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkInterfaceIPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |