다음을 통해 공유


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

Name Description
CosmosDBConnectionMode(String)

Initializes a new instance of CosmosDBConnectionMode.

Properties

Name Description
Direct

Direct.

Gateway

Gateway.

Methods

Name Description
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

Name Description
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