azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

90 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.IsGlobal"
fullName: "com.azure.resourcemanager.network.models.IsGlobal"
name: "IsGlobal"
nameWithType: "IsGlobal"
summary: "Flag if global mesh is supported."
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 IsGlobal extends ExpandableStringEnum<IsGlobal>"
constructors:
- uid: "com.azure.resourcemanager.network.models.IsGlobal.IsGlobal()"
fullName: "com.azure.resourcemanager.network.models.IsGlobal.IsGlobal()"
name: "IsGlobal()"
nameWithType: "IsGlobal.IsGlobal()"
syntax: "public IsGlobal()"
fields:
- uid: "com.azure.resourcemanager.network.models.IsGlobal.FALSE"
fullName: "com.azure.resourcemanager.network.models.IsGlobal.FALSE"
name: "FALSE"
nameWithType: "IsGlobal.FALSE"
summary: "Static value False for Is<wbr>Global."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.network.models.IsGlobal?alt=com.azure.resourcemanager.network.models.IsGlobal&text=IsGlobal\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final IsGlobal FALSE"
desc: "Static value False for IsGlobal."
- uid: "com.azure.resourcemanager.network.models.IsGlobal.TRUE"
fullName: "com.azure.resourcemanager.network.models.IsGlobal.TRUE"
name: "TRUE"
nameWithType: "IsGlobal.TRUE"
summary: "Static value True for Is<wbr>Global."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.network.models.IsGlobal?alt=com.azure.resourcemanager.network.models.IsGlobal&text=IsGlobal\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final IsGlobal TRUE"
desc: "Static value True for IsGlobal."
methods:
- uid: "com.azure.resourcemanager.network.models.IsGlobal.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.IsGlobal.fromString(String name)"
name: "fromString(String name)"
nameWithType: "IsGlobal.fromString(String name)"
summary: "Creates or finds a Is<wbr>Global 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 IsGlobal fromString(String name)"
desc: "Creates or finds a IsGlobal from its string representation."
returns:
description: "the corresponding IsGlobal."
type: "<xref href=\"com.azure.resourcemanager.network.models.IsGlobal?alt=com.azure.resourcemanager.network.models.IsGlobal&text=IsGlobal\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.IsGlobal.values()"
fullName: "com.azure.resourcemanager.network.models.IsGlobal.values()"
name: "values()"
nameWithType: "IsGlobal.values()"
summary: "Gets known Is<wbr>Global values."
modifiers:
- "static"
syntax: "public static Collection<IsGlobal> values()"
desc: "Gets known IsGlobal values."
returns:
description: "known IsGlobal values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.IsGlobal?alt=com.azure.resourcemanager.network.models.IsGlobal&text=IsGlobal\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Flag if global mesh is supported."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0