Uses of Class
com.azure.resourcemanager.keyvault.models.NetworkRuleAction
-
Packages that use NetworkRuleAction Package Description com.azure.resourcemanager.keyvault.models 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 NetworkRuleAction Modifier and Type Field Description static NetworkRuleActionNetworkRuleAction. ALLOWStatic value Allow for NetworkRuleAction.static NetworkRuleActionNetworkRuleAction. DENYStatic value Deny for NetworkRuleAction.Methods in com.azure.resourcemanager.keyvault.models that return NetworkRuleAction Modifier and Type Method Description NetworkRuleActionNetworkRuleSet. 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 NetworkRuleAction Modifier and Type Method Description static Collection<NetworkRuleAction>NetworkRuleAction. values()Methods in com.azure.resourcemanager.keyvault.models with parameters of type NetworkRuleAction Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withDefaultAction(NetworkRuleAction defaultAction)Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.Vault.DefinitionStages.WithCreateVault.DefinitionStages.WithNetworkRuleSet. withDefaultAction(NetworkRuleAction defaultAction)Set the defaultAction value.Vault.UpdateVault.UpdateStages.WithNetworkRuleSet. withDefaultAction(NetworkRuleAction defaultAction)Set the defaultAction value.
-