Share via


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

IVirtualMachineScaleSetNicIPConfiguration 接口

定义

与虚拟机规模集关联的网络接口中的 IP 配置。

public interface IVirtualMachineScaleSetNicIPConfiguration : Microsoft.Azure.Management.Network.Fluent.INicIPConfigurationBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IVirtualMachineScaleSetNetworkInterface>, 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.IVirtualMachineScaleSetNetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type IVirtualMachineScaleSetNicIPConfiguration = interface
    interface INicIPConfigurationBase
    interface IHasSubnet
    interface IHasPrivateIPAddress
    interface IHasInner<NetworkInterfaceIPConfigurationInner>
    interface IChildResource<IVirtualMachineScaleSetNetworkInterface>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualMachineScaleSetNetworkInterface>
Public Interface IVirtualMachineScaleSetNicIPConfiguration
Implements IChildResource(Of IVirtualMachineScaleSetNetworkInterface), IHasInner(Of NetworkInterfaceIPConfigurationInner), IHasParent(Of IVirtualMachineScaleSetNetworkInterface), 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)
SubnetName

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 IHasSubnet)

方法

GetNetwork()

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
GetNetworkSecurityGroup()

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
ListAssociatedApplicationGatewayBackends()

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
ListAssociatedLoadBalancerBackends()

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)
ListAssociatedLoadBalancerInboundNatRules()

与虚拟机规模集关联的网络接口中的 IP 配置。

(继承自 INicIPConfigurationBase)

适用于