MongoDBAuthenticationType 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 authentication type to be used to connect to the MongoDB database.
public readonly struct MongoDBAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.MongoDBAuthenticationType>
type MongoDBAuthenticationType = struct
Public Structure MongoDBAuthenticationType
Implements IEquatable(Of MongoDBAuthenticationType)
- Inheritance
-
MongoDBAuthenticationType
- Implements
Constructors
MongoDBAuthenticationType(String) |
Initializes a new instance of MongoDBAuthenticationType. |
Properties
Anonymous |
Anonymous. |
Basic |
Basic. |
Methods
Equals(MongoDBAuthenticationType) |
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(MongoDBAuthenticationType, MongoDBAuthenticationType) |
Determines if two MongoDBAuthenticationType values are the same. |
Implicit(String to MongoDBAuthenticationType) |
Converts a String to a MongoDBAuthenticationType. |
Inequality(MongoDBAuthenticationType, MongoDBAuthenticationType) |
Determines if two MongoDBAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET