Uses of Class
com.microsoft.azure.management.cosmosdb.VirtualNetworkRule
-
-
Uses of VirtualNetworkRule in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return VirtualNetworkRule Modifier and Type Method Description VirtualNetworkRuleVirtualNetworkRule. withId(String id)Set resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.VirtualNetworkRuleVirtualNetworkRule. 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 VirtualNetworkRule Modifier and Type Method Description List<VirtualNetworkRule>CosmosDBAccount. virtualNetworkRules()Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type VirtualNetworkRule Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreateCosmosDBAccount.DefinitionStages.WithVirtualNetworkRule. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)Specifies the list of Virtual Network ACL Rules for the CosmosDB account.CosmosDBAccount.UpdateStages.WithOptionalsCosmosDBAccount.UpdateStages.WithVirtualNetworkRule. withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)A Virtual Network ACL Rule for the CosmosDB account.
-