Share via


SqlServicePrincipalType Struct

Definition

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