你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 表示形式。

返回

适用于