PostgreSqlAdministratorType 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 PostgreSqlAdministratorType : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlAdministratorType>
type PostgreSqlAdministratorType = struct
Public Structure PostgreSqlAdministratorType
Implements IEquatable(Of PostgreSqlAdministratorType)
- Inheritance
-
PostgreSqlAdministratorType
- Implements
Constructors
PostgreSqlAdministratorType(String) |
Initializes a new instance of PostgreSqlAdministratorType. |
Properties
ActiveDirectory |
ActiveDirectory. |
Methods
Equals(PostgreSqlAdministratorType) |
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(PostgreSqlAdministratorType, PostgreSqlAdministratorType) |
Determines if two PostgreSqlAdministratorType values are the same. |
Implicit(String to PostgreSqlAdministratorType) |
Converts a string to a PostgreSqlAdministratorType. |
Inequality(PostgreSqlAdministratorType, PostgreSqlAdministratorType) |
Determines if two PostgreSqlAdministratorType values are not the same. |
Applies to
Azure SDK for .NET