ManagedServiceIdentity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
受控識別泛型物件。
public class ManagedServiceIdentity
type ManagedServiceIdentity = class
Public Class ManagedServiceIdentity
- 繼承
-
ManagedServiceIdentity
建構函式
ManagedServiceIdentity() |
初始化 ManagedServiceIdentity 類別的新實例。 |
ManagedServiceIdentity(String, String, String, IDictionary<String,UserAssignedIdentity>) |
初始化 ManagedServiceIdentity 類別的新實例。 |
屬性
PrincipalId |
取得或設定與此身分識別相關聯的 Azure Active Directory 主體識別碼。 |
TenantId |
取得或設定 Azure Active Directory 的識別碼。 |
Type |
取得或設定受控識別的類型。 可能的值包括:'None'、'SystemAssigned'、'UserAssigned' |
UserAssignedIdentities |
取得或設定與資源相關聯的使用者指派受控識別清單。 金鑰是受控識別的 Azure 資源識別碼。 |
方法
Validate() |
驗證 物件。 |