Share via


BillingProductType Struct

Definition

The type of product that is transferred.

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

Constructors

BillingProductType(String)

Initializes a new instance of BillingProductType.

Properties

AzureReservation

AzureReservation.

AzureSubscription

AzureSubscription.

Department

Department.

Saas

SAAS.

SavingsPlan

SavingsPlan.

Methods

Equals(BillingProductType)

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

Determines if two BillingProductType values are the same.

Implicit(String to BillingProductType)

Converts a string to a BillingProductType.

Inequality(BillingProductType, BillingProductType)

Determines if two BillingProductType values are not the same.

Applies to