ManagedInstanceAdministrator Class
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.
An Azure SQL managed instance administrator.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedInstanceAdministrator : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedInstanceAdministrator = class
inherit ProxyResource
Public Class ManagedInstanceAdministrator
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ManagedInstanceAdministrator() |
Initializes a new instance of the ManagedInstanceAdministrator class. |
ManagedInstanceAdministrator(String, Guid, String, String, String, Nullable<Guid>) |
Initializes a new instance of the ManagedInstanceAdministrator class. |
Properties
AdministratorType |
Type of the managed instance administrator. |
Id |
Gets resource ID. (Inherited from Resource) |
Login |
Gets or sets login name of the managed instance administrator. |
Name |
Gets resource name. (Inherited from Resource) |
Sid |
Gets or sets SID (object ID) of the managed instance administrator. |
TenantId |
Gets or sets tenant ID of the managed instance administrator. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET