ArmBillingModelFactory.BillingAgreementParticipant Method
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.
Initializes a new instance of BillingAgreementParticipant.
public static Azure.ResourceManager.Billing.Models.BillingAgreementParticipant BillingAgreementParticipant (string email = default, string status = default, DateTimeOffset? statusOn = default);
static member BillingAgreementParticipant : string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Billing.Models.BillingAgreementParticipant
Public Shared Function BillingAgreementParticipant (Optional email As String = Nothing, Optional status As String = Nothing, Optional statusOn As Nullable(Of DateTimeOffset) = Nothing) As BillingAgreementParticipant
Parameters
- String
The email address of the participant.
- status
- String
The acceptance status of the participant.
- statusOn
- Nullable<DateTimeOffset>
The date when the status got changed.
Returns
A new BillingAgreementParticipant instance for mocking.