共用方式為


RoleAssignmentImpl.IWithAssignee.ForServicePrincipal Method

Definition

Overloads

IWithAssignee.ForServicePrincipal(String)

Specifies the assignee of the role assignment to be a service principal.

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Specifies the assignee of the role assignment to be a service principal.

IWithAssignee.ForServicePrincipal(String)

Specifies the assignee of the role assignment to be a service principal.

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

Parameters

servicePrincipalName
String

The service principal name.

Returns

Implements

Applies to

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Specifies the assignee of the role assignment to be a service principal.

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

Parameters

servicePrincipal
IServicePrincipal

The service principal object.

Returns

Implements

Applies to