다음을 통해 공유


EligibleProductType Struct

Definition

Type of the products that can be transferred.

public readonly struct EligibleProductType : IEquatable<Azure.ResourceManager.Billing.Models.EligibleProductType>
type EligibleProductType = struct
Public Structure EligibleProductType
Implements IEquatable(Of EligibleProductType)
Inheritance
EligibleProductType
Implements

Constructors

EligibleProductType(String)

Initializes a new instance of EligibleProductType.

Properties

AzureReservation

AzureReservation.

DevTestAzureSubscription

DevTestAzureSubscription.

StandardAzureSubscription

StandardAzureSubscription.

Methods

Equals(EligibleProductType)

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(EligibleProductType, EligibleProductType)

Determines if two EligibleProductType values are the same.

Implicit(String to EligibleProductType)

Converts a string to a EligibleProductType.

Inequality(EligibleProductType, EligibleProductType)

Determines if two EligibleProductType values are not the same.

Applies to