次の方法で共有


IWithSubnet.WithSubnet(String, String) メソッド

定義

SQL Server Virtual Network Rule の仮想ネットワーク ID とサブネット名を設定します。

public Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IUpdate WithSubnet (string networkId, string subnetName);
abstract member WithSubnet : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IUpdate
Public Function WithSubnet (networkId As String, subnetName As String) As IUpdate

パラメーター

networkId
String

使用する仮想ネットワーク ID。

subnetName
String

使用する仮想ネットワーク内のサブネットの名前。

戻り値

適用対象