KeyVaultClient.GetDeletedSasDefinitionsWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista as definições de SAS excluídas para o cofre e a conta de armazenamento especificadas.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionItem>>> GetDeletedSasDefinitionsWithHttpMessagesAsync (string vaultBaseUrl, string storageAccountName, int? maxresults = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedSasDefinitionsWithHttpMessagesAsync : string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionItem>>>
override this.GetDeletedSasDefinitionsWithHttpMessagesAsync : string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionItem>>>
Public Function GetDeletedSasDefinitionsWithHttpMessagesAsync (vaultBaseUrl As String, storageAccountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DeletedSasDefinitionItem)))
Parâmetros
- vaultBaseUrl
- String
O nome do cofre, por exemplo https://myvault.vault.azure.net, .
- storageAccountName
- String
O nome da conta de armazenamento.
Número máximo de resultados a serem retornados em uma página. Se não for especificado, o serviço retornará até 25 resultados.
- customHeaders
- Dictionary<String,List<String>>
Cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Implementações
Exceções
Gerado quando a operação retornou um código de status inválido
Gerado quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Gerado quando um parâmetro necessário é nulo
Comentários
A operação Obter Definições sas excluídas retorna as definições de SAS que foram excluídas para um cofre habilitado para exclusão reversível. Essa operação requer a permissão storage/listsas.
Aplica-se a
Azure SDK for .NET