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

IVirtualNetworkGatewayIPConfiguration 接口

定义

虚拟网络网关 IP 配置的客户端表示形式。

public interface IVirtualNetworkGatewayIPConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>
type IVirtualNetworkGatewayIPConfiguration = interface
    interface IBeta
    interface IHasInner<VirtualNetworkGatewayIPConfigurationInner>
    interface IChildResource<IVirtualNetworkGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualNetworkGateway>
Public Interface IVirtualNetworkGatewayIPConfiguration
Implements IBeta, IChildResource(Of IVirtualNetworkGateway), IHasInner(Of VirtualNetworkGatewayIPConfigurationInner), IHasParent(Of IVirtualNetworkGateway)
实现

属性

Inner

虚拟网络网关 IP 配置的客户端表示形式。

(继承自 IHasInner<T>)
Key

虚拟网络网关 IP 配置的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NetworkId

获取应用程序网关所位于的虚拟网络的资源 ID。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PrivateIPAllocationMethod

获取专用 IP 分配方法。 可能的值为:“Static”和“Dynamic”。

PublicIPAddressId

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

SubnetName

获取虚拟网络网关所位于的子网的名称。

方法

GetSubnet()

虚拟网络网关 IP 配置的客户端表示形式。

适用于