Bagikan melalui


SynchronizationMode Struct

Definition

Synchronization mode.

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

Constructors

SynchronizationMode(String)

Initializes a new instance of SynchronizationMode.

Properties

FullSync

FullSync.

Incremental

Incremental.

Methods

Equals(SynchronizationMode)

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

Determines if two SynchronizationMode values are the same.

Implicit(String to SynchronizationMode)

Converts a string to a SynchronizationMode.

Inequality(SynchronizationMode, SynchronizationMode)

Determines if two SynchronizationMode values are not the same.

Applies to