Class CustomerManagedKeyDetails

java.lang.Object
com.azure.analytics.synapse.artifacts.models.CustomerManagedKeyDetails

public final class CustomerManagedKeyDetails extends Object
Details of the customer managed key associated with the workspace.
  • Constructor Details

    • CustomerManagedKeyDetails

      public CustomerManagedKeyDetails()
  • Method Details

    • getStatus

      public String getStatus()
      Get the status property: The customer managed key status on the workspace.
      Returns:
      the status value.
    • getKey

      public WorkspaceKeyDetails getKey()
      Get the key property: The key object of the workspace.
      Returns:
      the key value.
    • setKey

      Set the key property: The key object of the workspace.
      Parameters:
      key - the key value to set.
      Returns:
      the CustomerManagedKeyDetails object itself.