CapacityMode 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 capacity mode of the account.
public readonly struct CapacityMode : IEquatable<Azure.ResourceManager.CosmosDB.Models.CapacityMode>
type CapacityMode = struct
Public Structure CapacityMode
Implements IEquatable(Of CapacityMode)
- Inheritance
-
CapacityMode
- Implements
Constructors
CapacityMode(String) |
Initializes a new instance of CapacityMode. |
Properties
None |
None. |
Provisioned |
Provisioned. |
Serverless |
Serverless. |
Methods
Equals(CapacityMode) |
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(CapacityMode, CapacityMode) |
Determines if two CapacityMode values are the same. |
Implicit(String to CapacityMode) |
Converts a String to a CapacityMode. |
Inequality(CapacityMode, CapacityMode) |
Determines if two CapacityMode values are not the same. |
Applies to
Azure SDK for .NET