ThroughputPolicyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |