共用方式為


Billing Role Assignments - Delete By Department

刪除部門的角色指派。 只有合約類型為 Enterprise 合約的計費帳戶才支援此作業。

DELETE https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/departments/{departmentName}/billingRoleAssignments/{billingRoleAssignmentName}?api-version=2024-04-01

URI 參數

名稱 位於 必要 類型 Description
billingAccountName
path True

string

可唯一識別計費帳戶的標識碼。

Regex 模式: ^([0-9]+|([Pp][Cc][Nn]\.[A-Za-z0-9]+)|[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}(:[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}_[0-9]{4}(-[0-9]{2}){2})?)$

billingRoleAssignmentName
path True

string

可唯一識別角色指派的標識碼。

Regex 模式: ^[a-fA-F0-9]{8}[-]?([a-fA-F0-9]{4}[-]?){3}[a-fA-F0-9]{12}(_[a-fA-F0-9]{8}[-]?([a-fA-F0-9]{4}[-]?){3}[a-fA-F0-9]{12})?$

departmentName
path True

string

部門的名稱。

Regex 模式: ^[a-zA-Z\d-_]{1,128}$

api-version
query True

string

要與用戶端要求搭配使用的 API 版本。 目前的版本是 2024-04-01。

回應

名稱 類型 Description
200 OK

還行。 要求已成功。

204 No Content

要求已成功,且沒有回應本文。

Other Status Codes

ErrorResponse

描述作業失敗原因的錯誤回應。

範例

BillingRoleAssignmentDeleteByDepartment

範例要求

DELETE https://management.azure.com/providers/Microsoft.Billing/billingAccounts/8608480/departments/123456/billingRoleAssignments/9dfd08c2-62a3-4d47-85bd-1cdba1408402?api-version=2024-04-01

範例回覆

定義

名稱 Description
ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。