AdministratorDetails 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
AdministratorDetails() |
Initializes a new instance of the AdministratorDetails class. |
AdministratorDetails(String, String, String, String) |
Initializes a new instance of the AdministratorDetails class. |
AdministratorDetails()
- Source:
- AdministratorDetails.cs
Initializes a new instance of the AdministratorDetails class.
public AdministratorDetails ();
Public Sub New ()
Applies to
AdministratorDetails(String, String, String, String)
- Source:
- AdministratorDetails.cs
Initializes a new instance of the AdministratorDetails class.
public AdministratorDetails (string firstName = default, string lastName = default, string emailAddress = default, string phone = default);
new Microsoft.Azure.KeyVault.Models.AdministratorDetails : string * string * string * string -> Microsoft.Azure.KeyVault.Models.AdministratorDetails
Public Sub New (Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional emailAddress As String = Nothing, Optional phone As String = Nothing)
Parameters
- firstName
- String
First name.
- lastName
- String
Last name.
- emailAddress
- String
Email addresss.
- phone
- String
Phone number.
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