89 строки
4.4 KiB
YAML
89 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.EnabledState"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState"
|
|
name: "EnabledState"
|
|
nameWithType: "EnabledState"
|
|
summary: "Defines values for Enabled<wbr>State."
|
|
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 EnabledState extends ExpandableStringEnum<EnabledState>"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.EnabledState.EnabledState()"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState.EnabledState()"
|
|
name: "EnabledState()"
|
|
nameWithType: "EnabledState.EnabledState()"
|
|
syntax: "public EnabledState()"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.cdn.EnabledState.DISABLED"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState.DISABLED"
|
|
name: "DISABLED"
|
|
nameWithType: "EnabledState.DISABLED"
|
|
summary: "Static value Disabled for Enabled<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final EnabledState DISABLED"
|
|
desc: "Static value Disabled for EnabledState."
|
|
- uid: "com.microsoft.azure.management.cdn.EnabledState.ENABLED"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState.ENABLED"
|
|
name: "ENABLED"
|
|
nameWithType: "EnabledState.ENABLED"
|
|
summary: "Static value Enabled for Enabled<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final EnabledState ENABLED"
|
|
desc: "Static value Enabled for EnabledState."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.EnabledState.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "EnabledState.fromString(String name)"
|
|
summary: "Creates or finds a Enabled<wbr>State 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 EnabledState fromString(String name)"
|
|
desc: "Creates or finds a EnabledState from its string representation."
|
|
returns:
|
|
description: "the corresponding EnabledState"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.EnabledState.values()"
|
|
fullName: "com.microsoft.azure.management.cdn.EnabledState.values()"
|
|
name: "values()"
|
|
nameWithType: "EnabledState.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<EnabledState> values()"
|
|
returns:
|
|
description: "known EnabledState values"
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for EnabledState."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|