Class SecretType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecretType>
com.azure.resourcemanager.cdn.models.SecretType
The type of the secret resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecretTypeStatic value AzureFirstPartyManagedCertificate for SecretType.static final SecretTypeStatic value CustomerCertificate for SecretType.static final SecretTypeStatic value ManagedCertificate for SecretType.static final SecretTypeStatic value UrlSigningKey for SecretType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecretTypefromString(String name) Creates or finds a SecretType from its string representation.static Collection<SecretType>values()Gets known SecretType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
URL_SIGNING_KEY
Static value UrlSigningKey for SecretType. -
CUSTOMER_CERTIFICATE
Static value CustomerCertificate for SecretType. -
MANAGED_CERTIFICATE
Static value ManagedCertificate for SecretType. -
AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
Static value AzureFirstPartyManagedCertificate for SecretType.
-
-
Constructor Details
-
SecretType
public SecretType()
-
-
Method Details
-
fromString
Creates or finds a SecretType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecretType.
-
values
Gets known SecretType values.- Returns:
- known SecretType values.
-