Condividi tramite


SqlAdministratorType Struct

Definition

Type of the sever administrator.

public readonly struct SqlAdministratorType : IEquatable<Azure.ResourceManager.Sql.Models.SqlAdministratorType>
type SqlAdministratorType = struct
Public Structure SqlAdministratorType
Implements IEquatable(Of SqlAdministratorType)
Inheritance
SqlAdministratorType
Implements

Constructors

SqlAdministratorType(String)

Initializes a new instance of SqlAdministratorType.

Properties

ActiveDirectory

ActiveDirectory.

Methods

Equals(SqlAdministratorType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SqlAdministratorType, SqlAdministratorType)

Determines if two SqlAdministratorType values are the same.

Implicit(String to SqlAdministratorType)

Converts a string to a SqlAdministratorType.

Inequality(SqlAdministratorType, SqlAdministratorType)

Determines if two SqlAdministratorType values are not the same.

Applies to