IWithVirtualNetworkRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the Cosmos DB update definition allowing the definition of a Virtual Network ACL Rule.
public interface IWithVirtualNetworkRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithVirtualNetworkRule = interface
interface IBeta
Public Interface IWithVirtualNetworkRule
Implements IBeta
- Derived
- Implements
Methods
WithoutVirtualNetworkRule(String, String) |
Removes a Virtual Network ACL Rule for the CosmosDB account. |
WithVirtualNetworkFilterEnabled(Boolean) |
Specifies Virtual Network Fileter manually. |
WithVirtualNetworkRule(String, String, Nullable<Boolean>) |
Specifies a new Virtual Network ACL Rule for the CosmosDB account. |
WithVirtualNetworkRules(IList<VirtualNetworkRule>) |
A Virtual Network ACL Rule for the CosmosDB account. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET