Share via


DataMoveLevel Struct

Definition

DataMove Level.

public readonly struct DataMoveLevel : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.DataMoveLevel>
type DataMoveLevel = struct
Public Structure DataMoveLevel
Implements IEquatable(Of DataMoveLevel)
Inheritance
DataMoveLevel
Implements

Constructors

DataMoveLevel(String)

Initializes a new instance of DataMoveLevel.

Properties

Container

Container.

Invalid

Invalid.

Vault

Vault.

Methods

Equals(DataMoveLevel)

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

Equality(DataMoveLevel, DataMoveLevel)

Determines if two DataMoveLevel values are the same.

Implicit(String to DataMoveLevel)

Converts a string to a DataMoveLevel.

Inequality(DataMoveLevel, DataMoveLevel)

Determines if two DataMoveLevel values are not the same.

Applies to