ExtendedTermOption Struct

Definition

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