MySqlAdministratorType Struct
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.
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
Azure SDK for .NET