Class WorkspaceKeyDetails

java.lang.Object
com.azure.resourcemanager.synapse.models.WorkspaceKeyDetails

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

    • WorkspaceKeyDetails

      public WorkspaceKeyDetails()
      Creates an instance of WorkspaceKeyDetails class.
  • Method Details

    • name

      public String name()
      Get the name property: Workspace Key sub-resource name.
      Returns:
      the name value.
    • withName

      public WorkspaceKeyDetails withName(String name)
      Set the name property: Workspace Key sub-resource name.
      Parameters:
      name - the name value to set.
      Returns:
      the WorkspaceKeyDetails object itself.
    • keyVaultUrl

      public String keyVaultUrl()
      Get the keyVaultUrl property: Workspace Key sub-resource key vault url.
      Returns:
      the keyVaultUrl value.
    • withKeyVaultUrl

      public WorkspaceKeyDetails withKeyVaultUrl(String keyVaultUrl)
      Set the keyVaultUrl property: Workspace Key sub-resource key vault url.
      Parameters:
      keyVaultUrl - the keyVaultUrl value to set.
      Returns:
      the WorkspaceKeyDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.