ServerExternalAdministrator 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.
Properties of a active directory administrator.
public class ServerExternalAdministrator : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.ServerExternalAdministrator>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.ServerExternalAdministrator>
type ServerExternalAdministrator = class
interface IJsonModel<ServerExternalAdministrator>
interface IPersistableModel<ServerExternalAdministrator>
Public Class ServerExternalAdministrator
Implements IJsonModel(Of ServerExternalAdministrator), IPersistableModel(Of ServerExternalAdministrator)
- Inheritance
-
ServerExternalAdministrator
- Implements
Constructors
ServerExternalAdministrator() |
Initializes a new instance of ServerExternalAdministrator. |
Properties
AdministratorType |
Type of the sever administrator. |
IsAzureADOnlyAuthenticationEnabled |
Azure Active Directory only Authentication enabled. |
Login |
Login name of the server administrator. |
PrincipalType |
Principal Type of the sever administrator. |
Sid |
SID (object ID) of the server administrator. |
TenantId |
Tenant ID of the administrator. |
Explicit Interface Implementations
IJsonModel<ServerExternalAdministrator>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerExternalAdministrator>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerExternalAdministrator>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerExternalAdministrator>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerExternalAdministrator>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET