ArmResourcesModelFactory.ArmApplicationManagedIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ArmApplicationManagedIdentity.
public static Azure.ResourceManager.Resources.Models.ArmApplicationManagedIdentity ArmApplicationManagedIdentity(Guid? principalId = default, Guid? tenantId = default, Azure.ResourceManager.Resources.Models.ArmApplicationManagedIdentityType? identityType = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity> userAssignedIdentities = default);
static member ArmApplicationManagedIdentity : Nullable<Guid> * Nullable<Guid> * Nullable<Azure.ResourceManager.Resources.Models.ArmApplicationManagedIdentityType> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity> -> Azure.ResourceManager.Resources.Models.ArmApplicationManagedIdentity
Public Shared Function ArmApplicationManagedIdentity (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional identityType As Nullable(Of ArmApplicationManagedIdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, ArmApplicationUserAssignedIdentity) = Nothing) As ArmApplicationManagedIdentity
Parameters
- identityType
- Nullable<ArmApplicationManagedIdentityType>
The identity type.
- userAssignedIdentities
- IDictionary<String,ArmApplicationUserAssignedIdentity>
The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
Returns
A new ArmApplicationManagedIdentity instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET