BackupStorageVersion Struct

Definition

Backup storage version.

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

Constructors

Name Description
BackupStorageVersion(String)

Initializes a new instance of BackupStorageVersion.

Properties

Name Description
Unassigned

Gets the Unassigned.

V1

Gets the V1.

V2

Gets the V2.

Methods

Name Description
Equals(BackupStorageVersion)

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(BackupStorageVersion, BackupStorageVersion)

Determines if two BackupStorageVersion values are the same.

Implicit(String to BackupStorageVersion)

Converts a string to a BackupStorageVersion.

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

Determines if two BackupStorageVersion values are not the same.

Applies to