次の方法で共有


SchemaRegistryClient コンストラクター

定義

オーバーロード

SchemaRegistryClient()

テストでモックを使用するために、 SchemaRegistryClient クラスの新しいインスタンスを初期化します。

SchemaRegistryClient(String, TokenCredential)

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

SchemaRegistryClient(String, TokenCredential, SchemaRegistryClientOptions)

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

SchemaRegistryClient()

Source:
SchemaRegistryClient.cs
Source:
SchemaRegistryClient.cs

テストでモックを使用するために、 SchemaRegistryClient クラスの新しいインスタンスを初期化します。

protected SchemaRegistryClient ();
Protected Sub New ()

注釈

このコンストラクターは、モック作成をサポートするためにのみ存在します。 使用すると、クラスの状態は完全に初期化されず、正しく機能しません。仮想メンバーはモックされます。

適用対象

SchemaRegistryClient(String, TokenCredential)

Source:
SchemaRegistryClient.cs
Source:
SchemaRegistryClient.cs

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

public SchemaRegistryClient (string fullyQualifiedNamespace, Azure.Core.TokenCredential credential);
new Azure.Data.SchemaRegistry.SchemaRegistryClient : string * Azure.Core.TokenCredential -> Azure.Data.SchemaRegistry.SchemaRegistryClient
Public Sub New (fullyQualifiedNamespace As String, credential As TokenCredential)

パラメーター

fullyQualifiedNamespace
String
credential
TokenCredential

適用対象

SchemaRegistryClient(String, TokenCredential, SchemaRegistryClientOptions)

Source:
SchemaRegistryClient.cs
Source:
SchemaRegistryClient.cs

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

public SchemaRegistryClient (string fullyQualifiedNamespace, Azure.Core.TokenCredential credential, Azure.Data.SchemaRegistry.SchemaRegistryClientOptions options);
new Azure.Data.SchemaRegistry.SchemaRegistryClient : string * Azure.Core.TokenCredential * Azure.Data.SchemaRegistry.SchemaRegistryClientOptions -> Azure.Data.SchemaRegistry.SchemaRegistryClient
Public Sub New (fullyQualifiedNamespace As String, credential As TokenCredential, options As SchemaRegistryClientOptions)

パラメーター

fullyQualifiedNamespace
String
credential
TokenCredential

適用対象