Partilhar via


IRoleAssignmentsOperations.GetByIdWithHttpMessagesAsync Método

Definição

Obtenha uma atribuição de função por ID.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>> GetByIdWithHttpMessagesAsync (string roleAssignmentId, string tenantId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByIdWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>>
Public Function GetByIdWithHttpMessagesAsync (roleAssignmentId As String, Optional tenantId As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RoleAssignment))

Parâmetros

roleAssignmentId
String

O ID completamente qualificado da atribuição de função, incluindo o âmbito, o nome do recurso e o tipo de recurso. Formato: /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Exemplo: /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>

tenantId
String

ID do inquilino para pedido entre inquilinos

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados ao pedido.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Exceções

Emitido quando a operação devolveu um código de estado inválido

Lançada quando não é possível anular a serialização da resposta

Emitido quando um parâmetro necessário é nulo

Aplica-se a