BillingRelationshipType 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.
Identifies the billing relationships represented by a billing account or billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.
public readonly struct BillingRelationshipType : IEquatable<Azure.ResourceManager.Billing.Models.BillingRelationshipType>
type BillingRelationshipType = struct
Public Structure BillingRelationshipType
Implements IEquatable(Of BillingRelationshipType)
- Inheritance
-
BillingRelationshipType
- Implements
Constructors
BillingRelationshipType(String) |
Initializes a new instance of BillingRelationshipType. |
Properties
CspCustomer |
CSPCustomer. |
CspPartner |
CSPPartner. |
Direct |
Direct. |
IndirectCustomer |
IndirectCustomer. |
IndirectPartner |
IndirectPartner. |
Other |
Other. |
Methods
Equals(BillingRelationshipType) |
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(BillingRelationshipType, BillingRelationshipType) |
Determines if two BillingRelationshipType values are the same. |
Implicit(String to BillingRelationshipType) |
Converts a string to a BillingRelationshipType. |
Inequality(BillingRelationshipType, BillingRelationshipType) |
Determines if two BillingRelationshipType values are not the same. |
Applies to
Azure SDK for .NET