Uses of Class
com.azure.resourcemanager.cosmos.models.VirtualNetworkRule
Packages that use VirtualNetworkRule
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of VirtualNetworkRule in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountGetProperties.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountGetResultsInner.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateProperties.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountGetProperties.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountGetResultsInner.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateProperties.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account. -
Uses of VirtualNetworkRule in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return VirtualNetworkRuleModifier and TypeMethodDescriptionstatic VirtualNetworkRule
VirtualNetworkRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkRule from the JsonReader.Set the id property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.VirtualNetworkRule.withIgnoreMissingVNetServiceEndpoint
(Boolean ignoreMissingVNetServiceEndpoint) Set the ignoreMissingVNetServiceEndpoint property: Create firewall rule before the virtual network has vnet service endpoint enabled.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VirtualNetworkRuleModifier and TypeMethodDescriptionCosmosDBAccount.virtualNetworkRules()
Gets a list that contains the Cosmos DB Virtual Network ACL Rules.DatabaseAccountCreateUpdateParameters.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateParameters.virtualNetworkRules()
Get the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.Method parameters in com.azure.resourcemanager.cosmos.models 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 the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.DatabaseAccountUpdateParameters.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.