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

DevTestLabNotificationChannelData 类

定义

表示 DevTestLabNotificationChannel 数据模型的类。 通知。

public class DevTestLabNotificationChannelData : Azure.ResourceManager.Models.TrackedResourceData
type DevTestLabNotificationChannelData = class
    inherit TrackedResourceData
Public Class DevTestLabNotificationChannelData
Inherits TrackedResourceData
继承
DevTestLabNotificationChannelData

构造函数

DevTestLabNotificationChannelData(AzureLocation)

初始化 DevTestLabNotificationChannelData 的新实例。

属性

CreatedOn

通知通道的创建日期。

Description

通知的说明。

EmailRecipient

要向 (发送通知的电子邮件收件人可以是分号分隔的电子邮件地址列表) 。

Events

为其启用此通知的事件列表。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Location

资源所在的地理位置。

(继承自 TrackedResourceData)
Name

资源的名称。

(继承自 ResourceData)
NotificationLocale

发送不受支持的语言的通知 (回退时要使用的区域设置为 EN) 。

ProvisioningState

资源的预配状态。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Tags

资源标记。

(继承自 TrackedResourceData)
UniqueIdentifier

资源的唯一不可变标识符 (Guid) 。

WebHookUri

要向其发送通知的 Webhook URL。

适用于