ExportDiskDetails 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
ExportDiskDetails() |
Initializes a new instance of the ExportDiskDetails class. |
ExportDiskDetails(String, String, String) |
Initializes a new instance of the ExportDiskDetails class. |
ExportDiskDetails()
Initializes a new instance of the ExportDiskDetails class.
public ExportDiskDetails ();
Public Sub New ()
Applies to
ExportDiskDetails(String, String, String)
Initializes a new instance of the ExportDiskDetails class.
public ExportDiskDetails (string manifestFile = default, string manifestHash = default, string backupManifestCloudPath = default);
new Microsoft.Azure.Management.DataBox.Models.ExportDiskDetails : string * string * string -> Microsoft.Azure.Management.DataBox.Models.ExportDiskDetails
Public Sub New (Optional manifestFile As String = Nothing, Optional manifestHash As String = Nothing, 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.
- backupManifestCloudPath
- String
Path to backed up manifest, only returned if enableManifestBackup is true.