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

ILocalNetworkGateway 接口

定义

Azure 中本地网关管理 API 的入口点。

public interface ILocalNetworkGateway : Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>
type ILocalNetworkGateway = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, LocalNetworkGatewayInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<LocalNetworkGatewayInner>
    interface IRefreshable<ILocalNetworkGateway>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<ILocalNetworkGateway>
Public Interface ILocalNetworkGateway
Implements IBeta, IGroupableResource(Of INetworkManager, LocalNetworkGatewayInner), IHasInner(Of LocalNetworkGatewayInner), IHasManager(Of INetworkManager), IRefreshable(Of ILocalNetworkGateway), IUpdatable(Of IUpdate), IUpdatableWithTags(Of ILocalNetworkGateway)
实现

属性

AddressSpaces

获取本地网络站点地址空间。

BgpSettings

获取本地网关的 BGP 扬声器设置。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 中本地网关管理 API 的入口点。

(继承自 IHasInner<T>)
IPAddress

获取本地网关的 IP 地址。

Key

Azure 中本地网关管理 API 的入口点。

(继承自 IIndexable)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
ProvisioningState

获取 LocalNetworkGateway 资源的预配状态。

Region

Azure 中本地网关管理 API 的入口点。

(继承自 IResource)
RegionName

Azure 中本地网关管理 API 的入口点。

(继承自 IResource)
ResourceGroupName

Azure 中本地网关管理 API 的入口点。

(继承自 IHasResourceGroup)
Tags

Azure 中本地网关管理 API 的入口点。

(继承自 IResource)
Type

Azure 中本地网关管理 API 的入口点。

(继承自 IResource)

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure 中本地网关管理 API 的入口点。

(继承自 IUpdatable<T>)
UpdateTags()

开始对资源进行标记更新。 这是用于更新 Azure 中资源的标记的生成器模式的开始。 完成定义并启动 Azure 中实际资源更新过程的最终方法是 AppliableWithTags.applyTags () 。

(继承自 IUpdatableWithTags<T>)

适用于