다음을 통해 공유


MySqlAdministratorType Struct

Definition

The type of administrator.

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

Constructors

MySqlAdministratorType(String)

Initializes a new instance of MySqlAdministratorType.

Properties

ActiveDirectory

ActiveDirectory.

Methods

Equals(MySqlAdministratorType)

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(MySqlAdministratorType, MySqlAdministratorType)

Determines if two MySqlAdministratorType values are the same.

Implicit(String to MySqlAdministratorType)

Converts a string to a MySqlAdministratorType.

Inequality(MySqlAdministratorType, MySqlAdministratorType)

Determines if two MySqlAdministratorType values are not the same.

Applies to