StorageMoverDataIntegrityValidation Struct

Definition

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.

Applies to