INetworkInterfaceIPConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationTypeConverter))]
public interface INetworkInterfaceIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceIPConfigurationTypeConverter))>]
type INetworkInterfaceIPConfiguration = interface
interface IJsonSerializable
interface ISubResourceAutoGenerated
Public Interface INetworkInterfaceIPConfiguration
Implements ISubResourceAutoGenerated
- Derived
- Attributes
- Implements
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. (Inherited from ISubResourceAutoGenerated) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |