Freigeben über


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

Name Description
ThroughputPolicyType(String)

Initializes a new instance of ThroughputPolicyType.

Properties

Name Description
Custom

custom.

Equal

equal.

None

none.

Methods

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

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