你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PlayToAllOptions 构造函数

定义

重载

PlayToAllOptions(PlaySource)

创建新的 PlayToAllOptions 对象。

PlayToAllOptions(IEnumerable<PlaySource>)

创建新的 PlayToAllOptions 对象。

PlayToAllOptions(PlaySource)

Source:
PlayToAllOptions.cs
Source:
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>)

Source:
PlayToAllOptions.cs
Source:
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>

适用于