IAlertsClient 接口

 

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

public interface IAlertsClient : IDisposable
public interface class IAlertsClient : IDisposable
type IAlertsClient = 
    interface
        interface IDisposable
    end
Public Interface IAlertsClient
    Inherits IDisposable

属性

名称 说明
ApiVersion

获取 API 版本。

BaseUri

获取用作所有云服务请求基础的 URI。

Credentials

获取唯一标识 Microsoft Azure 订阅的订阅凭据。 每个服务调用的 URI 的订阅 ID 格式部分。

Incidents

用于管理警报的事件的操作。

LongRunningOperationInitialTimeout

获取或设置长时间运行操作的初始超时。

LongRunningOperationRetryTimeout

获取或设置长时间运行操作的重试超时。

Rules

用于管理警报规则的操作。

方法

名称 说明
Dispose()

(从 IDisposable 继承。)

请参阅

Microsoft.WindowsAzure.Management.Monitoring.Alerts 命名空间

返回页首