Uses of Class
com.azure.resourcemanager.keyvault.models.VirtualNetworkRule
-
Packages that use VirtualNetworkRule Package Description com.azure.resourcemanager.keyvault.models 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 VirtualNetworkRule Modifier and Type Method Description VirtualNetworkRuleVirtualNetworkRule. withId(String id)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'.VirtualNetworkRuleVirtualNetworkRule. 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 VirtualNetworkRule Modifier and Type Method Description List<VirtualNetworkRule>NetworkRuleSet. virtualNetworkRules()Get the virtualNetworkRules property: The list of virtual network rules.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type VirtualNetworkRule Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Set the virtualNetworkRules property: The list of virtual network rules.Vault.DefinitionStages.WithCreateVault.DefinitionStages.WithNetworkRuleSet. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Get the virtualNetworkRules value.Vault.UpdateVault.UpdateStages.WithNetworkRuleSet. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Get the virtualNetworkRules value.
-