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

RestorePointCollectionSourceProperties 构造函数

定义

重载

RestorePointCollectionSourceProperties()

初始化 RestorePointCollectionSourceProperties 类的新实例。

RestorePointCollectionSourceProperties(String, String)

初始化 RestorePointCollectionSourceProperties 类的新实例。

RestorePointCollectionSourceProperties()

初始化 RestorePointCollectionSourceProperties 类的新实例。

public RestorePointCollectionSourceProperties ();
Public Sub New ()

适用于

RestorePointCollectionSourceProperties(String, String)

初始化 RestorePointCollectionSourceProperties 类的新实例。

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

参数

location
String

用于创建此还原点集合的源资源的位置。

id
String

用于创建此还原点集合的源资源的资源 ID

适用于