CosmosDBServiceSize 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.
Instance type for the service.
public readonly struct CosmosDBServiceSize : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize>
type CosmosDBServiceSize = struct
Public Structure CosmosDBServiceSize
Implements IEquatable(Of CosmosDBServiceSize)
- Inheritance
-
CosmosDBServiceSize
- Implements
Constructors
CosmosDBServiceSize(String) |
Initializes a new instance of CosmosDBServiceSize. |
Properties
CosmosD16S |
Cosmos.D16s. |
CosmosD4S |
Cosmos.D4s. |
CosmosD8S |
Cosmos.D8s. |
Methods
Equals(CosmosDBServiceSize) |
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(CosmosDBServiceSize, CosmosDBServiceSize) |
Determines if two CosmosDBServiceSize values are the same. |
Implicit(String to CosmosDBServiceSize) |
Converts a String to a CosmosDBServiceSize. |
Inequality(CosmosDBServiceSize, CosmosDBServiceSize) |
Determines if two CosmosDBServiceSize values are not the same. |