次の方法で共有


RoomsClient コンストラクター

定義

オーバーロード

RoomsClient()

モックの クラスの新しいインスタンスを RoomsClient 初期化します。

RoomsClient(String)

RoomsClient クラスの新しいインスタンスを初期化します。

RoomsClient(String, RoomsClientOptions)

RoomsClient クラスの新しいインスタンスを初期化します。

RoomsClient(Uri, AzureKeyCredential, RoomsClientOptions)

RoomsClient クラスの新しいインスタンスを初期化します。

RoomsClient(Uri, TokenCredential, RoomsClientOptions)

RoomsClient クラスの新しいインスタンスを初期化します。

RoomsClient()

ソース:
RoomsClient.cs
ソース:
RoomsClient.cs

モックの クラスの新しいインスタンスを RoomsClient 初期化します。

protected RoomsClient ();
Protected Sub New ()

適用対象

RoomsClient(String)

ソース:
RoomsClient.cs
ソース:
RoomsClient.cs

RoomsClient クラスの新しいインスタンスを初期化します。

public RoomsClient (string connectionString);
new Azure.Communication.Rooms.RoomsClient : string -> Azure.Communication.Rooms.RoomsClient
Public Sub New (connectionString As String)

パラメーター

connectionString
String

適用対象

RoomsClient(String, RoomsClientOptions)

ソース:
RoomsClient.cs
ソース:
RoomsClient.cs

RoomsClient クラスの新しいインスタンスを初期化します。

public RoomsClient (string connectionString, Azure.Communication.Rooms.RoomsClientOptions options);
new Azure.Communication.Rooms.RoomsClient : string * Azure.Communication.Rooms.RoomsClientOptions -> Azure.Communication.Rooms.RoomsClient
Public Sub New (connectionString As String, options As RoomsClientOptions)

パラメーター

connectionString
String

適用対象

RoomsClient(Uri, AzureKeyCredential, RoomsClientOptions)

ソース:
RoomsClient.cs
ソース:
RoomsClient.cs

RoomsClient クラスの新しいインスタンスを初期化します。

public RoomsClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.Communication.Rooms.RoomsClientOptions options = default);
new Azure.Communication.Rooms.RoomsClient : Uri * Azure.AzureKeyCredential * Azure.Communication.Rooms.RoomsClientOptions -> Azure.Communication.Rooms.RoomsClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, Optional options As RoomsClientOptions = Nothing)

パラメーター

endpoint
Uri
credential
AzureKeyCredential

適用対象

RoomsClient(Uri, TokenCredential, RoomsClientOptions)

ソース:
RoomsClient.cs
ソース:
RoomsClient.cs

RoomsClient クラスの新しいインスタンスを初期化します。

public RoomsClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Communication.Rooms.RoomsClientOptions options = default);
new Azure.Communication.Rooms.RoomsClient : Uri * Azure.Core.TokenCredential * Azure.Communication.Rooms.RoomsClientOptions -> Azure.Communication.Rooms.RoomsClient
Public Sub New (endpoint As Uri, credential As TokenCredential, Optional options As RoomsClientOptions = Nothing)

パラメーター

endpoint
Uri
credential
TokenCredential

適用対象