UserDetail 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
UserDetail() |
Initializes a new instance of the UserDetail class. |
UserDetail(String, String, String) |
Initializes a new instance of the UserDetail class. |
UserDetail()
Initializes a new instance of the UserDetail class.
public UserDetail ();
Public Sub New ()
Applies to
UserDetail(String, String, String)
Initializes a new instance of the UserDetail class.
public UserDetail (string emailAddress, string firstName = default, string lastName = default);
new Microsoft.Azure.Management.Confluent.Models.UserDetail : string * string * string -> Microsoft.Azure.Management.Confluent.Models.UserDetail
Public Sub New (emailAddress As String, Optional firstName As String = Nothing, Optional lastName As String = Nothing)
Parameters
- emailAddress
- String
Email address
- firstName
- String
First name
- lastName
- String
Last name