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>
The type of the secret resource.
  • Field Details

    • 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.
    • AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

      public static final SecretType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
      Static value AzureFirstPartyManagedCertificate for SecretType.
  • Constructor Details

    • SecretType

      public SecretType()
  • Method Details

    • 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()
      Gets known SecretType values.
      Returns:
      known SecretType values.