Share via


CosmosDBConnectionMode Struct

Definition

The connection mode used to access CosmosDB account. Type: string.

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

Constructors

CosmosDBConnectionMode(String)

Initializes a new instance of CosmosDBConnectionMode.

Properties

Direct

Direct.

Gateway

Gateway.

Methods

Equals(CosmosDBConnectionMode)

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

Determines if two CosmosDBConnectionMode values are the same.

Implicit(String to CosmosDBConnectionMode)

Converts a string to a CosmosDBConnectionMode.

Inequality(CosmosDBConnectionMode, CosmosDBConnectionMode)

Determines if two CosmosDBConnectionMode values are not the same.

Applies to