Share via


DataTransferJobMode Struct

Definition

Mode of job execution.

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

Constructors

DataTransferJobMode(String)

Initializes a new instance of DataTransferJobMode.

Properties

Offline

Offline.

Online

Online.

Methods

Equals(DataTransferJobMode)

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

Determines if two DataTransferJobMode values are the same.

Implicit(String to DataTransferJobMode)

Converts a string to a DataTransferJobMode.

Inequality(DataTransferJobMode, DataTransferJobMode)

Determines if two DataTransferJobMode values are not the same.

Applies to