Uses of Class
com.microsoft.azure.management.storage.Bypass
Packages that use Bypass
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Bypass in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as BypassModifier and TypeFieldDescriptionstatic final Bypass
Bypass.AZURE_SERVICES
Static value AzureServices for Bypass.static final Bypass
Bypass.LOGGING
Static value Logging for Bypass.static final Bypass
Bypass.METRICS
Static value Metrics for Bypass.static final Bypass
Bypass.NONE
Static value None for Bypass.Methods in com.microsoft.azure.management.storage that return BypassModifier and TypeMethodDescriptionNetworkRuleSet.bypass()
Get specifies whether traffic is bypassed for Logging/Metrics/AzureServices.static Bypass
Bypass.fromString
(String name) Creates or finds a Bypass from its string representation.Methods in com.microsoft.azure.management.storage that return types with arguments of type BypassMethods in com.microsoft.azure.management.storage with parameters of type BypassModifier and TypeMethodDescriptionNetworkRuleSet.withBypass
(Bypass bypass) Set specifies whether traffic is bypassed for Logging/Metrics/AzureServices.