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

StorageMappingInputProperties Constructors

Definition

Overloads

StorageMappingInputProperties()

Initializes a new instance of the StorageMappingInputProperties class.

StorageMappingInputProperties(String)

Initializes a new instance of the StorageMappingInputProperties class.

StorageMappingInputProperties()

Initializes a new instance of the StorageMappingInputProperties class.

public StorageMappingInputProperties ();
Public Sub New ()

Applies to

StorageMappingInputProperties(String)

Initializes a new instance of the StorageMappingInputProperties class.

public StorageMappingInputProperties (string targetStorageClassificationId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties
Public Sub New (Optional targetStorageClassificationId As String = Nothing)

Parameters

targetStorageClassificationId
String

The ID of the storage object.

Applies to