I
InsightNexus

KeySource (Azure SDK for Java Reference Documentation)

Author

Rachel Davis

Published Feb 17, 2026

KeySource (Azure SDK for Java Reference Documentation)
public final class KeySourceextends com.azure.core.util.ExpandableStringEnum<KeySource>

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault.

  • Field Summary

    Fields

    Static value Microsoft.KeyVault for KeySource.

    Static value Microsoft.NetApp for KeySource.

  • Constructor Summary

    Constructors

    Deprecated.
  • Method Summary

    Creates or finds a KeySource from its string representation.

    Gets known KeySource values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

  • Field Details

    • MICROSOFT_NET_APP

      public static final KeySource MICROSOFT_NET_APP

      Static value Microsoft.NetApp for KeySource.

    • MICROSOFT_KEY_VAULT

      public static final KeySource MICROSOFT_KEY_VAULT

      Static value Microsoft.KeyVault for KeySource.

  • Constructor Details

    • KeySource

      Deprecated.

      Creates a new instance of KeySource value.

  • Method Details

    • fromString

      Creates or finds a KeySource from its string representation.

      Parameters:
      name - a name to look for.
      Returns:
      the corresponding KeySource.
    • values

      Gets known KeySource values.

      Returns:
      known KeySource values.