Partager via


SystemAssignedServiceIdentity Constructeurs

Définition

Surcharges

SystemAssignedServiceIdentity()

Initialise une nouvelle instance de la classe SystemAssignedServiceIdentity.

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

Initialise une nouvelle instance de la classe SystemAssignedServiceIdentity.

SystemAssignedServiceIdentity()

Initialise une nouvelle instance de la classe SystemAssignedServiceIdentity.

public SystemAssignedServiceIdentity ();
Public Sub New ()

S’applique à

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

Initialise une nouvelle instance de la classe SystemAssignedServiceIdentity.

public SystemAssignedServiceIdentity (string type, Guid? principalId = default, Guid? tenantId = default);
new Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity : string * Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity
Public Sub New (type As String, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing)

Paramètres

type
String

Les valeurs possibles sont les suivantes : « None », « SystemAssigned »

principalId
Nullable<Guid>

ID de principal de service 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
Nullable<Guid>

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.

S’applique à