Uses of Class
com.azure.resourcemanager.storage.models.Bypass
Packages that use Bypass
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of Bypass in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type Bypass in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classSpecifies whether traffic is bypassed for Logging/Metrics/AzureServices.Fields in com.azure.resourcemanager.storage.models declared as BypassModifier and TypeFieldDescriptionstatic final BypassBypass.AZURE_SERVICESStatic value AzureServices for Bypass.static final BypassBypass.LOGGINGStatic value Logging for Bypass.static final BypassBypass.METRICSStatic value Metrics for Bypass.static final BypassBypass.NONEStatic value None for Bypass.Methods in com.azure.resourcemanager.storage.models that return BypassModifier and TypeMethodDescriptionNetworkRuleSet.bypass()Get the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.static BypassBypass.fromString(String name) Creates or finds a Bypass from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BypassModifier and TypeMethodDescriptionstatic Collection<Bypass> Bypass.values()Gets known Bypass values.Methods in com.azure.resourcemanager.storage.models with parameters of type BypassModifier and TypeMethodDescriptionNetworkRuleSet.withBypass(Bypass bypass) Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.