78 строки
3.7 KiB
YAML
78 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.Algorithm"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Algorithm"
|
|
name: "Algorithm"
|
|
nameWithType: "Algorithm"
|
|
summary: "Algorithm to use for URL signing."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
|
|
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
|
|
- "com.azure.core.util.ExpandableStringEnum.toString()"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class Algorithm extends ExpandableStringEnum<Algorithm>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.Algorithm.Algorithm()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Algorithm.Algorithm()"
|
|
name: "Algorithm()"
|
|
nameWithType: "Algorithm.Algorithm()"
|
|
syntax: "public Algorithm()"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.cdn.models.Algorithm.SHA256"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Algorithm.SHA256"
|
|
name: "SHA256"
|
|
nameWithType: "Algorithm.SHA256"
|
|
summary: "Static value SHA256 for Algorithm."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Algorithm?alt=com.azure.resourcemanager.cdn.models.Algorithm&text=Algorithm\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Algorithm SHA256"
|
|
desc: "Static value SHA256 for Algorithm."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.Algorithm.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Algorithm.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "Algorithm.fromString(String name)"
|
|
summary: "Creates or finds a Algorithm from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static Algorithm fromString(String name)"
|
|
desc: "Creates or finds a Algorithm from its string representation."
|
|
returns:
|
|
description: "the corresponding Algorithm."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Algorithm?alt=com.azure.resourcemanager.cdn.models.Algorithm&text=Algorithm\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.Algorithm.values()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.Algorithm.values()"
|
|
name: "values()"
|
|
nameWithType: "Algorithm.values()"
|
|
summary: "Gets known Algorithm values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<Algorithm> values()"
|
|
desc: "Gets known Algorithm values."
|
|
returns:
|
|
description: "known Algorithm values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.cdn.models.Algorithm?alt=com.azure.resourcemanager.cdn.models.Algorithm&text=Algorithm\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Algorithm to use for URL signing."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.18.0
|