Share via


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

INetworkPeerings 接口

定义

网络对等互连管理 API 的入口点。

public interface INetworkPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByParent, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type INetworkPeerings = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<INetworkPeering>
    interface ISupportsBatchCreation<INetworkPeering>
    interface ISupportsDeletingByParent
    interface ISupportsListing<INetworkPeering>
    interface IHasManager<INetworkManager>
    interface IHasInner<IVirtualNetworkPeeringsOperations>
Public Interface INetworkPeerings
Implements IBeta, IHasInner(Of IVirtualNetworkPeeringsOperations), IHasManager(Of INetworkManager), ISupportsBatchCreation(Of INetworkPeering), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByParent, ISupportsGettingById(Of INetworkPeering), ISupportsListing(Of INetworkPeering)
实现

属性

Inner

网络对等互连管理 API 的入口点。

(继承自 IHasInner<T>)
Manager

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

(继承自 IHasManager<ManagerT>)

方法

Create(ICreatable<IFluentResourceT>[])

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

创建一组资源 (批处理) 。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

网络对等互连管理 API 的入口点。

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByParent(String, String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByParent)
DeleteByParentAsync(String, String, String, CancellationToken)

从 Azure 异步删除资源,并按其名称和资源组标识该资源。

(继承自 ISupportsDeletingByParent)
GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByRemoteNetwork(INetwork)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

GetByRemoteNetwork(String)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

GetByRemoteNetworkAsync(INetwork, CancellationToken)

异步查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

GetByRemoteNetworkAsync(String, CancellationToken)

异步查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)

适用于