Uses of Class
com.microsoft.azure.management.cosmosdb.VirtualNetworkRule
Package
Description
This package contains the classes for CosmosDB.
-
Uses of VirtualNetworkRule in com.microsoft.azure.management.cosmosdb
Modifier 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.Modifier 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.Modifier 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.