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