ManagedServiceIdentity Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ManagedServiceIdentity() |
Инициализирует новый экземпляр класса ManagedServiceIdentity. |
ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>) |
Инициализирует новый экземпляр класса ManagedServiceIdentity. |
ManagedServiceIdentity()
Инициализирует новый экземпляр класса ManagedServiceIdentity.
public ManagedServiceIdentity ();
Public Sub New ()
Применяется к
ManagedServiceIdentity(Nullable<ManagedServiceIdentityType>, String, String, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>)
Инициализирует новый экземпляр класса ManagedServiceIdentity.
public ManagedServiceIdentity (Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType? type = default, string tenantId = default, string principalId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType> * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityUserAssignedIdentitiesValue> -> Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity
Public Sub New (Optional type As Nullable(Of ManagedServiceIdentityType) = Nothing, Optional tenantId As String = Nothing, Optional principalId As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, ManagedServiceIdentityUserAssignedIdentitiesValue) = Nothing)
Параметры
Тип удостоверения управляемой службы. Возможные значения: None, SystemAssigned, UserAssigned.
- tenantId
- String
Клиент управляемого удостоверения службы.
- principalId
- String
Идентификатор субъекта управляемого удостоверения службы.
- userAssignedIdentities
- IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>
Список назначенных пользователем удостоверений, связанных с ресурсом. Ссылки на ключи словаря удостоверений пользователей будут иметь идентификаторы ресурсов ARM в форме: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
Применяется к
Azure SDK for .NET