次の方法で共有


PlayToAllOptions コンストラクター

定義

オーバーロード

PlayToAllOptions(PlaySource)

新しい PlayToAllOptions オブジェクトを作成します。

PlayToAllOptions(IEnumerable<PlaySource>)

新しい PlayToAllOptions オブジェクトを作成します。

PlayToAllOptions(PlaySource)

ソース:
PlayToAllOptions.cs
ソース:
PlayToAllOptions.cs

新しい PlayToAllOptions オブジェクトを作成します。

public PlayToAllOptions (Azure.Communication.CallAutomation.PlaySource playSource);
new Azure.Communication.CallAutomation.PlayToAllOptions : Azure.Communication.CallAutomation.PlaySource -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSource As PlaySource)

パラメーター

playSource
PlaySource

適用対象

PlayToAllOptions(IEnumerable<PlaySource>)

ソース:
PlayToAllOptions.cs
ソース:
PlayToAllOptions.cs

新しい PlayToAllOptions オブジェクトを作成します。

public PlayToAllOptions (System.Collections.Generic.IEnumerable<Azure.Communication.CallAutomation.PlaySource> playSources);
new Azure.Communication.CallAutomation.PlayToAllOptions : seq<Azure.Communication.CallAutomation.PlaySource> -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSources As IEnumerable(Of PlaySource))

パラメーター

playSources
IEnumerable<PlaySource>

適用対象