CosmosDBFleetspaceApiKind 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.
The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL'.
public readonly struct CosmosDBFleetspaceApiKind : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceApiKind>
type CosmosDBFleetspaceApiKind = struct
Public Structure CosmosDBFleetspaceApiKind
Implements IEquatable(Of CosmosDBFleetspaceApiKind)
- Inheritance
-
CosmosDBFleetspaceApiKind
- Implements
Constructors
| Name | Description |
|---|---|
| CosmosDBFleetspaceApiKind(String) |
Initializes a new instance of CosmosDBFleetspaceApiKind. |
Properties
| Name | Description |
|---|---|
| NoSQL |
NoSQL. |
Methods
| Name | Description |
|---|---|
| Equals(CosmosDBFleetspaceApiKind) |
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(CosmosDBFleetspaceApiKind, CosmosDBFleetspaceApiKind) |
Determines if two CosmosDBFleetspaceApiKind values are the same. |
| Implicit(String to CosmosDBFleetspaceApiKind) |
Converts a String to a CosmosDBFleetspaceApiKind. |
| Inequality(CosmosDBFleetspaceApiKind, CosmosDBFleetspaceApiKind) |
Determines if two CosmosDBFleetspaceApiKind values are not the same. |