Partilhar via


RoleAssignmentImpl.IWithAssignee.ForServicePrincipal Método

Definição

Sobrecargas

IWithAssignee.ForServicePrincipal(String)

Especifica o destinatário da atribuição de função para ser uma entidade de serviço.

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Especifica o destinatário da atribuição de função para ser uma entidade de serviço.

IWithAssignee.ForServicePrincipal(String)

Especifica o destinatário da atribuição de função para ser uma entidade de serviço.

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

Parâmetros

servicePrincipalName
String

O nome da entidade de serviço.

Retornos

Implementações

Aplica-se a

IWithAssignee.ForServicePrincipal(IServicePrincipal)

Especifica o destinatário da atribuição de função para ser uma entidade de serviço.

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

Parâmetros

servicePrincipal
IServicePrincipal

O objeto da entidade de serviço.

Retornos

Implementações

Aplica-se a