BillingAgreementParticipant 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.
Billing account name. Available for a specific type of agreement.
public class BillingAgreementParticipant : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingAgreementParticipant>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingAgreementParticipant>
type BillingAgreementParticipant = class
interface IJsonModel<BillingAgreementParticipant>
interface IPersistableModel<BillingAgreementParticipant>
Public Class BillingAgreementParticipant
Implements IJsonModel(Of BillingAgreementParticipant), IPersistableModel(Of BillingAgreementParticipant)
- Inheritance
-
BillingAgreementParticipant
- Implements
Properties
The email address of the participant. |
|
Status |
The acceptance status of the participant. |
StatusOn |
The date when the status got changed. |
Explicit Interface Implementations
IJsonModel<BillingAgreementParticipant>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingAgreementParticipant>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingAgreementParticipant>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingAgreementParticipant>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingAgreementParticipant>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET