Scheduled Actions - Create Or Update By Scope
在指定範圍內建立或更新共用排程動作。
PUT https://management.azure.com/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}?api-version=2023-11-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
name
|
path | True |
string |
排程的動作名稱。 |
scope
|
path | True |
string |
與排程動作作業相關聯的範圍。 這包括訂用帳戶範圍的 'subscriptions/{subscriptionId}', 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{EnrollmentAccount 範圍的 enrollmentAccountId}'、 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for External Billing Account scope and 'providers/Microsoft.外部訂用帳戶範圍的 CostManagement/externalSubscriptions/{externalSubscriptionName}'。 注意:深入解析警示僅適用於訂用帳戶範圍。 |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
If-Match |
string |
實體的 ETag。 建立實體時不需要。 選擇性地更新實體,並可指定以達到開放式並行存取。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
properties.displayName | True |
string |
排程的動作名稱。 |
properties.notification | True |
根據排程動作種類的通知屬性。 |
|
properties.schedule | True |
排程動作的排程。 |
|
properties.status | True |
排程動作的狀態。 |
|
properties.viewId | True |
string |
用於排程動作的成本分析 viewId。 例如,'/providers/Microsoft.CostManagement/views/swaggerExample' |
kind |
排程動作的種類。 |
||
properties.fileDestination |
檢視數據的目的地格式。 這是選擇性的。 |
||
properties.notificationEmail |
string |
Email 應取得取消訂閱要求和通知電子郵件的連絡點位址。 |
|
properties.scope |
string |
對於私人排程動作 (建立或更新) ,範圍將會是空的。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
正常。 要求成功。 |
|
201 Created |
已建立。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Create |
Create |
CreateOrUpdateInsightAlertScheduledActionByScope
範例要求
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/dailyAnomalyByResource?api-version=2023-11-01
{
"kind": "InsightAlert",
"properties": {
"displayName": "Daily anomaly by resource",
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost anomaly detected in the resource"
},
"schedule": {
"frequency": "Daily",
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
範例回覆
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/dailyAnomalyByResource",
"name": "dailyAnomalyByResource",
"type": "Microsoft.CostManagement/ScheduledActions",
"kind": "InsightAlert",
"eTag": "\"1d4ff9fe66f1d10\"",
"systemData": {
"createdBy": "testuser",
"createdByType": "User",
"createdAt": "2020-06-18T22:21:51.1287144Z",
"lastModifiedBy": "testuser",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-06-18T22:21:51.1287144Z"
},
"properties": {
"displayName": "Daily anomaly by resource",
"fileDestination": {
"fileFormats": []
},
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost anomaly detected in the resource"
},
"schedule": {
"frequency": "Daily",
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"scope": "subscriptions/00000000-0000-0000-0000-000000000000",
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/dailyAnomalyByResource",
"name": "dailyAnomalyByResource",
"type": "Microsoft.CostManagement/ScheduledActions",
"kind": "InsightAlert",
"eTag": "\"1d4ff9fe66f1d10\"",
"systemData": {
"createdBy": "testuser",
"createdByType": "User",
"createdAt": "2020-06-18T22:21:51.1287144Z",
"lastModifiedBy": "testuser",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-06-19T22:21:51.1287144Z"
},
"properties": {
"displayName": "Daily anomaly by resource",
"fileDestination": {
"fileFormats": []
},
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost anomaly detected in the resource"
},
"scope": "subscriptions/00000000-0000-0000-0000-000000000000",
"schedule": {
"frequency": "Daily",
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
CreateOrUpdateScheduledActionByScope
範例要求
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/monthlyCostByResource?api-version=2023-11-01
{
"kind": "Email",
"properties": {
"displayName": "Monthly Cost By Resource",
"fileDestination": {
"fileFormats": [
"Csv"
]
},
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost by resource this month"
},
"schedule": {
"frequency": "Monthly",
"weeksOfMonth": [
"First",
"Third"
],
"daysOfWeek": [
"Monday"
],
"hourOfDay": 10,
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
範例回覆
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/monthlyCostByResource",
"name": "monthlyCostByResource",
"type": "Microsoft.CostManagement/ScheduledActions",
"kind": "Email",
"eTag": "\"1d4ff9fe66f1d10\"",
"systemData": {
"createdBy": "testuser",
"createdByType": "User",
"createdAt": "2020-06-18T22:21:51.1287144Z",
"lastModifiedBy": "testuser",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-06-18T22:21:51.1287144Z"
},
"properties": {
"displayName": "Monthly Cost By Resource",
"fileDestination": {
"fileFormats": [
"Csv"
]
},
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost by resource this month"
},
"schedule": {
"frequency": "Monthly",
"weeksOfMonth": [
"First",
"Third"
],
"daysOfWeek": [
"Monday"
],
"hourOfDay": 10,
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"scope": "subscriptions/00000000-0000-0000-0000-000000000000",
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/scheduledActions/monthlyCostByResource",
"name": "monthlyCostByResource",
"type": "Microsoft.CostManagement/ScheduledActions",
"kind": "Email",
"eTag": "\"1d4ff9fe66f1d10\"",
"systemData": {
"createdBy": "testuser",
"createdByType": "User",
"createdAt": "2020-06-18T22:21:51.1287144Z",
"lastModifiedBy": "testuser",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-06-19T22:21:51.1287144Z"
},
"properties": {
"displayName": "Monthly Cost By Resource",
"notification": {
"to": [
"user@gmail.com",
"team@gmail.com"
],
"subject": "Cost by resource this month"
},
"scope": "subscriptions/00000000-0000-0000-0000-000000000000",
"schedule": {
"frequency": "Monthly",
"weeksOfMonth": [
"First",
"Third"
],
"daysOfWeek": [
"Monday"
],
"hourOfDay": 10,
"startDate": "2020-06-19T22:21:51.1287144Z",
"endDate": "2021-06-19T22:21:51.1287144Z"
},
"status": "Enabled",
"viewId": "/providers/Microsoft.CostManagement/views/swaggerExample"
}
}
定義
名稱 | Description |
---|---|
created |
建立資源的身分識別類型。 |
Days |
星期幾。 |
Error |
錯誤的詳細數據。 |
Error |
錯誤回應表示服務無法處理傳入要求。 錯誤訊息中提供了原因。 某些錯誤回應:
|
File |
檢視數據的目的地。 這是選擇性的。 目前僅支援 CSV 格式。 |
File |
檢視數據的目的地。 目前僅支援 CSV 格式。 |
Notification |
排程動作通知的屬性。 |
Scheduled |
已排程的動作定義。 |
Scheduled |
排程動作的種類。 |
Scheduled |
排程動作的狀態。 |
Schedule |
排程的頻率。 |
Schedule |
排程的屬性。 |
system |
與建立和上次修改資源相關的元數據。 |
Weeks |
月份的周數。 |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
DaysOfWeek
星期幾。
名稱 | 類型 | Description |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
ErrorDetailsWithNestedDetails
錯誤的詳細數據。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
details |
錯誤的其他詳細數據。 |
|
message |
string |
指出作業失敗原因的錯誤訊息。 |
ErrorResponseWithNestedDetails
錯誤回應表示服務無法處理傳入要求。 錯誤訊息中提供了原因。
某些錯誤回應:
429 TooManyRequests - 要求已節流。 等候 「x-ms-ratelimit-microsoft.consumption-retry-after」 標頭中指定的時間後重試。
503 ServiceUnavailable - 服務暫時無法使用。 請在等候「Retry-After」標頭中指定的時間之後重試。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤的詳細數據。 |
FileDestination
檢視數據的目的地。 這是選擇性的。 目前僅支援 CSV 格式。
名稱 | 類型 | Description |
---|---|---|
fileFormats |
檢視數據的目的地。 目前僅支援 CSV 格式。 |
FileFormat
檢視數據的目的地。 目前僅支援 CSV 格式。
名稱 | 類型 | Description |
---|---|---|
Csv |
string |
NotificationProperties
排程動作通知的屬性。
名稱 | 類型 | Description |
---|---|---|
language |
string |
電子郵件的地區設定。 |
message |
string |
要在電子郵件中新增的選擇性訊息。 長度限制為 250 個字元。 |
regionalFormat |
string |
用於格式化電子郵件中日期/時間和貨幣值的區域格式。 |
subject |
string |
電子郵件的主旨。 長度限制為 70 個字元。 |
to |
string[] |
電子郵件地址陣列。 |
ScheduledAction
已排程的動作定義。
名稱 | 類型 | Description |
---|---|---|
eTag |
string |
資源 Etag。 對於更新呼叫,eTag 是選擇性的,可以指定以達到開放式並行存取。 先執行 'GET' 呼叫以擷取資源的 eTag,然後在執行更新時,將最新的 eTag 納入要求本文或 'If-Match' 標頭中。 針對建立呼叫,不需要 eTag。 |
id |
string |
資源的完整資源識別碼。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
kind |
排程動作的種類。 |
|
name |
string |
資源的名稱 |
properties.displayName |
string |
排程的動作名稱。 |
properties.fileDestination |
檢視數據的目的地格式。 這是選擇性的。 |
|
properties.notification |
根據排程動作種類的通知屬性。 |
|
properties.notificationEmail |
string |
Email 應取得取消訂閱要求和通知電子郵件的連絡點位址。 |
properties.schedule |
排程動作的排程。 |
|
properties.scope |
string |
對於私人排程動作 (建立或更新) ,範圍將會是空的。 |
properties.status |
排程動作的狀態。 |
|
properties.viewId |
string |
用於排程動作的成本分析 viewId。 例如,'/providers/Microsoft.CostManagement/views/swaggerExample' |
systemData |
排程動作的種類。 |
|
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
ScheduledActionKind
排程動作的種類。
名稱 | 類型 | Description |
---|---|---|
string |
成本分析數據會以電子郵件傳送。 |
|
InsightAlert |
string |
成本異常資訊將會以電子郵件傳送。 僅適用於每日頻率的訂用帳戶範圍。 如果資源上未偵測到任何異常,將不會傳送電子郵件。 |
ScheduledActionStatus
排程動作的狀態。
名稱 | 類型 | Description |
---|---|---|
Disabled |
string |
已儲存排程的動作,但不會執行。 |
Enabled |
string |
排程的動作會儲存並執行。 |
Expired |
string |
排程的動作已過期。 |
ScheduleFrequency
排程的頻率。
名稱 | 類型 | Description |
---|---|---|
Daily |
string |
成本分析數據會每天傳送電子郵件。 |
Monthly |
string |
成本分析數據會每月傳送電子郵件。 |
Weekly |
string |
成本分析數據會每周傳送電子郵件。 |
ScheduleProperties
排程的屬性。
名稱 | 類型 | Description |
---|---|---|
dayOfMonth |
integer |
將傳送成本分析數據的UTC日。 必須介於 1 到 31 之間。 當 frequency 為 Monthly 且覆寫 weeksOfMonth 或 daysOfWeek 時,此屬性適用。 |
daysOfWeek |
將傳送成本分析數據的英文日名稱。 當頻率為每周或每月時,這個屬性適用。 |
|
endDate |
string |
排程動作的結束日期和時間 (UTC) 。 |
frequency |
排程的頻率。 |
|
hourOfDay |
integer |
將傳送成本分析數據的UTC時間。 |
startDate |
string |
排程動作的開始日期和時間 (UTC) 。 |
weeksOfMonth |
成本分析數據會以電子郵件傳送的周數。 當 frequency 是 Monthly 且與 daysOfWeek 搭配使用時,這個屬性適用。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) 。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |
WeeksOfMonth
月份的周數。
名稱 | 類型 | Description |
---|---|---|
First |
string |
|
Fourth |
string |
|
Last |
string |
|
Second |
string |
|
Third |
string |