SqlAdministratorName 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 SqlAdministratorName.
public readonly struct SqlAdministratorName : IEquatable<Azure.ResourceManager.Sql.Models.SqlAdministratorName>
type SqlAdministratorName = struct
Public Structure SqlAdministratorName
Implements IEquatable(Of SqlAdministratorName)
- Inheritance
-
SqlAdministratorName
- Implements
Constructors
| Name | Description |
|---|---|
| SqlAdministratorName(String) |
Initializes a new instance of SqlAdministratorName. |
Properties
| Name | Description |
|---|---|
| ActiveDirectory |
ActiveDirectory. |
Methods
| Name | Description |
|---|---|
| Equals(SqlAdministratorName) |
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
| Name | Description |
|---|---|
| Equality(SqlAdministratorName, SqlAdministratorName) |
Determines if two SqlAdministratorName values are the same. |
| Implicit(String to SqlAdministratorName) |
Converts a String to a SqlAdministratorName. |
| Inequality(SqlAdministratorName, SqlAdministratorName) |
Determines if two SqlAdministratorName values are not the same. |