EventSubTypeValue 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.
Sub-type of event.
public readonly struct EventSubTypeValue : IEquatable<Azure.ResourceManager.ResourceHealth.Models.EventSubTypeValue>
type EventSubTypeValue = struct
Public Structure EventSubTypeValue
Implements IEquatable(Of EventSubTypeValue)
- Inheritance
-
EventSubTypeValue
- Implements
Constructors
| Name | Description |
|---|---|
| EventSubTypeValue(String) |
Initializes a new instance of EventSubTypeValue. |
Properties
| Name | Description |
|---|---|
| ForeignExchangeRateChange |
ForeignExchangeRateChange. |
| MeterIdChanges |
MeterIDChanges. |
| Overbilling |
Overbilling. |
| PriceChanges |
PriceChanges. |
| Retirement |
Retirement. |
| TaxChanges |
TaxChanges. |
| UnauthorizedPartyAbuse |
UnauthorizedPartyAbuse. |
| Underbilling |
Underbilling. |
Methods
| Name | Description |
|---|---|
| Equals(EventSubTypeValue) |
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(EventSubTypeValue, EventSubTypeValue) |
Determines if two EventSubTypeValue values are the same. |
| Implicit(String to EventSubTypeValue) |
Converts a string to a EventSubTypeValue. |
| Implicit(String to Nullable<EventSubTypeValue>) | |
| Inequality(EventSubTypeValue, EventSubTypeValue) |
Determines if two EventSubTypeValue values are not the same. |