RoleAssignmentsImpl.IRoleAssignments.GetByScopeAsync 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.
Gets the information about a role assignment based on scope and name.
System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment> IRoleAssignments.GetByScopeAsync (string scope, string name, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments.GetByScopeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments.GetByScopeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>
Function GetByScopeAsync (scope As String, name As String, cancellationToken As CancellationToken) As Task(Of IRoleAssignment) Implements IRoleAssignments.GetByScopeAsync
Parameters
- scope
- String
The scope of the role assignment.
- name
- String
The name of the role assignment.
- cancellationToken
- CancellationToken
Returns
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET