SpendingLimit 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.
Extensible enum for known SpendingLimit values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.SpendingLimit+SpendingLimitJsonConverter))]
public readonly struct SpendingLimit : IEquatable<Azure.Connectors.Sdk.Arm.Models.SpendingLimit>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.SpendingLimit+SpendingLimitJsonConverter))>]
type SpendingLimit = struct
Public Structure SpendingLimit
Implements IEquatable(Of SpendingLimit)
- Inheritance
-
SpendingLimit
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SpendingLimit(String) |
Initializes a new instance of the SpendingLimit struct. |
Properties
| Name | Description |
|---|---|
| CurrentPeriodOff |
CurrentPeriodOff |
| Off |
Off |
| On |
On |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(SpendingLimit) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SpendingLimit, SpendingLimit) |
Equality operator. |
| Implicit(SpendingLimit to String) |
Converts a SpendingLimit to its string representation. |
| Implicit(String to SpendingLimit) |
Converts a string to SpendingLimit. |
| Inequality(SpendingLimit, SpendingLimit) |
Inequality operator. |