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. AZURE_FIRST_PARTY_MANAGED_CERTIFICATEStatic value AzureFirstPartyManagedCertificate for SecretType.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.SecretTypeValidateSecretInput. secretType()Get the secretType property: The secret type.SecretTypeCertificate. type()Get the type property: The type of the secret resource.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()Methods in com.azure.resourcemanager.cdn.models with parameters of type SecretType Modifier and Type Method Description ValidateSecretInputValidateSecretInput. withSecretType(SecretType secretType)Set the secretType property: The secret type.AzureFirstPartyManagedCertificateAzureFirstPartyManagedCertificate. withType(SecretType type)Set the type property: The type of the secret resource.CertificateCertificate. withType(SecretType type)Set the type property: The type of the secret resource.CustomerCertificateCustomerCertificate. withType(SecretType type)Set the type property: The type of the secret resource.ManagedCertificateManagedCertificate. withType(SecretType type)Set the type property: The type of the secret resource.
-