DataMigrationAuthenticationType 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.
An enumeration of possible authentication types when connecting.
public readonly struct DataMigrationAuthenticationType : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationAuthenticationType>
type DataMigrationAuthenticationType = struct
Public Structure DataMigrationAuthenticationType
Implements IEquatable(Of DataMigrationAuthenticationType)
- Inheritance
-
DataMigrationAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| DataMigrationAuthenticationType(String) |
Initializes a new instance of DataMigrationAuthenticationType. |
Properties
| Name | Description |
|---|---|
| ActiveDirectoryIntegrated |
ActiveDirectoryIntegrated. |
| ActiveDirectoryPassword |
ActiveDirectoryPassword. |
| None |
None. |
| SqlAuthentication |
SqlAuthentication. |
| WindowsAuthentication |
WindowsAuthentication. |
Methods
| Name | Description |
|---|---|
| Equals(DataMigrationAuthenticationType) |
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(DataMigrationAuthenticationType, DataMigrationAuthenticationType) |
Determines if two DataMigrationAuthenticationType values are the same. |
| Implicit(String to DataMigrationAuthenticationType) |
Converts a String to a DataMigrationAuthenticationType. |
| Inequality(DataMigrationAuthenticationType, DataMigrationAuthenticationType) |
Determines if two DataMigrationAuthenticationType values are not the same. |