Class ScriptParameterTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScriptParameterTypes>
com.azure.resourcemanager.avs.models.ScriptParameterTypes

public final class ScriptParameterTypes extends com.azure.core.util.ExpandableStringEnum<ScriptParameterTypes>
The type of parameter the script is expecting. psCredential is a PSCredentialObject.
  • Field Details

    • STRING

      public static final ScriptParameterTypes STRING
      Static value String for ScriptParameterTypes.
    • SECURE_STRING

      public static final ScriptParameterTypes SECURE_STRING
      Static value SecureString for ScriptParameterTypes.
    • CREDENTIAL

      public static final ScriptParameterTypes CREDENTIAL
      Static value Credential for ScriptParameterTypes.
    • INT

      public static final ScriptParameterTypes INT
      Static value Int for ScriptParameterTypes.
    • BOOL

      public static final ScriptParameterTypes BOOL
      Static value Bool for ScriptParameterTypes.
    • FLOAT

      public static final ScriptParameterTypes FLOAT
      Static value Float for ScriptParameterTypes.
  • Constructor Details

    • ScriptParameterTypes

      public ScriptParameterTypes()
  • Method Details

    • fromString

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

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