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

AlertsClient 类

定义

public class AlertsClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Monitoring.Alerts.AlertsClient>, IDisposable, Microsoft.WindowsAzure.Management.Monitoring.Alerts.IAlertsClient
type AlertsClient = class
    inherit ServiceClient<AlertsClient>
    interface IAlertsClient
    interface IDisposable
Public Class AlertsClient
Inherits ServiceClient(Of AlertsClient)
Implements IAlertsClient, IDisposable
继承
Hyak.Common.ServiceClient<AlertsClient>
AlertsClient
实现

构造函数

AlertsClient()

初始化 AlertsClient 类的新实例。

AlertsClient(HttpClient)

初始化 AlertsClient 类的新实例。

AlertsClient(SubscriptionCloudCredentials)

初始化 AlertsClient 类的新实例。

AlertsClient(SubscriptionCloudCredentials, HttpClient)

初始化 AlertsClient 类的新实例。

AlertsClient(SubscriptionCloudCredentials, Uri)

初始化 AlertsClient 类的新实例。

AlertsClient(SubscriptionCloudCredentials, Uri, HttpClient)

初始化 AlertsClient 类的新实例。

属性

ApiVersion

获取 API 版本。

BaseUri

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

Credentials

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

Incidents

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

LongRunningOperationInitialTimeout

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

LongRunningOperationRetryTimeout

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

Rules

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

方法

Clone(ServiceClient<AlertsClient>)

将属性从当前实例克隆到另一个 AlertsClient 实例

适用于