Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes 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 value.
|
static NetworkRuleBypassOptions |
NetworkRuleBypassOptions.fromString(String name)
Creates or finds a NetworkRuleBypassOptions from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<NetworkRuleBypassOptions> |
NetworkRuleBypassOptions.values() |
Modifier and Type | Method and Description |
---|---|
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.
|
NetworkRuleSet |
NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
Copyright © 2019. All rights reserved.