Udostępnij przez


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

Name Description
ExtendedTermOption(String)

Initializes a new instance of ExtendedTermOption.

Properties

Name Description
OptedIn

Opted-In.

OptedOut

Opted-Out.

Other

Other.

Methods

Name Description
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

Name Description
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