CosmosDBKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET