你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INicIPConfiguration 接口

定义

网络接口中的 IP 配置。

public interface INicIPConfiguration : Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.INicIPConfigurationBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.INetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type INicIPConfiguration = interface
    interface INicIPConfigurationBase
    interface IHasSubnet
    interface IHasPrivateIPAddress
    interface IHasInner<NetworkInterfaceIPConfigurationInner>
    interface IChildResource<INetworkInterface>
    interface IHasName
    interface IIndexable
    interface IHasParent<INetworkInterface>
    interface IHasPublicIPAddress
Public Interface INicIPConfiguration
Implements IChildResource(Of INetworkInterface), IHasInner(Of NetworkInterfaceIPConfigurationInner), IHasParent(Of INetworkInterface), IHasPublicIPAddress, IHasSubnet, INicIPConfigurationBase
实现

属性

Inner

网络接口中的 IP 配置。

(继承自 IHasInner<T>)
IsPrimary

如果这是主要 IP 配置,则获取 true。

(继承自 INicIPConfigurationBase)
Key

网络接口中的 IP 配置。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NetworkId

网络接口中的 IP 配置。

(继承自 IHasSubnet)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PrivateIPAddress

获取与此资源关联的专用 IP 地址。

(继承自 IHasPrivateIPAddress)
PrivateIPAddressVersion

获取专用 IP 地址版本。

(继承自 INicIPConfigurationBase)
PrivateIPAllocationMethod

获取关联子网中的专用 IP 地址分配方法。

(继承自 IHasPrivateIPAddress)
PublicIPAddressId

获取关联的公共 IP 地址的资源 ID。

(继承自 IHasPublicIPAddress)
SubnetName

网络接口中的 IP 配置。

(继承自 IHasSubnet)

方法

GetNetwork()

网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
GetNetworkSecurityGroup()

网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
GetPublicIPAddress()

网络接口中的 IP 配置。

(继承自 IHasPublicIPAddress)
ListAssociatedApplicationGatewayBackends()

网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
ListAssociatedLoadBalancerBackends()

网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
ListAssociatedLoadBalancerInboundNatRules()

网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)

适用于