Share via


CosmosDBServiceSize Struct

Definition

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.

Applies to