次の方法で共有


IWithAddressSpace.WithoutAddressSpace(String) メソッド

定義

アドレス空間を削除します。 注: アドレス空間は、正確な cidr 文字列が一致する場合にのみ削除されます。

public Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate WithoutAddressSpace (string cidr);
abstract member WithoutAddressSpace : string -> Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate
Public Function WithoutAddressSpace (cidr As String) As IUpdate

パラメーター

cidr
String

ローカル ネットワーク サイトのアドレス空間の CIDR 表現。

戻り値

適用対象