ManagedInstanceAdministrator Class
An Azure SQL managed instance administrator.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceManagedInstanceAdministrator
Constructor
ManagedInstanceAdministrator(*, administrator_type: str | ManagedInstanceAdministratorType | None = None, login: str | None = None, sid: str | None = None, tenant_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
administrator_type
Required
|
Type of the managed instance administrator. Possible values include: "ActiveDirectory". |
login
Required
|
Login name of the managed instance administrator. |
sid
Required
|
SID (object ID) of the managed instance administrator. |
tenant_id
Required
|
Tenant ID of the managed instance administrator. |
Keyword-Only Parameters
Name | Description |
---|---|
administrator_type
Required
|
|
login
Required
|
|
sid
Required
|
|
tenant_id
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
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 Python