Class SecretObjectType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecretObjectType>
com.azure.resourcemanager.containerregistry.models.SecretObjectType
public final class SecretObjectType
extends com.azure.core.util.ExpandableStringEnum<SecretObjectType>
The type of the secret object which determines how the value of the secret object has to be
interpreted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecretObjectTypeStatic value Opaque for SecretObjectType.static final SecretObjectTypeStatic value Vaultsecret for SecretObjectType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecretObjectTypefromString(String name) Creates or finds a SecretObjectType from its string representation.static Collection<SecretObjectType>values()Gets known SecretObjectType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OPAQUE
Static value Opaque for SecretObjectType. -
VAULTSECRET
Static value Vaultsecret for SecretObjectType.
-
-
Constructor Details
-
SecretObjectType
Deprecated.Use thefromString(String)factory method.Creates a new instance of SecretObjectType value.
-
-
Method Details
-
fromString
Creates or finds a SecretObjectType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecretObjectType.
-
values
Gets known SecretObjectType values.- Returns:
- known SecretObjectType values.
-
fromString(String)factory method.