Uses of Class
com.microsoft.azure.management.storage.Bypass
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Bypass in com.microsoft.azure.management.storage
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionNetworkRuleSet.withBypass
(Bypass bypass) Set specifies whether traffic is bypassed for Logging/Metrics/AzureServices.