共用方式為


Billing Role Assignments - List By Enrollment Account

列出註冊帳戶上呼叫者的角色指派。 Enterprise 合約類型的計費帳戶支援此作業。

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}/billingRoleAssignments?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})?)$

enrollmentAccountName
path True

string

註冊帳戶的名稱。

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

api-version
query True

string

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

回應

名稱 類型 Description
200 OK

BillingRoleAssignmentListResult

計費角色指派的清單。

Other Status Codes

ErrorResponse

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

範例

BillingRoleAssignmentListByEnrollmentAccount

範例要求

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456/billingRoleAssignments?api-version=2024-04-01

範例回覆

{
  "value": [
    {
      "id": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456/billingRoleAssignments/10000000-aaaa-bbbb-cccc-100000000000_6fd330f6-7d26-4aff-b9cf-7bd699f965b9",
      "name": "10000000-aaaa-bbbb-cccc-100000000000_6fd330f6-7d26-4aff-b9cf-7bd699f965b9",
      "properties": {
        "createdOn": "2023-10-19T20:10:50.1028398Z",
        "createdByPrincipalTenantId": "076915e7-de10-4323-bb34-a58c904068bb",
        "createdByPrincipalId": "00000000-0000-0000-0000-000000000001",
        "principalId": "00000000-0000-0000-0000-000000000000",
        "roleDefinitionId": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456/billingRoleDefinitions/50000000-0000-0000-0000-000000000000",
        "scope": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456",
        "principalType": "User"
      },
      "type": "Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleAssignments"
    },
    {
      "id": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456/billingRoleAssignments/10000000-aaaa-bbbb-cccc-100000000000_b1839933-b3ac-42ca-8112-d29c43f3ab47",
      "name": "10000000-aaaa-bbbb-cccc-100000000000_b1839933-b3ac-42ca-8112-d29c43f3ab47",
      "properties": {
        "createdOn": "2023-10-19T20:10:50.1028398Z",
        "createdByPrincipalTenantId": "076915e7-de10-4323-bb34-a58c904068bb",
        "createdByPrincipalId": "00000000-0000-0000-0000-000000000001",
        "principalId": "00000000-0000-0000-0000-000000000000",
        "roleDefinitionId": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456/billingRoleDefinitions/50000000-0000-0000-0000-000000000001",
        "scope": "/providers/Microsoft.Billing/billingAccounts/6100092/enrollmentAccounts/123456",
        "principalType": "User"
      },
      "type": "Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleAssignments"
    }
  ]
}

定義

名稱 Description
BillingRoleAssignment

計費角色指派的屬性。

BillingRoleAssignmentListResult

資源清單的容器

BillingRoleAssignmentProperties

計費角色指派的屬性。

createdByType

建立資源的身分識別類型。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

PrincipalType

角色指派的類型。

ProvisioningState

長時間執行作業期間資源的布建狀態。

systemData

與建立和上次修改資源相關的元數據。

BillingRoleAssignment

計費角色指派的屬性。

名稱 類型 Description
id

string

資源的完整資源標識碼。 例如 “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”

name

string

資源的名稱

properties

BillingRoleAssignmentProperties

計費角色指派的屬性。

systemData

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

tags

object

與資源相關聯的元數據字典。 並非所有資源類型都會填入。 支援的索引鍵/值長度上限為 256 個字元。 索引鍵/值不應空白值或 Null。 索引鍵不能包含 <> % & \ ? /

type

string

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”

BillingRoleAssignmentListResult

資源清單的容器

名稱 類型 Description
nextLink

string

結果下一頁的連結(url)。

value

BillingRoleAssignment[]

資源清單。

BillingRoleAssignmentProperties

計費角色指派的屬性。

名稱 類型 Description
billingAccountDisplayName

string

計費帳戶的名稱。

billingAccountId

string

可唯一識別計費帳戶的完整標識符。

billingProfileDisplayName

string

帳單配置檔的名稱。

billingProfileId

string

可唯一識別帳單配置檔的完整標識符。

billingRequestId

string

為角色指派建立之計費要求的標識符。 這隻適用於透過計費要求建立的跨租使用者角色指派或角色指派。

createdByPrincipalId

string

建立角色指派之使用者的物件標識碼。

createdByPrincipalPuid

string

建立角色指派之使用者的主要 PUID。

createdByPrincipalTenantId

string

建立角色指派之使用者的租用戶標識碼。

createdByUserEmailAddress

string

建立角色指派之使用者的電子郵件位址。 只有合約類型為 Enterprise 合約的計費帳戶才支援此功能。

createdOn

string

建立角色指派的日期。

customerDisplayName

string

客戶的名稱。

customerId

string

可唯一識別客戶的完整標識碼。

invoiceSectionDisplayName

string

發票區段的名稱。

invoiceSectionId

string

可唯一識別發票區段的完整標識符。

modifiedByPrincipalId

string

修改角色指派之使用者的主要 PUID。

modifiedByPrincipalPuid

string

修改角色指派之使用者的主要 PUID。

modifiedByPrincipalTenantId

string

修改角色指派之使用者的租用戶標識碼。

modifiedByUserEmailAddress

string

修改角色指派之使用者的電子郵件位址。 只有合約類型為 Enterprise 合約的計費帳戶才支援此功能。

modifiedOn

string

修改角色指派的日期。

principalDisplayName

string

指派角色之主體的顯示名稱。

principalId

string

指派角色之用戶的物件標識碼。

principalPuid

string

獲指派角色之使用者的主要PUID。

principalTenantId

string

獲指派角色之使用者的主要租用戶標識碼。

principalTenantName

string

指派角色之使用者的易記名稱。 這會是計費帳戶主要租使用者的「主要租使用者」。

principalType

PrincipalType

角色指派的類型。

provisioningState

ProvisioningState

長時間執行作業期間資源的布建狀態。

roleDefinitionId

string

角色定義的識別碼。

scope

string

指派角色的範圍。

userAuthenticationType

string

使用者驗證類型,無論是組織或 MSA,是獲指派角色的使用者。 只有合約類型為 Enterprise 合約的計費帳戶才支援此功能。

userEmailAddress

string

獲指派角色之用戶的電子郵件位址。 只有合約類型為 Enterprise 合約的計費帳戶才支援此功能。

createdByType

建立資源的身分識別類型。

名稱 類型 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細數據。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。

PrincipalType

角色指派的類型。

名稱 類型 Description
DirectoryRole

string

Everyone

string

Group

string

None

string

ServicePrincipal

string

Unknown

string

User

string

ProvisioningState

長時間執行作業期間資源的布建狀態。

名稱 類型 Description
Canceled

string

Failed

string

New

string

Pending

string

Provisioning

string

Succeeded

string

systemData

與建立和上次修改資源相關的元數據。

名稱 類型 Description
createdAt

string

資源建立的時間戳(UTC)。

createdBy

string

建立資源的身分識別。

createdByType

createdByType

建立資源的身分識別類型。

lastModifiedAt

string

上次修改的資源時間戳 (UTC)

lastModifiedBy

string

上次修改資源的身分識別。

lastModifiedByType

createdByType

上次修改資源的身分識別類型。