Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleAction
Packages that use NetworkRuleAction
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleAction in com.microsoft.azure.management.keyvault
Fields in com.microsoft.azure.management.keyvault declared as NetworkRuleActionModifier and TypeFieldDescriptionstatic final NetworkRuleAction
NetworkRuleAction.ALLOW
Static value Allow for NetworkRuleAction.static final NetworkRuleAction
NetworkRuleAction.DENY
Static value Deny for NetworkRuleAction.Methods in com.microsoft.azure.management.keyvault that return NetworkRuleActionModifier and TypeMethodDescriptionNetworkRuleSet.defaultAction()
Get the defaultAction value.static NetworkRuleAction
NetworkRuleAction.fromString
(String name) Creates or finds a NetworkRuleAction from its string representation.Methods in com.microsoft.azure.management.keyvault that return types with arguments of type NetworkRuleActionModifier and TypeMethodDescriptionstatic Collection<NetworkRuleAction>
NetworkRuleAction.values()
Methods in com.microsoft.azure.management.keyvault with parameters of type NetworkRuleActionModifier and TypeMethodDescriptionNetworkRuleSet.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.Vault.DefinitionStages.WithNetworkRuleSet.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.Vault.UpdateStages.WithNetworkRuleSet.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.