ManagedServiceIdentity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ManagedServiceIdentity() |
Initialise une nouvelle instance de la classe ManagedServiceIdentity. |
ManagedServiceIdentity(String, IDictionary<String,UserAssignedIdentity>) |
Initialise une nouvelle instance de la classe ManagedServiceIdentity. |
ManagedServiceIdentity()
Initialise une nouvelle instance de la classe ManagedServiceIdentity.
public ManagedServiceIdentity ();
Public Sub New ()
S’applique à
ManagedServiceIdentity(String, IDictionary<String,UserAssignedIdentity>)
Initialise une nouvelle instance de la classe ManagedServiceIdentity.
public ManagedServiceIdentity (string type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ResourceManager.Models.UserAssignedIdentity> -> Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity
Public Sub New (Optional type As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing)
Paramètres
- type
- String
Type de l’identité managée. Les valeurs possibles sont les suivantes : « UserAssigned »
- userAssignedIdentities
- IDictionary<String,UserAssignedIdentity>
Liste des identités managées affectées par l’utilisateur associées à la ressource. La clé est l’ID de ressource Azure de l’identité managée.
S’applique à
Azure SDK for .NET