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