Class IntegrationRuntimeAuthKeyName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAuthKeyName>
com.azure.resourcemanager.synapse.models.IntegrationRuntimeAuthKeyName

public final class IntegrationRuntimeAuthKeyName extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAuthKeyName>
The name of the authentication key to regenerate.
  • Field Details

  • Constructor Details

    • IntegrationRuntimeAuthKeyName

      @Deprecated public IntegrationRuntimeAuthKeyName()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IntegrationRuntimeAuthKeyName value.
  • Method Details

    • fromString

      public static IntegrationRuntimeAuthKeyName fromString(String name)
      Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IntegrationRuntimeAuthKeyName.
    • values

      public static Collection<IntegrationRuntimeAuthKeyName> values()
      Gets known IntegrationRuntimeAuthKeyName values.
      Returns:
      known IntegrationRuntimeAuthKeyName values.