SecretType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. SecretType
- com.
- com.
public final class SecretType
extends ExpandableStringEnum<SecretType>
The type of the secret resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Secret |
AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
Static value Azure |
static final
Secret |
CUSTOMER_CERTIFICATE
Static value Customer |
static final
Secret |
MANAGED_CERTIFICATE
Static value Managed |
static final
Secret |
URL_SIGNING_KEY
Static value Url |
Constructor Summary
Constructor | Description |
---|---|
SecretType() |
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
AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
public static final SecretType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
Static value AzureFirstPartyManagedCertificate 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.
URL_SIGNING_KEY
public static final SecretType URL_SIGNING_KEY
Static value UrlSigningKey for SecretType.
Constructor Details
SecretType
@Deprecated
public SecretType()
Deprecated
Creates a new instance of SecretType value.
Method Details
fromString
public static SecretType fromString(String name)
Creates or finds a SecretType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SecretType values.
Returns:
Applies to
Azure SDK for Java