azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

89 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.PolicyMode"
fullName: "com.microsoft.azure.management.cdn.PolicyMode"
name: "PolicyMode"
nameWithType: "PolicyMode"
summary: "Defines values for Policy<wbr>Mode."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)"
- "com.microsoft.rest.ExpandableStringEnum.hashCode()"
- "com.microsoft.rest.ExpandableStringEnum.toString()"
- "com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)"
- "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 PolicyMode extends ExpandableStringEnum<PolicyMode>"
constructors:
- uid: "com.microsoft.azure.management.cdn.PolicyMode.PolicyMode()"
fullName: "com.microsoft.azure.management.cdn.PolicyMode.PolicyMode()"
name: "PolicyMode()"
nameWithType: "PolicyMode.PolicyMode()"
syntax: "public PolicyMode()"
fields:
- uid: "com.microsoft.azure.management.cdn.PolicyMode.DETECTION"
fullName: "com.microsoft.azure.management.cdn.PolicyMode.DETECTION"
name: "DETECTION"
nameWithType: "PolicyMode.DETECTION"
summary: "Static value Detection for Policy<wbr>Mode."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.cdn.PolicyMode?alt=com.microsoft.azure.management.cdn.PolicyMode&text=PolicyMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PolicyMode DETECTION"
desc: "Static value Detection for PolicyMode."
- uid: "com.microsoft.azure.management.cdn.PolicyMode.PREVENTION"
fullName: "com.microsoft.azure.management.cdn.PolicyMode.PREVENTION"
name: "PREVENTION"
nameWithType: "PolicyMode.PREVENTION"
summary: "Static value Prevention for Policy<wbr>Mode."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.cdn.PolicyMode?alt=com.microsoft.azure.management.cdn.PolicyMode&text=PolicyMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PolicyMode PREVENTION"
desc: "Static value Prevention for PolicyMode."
methods:
- uid: "com.microsoft.azure.management.cdn.PolicyMode.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.PolicyMode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "PolicyMode.fromString(String name)"
summary: "Creates or finds a Policy<wbr>Mode from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PolicyMode fromString(String name)"
desc: "Creates or finds a PolicyMode from its string representation."
returns:
description: "the corresponding PolicyMode"
type: "<xref href=\"com.microsoft.azure.management.cdn.PolicyMode?alt=com.microsoft.azure.management.cdn.PolicyMode&text=PolicyMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.PolicyMode.values()"
fullName: "com.microsoft.azure.management.cdn.PolicyMode.values()"
name: "values()"
nameWithType: "PolicyMode.values()"
modifiers:
- "static"
syntax: "public static Collection<PolicyMode> values()"
returns:
description: "known PolicyMode values"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.PolicyMode?alt=com.microsoft.azure.management.cdn.PolicyMode&text=PolicyMode\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for PolicyMode."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4