Uses of Class
com.azure.resourcemanager.keyvault.models.VirtualNetworkRule
Packages that use VirtualNetworkRule
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of VirtualNetworkRule in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return VirtualNetworkRuleModifier and TypeMethodDescriptionstatic VirtualNetworkRuleVirtualNetworkRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkRule from the JsonReader.Set the id property: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.VirtualNetworkRule.withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint) Set the ignoreMissingVnetServiceEndpoint property: Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.virtualNetworkRules()Get the virtualNetworkRules property: The list of virtual network rules.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionNetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: The list of virtual network rules.Vault.DefinitionStages.WithNetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Get the virtualNetworkRules value.Vault.UpdateStages.WithNetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Get the virtualNetworkRules value.