| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models 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 the bypass property: 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 |
|---|---|
NetworkRuleSet |
NetworkRuleSet.withBypass(Bypass bypass)
Set the bypass property: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.