ArmResourcesModelFactory.ArmDeploymentScriptManagedIdentity 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 ArmDeploymentScriptManagedIdentity.
public static Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity ArmDeploymentScriptManagedIdentity (Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentityType? identityType = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
static member ArmDeploymentScriptManagedIdentity : Nullable<Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentityType> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> -> Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity
Public Shared Function ArmDeploymentScriptManagedIdentity (Optional identityType As Nullable(Of ArmDeploymentScriptManagedIdentityType) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing) As ArmDeploymentScriptManagedIdentity
Parameters
- identityType
- Nullable<ArmDeploymentScriptManagedIdentityType>
Type of the managed identity.
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
Returns
A new ArmDeploymentScriptManagedIdentity instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET