KeyClient.GetKeyRotationPolicy(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 KeyRotationPolicy for the specified key in Key Vault.
public virtual Azure.Response<Azure.Security.KeyVault.Keys.KeyRotationPolicy> GetKeyRotationPolicy (string keyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKeyRotationPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Keys.KeyRotationPolicy>
override this.GetKeyRotationPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Keys.KeyRotationPolicy>
Public Overridable Function GetKeyRotationPolicy (keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KeyRotationPolicy)
Parameters
- keyName
- String
The name of the key.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
A KeyRotationPolicy for the specified key.
Exceptions
keyName
contains an empty string.
keyName
is null.
The server returned an error. See Message for details returned from the server.
Remarks
This operation requires the keys/get permission.
Applies to
Azure SDK for .NET