共用方式為


Accounts - List

列出訂用帳戶下所有可用的 Azure 影片索引器帳戶

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.VideoIndexer/accounts?api-version=2024-01-01

URI 參數

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

string

目標訂用帳戶的標識碼。

api-version
query True

string

用於此作業的 API 版本。

回應

名稱 類型 Description
200 OK

AccountList

確定

Other Status Codes

ErrorResponse

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

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

List accounts

範例要求

GET https://management.azure.com/subscriptions/586d4f48-8f08-4a4e-96b7-e1892d6dba9e/providers/Microsoft.VideoIndexer/accounts?api-version=2024-01-01

範例回覆

{
  "value": [
    {
      "id": "/subscriptions/586d4f48-8f08-4a4e-96b7-e1892d6dba9e/resourceGroups/contoso-videoanalyzer-rg/providers/Microsoft.VideoIndexer/accounts/contoso-videoanalyzer",
      "name": "vi1",
      "type": "Microsoft.VideoIndexer/accounts",
      "location": "NorthEurope",
      "tags": {},
      "properties": {
        "tenantId": "8c406f87-77ac-4ebb-a401-e8562450630e",
        "accountId": "462af7c5-d1f6-4b91-86e3-8bc5e8a61574",
        "accountName": "contosto-videoanalyzer",
        "storageServices": {
          "resourceId": "/subscriptions/xxx/resourceGroups/contoso-videoanalyzer-rg/providers/Microsoft.Storage/storageAccounts/contoso-videoanalyzer-ms",
          "userAssignedIdentity": "/subscriptions/xxx/resourceGroups/contoso-videoanalyzer-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/contoso-videoanalyzer-mi"
        },
        "provisioningState": "Provisioning"
      },
      "identity": {
        "type": "UserAssigned",
        "userAssignedIdentities": {
          "/subscriptions/xxx/resourceGroups/contoso-videoanalyzer-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/contoso-videoanalyzer-mi": {
            "principalId": "a661c16c-ee39-46e7-93f6-7fb80d17ef13",
            "clientId": "92e65ecf-0fae-432e-8272-fedb6edb96c7"
          }
        }
      }
    }
  ],
  "nextLink": "link"
}

定義

名稱 Description
Account

Azure 影片索引器帳戶。

AccountList

包含數據集區和其屬性的清單作業回應。

createdByType

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

ErrorDefinition

錯誤定義。

ErrorResponse

錯誤回應。

ManagedServiceIdentity

受控服務識別 (系統指派和/或使用者指派的身分識別)

ManagedServiceIdentityType

(允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。

provisioningState

取得呼叫作業時帳戶的狀態。

StorageServicesForPutRequest

記憶體服務詳細數據

systemData

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

UserAssignedIdentity

使用者指派的身分識別屬性

Account

Azure 影片索引器帳戶。

名稱 類型 預設值 Description
id

string

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

identity

ManagedServiceIdentity

受控服務識別 (系統指派和/或使用者指派的身分識別)

location

string

資源所在的地理位置

name

string

資源的名稱

properties.accountId

string

00000000-0000-0000-0000-000000000000

帳戶的數據平面標識碼。 只有在連接現有的傳統帳戶時,才能設定此設定

properties.accountName

string

帳戶的名稱

properties.provisioningState

provisioningState

取得呼叫作業時帳戶的狀態。

properties.storageServices

StorageServicesForPutRequest

記憶體服務詳細數據

properties.tenantId

string

帳戶的租用戶標識碼

properties.totalSecondsIndexed

integer

整數,表示已在帳戶上編製索引的總秒數

systemData

systemData

與此資源相關的系統元數據。

tags

object

資源標籤。

type

string

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

AccountList

包含數據集區和其屬性的清單作業回應。

名稱 類型 Description
nextLink

string

如果有的話,取得下一組作業清單結果的URL。

value

Account[]

帳戶及其屬性的清單。

createdByType

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

名稱 類型 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorDefinition

錯誤定義。

名稱 類型 Description
code

string

服務特定的錯誤碼,可作為 HTTP 錯誤碼的子狀態。

details

ErrorDefinition[]

內部錯誤詳細數據。

message

string

錯誤的描述。

ErrorResponse

錯誤回應。

名稱 類型 Description
error

ErrorDefinition

錯誤詳細資料。

ManagedServiceIdentity

受控服務識別 (系統指派和/或使用者指派的身分識別)

名稱 類型 Description
principalId

string

系統指派之身分識別的服務主體標識符。 此屬性只會針對系統指派的身分識別提供。

tenantId

string

系統指派身分識別的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。

type

ManagedServiceIdentityType

(允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。

userAssignedIdentities

<string,  UserAssignedIdentity>

User-Assigned 身分識別
與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 ({}) 的空白物件。

ManagedServiceIdentityType

(允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。

名稱 類型 Description
None

string

SystemAssigned

string

SystemAssigned,UserAssigned

string

UserAssigned

string

provisioningState

取得呼叫作業時帳戶的狀態。

名稱 類型 Description
Accepted

string

Canceled

string

Deleting

string

Failed

string

Provisioning

string

Succeeded

string

StorageServicesForPutRequest

記憶體服務詳細數據

名稱 類型 Description
resourceId

string

記憶體服務資源標識碼

userAssignedIdentity

string

要用來授與許可權的使用者指派身分識別

systemData

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

名稱 類型 Description
createdAt

string

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

createdBy

string

建立資源的身分識別。

createdByType

createdByType

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

lastModifiedAt

string

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

lastModifiedBy

string

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

lastModifiedByType

createdByType

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

UserAssignedIdentity

使用者指派的身分識別屬性

名稱 類型 Description
clientId

string

指派之身分識別的用戶端標識碼。

principalId

string

指派之身分識別的主體標識碼。