Condividi tramite


SyncType Struct

Definition

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

Applies to