RoleAssignmentHelper(IGraphRbacManager, IIdProvider) Constructor
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.
Creates RoleAssignmentHelper.
public RoleAssignmentHelper (Microsoft.Azure.Management.Graph.RBAC.Fluent.IGraphRbacManager rbacManager, Microsoft.Azure.Management.Graph.RBAC.Fluent.IIdProvider idProvider);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGraphRbacManager * Microsoft.Azure.Management.Graph.RBAC.Fluent.IIdProvider -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper
Public Sub New (rbacManager As IGraphRbacManager, idProvider As IIdProvider)
Parameters
- rbacManager
- IGraphRbacManager
the graph rbac manager
- idProvider
- IIdProvider
the provider that provides service principal id and resource id
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