BackupInstanceSyncType Struct

Definition

Field indicating sync type e.g. to sync only in case of failure or in all cases.

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

Constructors

BackupInstanceSyncType(String)

Initializes a new instance of BackupInstanceSyncType.

Properties

Default

Default.

ForceResync

ForceResync.

Methods

Equals(BackupInstanceSyncType)

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

Determines if two BackupInstanceSyncType values are the same.

Implicit(String to BackupInstanceSyncType)

Converts a string to a BackupInstanceSyncType.

Inequality(BackupInstanceSyncType, BackupInstanceSyncType)

Determines if two BackupInstanceSyncType values are not the same.

Applies to