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>
Defines values for SecretObjectType.
-
-
Field Summary
Fields Modifier and Type Field Description static SecretObjectTypeOPAQUEStatic value Opaque for SecretObjectType.static SecretObjectTypeVAULTSECRETStatic value Vaultsecret for SecretObjectType.
-
Constructor Summary
Constructors Constructor Description SecretObjectType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecretObjectTypefromString(String name)Creates or finds a SecretObjectType from its string representation.static Collection<SecretObjectType>values()
-
-
-
Field Detail
-
OPAQUE
public static final SecretObjectType OPAQUE
Static value Opaque for SecretObjectType.
-
VAULTSECRET
public static final SecretObjectType VAULTSECRET
Static value Vaultsecret for SecretObjectType.
-
-
Method Detail
-
fromString
public static SecretObjectType fromString(String name)
Creates or finds a SecretObjectType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecretObjectType.
-
values
public static Collection<SecretObjectType> values()
- Returns:
- known SecretObjectType values.
-
-