LoginType 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.
Enum mapping of SMO LoginType.
public readonly struct LoginType : IEquatable<Azure.ResourceManager.DataMigration.Models.LoginType>
type LoginType = struct
Public Structure LoginType
Implements IEquatable(Of LoginType)
- Inheritance
-
LoginType
- Implements
Constructors
LoginType(String) |
Initializes a new instance of LoginType. |
Properties
AsymmetricKey |
AsymmetricKey. |
Certificate |
Certificate. |
ExternalGroup |
ExternalGroup. |
ExternalUser |
ExternalUser. |
SqlLogin |
SqlLogin. |
WindowsGroup |
WindowsGroup. |
WindowsUser |
WindowsUser. |
Methods
Equals(LoginType) |
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(LoginType, LoginType) |
Determines if two LoginType values are the same. |
Implicit(String to LoginType) |
Converts a string to a LoginType. |
Inequality(LoginType, LoginType) |
Determines if two LoginType values are not the same. |
Applies to
Azure SDK for .NET