Uses of Class
com.azure.resourcemanager.storage.models.Bypass
-
Packages that use Bypass Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Bypass in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as Bypass Modifier and Type Field Description static BypassBypass. AZURE_SERVICESStatic value AzureServices for Bypass.static BypassBypass. LOGGINGStatic value Logging for Bypass.static BypassBypass. METRICSStatic value Metrics for Bypass.static BypassBypass. NONEStatic value None for Bypass.Methods in com.azure.resourcemanager.storage.models that return Bypass Modifier and Type Method Description BypassNetworkRuleSet. 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 Bypass Modifier and Type Method Description static Collection<Bypass>Bypass. values()Methods in com.azure.resourcemanager.storage.models with parameters of type Bypass Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withBypass(Bypass bypass)Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.
-