Participants Constructors
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.
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.
- String
The email address of the participant.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET