Freigeben über


CosmosDBType Struct

Definition

Type of the connection string.

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

Constructors

Name Description
CosmosDBType(String)

Initializes a new instance of CosmosDBType.

Properties

Name Description
Cassandra

Cassandra.

CassandraConnectorMetadata

CassandraConnectorMetadata.

Gremlin

Gremlin.

GremlinV2

GremlinV2.

MongoDB

MongoDB.

Sql

Sql.

SqlDedicatedGateway

SqlDedicatedGateway.

Table

Table.

Undefined

Undefined.

Methods

Name Description
Equals(CosmosDBType)

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

Determines if two CosmosDBType values are the same.

Implicit(String to CosmosDBType)

Converts a String to a CosmosDBType.

Inequality(CosmosDBType, CosmosDBType)

Determines if two CosmosDBType values are not the same.

Applies to