RoleAssignmentImpl.IWithAssignee.ForServicePrincipal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET