KeyVaultClientExtensions.GetDeletedSasDefinitionAsync Methode

Definition

Ruft die angegebene gelöschte SAS-Definition ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle> GetDeletedSasDefinitionAsync (this Microsoft.Azure.KeyVault.IKeyVaultClient operations, string vaultBaseUrl, string storageAccountName, string sasDefinitionName, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedSasDefinitionAsync : Microsoft.Azure.KeyVault.IKeyVaultClient * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle>
<Extension()>
Public Function GetDeletedSasDefinitionAsync (operations As IKeyVaultClient, vaultBaseUrl As String, storageAccountName As String, sasDefinitionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedSasDefinitionBundle)

Parameter

operations
IKeyVaultClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

vaultBaseUrl
String

Der Tresorname, z. B https://myvault.vault.azure.net. .

storageAccountName
String

Der Name des Speicherkontos.

sasDefinitionName
String

Der Name der SAS-Definition.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Der Vorgang Get Deleted SAS Definition gibt die angegebene gelöschte SAS-Definition zusammen mit ihren Attributen zurück. Für diesen Vorgang ist die Berechtigung storage/getsas erforderlich.

Gilt für: