Partager via


PlayToAllOptions Constructeurs

Définition

Surcharges

PlayToAllOptions(PlaySource)

Crée un objet PlayToAllOptions.

PlayToAllOptions(IEnumerable<PlaySource>)

Crée un objet PlayToAllOptions.

PlayToAllOptions(PlaySource)

Source:
PlayToAllOptions.cs
Source:
PlayToAllOptions.cs

Crée un objet 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)

Paramètres

playSource
PlaySource

S’applique à

PlayToAllOptions(IEnumerable<PlaySource>)

Source:
PlayToAllOptions.cs
Source:
PlayToAllOptions.cs

Crée un objet 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))

Paramètres

playSources
IEnumerable<PlaySource>

S’applique à