Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions
Packages that use NetworkRuleBypassOptions
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleBypassOptions in com.microsoft.azure.management.keyvault
Fields in com.microsoft.azure.management.keyvault declared as NetworkRuleBypassOptionsModifier and TypeFieldDescriptionstatic final NetworkRuleBypassOptions
NetworkRuleBypassOptions.AZURE_SERVICES
Static value AzureServices for NetworkRuleBypassOptions.static final NetworkRuleBypassOptions
NetworkRuleBypassOptions.NONE
Static value None for NetworkRuleBypassOptions.Methods in com.microsoft.azure.management.keyvault that return NetworkRuleBypassOptionsModifier and TypeMethodDescriptionNetworkRuleSet.bypass()
Get the bypass value.static NetworkRuleBypassOptions
NetworkRuleBypassOptions.fromString
(String name) Creates or finds a NetworkRuleBypassOptions from its string representation.Methods in com.microsoft.azure.management.keyvault that return types with arguments of type NetworkRuleBypassOptionsModifier and TypeMethodDescriptionstatic Collection<NetworkRuleBypassOptions>
NetworkRuleBypassOptions.values()
Methods in com.microsoft.azure.management.keyvault with parameters of type NetworkRuleBypassOptionsModifier 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.