BillingEnrollmentSupportLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET