Freigeben über


BackupCreateMode Struct

Definition

Create mode to indicate recovery of existing soft deleted data source or creation of new data source.

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

Constructors

Name Description
BackupCreateMode(String)

Initializes a new instance of BackupCreateMode.

Properties

Name Description
Default

Default.

Invalid

Invalid.

Recover

Recover.

Methods

Name Description
Equals(BackupCreateMode)

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

Determines if two BackupCreateMode values are the same.

Implicit(String to BackupCreateMode)

Converts a String to a BackupCreateMode.

Inequality(BackupCreateMode, BackupCreateMode)

Determines if two BackupCreateMode values are not the same.

Applies to