Freigeben über


RoleAssignmentImpl.IWithAssignee.ForServicePrincipal Methode

Definition

Überlädt

IWithAssignee.ForServicePrincipal(String)

Gibt den Zugewiesenen der Rollenzuweisung als Dienstprinzipal an.

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Gibt den Zugewiesenen der Rollenzuweisung als Dienstprinzipal an.

IWithAssignee.ForServicePrincipal(String)

Gibt den Zugewiesenen der Rollenzuweisung als Dienstprinzipal an.

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

Parameter

servicePrincipalName
String

Der Dienstprinzipalname.

Gibt zurück

Implementiert

Gilt für:

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Gibt den Zugewiesenen der Rollenzuweisung als Dienstprinzipal an.

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

Parameter

servicePrincipal
IServicePrincipal

Das Dienstprinzipalobjekt.

Gibt zurück

Implementiert

Gilt für: