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, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>) |
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, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>)
Initialise une nouvelle instance de la classe ManagedServiceIdentity.
public ManagedServiceIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.Network.Models.ResourceIdentityType? type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Network.Models.ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities = default);
new Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity : string * string * Nullable<Microsoft.Azure.Management.Network.Models.ResourceIdentityType> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Network.Models.ManagedServiceIdentityUserAssignedIdentitiesValue> -> Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, ManagedServiceIdentityUserAssignedIdentitiesValue) = Nothing)
Paramètres
- principalId
- String
ID de principal de l’identité affectée par le système. Cette propriété est fournie uniquement pour une identité affectée par le système.
- tenantId
- String
ID de locataire de l’identité affectée par le système. Cette propriété est fournie uniquement pour une identité affectée par le système.
- type
- Nullable<ResourceIdentityType>
Type d’identité utilisé pour la ressource. Le type « SystemAssigned, UserAssigned » comprend à la fois une identité créée implicitement et un ensemble d’identités attribuées par l’utilisateur. Le type « None » supprime toutes les identités de la machine virtuelle. Les valeurs possibles sont les suivantes : « SystemAssigned », « UserAssigned », « SystemAssigned, UserAssigned », « None »
- userAssignedIdentities
- IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>
Liste des identités utilisateur associées à la ressource. Les références de clé de dictionnaire d’identité utilisateur sont des ID de ressource ARM au format « /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} ».
S’applique à
Azure SDK for .NET