| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static NetworkRuleBypassOptions |
NetworkRuleBypassOptions.AZURE_SERVICES
Static value AzureServices for NetworkRuleBypassOptions.
|
static NetworkRuleBypassOptions |
NetworkRuleBypassOptions.NONE
Static value None for NetworkRuleBypassOptions.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleBypassOptions |
NetworkRuleSet.bypass()
Get the bypass property: Tells what traffic can bypass network rules.
|
static NetworkRuleBypassOptions |
NetworkRuleBypassOptions.fromString(String name)
Creates or finds a NetworkRuleBypassOptions from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)
Set the bypass property: Tells what traffic can bypass network rules.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
Vault.Update |
Vault.UpdateStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.