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
| Name | Description |
|---|---|
| BackupInstanceSyncType(String) |
Initializes a new instance of BackupInstanceSyncType. |
Properties
| Name | Description |
|---|---|
| Default |
Gets the Default. |
| ForceResync |
Gets the ForceResync. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(BackupInstanceSyncType, BackupInstanceSyncType) |
Determines if two BackupInstanceSyncType values are the same. |
| Implicit(String to BackupInstanceSyncType) |
Converts a string to a BackupInstanceSyncType. |
| Implicit(String to Nullable<BackupInstanceSyncType>) | |
| Inequality(BackupInstanceSyncType, BackupInstanceSyncType) |
Determines if two BackupInstanceSyncType values are not the same. |