Participants Constructors

Definition

Overloads

Participants()

Initializes a new instance of the Participants class.

Participants(String, Nullable<DateTime>, String)

Initializes a new instance of the Participants class.

Participants()

Initializes a new instance of the Participants class.

public Participants ();
Public Sub New ()

Applies to

Participants(String, Nullable<DateTime>, String)

Initializes a new instance of the Participants class.

public Participants (string status = default, DateTime? statusDate = default, string email = default);
new Microsoft.Azure.Management.Billing.Models.Participants : string * Nullable<DateTime> * string -> Microsoft.Azure.Management.Billing.Models.Participants
Public Sub New (Optional status As String = Nothing, Optional statusDate As Nullable(Of DateTime) = Nothing, Optional email As String = Nothing)

Parameters

status
String

The acceptance status of the participant.

statusDate
Nullable<DateTime>

The date when the status got changed.

email
String

The email address of the participant.

Applies to