IFileSystemOperations.GetAclStatusWithHttpMessagesAsync Método

Definição

Obtém entradas de ACL (lista de Controle de Acesso) para o arquivo ou diretório especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>> GetAclStatusWithHttpMessagesAsync (string accountName, string aclFilePath, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>> GetAclStatusWithHttpMessagesAsync (string accountName, string path, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAclStatusWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>>
abstract member GetAclStatusWithHttpMessagesAsync : string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>>
Public Function GetAclStatusWithHttpMessagesAsync (accountName As String, aclFilePath As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AclStatusResult))
Public Function GetAclStatusWithHttpMessagesAsync (accountName As String, path As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AclStatusResult))

Parâmetros

accountName
String

A conta do Azure Data Lake Store na qual executar operações do sistema de arquivos.

aclFilePathpath
String

O caminho do Data Lake Store (começando com '/') do arquivo ou diretório para o qual obter a ACL.

tooId
Nullable<Boolean>

Uma opção opcional para retornar nomes amigáveis no lugar da ID de objeto para entradas de ACL. tooid=false retorna nomes amigáveis em vez da ID de Objeto do AAD. O valor padrão é true, retornando IDs de objeto do AAD.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a