Compartilhar via


INetworkInterfaceIPConfigurationPropertiesFormat Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to