| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkRule |
VirtualNetworkRule.withId(String id)
Set the id value.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualNetworkRule> |
CosmosDBAccount.virtualNetworkRules() |
| Modifier and Type | Method and Description |
|---|---|
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/