Compartilhar via


PlayToAllOptions Construtores

Definição

Sobrecargas

PlayToAllOptions(PlaySource)

Cria um novo objeto PlayToAllOptions.

PlayToAllOptions(IEnumerable<PlaySource>)

Cria um novo objeto PlayToAllOptions.

PlayToAllOptions(PlaySource)

Origem:
PlayToAllOptions.cs
Origem:
PlayToAllOptions.cs

Cria um novo objeto 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)

Parâmetros

playSource
PlaySource

Aplica-se a

PlayToAllOptions(IEnumerable<PlaySource>)

Origem:
PlayToAllOptions.cs
Origem:
PlayToAllOptions.cs

Cria um novo objeto 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))

Parâmetros

playSources
IEnumerable<PlaySource>

Aplica-se a