CosmosDBAccountKind 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.
Indicates the type of database account. This can only be set at database account creation.
public readonly struct CosmosDBAccountKind : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountKind>
type CosmosDBAccountKind = struct
Public Structure CosmosDBAccountKind
Implements IEquatable(Of CosmosDBAccountKind)
- Inheritance
-
CosmosDBAccountKind
- Implements
Constructors
CosmosDBAccountKind(String) |
Initializes a new instance of CosmosDBAccountKind. |
Properties
GlobalDocumentDB |
GlobalDocumentDB. |
MongoDB |
MongoDB. |
Parse |
Parse. |
Methods
Equals(CosmosDBAccountKind) |
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(CosmosDBAccountKind, CosmosDBAccountKind) |
Determines if two CosmosDBAccountKind values are the same. |
Implicit(String to CosmosDBAccountKind) |
Converts a string to a CosmosDBAccountKind. |
Inequality(CosmosDBAccountKind, CosmosDBAccountKind) |
Determines if two CosmosDBAccountKind values are not the same. |
Applies to
Azure SDK for .NET