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

SourceVault 构造函数

定义

重载

SourceVault()

初始化 SourceVault 类的新实例。

SourceVault(String)

初始化 SourceVault 类的新实例。

SourceVault()

初始化 SourceVault 类的新实例。

public SourceVault ();
Public Sub New ()

适用于

SourceVault(String)

初始化 SourceVault 类的新实例。

public SourceVault (string id = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault : string -> Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault
Public Sub New (Optional id As String = Nothing)

参数

id
String

资源 ID

适用于