次の方法で共有


MongoDBAuthenticationType 構造体

定義

MongoDB データベースへの接続に使用する認証の種類。

public readonly struct MongoDBAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.MongoDBAuthenticationType>
type MongoDBAuthenticationType = struct
Public Structure MongoDBAuthenticationType
Implements IEquatable(Of MongoDBAuthenticationType)
継承
MongoDBAuthenticationType
実装

コンストラクター

MongoDBAuthenticationType(String)

MongoDBAuthenticationType の新しいインスタンスを初期化します。

プロパティ

Anonymous

Anonymous

Basic

基本。

メソッド

Equals(MongoDBAuthenticationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MongoDBAuthenticationType, MongoDBAuthenticationType)

2 つの MongoDBAuthenticationType 値が同じかどうかを判断します。

Implicit(String to MongoDBAuthenticationType)

文字列を MongoDBAuthenticationType に変換します。

Inequality(MongoDBAuthenticationType, MongoDBAuthenticationType)

2 つの MongoDBAuthenticationType 値が同じでないかどうかを判断します。

適用対象