共用方式為


ArmBillingModelFactory.BillingAgreementParticipant Method

Definition

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

email
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.

Applies to