Enum GalleryApplicationCustomActionParameterType
java.lang.Object
java.lang.Enum<GalleryApplicationCustomActionParameterType>
com.azure.resourcemanager.compute.models.GalleryApplicationCustomActionParameterType
- All Implemented Interfaces:
Serializable, Comparable<GalleryApplicationCustomActionParameterType>, java.lang.constant.Constable
public enum GalleryApplicationCustomActionParameterType
extends Enum<GalleryApplicationCustomActionParameterType>
Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or
LogOutputBlob.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum value ConfigurationDataBlob.Enum value LogOutputBlob.Enum value String. -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Parses a serialized value to a GalleryApplicationCustomActionParameterType instance.toString()Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STRING
Enum value String. -
CONFIGURATION_DATA_BLOB
Enum value ConfigurationDataBlob. -
LOG_OUTPUT_BLOB
Enum value LogOutputBlob.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
Parses a serialized value to a GalleryApplicationCustomActionParameterType instance.- Parameters:
value- the serialized value to parse.- Returns:
- the parsed GalleryApplicationCustomActionParameterType object, or null if unable to parse.
-
toString
- Overrides:
toStringin classEnum<GalleryApplicationCustomActionParameterType>
-