ExtendedTermOption 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.
The billing account extension opted by the company.
public readonly struct ExtendedTermOption : IEquatable<Azure.ResourceManager.Billing.Models.ExtendedTermOption>
type ExtendedTermOption = struct
Public Structure ExtendedTermOption
Implements IEquatable(Of ExtendedTermOption)
- Inheritance
-
ExtendedTermOption
- Implements
Constructors
ExtendedTermOption(String) |
Initializes a new instance of ExtendedTermOption. |
Properties
OptedIn |
Opted-In. |
OptedOut |
Opted-Out. |
Other |
Other. |
Methods
Equals(ExtendedTermOption) |
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(ExtendedTermOption, ExtendedTermOption) |
Determines if two ExtendedTermOption values are the same. |
Implicit(String to ExtendedTermOption) |
Converts a string to a ExtendedTermOption. |
Inequality(ExtendedTermOption, ExtendedTermOption) |
Determines if two ExtendedTermOption values are not the same. |
Applies to
Azure SDK for .NET