Partager via


RoleAssignmentImpl.IWithAssignee.ForServicePrincipal Méthode

Définition

Surcharges

IWithAssignee.ForServicePrincipal(String)

Spécifie le destinataire de l’attribution de rôle comme principal de service.

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Spécifie le destinataire de l’attribution de rôle comme principal de service.

IWithAssignee.ForServicePrincipal(String)

Spécifie le destinataire de l’attribution de rôle comme principal de service.

Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole IWithAssignee.ForServicePrincipal (string servicePrincipalName);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithAssignee.ForServicePrincipal : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithAssignee.ForServicePrincipal : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole
Function ForServicePrincipal (servicePrincipalName As String) As IWithRole Implements IWithAssignee.ForServicePrincipal

Paramètres

servicePrincipalName
String

Nom du principal de service.

Retours

Implémente

S’applique à

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Spécifie le destinataire de l’attribution de rôle comme principal de service.

Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole IWithAssignee.ForServicePrincipal (Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal servicePrincipal);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithAssignee.ForServicePrincipal : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithAssignee.ForServicePrincipal : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole
Function ForServicePrincipal (servicePrincipal As IServicePrincipal) As IWithRole Implements IWithAssignee.ForServicePrincipal

Paramètres

servicePrincipal
IServicePrincipal

Objet principal de service.

Retours

Implémente

S’applique à