Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
VirtualNetworkRule |
VirtualNetworkRule.withId(String id)
Set resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
|
VirtualNetworkRule |
VirtualNetworkRule.withIgnoreMissingVNetServiceEndpoint(Boolean ignoreMissingVNetServiceEndpoint)
Set create firewall rule before the virtual network has vnet service endpoint enabled.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualNetworkRule> |
DatabaseAccountCreateUpdateParameters.virtualNetworkRules()
Get list of Virtual Network ACL rules configured for the Cosmos DB account.
|
List<VirtualNetworkRule> |
CosmosDBAccount.virtualNetworkRules() |
Modifier and Type | Method and Description |
---|---|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set list of Virtual Network ACL rules configured for the Cosmos DB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Specifies the list of Virtual Network ACL Rules for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
A Virtual Network ACL Rule for the CosmosDB account.
|
Copyright © 2019. All rights reserved.