Partager via


ManagedServiceIdentity Constructeurs

Définition

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 à