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

ArmDevTestLabsModelFactory.DevTestLabExternalSubnet 方法

定义

初始化 DevTestLabExternalSubnet 的新实例。

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet DevTestLabExternalSubnet (Azure.Core.ResourceIdentifier id = default, string name = default);
static member DevTestLabExternalSubnet : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabExternalSubnet
Public Shared Function DevTestLabExternalSubnet (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing) As DevTestLabExternalSubnet

参数

id
ResourceIdentifier

获取或设置标识符。

name
String

获取或设置名称。

返回

用于模拟的新 DevTestLabExternalSubnet 实例。

适用于