Interface Key.UpdateStages.WithKeyOperations

All Known Subinterfaces:
Key.Update, Key.UpdateWithCreate, Key.UpdateWithImport
Enclosing interface:
Key.UpdateStages

public static interface Key.UpdateStages.WithKeyOperations
The stage of a key update allowing to specify the allowed operations for the key.
  • Method Summary

    Modifier and Type
    Method
    Description
    withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
    Specifies the list of allowed key operations.
    withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
    Specifies the list of allowed key operations.
  • Method Details

    • withKeyOperations

      Key.Update withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
      Specifies the list of allowed key operations. By default all operations are allowed.
      Parameters:
      keyOperations - the list of JWK operations
      Returns:
      the next stage of the update
    • withKeyOperations

      Key.Update withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
      Specifies the list of allowed key operations. By default all operations are allowed.
      Parameters:
      keyOperations - the list of JWK operations
      Returns:
      the next stage of the update