CapacityMode Struct

Definition

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