Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleBypassOptions in com.microsoft.azure.management.keyvault
Modifier and TypeFieldDescriptionstatic final NetworkRuleBypassOptions
NetworkRuleBypassOptions.AZURE_SERVICES
Static value AzureServices for NetworkRuleBypassOptions.static final NetworkRuleBypassOptions
NetworkRuleBypassOptions.NONE
Static value None for NetworkRuleBypassOptions.Modifier and TypeMethodDescriptionNetworkRuleSet.bypass()
Get the bypass value.static NetworkRuleBypassOptions
NetworkRuleBypassOptions.fromString
(String name) Creates or finds a NetworkRuleBypassOptions from its string representation.Modifier and TypeMethodDescriptionstatic Collection<NetworkRuleBypassOptions>
NetworkRuleBypassOptions.values()
Modifier and TypeMethodDescriptionNetworkRuleSet.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.Vault.DefinitionStages.WithNetworkRuleSet.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.Vault.UpdateStages.WithNetworkRuleSet.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.