IndirectRelationshipInfo Class
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 profile that is linked to another billing profile in indirect purchase motion.
public class IndirectRelationshipInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.IndirectRelationshipInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.IndirectRelationshipInfo>
type IndirectRelationshipInfo = class
interface IJsonModel<IndirectRelationshipInfo>
interface IPersistableModel<IndirectRelationshipInfo>
Public Class IndirectRelationshipInfo
Implements IJsonModel(Of IndirectRelationshipInfo), IPersistableModel(Of IndirectRelationshipInfo)
- Inheritance
-
IndirectRelationshipInfo
- Implements
Constructors
IndirectRelationshipInfo() |
Initializes a new instance of IndirectRelationshipInfo. |
Properties
BillingAccountName |
The billing account name of the partner or the customer for an indirect motion. |
BillingProfileName |
The billing profile name of the partner or the customer for an indirect motion. |
DisplayName |
The display name of the partner or customer for an indirect motion. |
Explicit Interface Implementations
IJsonModel<IndirectRelationshipInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IndirectRelationshipInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IndirectRelationshipInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IndirectRelationshipInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IndirectRelationshipInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET