SyncType 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncTypeTypeConverter))]
public struct SyncType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncTypeTypeConverter))>]
type SyncType = struct
interface IArgumentCompleter
Public Structure SyncType
Implements IArgumentCompleter, IEquatable(Of SyncType)
- Inheritance
-
SyncType
- Attributes
- Implements
Fields
Default | |
ForceResync |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SyncType (override for Object) |
Equals(SyncType) |
Compares values of enum type SyncType |
GetHashCode() |
Returns hashCode for enum SyncType |
ToString() |
Returns string representation for SyncType |
Operators
Equality(SyncType, SyncType) |
Overriding == operator for enum SyncType |
Implicit(String to SyncType) |
Implicit operator to convert string to SyncType |
Implicit(SyncType to String) |
Implicit operator to convert SyncType to string |
Inequality(SyncType, SyncType) |
Overriding != operator for enum SyncType |