Class Bypass
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Bypass>
com.microsoft.azure.management.storage.Bypass
Defines values for Bypass.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Bypass
fromString
(String name) Creates or finds a Bypass from its string representation.static Collection<Bypass>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public Bypass()
-
-
Method Details
-
fromString
Creates or finds a Bypass from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Bypass
-
values
- Returns:
- known Bypass values
-