Freigeben über


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

Name Description
CapacityMode(String)

Initializes a new instance of CapacityMode.

Properties

Name Description
None

None.

Provisioned

Provisioned.

Serverless

Serverless.

Methods

Name Description
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

Name Description
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