Class Bypass
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Bypass>
com.azure.resourcemanager.storage.models.Bypass
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BypassfromString(String name) Creates or finds a Bypass from its string representation.static Collection<Bypass>values()Gets known Bypass values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for Bypass. -
LOGGING
Static value Logging for Bypass. -
METRICS
Static value Metrics for Bypass. -
AZURE_SERVICES
Static value AzureServices for Bypass.
-
-
Constructor Details
-
Bypass
Deprecated.Use thefromString(String)factory method.Creates a new instance of Bypass value.
-
-
Method Details
-
fromString
Creates or finds a Bypass from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Bypass.
-
values
Gets known Bypass values.- Returns:
- known Bypass values.
-
fromString(String)factory method.