Uses of Class
com.microsoft.azure.management.cosmosdb.VirtualNetworkRule
Packages that use VirtualNetworkRule
Package
Description
This package contains the classes for CosmosDB.
-
Uses of VirtualNetworkRule in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return VirtualNetworkRuleModifier and TypeMethodDescriptionSet resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.VirtualNetworkRule.withIgnoreMissingVNetServiceEndpoint
(Boolean ignoreMissingVNetServiceEndpoint) Set create firewall rule before the virtual network has vnet service endpoint enabled.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionCosmosDBAccount.virtualNetworkRules()
DatabaseAccountCreateUpdateParameters.virtualNetworkRules()
Get list of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateParameters.virtualNetworkRules()
Get list of Virtual Network ACL rules configured for the Cosmos DB account.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Specifies the list of Virtual Network ACL Rules for the CosmosDB account.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) A Virtual Network ACL Rule for the CosmosDB account.DatabaseAccountCreateUpdateParameters.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set list of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateParameters.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set list of Virtual Network ACL rules configured for the Cosmos DB account.