ServerAdministratorProperties 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
ServerAdministratorProperties() |
Initializes a new instance of the ServerAdministratorProperties class. |
ServerAdministratorProperties(Guid) |
Initializes a new instance of the ServerAdministratorProperties class with required arguments. |
ServerAdministratorProperties()
Initializes a new instance of the ServerAdministratorProperties class.
public ServerAdministratorProperties ();
Public Sub New ()
Applies to
ServerAdministratorProperties(Guid)
Initializes a new instance of the ServerAdministratorProperties class with required arguments.
public ServerAdministratorProperties (Guid tenantId);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties : Guid -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties
Public Sub New (tenantId As Guid)
Parameters
- tenantId
- Guid