BackupInstanceSyncType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET