Uses of Class
com.azure.resourcemanager.cdn.models.SecretType
Packages that use SecretType
Package
Description
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 SecretTypeModifier and TypeFieldDescriptionstatic final SecretTypeSecretType.AZURE_FIRST_PARTY_MANAGED_CERTIFICATEStatic value AzureFirstPartyManagedCertificate for SecretType.static final SecretTypeSecretType.CUSTOMER_CERTIFICATEStatic value CustomerCertificate for SecretType.static final SecretTypeSecretType.MANAGED_CERTIFICATEStatic value ManagedCertificate for SecretType.static final SecretTypeSecretType.URL_SIGNING_KEYStatic value UrlSigningKey for SecretType.Methods in com.azure.resourcemanager.cdn.models that return SecretTypeModifier and TypeMethodDescriptionstatic SecretTypeSecretType.fromString(String name) Creates or finds a SecretType from its string representation.ValidateSecretInput.secretType()Get the secretType property: The secret type.AzureFirstPartyManagedCertificateParameters.type()Get the type property: The type of the secret resource.Certificate.type()Get the type property: The type of the secret resource.CustomerCertificateParameters.type()Get the type property: The type of the secret resource.ManagedCertificateParameters.type()Get the type property: The type of the secret resource.SecretParameters.type()Get the type property: The type of the secret resource.UrlSigningKeyParameters.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 SecretTypeModifier and TypeMethodDescriptionstatic Collection<SecretType> SecretType.values()Gets known SecretType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type SecretTypeModifier and TypeMethodDescriptionValidateSecretInput.withSecretType(SecretType secretType) Set the secretType property: The secret type.AzureFirstPartyManagedCertificate.withType(SecretType type) Set the type property: The type of the secret resource.Certificate.withType(SecretType type) Set the type property: The type of the secret resource.CustomerCertificate.withType(SecretType type) Set the type property: The type of the secret resource.ManagedCertificate.withType(SecretType type) Set the type property: The type of the secret resource.