你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingRelationshipType Struct

Definition

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