NetworkInterfaceIPConfigurationPropertiesFormat Class

Definition

Properties of IP configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationPropertiesFormatTypeConverter))]
public class NetworkInterfaceIPConfigurationPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfigurationPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationPropertiesFormatTypeConverter))>]
type NetworkInterfaceIPConfigurationPropertiesFormat = class
    interface INetworkInterfaceIPConfigurationPropertiesFormat
    interface IJsonSerializable
Public Class NetworkInterfaceIPConfigurationPropertiesFormat
Implements INetworkInterfaceIPConfigurationPropertiesFormat
Inheritance
NetworkInterfaceIPConfigurationPropertiesFormat
Attributes
Implements

Constructors

NetworkInterfaceIPConfigurationPropertiesFormat()

Creates an new NetworkInterfaceIPConfigurationPropertiesFormat instance.

Properties

ApplicationGatewayBackendAddressPool

The reference to ApplicationGatewayBackendAddressPool resource.

ApplicationSecurityGroup

Application security groups in which the IP configuration is included.

GatewayLoadBalancerId

Resource ID.

LoadBalancerBackendAddressPool

The reference to LoadBalancerBackendAddressPool resource.

LoadBalancerInboundNatRule

A list of references of LoadBalancerInboundNatRules.

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.

VirtualNetworkTap

The reference to Virtual Network Taps.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceIPConfigurationPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceIPConfigurationPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfigurationPropertiesFormat.

FromJsonString(String)

Creates a new instance of NetworkInterfaceIPConfigurationPropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceIPConfigurationPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to