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

IWithAddressSpace.WithAddressSpace(String) 方法

定义

添加地址空间。 注意:此方法的效果是累加的,即每次使用它时,都会向网络添加新的地址空间。

public Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate WithAddressSpace (string cidr);
abstract member WithAddressSpace : string -> Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate
Public Function WithAddressSpace (cidr As String) As IWithCreate

参数

cidr
String

本地网络站点地址空间的 CIDR 表示形式。

返回

适用于