Share via


CosmosDBKind Struct

Definition

Kind of the connection string key.

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

Constructors

CosmosDBKind(String)

Initializes a new instance of CosmosDBKind.

Properties

Primary

Primary.

PrimaryReadonly

PrimaryReadonly.

Secondary

Secondary.

SecondaryReadonly

SecondaryReadonly.

Methods

Equals(CosmosDBKind)

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

Determines if two CosmosDBKind values are the same.

Implicit(String to CosmosDBKind)

Converts a string to a CosmosDBKind.

Inequality(CosmosDBKind, CosmosDBKind)

Determines if two CosmosDBKind values are not the same.

Applies to