Share via


BillingEnrollmentSupportLevel Struct

Definition

The support level offer associated with an enrollment.

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

Constructors

BillingEnrollmentSupportLevel(String)

Initializes a new instance of BillingEnrollmentSupportLevel.

Properties

Developer

Developer.

Other

Other.

ProDirect

Pro-Direct.

Standard

Standard.

Methods

Equals(BillingEnrollmentSupportLevel)

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

Determines if two BillingEnrollmentSupportLevel values are the same.

Implicit(String to BillingEnrollmentSupportLevel)

Converts a string to a BillingEnrollmentSupportLevel.

Inequality(BillingEnrollmentSupportLevel, BillingEnrollmentSupportLevel)

Determines if two BillingEnrollmentSupportLevel values are not the same.

Applies to