Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static Bypass |
Bypass.AZURE_SERVICES
Static value AzureServices for Bypass.
|
static Bypass |
Bypass.LOGGING
Static value Logging for Bypass.
|
static Bypass |
Bypass.METRICS
Static value Metrics for Bypass.
|
static Bypass |
Bypass.NONE
Static value None for Bypass.
|
Modifier and Type | Method and Description |
---|---|
Bypass |
NetworkRuleSet.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 Type | Method and Description |
---|---|
static Collection<Bypass> |
Bypass.values() |
Modifier and Type | Method and Description |
---|---|
NetworkRuleSet |
NetworkRuleSet.withBypass(Bypass bypass)
Set specifies whether traffic is bypassed for Logging/Metrics/AzureServices.
|
Copyright © 2019. All rights reserved.