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

ScheduledActionData 类

定义

表示 ScheduledAction 数据模型的类。 计划操作定义。

public class ScheduledActionData : Azure.ResourceManager.Models.ResourceData
type ScheduledActionData = class
    inherit ResourceData
Public Class ScheduledActionData
Inherits ResourceData
继承
ScheduledActionData

构造函数

ScheduledActionData()

初始化 ScheduledActionData 的新实例。

属性

DisplayName

计划操作名称。

ETag

资源 Etag。 对于更新调用,eTag 是可选的,可以指定 eTag 以实现乐观并发。 通过先执行“GET”调用,然后在执行更新时将最新的 eTag 作为请求正文或“If-Match”标头的一部分来获取资源的 eTag。 对于创建调用,不需要 eTag。

FileFormats

视图数据的目标。 目前仅支持 CSV 格式。

Id

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

(继承自 ResourceData)
Kind

计划操作的类型。

Name

资源的名称。

(继承自 ResourceData)
Notification

基于计划操作类型的通知属性。

NotificationEmail

Email应获取取消订阅请求和通知电子邮件的联系人地址。

ResourceType

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

(继承自 ResourceData)
Schedule

计划操作的计划。

Scope

订阅范围的成本管理范围,例如“subscriptions/{subscriptionId}” “subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}”表示 resourceGroup 范围,“providers/Microsoft.Billing/billingAccounts/{billingAccountId}”表示计费帐户范围,“providers/Microsoft.Billing/billingAccounts/{billingAccounts/{billingAccounts/{billingAccounts/{departmentId}”表示部门范围,“providers/Microsoft.Billing/billingAccountId}/enrollmentAccounts/{enrollmentAccountId}“表示 EnrollmentAccount 范围,”providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}“表示 BillingProfile 范围, ”providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}“表示 InvoiceSection 范围,”/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}“表示 ExternalBillingAccount 范围,”/providers/Microsoft”。CostManagement/externalSubscriptions/{externalSubscriptionName}',表示 ExternalSubscription 范围。

Status

计划操作的状态。

SystemData

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

(继承自 ResourceData)
ViewId

用于计划操作的成本分析 viewId。 例如,“/providers/Microsoft.CostManagement/views/swaggerExample”。

适用于