114 строки
5.5 KiB
YAML
114 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storage.models.Bypass"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass"
|
|
name: "Bypass"
|
|
nameWithType: "Bypass"
|
|
summary: "Specifies whether traffic is bypassed for Logging/Metrics/Azure<wbr>Services."
|
|
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 Bypass extends ExpandableStringEnum<Bypass>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.Bypass()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.Bypass()"
|
|
name: "Bypass()"
|
|
nameWithType: "Bypass.Bypass()"
|
|
syntax: "public Bypass()"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.AZURE_SERVICES"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.AZURE_SERVICES"
|
|
name: "AZURE_SERVICES"
|
|
nameWithType: "Bypass.AZURE_SERVICES"
|
|
summary: "Static value Azure<wbr>Services for Bypass."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Bypass AZURE_SERVICES"
|
|
desc: "Static value AzureServices for Bypass."
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.LOGGING"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.LOGGING"
|
|
name: "LOGGING"
|
|
nameWithType: "Bypass.LOGGING"
|
|
summary: "Static value Logging for Bypass."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Bypass LOGGING"
|
|
desc: "Static value Logging for Bypass."
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.METRICS"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.METRICS"
|
|
name: "METRICS"
|
|
nameWithType: "Bypass.METRICS"
|
|
summary: "Static value Metrics for Bypass."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Bypass METRICS"
|
|
desc: "Static value Metrics for Bypass."
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.NONE"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.NONE"
|
|
name: "NONE"
|
|
nameWithType: "Bypass.NONE"
|
|
summary: "Static value None for Bypass."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final Bypass NONE"
|
|
desc: "Static value None for Bypass."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "Bypass.fromString(String name)"
|
|
summary: "Creates or finds a Bypass 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 Bypass fromString(String name)"
|
|
desc: "Creates or finds a Bypass from its string representation."
|
|
returns:
|
|
description: "the corresponding Bypass."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Bypass.values()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Bypass.values()"
|
|
name: "values()"
|
|
nameWithType: "Bypass.values()"
|
|
summary: "Gets known Bypass values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<Bypass> values()"
|
|
desc: "Gets known Bypass values."
|
|
returns:
|
|
description: "known Bypass values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.storage.models.Bypass?alt=com.azure.resourcemanager.storage.models.Bypass&text=Bypass\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to bypass none of those traffics."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storage.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.18.0
|