Class SecretType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SecretType>
-
- com.azure.resourcemanager.cdn.models.SecretType
-
public final class SecretType extends com.azure.core.util.ExpandableStringEnum<SecretType>
Defines values for SecretType.
-
-
Field Summary
Fields Modifier and Type Field Description static SecretTypeCUSTOMER_CERTIFICATEStatic value CustomerCertificate for SecretType.static SecretTypeMANAGED_CERTIFICATEStatic value ManagedCertificate for SecretType.static SecretTypeURL_SIGNING_KEYStatic value UrlSigningKey for SecretType.
-
Constructor Summary
Constructors Constructor Description SecretType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecretTypefromString(String name)Creates or finds a SecretType from its string representation.static Collection<SecretType>values()
-
-
-
Field Detail
-
URL_SIGNING_KEY
public static final SecretType URL_SIGNING_KEY
Static value UrlSigningKey for SecretType.
-
CUSTOMER_CERTIFICATE
public static final SecretType CUSTOMER_CERTIFICATE
Static value CustomerCertificate for SecretType.
-
MANAGED_CERTIFICATE
public static final SecretType MANAGED_CERTIFICATE
Static value ManagedCertificate for SecretType.
-
-
Method Detail
-
fromString
public static SecretType fromString(String name)
Creates or finds a SecretType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecretType.
-
values
public static Collection<SecretType> values()
- Returns:
- known SecretType values.
-
-