Megosztás a következőn keresztül:


ManagedInstanceAdministratorType Struct

Definition

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