SecretObjectType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. SecretObjectType
- com.
- com.
public final class SecretObjectType
extends ExpandableStringEnum<SecretObjectType>
The type of the secret object which determines how the value of the secret object has to be interpreted.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Secret |
OPAQUE
Static value Opaque for Secret |
static final
Secret |
VAULTSECRET
Static value Vaultsecret for Secret |
Constructor Summary
Constructor | Description |
---|---|
SecretObjectType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Secret |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Secret |
fromString(String name)
Creates or finds a Secret |
static
Collection<Secret |
values()
Gets known Secret |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OPAQUE
public static final SecretObjectType OPAQUE
Static value Opaque for SecretObjectType.
VAULTSECRET
public static final SecretObjectType VAULTSECRET
Static value Vaultsecret for SecretObjectType.
Constructor Details
SecretObjectType
@Deprecated
public SecretObjectType()
Deprecated
Creates a new instance of SecretObjectType value.
Method Details
fromString
public static SecretObjectType fromString(String name)
Creates or finds a SecretObjectType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SecretObjectType values.
Returns:
Applies to
Azure SDK for Java