CosmosDBFleetspaceServiceTier 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.
Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.
public readonly struct CosmosDBFleetspaceServiceTier : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceServiceTier>
type CosmosDBFleetspaceServiceTier = struct
Public Structure CosmosDBFleetspaceServiceTier
Implements IEquatable(Of CosmosDBFleetspaceServiceTier)
- Inheritance
-
CosmosDBFleetspaceServiceTier
- Implements
Constructors
| Name | Description |
|---|---|
| CosmosDBFleetspaceServiceTier(String) |
Initializes a new instance of CosmosDBFleetspaceServiceTier. |
Properties
| Name | Description |
|---|---|
| BusinessCritical |
BusinessCritical. |
| GeneralPurpose |
GeneralPurpose. |
Methods
| Name | Description |
|---|---|
| Equals(CosmosDBFleetspaceServiceTier) |
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(CosmosDBFleetspaceServiceTier, CosmosDBFleetspaceServiceTier) |
Determines if two CosmosDBFleetspaceServiceTier values are the same. |
| Implicit(String to CosmosDBFleetspaceServiceTier) |
Converts a String to a CosmosDBFleetspaceServiceTier. |
| Inequality(CosmosDBFleetspaceServiceTier, CosmosDBFleetspaceServiceTier) |
Determines if two CosmosDBFleetspaceServiceTier values are not the same. |