PlayToAllOptions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET