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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET