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

ExtendedLocation(String, String) 构造函数

定义

初始化 ExtendedLocation 的新实例。

public ExtendedLocation (string name, string extendedLocationType);
new Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation : string * string -> Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation
Public Sub New (name As String, extendedLocationType As String)

参数

name
String

将在其中创建资源的扩展位置的资源 ID。

extendedLocationType
String

扩展的位置类型,例如 CustomLocation。

例外

nameextendedLocationType 为 null。

适用于