MigrationBackupElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MigrationBackupElement() |
Initializes a new instance of the MigrationBackupElement class. |
MigrationBackupElement(String, String) |
Initializes a new instance of the MigrationBackupElement class with required arguments. |
MigrationBackupElement()
Initializes a new instance of the MigrationBackupElement class.
public MigrationBackupElement ();
Public Sub New ()
Applies to
MigrationBackupElement(String, String)
Initializes a new instance of the MigrationBackupElement class with required arguments.
public MigrationBackupElement (string sourceVolumeId, string sourceVolumeName);
new Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement
Public Sub New (sourceVolumeId As String, sourceVolumeName As String)
Parameters
- sourceVolumeId
- String
- sourceVolumeName
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET