次の方法で共有


CosmosDBAccountImpl.IWithVirtualNetworkRule.WithoutVirtualNetworkRule メソッド

定義

CosmosDB アカウントのVirtual Network ACL 規則を削除します。

Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals IWithVirtualNetworkRule.WithoutVirtualNetworkRule(string virtualNetworkId, string subnetName);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithVirtualNetworkRule.WithoutVirtualNetworkRule : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithVirtualNetworkRule.WithoutVirtualNetworkRule : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Function WithoutVirtualNetworkRule (virtualNetworkId As String, subnetName As String) As IWithOptionals Implements IWithVirtualNetworkRule.WithoutVirtualNetworkRule

パラメーター

virtualNetworkId
String

仮想ネットワークの ID。

subnetName
String

仮想ネットワーク内のサブネットの名前。サブネットでは、"Microsoft.AzureCosmosDB" に対してサービス エンドポイントが有効になっている必要があります。

戻り値

実装

適用対象