Uses of Class
com.azure.resourcemanager.cdn.models.Algorithm
Packages that use Algorithm
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of Algorithm in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as AlgorithmModifier and TypeFieldDescriptionstatic final AlgorithmAlgorithm.SHA256Static value SHA256 for Algorithm.Methods in com.azure.resourcemanager.cdn.models that return AlgorithmModifier and TypeMethodDescriptionUrlSigningActionParameters.algorithm()Get the algorithm property: Algorithm to use for URL signing.static AlgorithmAlgorithm.fromString(String name) Creates or finds a Algorithm from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type AlgorithmModifier and TypeMethodDescriptionstatic Collection<Algorithm> Algorithm.values()Gets known Algorithm values.Methods in com.azure.resourcemanager.cdn.models with parameters of type AlgorithmModifier and TypeMethodDescriptionUrlSigningActionParameters.withAlgorithm(Algorithm algorithm) Set the algorithm property: Algorithm to use for URL signing.