Uses of Class
com.azure.resourcemanager.keyvault.models.NetworkRuleAction
Packages that use NetworkRuleAction
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of NetworkRuleAction in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as NetworkRuleActionModifier and TypeFieldDescriptionstatic final NetworkRuleActionNetworkRuleAction.ALLOWStatic value Allow for NetworkRuleAction.static final NetworkRuleActionNetworkRuleAction.DENYStatic value Deny for NetworkRuleAction.Methods in com.azure.resourcemanager.keyvault.models that return NetworkRuleActionModifier and TypeMethodDescriptionMhsmNetworkRuleSet.defaultAction()Get the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.NetworkRuleSet.defaultAction()Get the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.static NetworkRuleActionNetworkRuleAction.fromString(String name) Creates or finds a NetworkRuleAction from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type NetworkRuleActionModifier and TypeMethodDescriptionstatic Collection<NetworkRuleAction> NetworkRuleAction.values()Gets known NetworkRuleAction values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type NetworkRuleActionModifier and TypeMethodDescriptionMhsmNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.Vault.DefinitionStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction value.Vault.UpdateStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction value.