SecretClient.GetDeletedSecret(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified deleted secret.
public virtual Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret> GetDeletedSecret (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedSecret : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>
override this.GetDeletedSecret : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>
Public Overridable Function GetDeletedSecret (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedSecret)
Parameters
- name
- String
The name of the secret.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
Exceptions
name
is an empty string.
name
is null.
The server returned an error. See Message for details returned from the server.
Remarks
The Get Deleted Secret operation returns the specified deleted secret along with its attributes. This operation requires the secrets/get permission.