Interface Key.Update

All Superinterfaces:
Key.UpdateStages.WithIsActiveCmk
Enclosing interface:
Key

public static interface Key.Update extends Key.UpdateStages.WithIsActiveCmk
The template for Key update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the update request.
    apply(com.azure.core.util.Context context)
    Executes the update request.

    Methods inherited from interface com.azure.resourcemanager.synapse.models.Key.UpdateStages.WithIsActiveCmk

    withIsActiveCmk
  • Method Details

    • apply

      Key apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      Key apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.