Uses of Class
com.azure.resourcemanager.cdn.models.SecretType
-
Packages that use SecretType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of SecretType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as SecretType Modifier and Type Field Description static SecretTypeSecretType. CUSTOMER_CERTIFICATEStatic value CustomerCertificate for SecretType.static SecretTypeSecretType. MANAGED_CERTIFICATEStatic value ManagedCertificate for SecretType.static SecretTypeSecretType. URL_SIGNING_KEYStatic value UrlSigningKey for SecretType.Methods in com.azure.resourcemanager.cdn.models that return SecretType Modifier and Type Method Description static SecretTypeSecretType. fromString(String name)Creates or finds a SecretType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type SecretType Modifier and Type Method Description static Collection<SecretType>SecretType. values()
-