MongoDBReplication Struct

Definition

Describes how changes will be replicated from the source to the target. The default is OneTime.

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

Constructors

MongoDBReplication(String)

Initializes a new instance of MongoDBReplication.

Properties

Continuous

Continuous.

Disabled

Disabled.

OneTime

OneTime.

Methods

Equals(MongoDBReplication)

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

Determines if two MongoDBReplication values are the same.

Implicit(String to MongoDBReplication)

Converts a string to a MongoDBReplication.

Inequality(MongoDBReplication, MongoDBReplication)

Determines if two MongoDBReplication values are not the same.

Applies to