共用方式為


BatchAccountIdentity interface

如果已設定,則為 Batch 帳戶的身分識別。 當使用者指定 『Microsoft.KeyVault』 作為其 Batch 帳戶加密組態,或選取 ManagedIdentity 作為自動儲存驗證模式時,就會使用此選項。

屬性

principalId

Batch 帳戶的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId

與 Batch 帳戶相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

用於 Batch 帳戶的身分識別類型。

userAssignedIdentities

與 Batch 帳戶相關聯的使用者身分識別清單。

屬性詳細資料

principalId

Batch 帳戶的主體標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

與 Batch 帳戶相關聯的租用戶標識碼。 此屬性只會針對系統指派的身分識別提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

用於 Batch 帳戶的身分識別類型。

type: ResourceIdentityType

屬性值

userAssignedIdentities

與 Batch 帳戶相關聯的使用者身分識別清單。

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentities}

屬性值

{[propertyName: string]: UserAssignedIdentities}