IWithVirtualNetworkRule Interface

Definition

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