CosmosDBAccountImpl.WithVirtualNetworkRule Method
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.
public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccountImpl WithVirtualNetworkRule (string virtualNetworkId, string subnetName, bool? ignoreMissingVNetServiceEndpoint);
member this.WithVirtualNetworkRule : string * string * Nullable<bool> -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccountImpl
Public Function WithVirtualNetworkRule (virtualNetworkId As String, subnetName As String, ignoreMissingVNetServiceEndpoint As Nullable(Of Boolean)) As CosmosDBAccountImpl
Parameters
- virtualNetworkId
- String
- subnetName
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET