Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleAction
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleAction in com.microsoft.azure.management.keyvault
Modifier and TypeFieldDescriptionstatic final NetworkRuleAction
NetworkRuleAction.ALLOW
Static value Allow for NetworkRuleAction.static final NetworkRuleAction
NetworkRuleAction.DENY
Static value Deny for NetworkRuleAction.Modifier and TypeMethodDescriptionNetworkRuleSet.defaultAction()
Get the defaultAction value.static NetworkRuleAction
NetworkRuleAction.fromString
(String name) Creates or finds a NetworkRuleAction from its string representation.Modifier and TypeMethodDescriptionstatic Collection<NetworkRuleAction>
NetworkRuleAction.values()
Modifier 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.