StorageMoverDataIntegrityValidation Struct
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.
The Data integrity validation mode.
public readonly struct StorageMoverDataIntegrityValidation : IEquatable<Azure.ResourceManager.StorageMover.Models.StorageMoverDataIntegrityValidation>
type StorageMoverDataIntegrityValidation = struct
Public Structure StorageMoverDataIntegrityValidation
Implements IEquatable(Of StorageMoverDataIntegrityValidation)
- Inheritance
-
StorageMoverDataIntegrityValidation
- Implements
Constructors
| Name | Description |
|---|---|
| StorageMoverDataIntegrityValidation(String) |
Initializes a new instance of StorageMoverDataIntegrityValidation. |
Properties
| Name | Description |
|---|---|
| None |
Gets the None. |
| SaveFileMD5 |
Gets the SaveFileMD5. |
| SaveVerifyFileMD5 |
Gets the SaveVerifyFileMD5. |
Methods
| Name | Description |
|---|---|
| Equals(StorageMoverDataIntegrityValidation) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(StorageMoverDataIntegrityValidation, StorageMoverDataIntegrityValidation) |
Determines if two StorageMoverDataIntegrityValidation values are the same. |
| Implicit(String to Nullable<StorageMoverDataIntegrityValidation>) | |
| Implicit(String to StorageMoverDataIntegrityValidation) |
Converts a string to a StorageMoverDataIntegrityValidation. |
| Inequality(StorageMoverDataIntegrityValidation, StorageMoverDataIntegrityValidation) |
Determines if two StorageMoverDataIntegrityValidation values are not the same. |