Share via


ThroughputPolicyType Struct

Definition

ThroughputPolicy to apply for throughput redistribution.

public readonly struct ThroughputPolicyType : IEquatable<Azure.ResourceManager.CosmosDB.Models.ThroughputPolicyType>
type ThroughputPolicyType = struct
Public Structure ThroughputPolicyType
Implements IEquatable(Of ThroughputPolicyType)
Inheritance
ThroughputPolicyType
Implements

Constructors

ThroughputPolicyType(String)

Initializes a new instance of ThroughputPolicyType.

Properties

Custom

custom.

Equal

equal.

None

none.

Methods

Equals(ThroughputPolicyType)

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(ThroughputPolicyType, ThroughputPolicyType)

Determines if two ThroughputPolicyType values are the same.

Implicit(String to ThroughputPolicyType)

Converts a string to a ThroughputPolicyType.

Inequality(ThroughputPolicyType, ThroughputPolicyType)

Determines if two ThroughputPolicyType values are not the same.

Applies to