AuthorizationExtensions.GetRoleAssignmentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
Obtenir une attribution de rôle par étendue et par nom.
|
GetRoleAssignmentAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
Obtenir une attribution de rôle par étendue et par nom.
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)
Obtenir une attribution de rôle par étendue et par nom.
- Chemin de requête/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
- IdRoleAssignments_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>> GetRoleAssignmentAsync (this Azure.ResourceManager.ArmResource armResource, string roleAssignmentName, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentAsync : Azure.ResourceManager.ArmResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
<Extension()>
Public Function GetRoleAssignmentAsync (armResource As ArmResource, roleAssignmentName As String, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentResource))
Paramètres
- armResource
- ArmResource
Instance ArmResource sur laquelle la méthode s’exécute.
- roleAssignmentName
- String
Nom de l’attribution de rôle. Il peut s’agir de n’importe quel GUID valide.
- tenantId
- String
ID de locataire pour la demande interlocataire.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
roleAssignmentName
a la valeur null.
S’applique à
GetRoleAssignmentAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken)
Obtenir une attribution de rôle par étendue et par nom.
- Chemin de requête/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
- IdRoleAssignments_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>> GetRoleAssignmentAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleAssignmentName, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
<Extension()>
Public Function GetRoleAssignmentAsync (client As ArmClient, scope As ResourceIdentifier, roleAssignmentName As String, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentResource))
Paramètres
- scope
- ResourceIdentifier
Étendue sur laquelle la ressource s’appliquera.
- roleAssignmentName
- String
Nom de l’attribution de rôle. Il peut s’agir de n’importe quel GUID valide.
- tenantId
- String
ID de locataire pour la demande interlocataire.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
roleAssignmentName
a la valeur null.