Class Bypass
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<Bypass>
-
- com.azure.resourcemanager.storage.models.Bypass
-
public final class Bypass extends com.azure.core.util.ExpandableStringEnum<Bypass>
Defines values for Bypass.
-
-
Constructor Summary
Constructors Constructor Description Bypass()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BypassfromString(String name)Creates or finds a Bypass from its string representation.static Collection<Bypass>values()
-
-
-
Field Detail
-
NONE
public static final Bypass NONE
Static value None for Bypass.
-
LOGGING
public static final Bypass LOGGING
Static value Logging for Bypass.
-
METRICS
public static final Bypass METRICS
Static value Metrics for Bypass.
-
AZURE_SERVICES
public static final Bypass AZURE_SERVICES
Static value AzureServices for Bypass.
-
-
Method Detail
-
fromString
public static Bypass fromString(String name)
Creates or finds a Bypass from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Bypass.
-
values
public static Collection<Bypass> values()
- Returns:
- known Bypass values.
-
-