Share via


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

IConnectionMonitors 接口

定义

连接入口点监视 Azure 中的管理 API。

public interface IConnectionMonitors : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitorsOperations>
type IConnectionMonitors = interface
    interface IBeta
    interface ISupportsCreating<IWithSource>
    interface ISupportsListing<IConnectionMonitor>
    interface ISupportsGettingByNameAsync<IConnectionMonitor>
    interface ISupportsGettingByName<IConnectionMonitor>
    interface ISupportsDeletingByName
    interface IHasInner<IConnectionMonitorsOperations>
Public Interface IConnectionMonitors
Implements IBeta, IHasInner(Of IConnectionMonitorsOperations), ISupportsCreating(Of IWithSource), ISupportsDeletingByName, ISupportsGettingByName(Of IConnectionMonitor), ISupportsGettingByNameAsync(Of IConnectionMonitor), ISupportsListing(Of IConnectionMonitor)
实现

属性

Inner

连接入口点监视 Azure 中的管理 API。

(继承自 IHasInner<T>)

方法

Define(String)

连接入口点监视 Azure 中的管理 API。

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

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

(继承自 ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

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

(继承自 ISupportsDeletingByName)
GetByName(String)

根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
List()

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

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

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

(继承自 ISupportsListing<T>)

适用于