ImportDiskDetails 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
ImportDiskDetails() |
Initializes a new instance of the ImportDiskDetails class. |
ImportDiskDetails(String, String, String, String) |
Initializes a new instance of the ImportDiskDetails class. |
ImportDiskDetails()
Initializes a new instance of the ImportDiskDetails class.
public ImportDiskDetails ();
Public Sub New ()
Applies to
ImportDiskDetails(String, String, String, String)
Initializes a new instance of the ImportDiskDetails class.
public ImportDiskDetails (string manifestFile, string manifestHash, string bitLockerKey, string backupManifestCloudPath = default);
new Microsoft.Azure.Management.DataBox.Models.ImportDiskDetails : string * string * string * string -> Microsoft.Azure.Management.DataBox.Models.ImportDiskDetails
Public Sub New (manifestFile As String, manifestHash As String, bitLockerKey As String, Optional backupManifestCloudPath As String = Nothing)
Parameters
- manifestFile
- String
The relative path of the manifest file on the disk.
- manifestHash
- String
The Base16-encoded MD5 hash of the manifest file on the disk.
- bitLockerKey
- String
BitLocker key used to encrypt the disk.
- backupManifestCloudPath
- String
Path to backed up manifest, only returned if enableManifestBackup is true.