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

Name Description
DataMoveLevel(String)

Initializes a new instance of DataMoveLevel.

Properties

Name Description
Container

Gets the Container.

Invalid

Gets the Invalid.

Vault

Gets the Vault.

Methods

Name Description
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

Name Description
Equality(DataMoveLevel, DataMoveLevel)

Determines if two DataMoveLevel values are the same.

Implicit(String to DataMoveLevel)

Converts a string to a DataMoveLevel.

Implicit(String to Nullable<DataMoveLevel>)
Inequality(DataMoveLevel, DataMoveLevel)

Determines if two DataMoveLevel values are not the same.

Applies to